-- 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/Ap