-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 07, 2025 at 08:32 PM
-- Server version: 10.6.19-MariaDB
-- PHP Version: 8.1.32

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


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

--
-- Database: `apartman_vlcohst`
--

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

--
-- Table structure for table `cerber_acl`
--

CREATE TABLE `cerber_acl` (
  `ip` varchar(81) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long_begin` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `ip_long_end` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `tag` char(1) NOT NULL,
  `comments` varchar(250) NOT NULL,
  `acl_slice` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `ver6` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `v6range` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `req_uri` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `cerber_blocks`
--

CREATE TABLE `cerber_blocks` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `block_until` bigint(20) UNSIGNED NOT NULL,
  `reason` varchar(250) NOT NULL,
  `reason_id` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `cerber_countries`
--

CREATE TABLE `cerber_countries` (
  `country` char(3) NOT NULL DEFAULT '' COMMENT 'Country code',
  `locale` char(10) NOT NULL DEFAULT '' COMMENT 'Locale i18n',
  `country_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `cerber_lab`
--

CREATE TABLE `cerber_lab` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `reason_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `stamp` bigint(20) UNSIGNED NOT NULL,
  `details` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `cerber_lab_ip`
--

CREATE TABLE `cerber_lab_ip` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `reputation` int(11) UNSIGNED NOT NULL,
  `expires` int(11) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `cerber_lab_net`
--

CREATE TABLE `cerber_lab_net` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `ip_long_begin` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `ip_long_end` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `expires` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `cerber_log`
--

CREATE TABLE `cerber_log` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_login` varchar(60) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `stamp` decimal(14,4) NOT NULL,
  `activity` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `details` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `cerber_log`
--

INSERT INTO `cerber_log` (`ip`, `ip_long`, `user_login`, `user_id`, `stamp`, `activity`, `session_id`, `country`, `details`) VALUES
('112.134.188.19', 1887878163, 'admin', 1, 1636261361.6645, 5, '60xOel8MJdEtQHunbzNwTYr5', '', '0|0|0|0|topwebhostingreviews.org/wp-login.php');

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

--
-- Table structure for table `cerber_qmem`
--

CREATE TABLE `cerber_qmem` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `http_code` int(10) UNSIGNED NOT NULL,
  `stamp` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `cerber_traffic`
--

CREATE TABLE `cerber_traffic` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `hostname` varchar(250) NOT NULL DEFAULT '',
  `uri` text NOT NULL,
  `request_fields` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `request_details` mediumtext NOT NULL,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `stamp` decimal(14,4) NOT NULL,
  `processing` int(10) NOT NULL DEFAULT 0,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `request_method` char(8) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `http_code` int(10) UNSIGNED NOT NULL,
  `wp_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `wp_type` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `is_bot` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `blog_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `php_errors` text NOT NULL,
  `req_status` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `cerber_traffic`
--

INSERT INTO `cerber_traffic` (`ip`, `ip_long`, `hostname`, `uri`, `request_fields`, `request_details`, `session_id`, `user_id`, `stamp`, `processing`, `country`, `request_method`, `http_code`, `wp_id`, `wp_type`, `is_bot`, `blog_id`, `php_errors`, `req_status`) VALUES
('112.134.188.19', 1887878163, '', 'https://topwebhostingreviews.org/wp-login.php', '', '{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\",\"2\":\"https:\\/\\/topwebhostingreviews.org\\/wp-login.php?redirect_to=https%3A%2F%2Ftopwebhostingreviews.org%2Fwp-admin%2F&reauth=1\"}', '60xOel8MJdEtQHunbzNwTYr5', 1, 1636261359.4440, 2224, '', 'POST', 302, 0, 600, 0, 1, '', 0);

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

--
-- Table structure for table `wp_cerber_files`
--

CREATE TABLE `wp_cerber_files` (
  `scan_id` int(10) UNSIGNED NOT NULL,
  `scan_type` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `scan_mode` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `scan_step` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `scan_status` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_status` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_name_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_name` text NOT NULL,
  `file_type` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_md5` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_hash_repo` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `hash_match` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_size` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `file_perms` int(11) NOT NULL DEFAULT 0,
  `file_writable` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_mtime` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_ext` varchar(255) NOT NULL DEFAULT '',
  `extra` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_cerber_files`
--

INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '000211979e9ea70b486d18facf3d90eb55908778', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/slick/slick.js', 2, 'd910d98df1edd6e96148db045168620906924b0d7526223ad0a91ec432189597', '053e15844b6b9e0e967160b83a8f5847', 'd910d98df1edd6e96148db045168620906924b0d7526223ad0a91ec432189597', 1, 69054, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '000a7295e79f0f41fe2852bbe985a2decb6a8fce', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/product-grid/index.min.css', 2, '8e6fb71f693d7776e19930ad8f7cc57e80bfd55339ed3e4cc8e6624f877d2bec', 'e10bb5629c03b590e84e976f1eca350c', '8e6fb71f693d7776e19930ad8f7cc57e80bfd55339ed3e4cc8e6624f877d2bec', 1, 17086, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0010c7fc9b16552abd69eb7bd3b79c0949a2da5e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/fonts.php', 2, '726163284829ef8165e50ff0d2af050cf0c8ed8baa07b8732d46b32b545f2c5b', '35dee43600b1385f18d39d23c6716666', '726163284829ef8165e50ff0d2af050cf0c8ed8baa07b8732d46b32b545f2c5b', 1, 33943, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '001f6cc1336a40a66f55e42830ffaeb9e3032be1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/from-setting-check.php', 2, '8b23e04801290877e3b56237f7c8c8579f507dd2c41669fe08fdc28eed73c2fa', '9d0d78afabfb807c450513d48a510365', '8b23e04801290877e3b56237f7c8c8579f507dd2c41669fe08fdc28eed73c2fa', 1, 2087, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '002a55c8bb50daba66722d577a94082430660619', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-listselect.html', 2, '14df5e20e4b27c2e96a63f933ef052ee6c0ee5f12aee325f076e6798215ccb6e', '19da0ccde1720b610ce532547e22c770', '14df5e20e4b27c2e96a63f933ef052ee6c0ee5f12aee325f076e6798215ccb6e', 1, 741, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '003c1d492af7dedeed889df7cbe95f1955d857bf', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-min-1024x539.png', 5, 'b046bb4bb5178be382fb6b8042ff7f4605b547e1dead1dccbef9274b05d6d25f', '', '', 0, 389378, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '004214d5a8cff7dbf7319dec23952b1aa678a467', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/id.gif', 2, 'aecace11d22d1454a0907de28a0f1ddd688e51b4d35d1f364592b9d153420a55', '6f27ba21a22aa1486b568aa200d6c73c', 'aecace11d22d1454a0907de28a0f1ddd688e51b4d35d1f364592b9d153420a55', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '004410480ad6d9cbeb0cc75c4ae5ca971f9b2928', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-b2.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992540, '', ''),
(1627004145, 1, 1, 13, 1, 0, '004b7bcd9baa667b9e52e9a01e6a65a68fcfc470', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_upgrade_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992599, '', ''),
(1627004145, 1, 1, 13, 1, 0, '006dfb9d97ad7bc8f50959bcf7b36ab2b9323ad8', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/10/logo-review-300x104.png', 5, '2841a93c537346badc3ad5d8a14038671082f2c64d0a1d1749973dbce0ce888f', '', '', 0, 26494, 33188, 1, 1602133458, '', ''),
(1627004145, 1, 1, 13, 1, 0, '006f8b7070ed0b0abcd52f9caec9fc520441b870', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-768x471.png', 5, 'f188b9483f82a159dcd75dc022f6542aeaf5b88450f0ed4410fa72dfac31fbd4', '', '', 0, 238895, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00781696536d388b1625282a41dada35d6b95454', '/home/hkrhostingreview/public_html/wp-content/plugins/virus-finder/virus-finder.php', 2, '3605117ddc4dbc83b2f8ac4cecf2174f0df953e47e919331d1f483e876b39bf1', 'ae34f7579777ab1e2c1bc98ebd117634', '3605117ddc4dbc83b2f8ac4cecf2174f0df953e47e919331d1f483e876b39bf1', 1, 15333, 33188, 1, 1626989513, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00977640d2f99e29051497c712b427225837d444', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Processes/NullProcess.php', 2, '05742a6dcbde7deb21c1624fd246088c692e258b1d965ee36134c68b3c3e3b25', '1e78f0b08bf9d5b073fd08d0a331161d', '05742a6dcbde7deb21c1624fd246088c692e258b1d965ee36134c68b3c3e3b25', 1, 283, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '009c26918053ba3e52eb06de1e877f0ad0cc6fb9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/ajax-loader.gif', 2, 'e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b', 'c5cd7f5300576ab4c88202b42f6ded62', 'e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b', 1, 4178, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00bd15ec7a3126328b574c908eec32d9b9e6bb48', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/LICENSE', 2, '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903', 'd32239bcb673463ab874e80d47fae504', '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903', 1, 35147, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00c986f8ddafac1ab5bd793b46427fc061b6edcb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/general-settings.php', 2, '484a06ac0c68775bd9fdabdea618ef361d0e93c3a866afeb3b15f3f111502c6b', '76826f63bc584453e5aa123bf6008d9b', '484a06ac0c68775bd9fdabdea618ef361d0e93c3a866afeb3b15f3f111502c6b', 1, 2922, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00cb9fc1476f45a87b71a6d78835ff2646bb8a07', '/home/hkrhostingreview/public_html/wp-admin/user/profile.php', 1, '13cb17a521f311d390f29a7e466bb19bf5dd63ea90ee5c9feacf7aa9f05d6e79', 'b9fa17a9811195800079dda4b1262d03', 'b9fa17a9811195800079dda4b1262d03', 1, 270, 33188, 1, 1415118742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00d3fc49a093c363ce49521e90b3e818c398e51d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 2, '08b3fda169a8f14a030284a75f029259ab29744177065d1d7ed0428e1eb6cda3', '6d72a8ace00875f63948e4275a448b8a', '08b3fda169a8f14a030284a75f029259ab29744177065d1d7ed0428e1eb6cda3', 1, 97, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00db0aec1291e5d75327931178121b82d12247d6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00ee320ecf3e425a622d38e90de5dcb6b2281a1a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-firstname.html', 2, '0c46d3c46b4389e10b295761b8e30ff7d270e7373adc9ad6406ed35c53e3cf49', 'b2add4a650fdacec3e77c78cd0d5f2bd', '0c46d3c46b4389e10b295761b8e30ff7d270e7373adc9ad6406ed35c53e3cf49', 1, 861, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '00f0b4d0da4a71f7aad0af46351b8049ae451214', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-tags.php', 2, '901362117e39d348fb19cb0d05d6b05e4ac08358e3f9cd6a95409b4ee810b946', '9fa52a8915885f9ac227361e3ea1bfc7', '901362117e39d348fb19cb0d05d6b05e4ac08358e3f9cd6a95409b4ee810b946', 1, 3033, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '00fb64e22260153c03c8f113d8f3f0f573cd387a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/round.txt', 5, 'dfa3476846ce31adf8b1496b34595fb3f5ca2adf22b6df8ca2264c718b985cd9', '', '', 0, 4, 33188, 1, 1626992637, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0115a346f57990e72df173d8eac123b5e4113c6a', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/regex.php', 2, '3b1fbd6c62f98114b90e0c03b8e9e78a928b33ea6a671367b09169881a538151', 'ccce5f45d1ac66bd2bebe75d666b5720', '3b1fbd6c62f98114b90e0c03b8e9e78a928b33ea6a671367b09169881a538151', 1, 1819, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '011a65c1f9df742ae74fe8f555547dda4b36d317', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPDeveloper_Core_Installer.php', 2, '4e68d3bfff14c47ad13dac7d5a2e4e5612cc49536cbaa2b71d4d03c45c344fbf', '7a57803551958d029e1023d9b356e76b', '4e68d3bfff14c47ad13dac7d5a2e4e5612cc49536cbaa2b71d4d03c45c344fbf', 1, 3148, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '011e80855f7cf0ffe5c7adfccd1ea0db800839ba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormSettingsTypes.php', 2, '8908d4f27b1ca190299f2830d9734bb3e33365bc498789128a6c4f6a5b3d1df8', '7950d916b7da80431d2ebb06ff8de29f', '8908d4f27b1ca190299f2830d9734bb3e33365bc498789128a6c4f6a5b3d1df8', 1, 527, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01223e1789f8e4a847ec3622416f594612471c25', '/home/hkrhostingreview/public_html/wp-admin/css/deprecated-media.css', 1, 'e5d96475c52286b9e73cf0bb4140e6dcd55de28a25483029fb9b8536ff6ed796', 'bb1687b14f439591b839d9bbbb834166', 'bb1687b14f439591b839d9bbbb834166', 1, 6629, 33188, 1, 1550442292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '012e39914629583fa3d7ed8384ea3f4ca579fc72', '/home/hkrhostingreview/public_html/wp-admin/js/code-editor.min.js', 1, '167441680060859901d26dff64aa9c094fda760ba32166b99da945c6b6b73be0', 'cc5081a21ab16c3e074aea785487432b', 'cc5081a21ab16c3e074aea785487432b', 1, 3064, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '013049c465c99443a5e1a8c6f3a1ed58525a864f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_number.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992612, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01340fc3c5ce161726245d4bcf28b3882b92e411', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php', 2, '243b12e9485cd3e9a6436e5ba0a16a21d3e7a6dbef0bb70174e0a64ba6396ed1', '7831ef751b7997f5cdcc382d7c6ee244', '243b12e9485cd3e9a6436e5ba0a16a21d3e7a6dbef0bb70174e0a64ba6396ed1', 1, 2668, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0144261129066cf06cd49b20c5b90f2cb5748eaa', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-fold.min.js', 1, 'ddbc454d4c6550b24376e2c79dc4a216fe04d64ab46dee51d09241ed8989bafb', '8785d9de96bad111926ab4d13014d21f', '8785d9de96bad111926ab4d13014d21f', 1, 1029, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '014bd24dd16c6a35fce4a2dd44a123148b643ac2', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/wordpress-recommendations.lib.php', 2, 'f1682224332dbd58a069505741ac48aa5dfa364cf0e0cb5bb14b7a2c05f96286', '72542c7d1257247bc2b6fc337b32f563', 'f1682224332dbd58a069505741ac48aa5dfa364cf0e0cb5bb14b7a2c05f96286', 1, 11162, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '015ed0e9482b6920dd53fc1b0573f48927d058b5', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/autoload_52.php', 2, '880dc207a5ca2c8f51835dc5c4e4ad1e4207302fb2050e8653269f9d13bd291f', 'e81d33299ba7ba7d5c175a182c32dc89', '880dc207a5ca2c8f51835dc5c4e4ad1e4207302fb2050e8653269f9d13bd291f', 1, 208, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '015fe48974ab58790548ac9761e367deb7f36e64', '/home/hkrhostingreview/public_html/wp-content/plugins/disable-wordpress-updates/disable-updates.php', 2, '2a4100b682ff3c15e9829d13ec8121fb25186c0bef723cc55e4e056ee9633fcf', '5606871bfbf3c1fde889c2e1007df1d8', '2a4100b682ff3c15e9829d13ec8121fb25186c0bef723cc55e4e056ee9633fcf', 1, 8050, 33188, 1, 1610809587, '', ''),
(1627004145, 1, 1, 13, 1, 0, '017d60d2e620cd2d9ba467f8f05be75f1c60cbb5', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-1536x943.png', 5, '1cd9e0424283ab653bd8f48aeb50441aa4a3c391c754c20b25d06a17c5db1e00', '', '', 0, 853645, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '019eb30575fac5f42833d6c7f5138435b098efc9', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/ui-stack.js', 2, 'a4db3367c8328428fef7e06e0bc63aa67713023ebda3d0feab4d83c27bad9edd', 'f3149c4e330318cadfaa1bb39ccb2851', 'a4db3367c8328428fef7e06e0bc63aa67713023ebda3d0feab4d83c27bad9edd', 1, 3937, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01b41e596a3b7651bae44a3d0421e16519f0821d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 2, '4c1c459f96ad25342de2d019ac46915b26b551f92c681bcda7c1125047158c15', '7de5a7addad547244d33f4209e3d6306', '4c1c459f96ad25342de2d019ac46915b26b551f92c681bcda7c1125047158c15', 1, 262, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01c00cd1d459c79e64606a830366c21f5f0db515', '/home/hkrhostingreview/public_html/wp-includes/js/quicktags.min.js', 1, 'bb8510f31dc3d702feb78ffd5c1845d00a503937e361ef55bdbfa0f78f4270f9', '8d703bfea23a93f5679e25d60ef16593', '8d703bfea23a93f5679e25d60ef16593', 1, 11158, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01c4a8bb5f1cc98a9cf00f0872645ecce2353ab0', '/home/hkrhostingreview/public_html/wp-admin/images/loading.gif', 1, '6d53299eeb9516dbba670ceeb55e8e5ce2186edb71518f6a1bd16553308f17c2', '4085d79caf783e639794adbab5d6c2a2', '4085d79caf783e639794adbab5d6c2a2', 1, 1372, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01d4fb3756d7e6fc17578d8112c94931724e084d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/je.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01da32536db7d18a020e2797958c56aa5effbaf5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php', 3, '368e17b4f44523d2bc072c87611d1f270a263b6119d0dcb787f35c7185087022', 'dc709e9006010357c17ecd08713d521c', '368e17b4f44523d2bc072c87611d1f270a263b6119d0dcb787f35c7185087022', 1, 1182, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '01ed3e2574d03e341acbe9f7f58436225dcfbea8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/system-status-html.php', 2, 'ba45c1026a475619f3d57c24c71c769b143a2b87ec5460bb43968b91e34de0b7', '05ec8f1814bc8f7092380507f8a80ea9', 'ba45c1026a475619f3d57c24c71c769b143a2b87ec5460bb43968b91e34de0b7', 1, 10495, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '01fb09434b65484f3e5fad50c9994f7a4ad22fe4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228371', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 13, 1, 0, '02032caa16b496e63d812d8337dc3cbd9e304124', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_contact-form-template.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992561, '', ''),
(1627004145, 1, 1, 0, 1, 0, '020a525e4fb4d13f75592cce04533ce164d9355c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', 2, 'cb66cc9b95684734704fac80bdf7467dc70c2ee45410879a9ffaaaff33b3c927', 'fa81a7643b479b67a1ae9bdf01601404', 'cb66cc9b95684734704fac80bdf7467dc70c2ee45410879a9ffaaaff33b3c927', 1, 1738, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '020b4ee9073f005841436912d268878aba5b6078', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/add.min.js', 2, '6a504ffef5eb4572ae63fce96f5c8e744d9f2b750e01846492bbc86d5c101b8c', 'dd99ea2330ff353df80ba08f0dfab213', '6a504ffef5eb4572ae63fce96f5c8e744d9f2b750e01846492bbc86d5c101b8c', 1, 532, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '020f75e1cd6566f4f2b923d9d631d0b11564509b', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/wp-plupload.js', 1, 'f6976d12f88834ce3c92d271861bf66aef1bbb3d9b6cbbdd852a0e708a6a2288', '6ee451c64cfaeb2ac6a52570859b7d7f', '6ee451c64cfaeb2ac6a52570859b7d7f', 1, 15825, 33188, 1, 1571697843, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0225374da8e9df2e1f343f3a30e86594ad7c0a64', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Countdown.php', 2, '6714786ed3d52421bebf966ffbfc257bb70776234918a49e7109878d836ed0bb', '8130a40cd9816317d18e5cdc59b92102', '6714786ed3d52421bebf966ffbfc257bb70776234918a49e7109878d836ed0bb', 1, 38598, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '022f9be82b0afd1857d741527a62ab302be76a4f', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 'df65c62320d0f886f29de1e27ed22ceee23d7c3f0d8737f494cce96648a88500', '3cb6030743925f687ad3043384ed3c37', '3cb6030743925f687ad3043384ed3c37', 1, 2841, 33188, 1, 1508177272, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02375b3897f20d03ecf4fff88faf902b92057130', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/scripts.php', 2, '50830815fa9ba474836cb95d62cc143f6ae60b41ca6bc2ef79b47e2b8f5d4dd9', 'be051a4036350f9e319699902b968e4a', '50830815fa9ba474836cb95d62cc143f6ae60b41ca6bc2ef79b47e2b8f5d4dd9', 1, 9480, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '02451f9e3d7b613a9c63b01e4e47311ecff62f2b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_library-layout.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992617, '', ''),
(1627004145, 1, 1, 0, 1, 0, '025716a69a949b7994d594ec41cb84346707c73c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/controls.php', 2, '1274dc356bb6bd0368880ab5cd46f0f93f2187a559583909e6b76273ca702585', '56fff8406058e2992ec211bcfc43b58a', '1274dc356bb6bd0368880ab5cd46f0f93f2187a559583909e6b76273ca702585', 1, 6920, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '025e821ee83b03b480f2eb76402e2cd14d2f7176', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/register-screen-options.php', 2, '3e14c78b2f1dc2bbb12e5754412fde04a5e221ffe2d416bee5aabe5a4b5492bf', '29ae1391fc5bc9b32799de0df3329534', '3e14c78b2f1dc2bbb12e5754412fde04a5e221ffe2d416bee5aabe5a4b5492bf', 1, 2903, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '027a2a449f656de9989ac0740ad7d5036c44a172', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pm.gif', 2, '1caaa95c9e39dd99483ebd532f4760be13aa2dc0c8e2755030e08533217dc432', 'c74a19a09019278029760d4381e7fa8a', '1caaa95c9e39dd99483ebd532f4760be13aa2dc0c8e2755030e08533217dc432', 1, 374, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '027e610b091c0e4655c4d31d86f62bdfb3920d14', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_multisite-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '028049782b45165c3ddca0eb8d4caa6fb9d25a86', '/home/hkrhostingreview/public_html/wp-admin/images/icons32-vs-2x.png', 1, 'a7e59c3ca136c7a3e78917c1d2bd426312f55db67e830074bae69a0379bedc84', 'a12a3034ff4734469709265a83697d22', 'a12a3034ff4734469709265a83697d22', 1, 21396, 33188, 1, 1416895942, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0286adc7d9fe52a40d17909d4508741d10489764', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992604, '', ''),
(1627004145, 1, 1, 0, 1, 0, '029592c6d076dde0b55b11b33c05ce5aaec85348', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/common-rtl.css', 2, '3d31ddcaa153d4eb5fe331542bef9786ad74b1b74a7716f90cfe557fbf0e5ff0', '461b12006682d97d891a0713e732c0be', '3d31ddcaa153d4eb5fe331542bef9786ad74b1b74a7716f90cfe557fbf0e5ff0', 1, 14610, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '029c8b4299aafda13342e86552eb8b2690546f04', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/md.gif', 2, 'b107f59a0c90f5ece2da7460d5f56e734ceb21d8acc35209febfce1913c43bb9', '7a363edf7896c044c1031a4c2f78110a', 'b107f59a0c90f5ece2da7460d5f56e734ceb21d8acc35209febfce1913c43bb9', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '029d58f049a2b7414e32760e1be07cd8986d2c99', '/home/hkrhostingreview/public_html/wp-includes/js/customize-models.js', 1, 'e219b2d70701730df5b54b716cbad7799a4f13cb549c385b4cee1be40ffe8aee', 'edc8e3858fdd8365e03b244c9d368f37', 'edc8e3858fdd8365e03b244c9d368f37', 1, 6816, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02b92a5fe4fbba20c7c97505c16549b4297a9156', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/dashboard.html.tpl', 2, 'd26d76359deda740db39c1e3a2422b1f32e2fce517ff327c4a432b713c22637f', '5dd0887b48a0ef35474ff5546b985e0b', 'd26d76359deda740db39c1e3a2422b1f32e2fce517ff327c4a432b713c22637f', 1, 3464, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02bc62c6f05cf5bc14e25729bd54e75006b68c9b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/admin-before.php', 2, '981a57e7f21731c60392da57db7b325c524ad83da079510c4a9a9f3e833e794e', '12dbbe71ce64330b896d1bb54643e74a', '981a57e7f21731c60392da57db7b325c524ad83da079510c4a9a9f3e833e794e', 1, 301, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02c6c2b194e2db9c2cbb50d2b1b6fa4be02350c8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php', 3, '173f5e4bdf019f8bb7a6c0017d2a352cb0b4c4ba4942fcdfee6760b8858ef6e8', 'bb06f0bf2f76f516b3a22c965328dbe5', '173f5e4bdf019f8bb7a6c0017d2a352cb0b4c4ba4942fcdfee6760b8858ef6e8', 1, 1232, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02cc34ed728ee185bb796c629fdf7d2b54829b3f', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-apirecovery.html.tpl', 2, 'be5c957c99d53e6f2a685be3f9aaa7bc34ef569052e5d3abb8518911df4dc7d2', 'ec3bf37c1a57c077382d770731948267', 'be5c957c99d53e6f2a685be3f9aaa7bc34ef569052e5d3abb8518911df4dc7d2', 1, 1325, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '02de0a792e9940bdb576c480b61b3f060602f4c5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_class-bsr-compatibility.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992553, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02dee46aa009e43ab07d92033ca791a5cd0b8016', '/home/hkrhostingreview/public_html/wp-admin/css/nav-menus.css', 1, '4829b8b271b02ff7f556afdc02f36d9eac205d049cf6416ac8b906921636bcd5', 'a87557e7840940783e60c7877e2a1799', 'a87557e7840940783e60c7877e2a1799', 1, 15625, 33188, 1, 1569448318, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02eb0e3e99ed71bd991e1b0e3c2c9a6b87198f0b', '/home/hkrhostingreview/public_html/wp-admin/user/index.php', 1, 'aea0550a3e918e3518076151a85ce8b7fc05e60197a81f4aa90b3556519386a0', 'c8fd98f7fdd52d78bdadf74e620789fa', 'c8fd98f7fdd52d78bdadf74e620789fa', 1, 269, 33188, 1, 1415118742, '', ''),
(1627004145, 1, 1, 13, 1, 0, '02f094a73c7d0befb2a040321b562c169911eb23', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_base_base-object.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992574, '', ''),
(1627004145, 1, 1, 13, 18, 0, '02fa70af4b7297763c45ab702c58a75e1760b27b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176711', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '02fb5a4f18d6c6186242f414e34d14b8dc946e50', '/home/hkrhostingreview/public_html/wp-includes/class-phpmailer.php', 1, 'f228ee27637470b04a07f205a865b448707936ec0e0c19550187129f65acd67b', '903c144b04a5ce5cb1d1693da6ad89a4', '903c144b04a5ce5cb1d1693da6ad89a4', 1, 147969, 33188, 1, 1570117559, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0300decfccd0abac9b4a0e7737c7352bed3c1ff0', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection.js', 2, '71b09492e7fa4c662ca7d9b00bf10843b8acaba9527fa0c6db27dd0a25f5ac39', '0c18acadb4420424495f547b58a51eb4', '71b09492e7fa4c662ca7d9b00bf10843b8acaba9527fa0c6db27dd0a25f5ac39', 1, 660030, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '031a38e91bf785ac2734c1ff9ae9aa5e02ffbc80', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bestcloudhostings-favicon-round-150x150.png', 5, 'a198a33228f274586e66ca25af35fc0e8b5565c985de49c36202ba2a26877904', '', '', 0, 9024, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03267845fe8b37f692bbc94a525609ed8d3e3009', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css', 3, 'f2af884cd17fee3b0c379a3d5b73417c5e813aff2b4354fc555378337b5dec3b', '81a479c3f3145bc2989abd33e23fecc2', 'f2af884cd17fee3b0c379a3d5b73417c5e813aff2b4354fc555378337b5dec3b', 1, 25242, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '033011297dd9dea4834d96cde4b1bf48c17f57d6', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/moxie.js', 1, '0be2e41459581649379f2dd316ceb1241a62e0e100445c36a96af75841d462fc', '8923430da19a35c7b1efc792b681fc9a', '8923430da19a35c7b1efc792b681fc9a', 1, 254084, 33188, 1, 1506111048, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03327da1e6ded61c663169a311aa8a3607840ff0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/field-settings.php', 2, '5a1baf8e0681f259bfe164a80153c0d4e3b5e3c484418b0acc5c0ea0cbbb632f', 'e9a1ba4f69d110f93a6225de16baee57', '5a1baf8e0681f259bfe164a80153c0d4e3b5e3c484418b0acc5c0ea0cbbb632f', 1, 2855, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '033928d15f9f880df3fa425f0727f0b3d4e10282', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-blind.min.js', 1, 'd82875790973ea22d17015472a8941cc96694ce7ba2c93c9c722ef4ace056298', '9ade4cd0f3989a69310012f671fe6f8e', '9ade4cd0f3989a69310012f671fe6f8e', 1, 1131, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '033c61e49d82077e1d904428e70098c61fba67cd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ar.gif', 2, '9112fe9fd6669b5b1c9451989900b26d593b51b3fe75c3c152a1f300d552205b', '9c95874961754b638a20b39ce7696f31', '9112fe9fd6669b5b1c9451989900b26d593b51b3fe75c3c152a1f300d552205b', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0342e68df680599b8a93b2f44bb5570e1bb0fae2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js', 2, '6d0a728a5bf7adbf7d0cd112f5541cc662af50e1992f05f3e288ca807d51e2be', 'aad33df73d347c7f8e66b2dbdee849b5', '6d0a728a5bf7adbf7d0cd112f5541cc662af50e1992f05f3e288ca807d51e2be', 1, 17459, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '034ceb9922339c92823b5fd084e89e79318af42b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/daygrid.min.css', 2, '25058a086090a59194d057db9c2e15567b83d9312aa0d25436f456fd17e4d479', '6c9055674b29a8a003052fdae432607d', '25058a086090a59194d057db9c2e15567b83d9312aa0d25436f456fd17e4d479', 1, 1006, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0351e2446345510d108ca4ed433724ec81b6576f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', 2, '91dab401e2cd50a7f17410ac201fcc2b7ff2a4a2851c26f580a9d59baae14403', 'b8b42a09c0de63d5cc85dd5a80ad62bf', '91dab401e2cd50a7f17410ac201fcc2b7ff2a4a2851c26f580a9d59baae14403', 1, 1679, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0354a8a9d56609079debcb3062856268f8ea9608', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/astra-update-functions.php', 3, '92ddc544240b9724a8fe6d3a8e3a480a63763ccf7787fc8a3d7e591221a50919', '8ba90637c003fcecccd8133654718914', '92ddc544240b9724a8fe6d3a8e3a480a63763ccf7787fc8a3d7e591221a50919', 1, 6340, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0357b6f3f7263ad471aedb804cfa14cc9cc87f87', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_background.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992608, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03580042398e0e70347f8d3c59b7fd14c508618d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api.php', 2, 'c443fd3cdcc2881c4f98b157a1ac7a5de2c6766863dd6bd8e086c559264a9897', 'afefcc2767d94c226318a1c320b54fae', 'c443fd3cdcc2881c4f98b157a1ac7a5de2c6766863dd6bd8e086c559264a9897', 1, 5482, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '035d54c894d34f632a151175cdd86586d33e26cc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108993', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03604c224d9eadd75d9c2f1ebd8720ca9e45c95d', '/home/hkrhostingreview/public_html/wp-admin/images/icons32-vs.png', 1, '5738ed527d891b0c85acb760b0d98c005bc00616f21781795a0794fe9399565a', '052cd6502a05e7d3f17b3e76a5b15566', '052cd6502a05e7d3f17b3e76a5b15566', 1, 8007, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0360e3e87480dde8e68d815661d876c6676cdb82', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/word-and-character-counter.js', 2, '11cdae3dcf78a61c3e2b3cb87b5256b7f40e680787144a6dcfef43dc2601226c', '285f816288cb1426ab64be87808028e2', '11cdae3dcf78a61c3e2b3cb87b5256b7f40e680787144a6dcfef43dc2601226c', 1, 8689, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0364ac895703394667d9377ca0ac4937fca87bc4', '/home/hkrhostingreview/public_html/wp-admin/images/bubble_bg-2x.gif', 1, '643059a4898955793ecfd5355e1a064fe20b2d401242abd06ef0d137b0fcaa05', 'cfac1d71069a6a99198c0a8a1358c23c', 'cfac1d71069a6a99198c0a8a1358c23c', 1, 424, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '037231bc1faf4f6c9d5734713cc28d6113a90db0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/caldera-form/index.scss', 2, '1651d2a5c73c673ed3a713c61cfc37971a32f65f8205c374d2e3c73b8832604b', '39b12a251899fbdd99282baddef8b929', '1651d2a5c73c673ed3a713c61cfc37971a32f65f8205c374d2e3c73b8832604b', 1, 1268, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '037f1b3cff1a37104faf40b6ba0ea515d0c1af7b', '/home/hkrhostingreview/public_html/wp-settings.php', 1, '6f722bbc56191f49a0dde6ce1468e8725d2be33b4ba6561ef14c4f8aa570bc2c', 'e7eaa3f8c9b764e394bb36cc1bac2b86', 'e7eaa3f8c9b764e394bb36cc1bac2b86', 1, 19120, 33188, 1, 1571153828, '', ''),
(1627004145, 1, 1, 13, 1, 0, '038783914420c6a7100a64df5d614ef96297cd19', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_storage-index-html-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03920095c78c0585978ef8cd012a63ff6e34404b', '/home/hkrhostingreview/public_html/wp-includes/js/customize-preview-nav-menus.min.js', 1, '0eaa220001789a2e1b3427ce8a91f2fb7e01861e24f91d5f6c4a6bbb024e4fef', '310df817c0cfdfd6fd874c0f8d815714', '310df817c0cfdfd6fd874c0f8d815714', 1, 5019, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03ab2d390de48f7073d36792ba9fd99a59487446', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-background/class-astra-control-responsive-background.php', 3, 'e2598e4f1bbbfc0c83f2863a1e1af160083d765814ac5fa4f69e8d567d39d009', '8d78a37c74f5aae344ed5bcf05c926ca', 'e2598e4f1bbbfc0c83f2863a1e1af160083d765814ac5fa4f69e8d567d39d009', 1, 31377, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03babb334d96d9edffc89c249793801e6d39b026', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio.flac.php', 1, 'c9b64f343149693fb57ca0a14e32c69a4c0ace1667507ccd8fc2443341e5f693', '5892c3a5453e0825861d75b70758fe9f', '5892c3a5453e0825861d75b70758fe9f', 1, 19540, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 13, 1, 0, '03bd1d5c3633d2aa56f7442f139ed3f4cc47c796', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-file.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992536, '', ''),
(1627004145, 1, 1, 13, 1, 0, '03c014c842bce8cc53c01eea82efbebfce2c5f45', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_audio.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992630, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03d6322ed01f348062796c5a6b5a2be76648182a', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/firefox-https.jpg', 2, '0769fe1bba00f73fec57f99f2493e3b42add7c7c15ea6505f7eebd8ec3134155', 'e9c4c77742a996b91dbfc5dce0185d7e', '0769fe1bba00f73fec57f99f2493e3b42add7c7c15ea6505f7eebd8ec3134155', 1, 139470, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '03d824daa002f76a3065df119cce4d022e5050a4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_border.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992609, '', ''),
(1627004145, 1, 1, 13, 1, 0, '03dad1f2d3bb5167cbecc6f9858d28c551d94bf3', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-374.css', 5, 'a1310a9fe3c91457303fefa9831ac5a16cd6cf6634fb515240b13b34afc6d435', '', '', 0, 1151, 33188, 1, 1596823015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '03eab516277bcf91c35ca1754e808f278604d43a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/divider/divider.scss', 3, 'b3d6aca03c95c7533d1b3167131f3a85cf02c69257ec74ced49ce68087dab834', 'dacae0d3884669cf180818e0f5efbd62', 'b3d6aca03c95c7533d1b3167131f3a85cf02c69257ec74ced49ce68087dab834', 1, 699, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '040631e79d553eed38c3107fbf785954ece1c9e7', '/home/hkrhostingreview/public_html/wp-includes/blocks/calendar.php', 1, '7c4d0729519cbbba459753bd7f946741e6123d68afe626b18a8da47ef1d46a23', '6e4dcf6498eb046dbd19b38fdb10680a', '6e4dcf6498eb046dbd19b38fdb10680a', 1, 2073, 33188, 1, 1568908078, '', ''),
(1627004145, 1, 1, 0, 1, 0, '041b120c9acbbcd0c638950d1e9f02ae48aa9e44', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/flamingo.php', 2, '8b5242c8fe0ff73ac0f9bc19ab33d0755ffdb26db23cbd4e73cf02ebfb49da47', '7c82ba6560b8fa3a22fce5c1e8373bfc', '8b5242c8fe0ff73ac0f9bc19ab33d0755ffdb26db23cbd4e73cf02ebfb49da47', 1, 7070, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0424c713c9aec39379f60b5628fc5dcee21b10da', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-small-img.png', 5, '218ba5cc7581a8109e3bccdf90b32b7b7d1222391265eee71020b7cc9e9ed315', '', '', 0, 4229, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04345c3f25f23d664dbbea41b1c442876aa2abc6', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/zh-CN.js', 2, 'c34d627fa9729ae7cea339b6b4cef04c48a9433738e401f56196ce575738bbe7', '569baf3c0a1e92d2c2707d3231692e15', 'c34d627fa9729ae7cea339b6b4cef04c48a9433738e401f56196ce575738bbe7', 1, 769, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '04379ccdb4c09d3ff97a25d8c7d13b67e4935556', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_cron_class-ai1wm-cron.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992530, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0437c6011bb4a3cc3b2e123641d50cf50c818392', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/field-type-groups.php', 2, '318120e0814bfb240358c9bbdb4fc39cdad50fa23f3c2122355c9fa8120bba6f', '836b7b6ced4e24a41ad4ebeff770d575', '318120e0814bfb240358c9bbdb4fc39cdad50fa23f3c2122355c9fa8120bba6f', 1, 812, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '04496d59a26c8ff7ccecff3b93d03e381d10cfc7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108984', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '044e873093c713e2e1f1e9a56262a0ba5021775d', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/shell.php', 1, 'f0e097be3bd2b1b14b0d9ea3286f65b897d421afc4cee103078fcde84c6d3486', '5adeb5d2b61c5f9cd3d14fc86faa5543', '5adeb5d2b61c5f9cd3d14fc86faa5543', 1, 5212, 33188, 1, 1506981813, '', ''),
(1627004145, 1, 1, 0, 1, 0, '045aa97978a5b47a5b29e1e37b41a1f1b564e0fc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/advanced-data-table/index.js', 2, '7fef9aa8b5917d5ab07eea680f8fee6ae2619fa017aa179d2fc3df87331bf1a4', '63afe99c4b3bf6f97de1ecf94d20ef0a', '7fef9aa8b5917d5ab07eea680f8fee6ae2619fa017aa179d2fc3df87331bf1a4', 1, 27405, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '045abf25e4255b13f1188725be63b57ca1ff9823', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-de_DE.json', 2, '02168909541fe259d95445e2a2d3d1fa547d0a2ddb72799d9155c6612c5b9847', '934c03469a4d574949394aed86919ac1', '02168909541fe259d95445e2a2d3d1fa547d0a2ddb72799d9155c6612c5b9847', 1, 36940, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04605172a9d9812f07cce749da224b89c4694fb7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/default-value-filter.php', 2, '0adf908aa127a3e720735a559ed15223c1c87feb2cded2de64d2404a11e44391', '3700c823254d91e1c367f9e21df5ec4b', '0adf908aa127a3e720735a559ed15223c1c87feb2cded2de64d2404a11e44391', 1, 1162, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '047ba4c1207db6eecaba297a9f33810c051fc3dd', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_admin-templates_beta-tester.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992600, '', ''),
(1627004145, 1, 1, 13, 18, 0, '04957560d27231d673349c91bff9dd570088bd04', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176360', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04aa9e29f508660192762afcd479e8d383c2f94b', '/home/hkrhostingreview/public_html/wp-admin/css/deprecated-media.min.css', 1, '227b81c3bedf5a4b36f469471833d9a65761db0b1832e9eecef576e89cb3e2d5', 'd500c620b7f00683bef8e6b579f621f7', 'd500c620b7f00683bef8e6b579f621f7', 1, 5528, 33188, 1, 1550442292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04aaf284a346d6b30d071d1fd1dc00718ec74ca1', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/redirect-sanitizer.php', 2, '430b4c727a97a3b361e89676cff1c6e306393ce61dc0e44694ecbfc11a9ecf17', 'a5d260f272dafd12c29145a45ef3bd29', '430b4c727a97a3b361e89676cff1c6e306393ce61dc0e44694ecbfc11a9ecf17', 1, 6697, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04c9bc2c16ad2c339495a4b85972483aab66a54e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 'a4a31f63fd4ca7b642c74adf53687dc80af5d172009cc4ad81d75ea485af337c', '2d94fa5a43e96cc2ad7dc4e88e900fea', '2d94fa5a43e96cc2ad7dc4e88e900fea', 1, 15852, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04cd5845de3e123f350012388d6ee9929600babd', '/home/hkrhostingreview/public_html/wp-includes/class-wp-post-type.php', 1, 'e3e35f00d927b02e108ce578fc7699b1bcf9a80b1619c9cfa6f9265e081e4430', '61b542405c5a6d50de0b21a8e0883055', '61b542405c5a6d50de0b21a8e0883055', 1, 19527, 33188, 1, 1570542182, '', ''),
(1627004145, 1, 1, 13, 18, 0, '04d36f83423b8634622351df5a2e3784b8749e06', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176701', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04d8ce1cec8a06012c22cd96cb62bca3b160ccc0', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-12.jpg', 2, '6763fdb814cc2c936907544debff8c8e41ee975388f6ac4f2d64b7b3f7d4c759', '7f644d329a4f98c5272492992bad7517', '6763fdb814cc2c936907544debff8c8e41ee975388f6ac4f2d64b7b3f7d4c759', 1, 64835, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04d9d6e70ac1157eaf8dfed81d48ccb5e51a7ff0', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/checkbox-reset.min.css', 2, '6f493096a5a1f55776ed552246925220a1d1525441bb18cebcb6998214ea6b88', '0b8134c842626b3e5e453686a061cd24', '6f493096a5a1f55776ed552246925220a1d1525441bb18cebcb6998214ea6b88', 1, 421, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04da2868593fc8bc65beb44c349b98561bff48bc', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo', 2, 'a5226fe49c691f56ac0f2c15e35f70980813595ebcb0bc74d886fb3706027a37', 'a87fcae221751df011d5d60c2f3d9ff5', 'a5226fe49c691f56ac0f2c15e35f70980813595ebcb0bc74d886fb3706027a37', 1, 58628, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04ddff1e4258712ff112401e1ac479e5311e50b3', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/keys-2c.jpg', 2, '253bc77d107ce5cf2206cad654654441098b1153a4e88495ca9ed1fd14759d95', '53fd350cbde6eb31e6645571c0e94f7d', '253bc77d107ce5cf2206cad654654441098b1153a4e88495ca9ed1fd14759d95', 1, 2464, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04e5cdcae039973305355728b65a93c48eabd682', '/home/hkrhostingreview/public_html/wp-includes/css/buttons-rtl.min.css', 1, 'dac88bc20c35749785d56f80d299eaec316314357cef0d12294013b445c0570a', 'a290e445d2016584e513b23bf3537afe', 'a290e445d2016584e513b23bf3537afe', 1, 5854, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04e8a79f56926d76252cc657e85ca53c998ec944', '/home/hkrhostingreview/public_html/wp-includes/nav-menu-template.php', 1, '3d7b5493d6a9a59ab3e0457338c901dbff83380f7ae8d171ec96a02658baa841', '1bf843849b1820577b4823e0ec0a12ef', '1bf843849b1820577b4823e0ec0a12ef', 1, 22053, 33188, 1, 1568547117, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04ed61ffc06b85481c71bb8c2776b1cd76254475', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-messages.php', 2, '3af8f8d68de31f8a5ef1812a3dbd7e44940a5dc6684b97aa58dc829d7e568732', '24612175fefc04c343bf7e6c118aa8b4', '3af8f8d68de31f8a5ef1812a3dbd7e44940a5dc6684b97aa58dc829d7e568732', 1, 5625, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04eeb72e4f9fe313933619aee93420ccd3d95db9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/backbone.js', 2, '4187595fb11afe30d3492e393ef3f53fb2eac785bc4957dfdab9f444f4b6bd7d', 'de53fe50a32803489ab1a0bbf760e8f6', '4187595fb11afe30d3492e393ef3f53fb2eac785bc4957dfdab9f444f4b6bd7d', 1, 260, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04f6d1b498361a595416ba4e9de61ce0219ec4a8', '/home/hkrhostingreview/public_html/wp-admin/includes/template.php', 1, 'b2fb1ce91e150adb9d2fc129b29752d14853b567b7c3ff221959ddcbd46fd7c7', 'a177e360725c68847caacb078e5023ae', 'a177e360725c68847caacb078e5023ae', 1, 90474, 33188, 1, 1569459478, '', ''),
(1627004145, 1, 1, 0, 1, 0, '04f7e9db29e76ed8be709308abcc7f26b9f70086', '/home/hkrhostingreview/public_html/wp-admin/css/admin-menu-rtl.css', 1, 'a559ce562cf1fc08323ecaa6c56efc857a13f0a9cb6e2c24d797bfbd4b0fd224', '9d35d5641379dbc4ccdf4e78b00d7436', '9d35d5641379dbc4ccdf4e78b00d7436', 1, 19282, 33188, 1, 1571337483, '', ''),
(1627004145, 1, 1, 13, 18, 0, '04fd0541486571ba35f400b882683558cd2b88eb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176604', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05115f180c252edc3fba105f3e29065d5f7aa635', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php', 3, 'df30dd93bb7c98601b60bbf0bd5a0ae942cea493c1e575e279ba85f411c545b3', 'fb86beb4afd3f623b0e6d1e2bdd6b361', 'df30dd93bb7c98601b60bbf0bd5a0ae942cea493c1e575e279ba85f411c545b3', 1, 5068, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '052abfc3d1989e3e9a823a632c4744891fe477da', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-blocklist.html.tpl', 2, '49b598f04f92f234892b49337ffd9b94fde9e36ba435634988b2f356e3ce998c', '2b4b0b5376b30ac954af981538b2c75d', '49b598f04f92f234892b49337ffd9b94fde9e36ba435634988b2f356e3ce998c', 1, 266, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '053bdb742344722d89554d31f1ee0ec4d68c54d0', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_css_post.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992589, '', ''),
(1627004145, 1, 1, 0, 1, 0, '053c858f483e862cc0bae102e6608396c7f54356', '/home/hkrhostingreview/public_html/wp-includes/js/wp-emoji-loader.js', 1, '9c27aca4118e9b7a2117dc23045dc3f6eff9cd4532a51824ca330d8b84faad37', 'fe59084e6bc4be1624a6d93df4e63e17', 'fe59084e6bc4be1624a6d93df4e63e17', 1, 6694, 33188, 1, 1565237155, '', ''),
(1627004145, 1, 1, 0, 1, 0, '054265205d77a08084255071aabca73a19265a16', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ps.js', 2, '2b1b199fe7faf514a039ec4b733661a6d8828a866d37f3013b050317578fad1d', 'faa2a36c152eade110f7844b6c328406', '2b1b199fe7faf514a039ec4b733661a6d8828a866d37f3013b050317578fad1d', 1, 1019, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '054e48850f75f1bb0742c628bdcfd3dda67f374b', '/home/hkrhostingreview/public_html/wp-admin/images/post-formats32-vs.png', 1, 'c91998b51243a5f2ce34b3fd108993059f3b22a7f3c52c61846f60b1d59e11a3', 'b7742e45b6adea3547a54e1af3fe761c', 'b7742e45b6adea3547a54e1af3fe761c', 1, 5111, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05510681060d5ecfadcc359795b084bec3d923d0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/new-template.min.js', 2, 'cdd9a42e8a31b3ef0b070774a3be451ff7bfe976c2900cce77be8c257493b9ac', '3d9327fe28be72d895fd3a012dd4d8ca', 'cdd9a42e8a31b3ef0b070774a3be451ff7bfe976c2900cce77be8c257493b9ac', 1, 2943, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '05550c6129eab3ae8c6a7cb3cb8909721a5470cf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/builder.js.map', 2, '5ae849e6bcdae1e78c109403e3003c58e2223f4c1d1289a6772930d2716afc2e', '28c8bfe7f4e538fb9356f811d6e1aee1', '5ae849e6bcdae1e78c109403e3003c58e2223f4c1d1289a6772930d2716afc2e', 1, 247699, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0571448a42b60cc86db09e43f601a3e115ce7d7c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-validate.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992528, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0578643382d331a9175c21a932cbccfdcb9f3286', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-theme-control.php', 1, 'a184358786e141d3b951dbfefb61ceed78ae1fac43e189e4003b4b0c2c2a2db9', '26a80c022d65494307f659af8563e692', '26a80c022d65494307f659af8563e692', 1, 4524, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '058147213893c27eb3731fd1384801dc063c59ad', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-hardening-options.snippet.tpl', 2, 'b0b9e9fe5ed3db289f2382870ab25ca4c527880ae2f82bba34155650e6f6df47', '32034cf14588e7e811ed876c0c02ec86', 'b0b9e9fe5ed3db289f2382870ab25ca4c527880ae2f82bba34155650e6f6df47', 1, 3289, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '059364ab8798a987936f45169737acf443317c2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Other.php', 2, '7ff276aa173ea239a8dd2beba1a4174505f7b50265afc68b3db6abe75660f1fa', '456b542264aa2f8b8541e384f6058167', '7ff276aa173ea239a8dd2beba1a4174505f7b50265afc68b3db6abe75660f1fa', 1, 3382, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05a02257104c30ebb3f052fc7a83eef8ff1e5bcc', '/home/hkrhostingreview/public_html/wp-admin/includes/bookmark.php', 1, '00e63b7669907072b7020c34a97a19314b95cd833467ac0509492913967caab6', 'feea3367c3ee803baf72e4dac1401983', 'feea3367c3ee803baf72e4dac1401983', 1, 9511, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 18, 0, '05a067e0e12559a83b073080edeffa59015ddff1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599247680', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05b9acf54bfdbe7d2c99ff2c9e6fabb73ff747c5', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/url.php', 2, 'ed04a8335ef09eb520e3c9544e9dbb4aeb260141b7618bb95f4ca0a95e0db910', 'aac4c5e7dbc97f9393d84ec2d38dea6b', 'ed04a8335ef09eb520e3c9544e9dbb4aeb260141b7618bb95f4ca0a95e0db910', 1, 588, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05cc1b73a4bd642cb169c3a8bcc692051cc45574', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/adv-accordion/index.js', 2, '0550dad946e7c689ce77f81000fc307418273daf69ada0cdd8a4615f256af84b', '875655b552573d4a12f363856c900c4a', '0550dad946e7c689ce77f81000fc307418273daf69ada0cdd8a4615f256af84b', 1, 2048, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05d71396c46a412eeddf92a0c44ac0c8b662d0f4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php', 3, '597dacb356181c690854c16e6ffcf4dc65a973ae94d7a8b9b68b30cbc3475de3', 'f3b967e1e68ac0339b7ec6f3cffece74', '597dacb356181c690854c16e6ffcf4dc65a973ae94d7a8b9b68b30cbc3475de3', 1, 12202, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05f7f3456f3b84c28ba80889df59bb3586729668', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-fa_IR.po', 2, 'a64010ae41e2bbf7e55dee62fd9eab83b3094f551d166ad76d7b11bddf8aa67f', 'dc373dc70d891ddeaf8c6a02cefedfe1', 'a64010ae41e2bbf7e55dee62fd9eab83b3094f551d166ad76d7b11bddf8aa67f', 1, 57585, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05fd6ea666ba1ae91e9cd6ee14a1b1c995a9a14b', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-en_NZ.json', 2, 'eb9908d6cdf0b48beae76e5b6abdb41978b24af477ebed350216e08469ac5573', 'bf9e6cf99689ce2667d6ae2be94698a6', 'eb9908d6cdf0b48beae76e5b6abdb41978b24af477ebed350216e08469ac5573', 1, 47041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '05fdeb1614002880daae1fbfaaaf28bbb570ad36', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/checkbox.php', 2, 'd2f5673e11e2fb5a6d32467e509e3d0a91834924c4d934196c0385e9d63b1c18', '98c9b074a28360cd0a5025f4c6a4c50d', 'd2f5673e11e2fb5a6d32467e509e3d0a91834924c4d934196c0385e9d63b1c18', 1, 10702, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '060b2a959871838eb0e620cc6b719ccc67d5fca8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-glacier.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992537, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06126fbdf2daaffe4a7bbd0c8485c6aa628b4415', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css', 2, 'f2f6359c178cbd3efbd8710d9e811f70d788ab2a77fe8d2a90dfd1453b8d38a9', 'db3b745079e4606a70685c661ea1324b', 'f2f6359c178cbd3efbd8710d9e811f70d788ab2a77fe8d2a90dfd1453b8d38a9', 1, 661, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06139b3db71f91f4bbd3ae0c360e2b56fc7e9848', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', 2, '6efd8f3d9b03e210c241f33f31c6569faa32e5bb5b650199ab7a4690293e6271', '14d55152e99f22245c9e1e8bb784a7f6', '6efd8f3d9b03e210c241f33f31c6569faa32e5bb5b650199ab7a4690293e6271', 1, 4549, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '061623c768f01d71e47221ea39ba3e11334c57f7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_static.php', 2, '39ed572e7c5cffa78854e4500e0941bcfbfc28d5744066e18d429213e5275f81', '0f6333f4c8fbe57ffea6de42097b39fa', '39ed572e7c5cffa78854e4500e0941bcfbfc28d5744066e18d429213e5275f81', 1, 8321, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0619bd4ef3882142162aef5cc2fa5a4762cbdc06', '/home/hkrhostingreview/public_html/wp-admin/includes/screen.php', 1, '9fc088360cd60dd299888f123f40c37d6ddd62ae439f42f5fab6e4ef3c9b7b75', '0ba569eb015e906d92e3ce4656fb14da', '0ba569eb015e906d92e3ce4656fb14da', 1, 6247, 33188, 1, 1564884235, '', ''),
(1627004145, 1, 1, 0, 1, 0, '062221811bae6ebdfec55ca5e8dadf60246fd2dd', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/edit-form.php', 2, '313600fb81fb47d64555bdaca3d9787db35e777bc5f01bf1a577f794d0d60108', 'de5d4dd5d395af1924bc2284c4a534f3', '313600fb81fb47d64555bdaca3d9787db35e777bc5f01bf1a577f794d0d60108', 1, 4225, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0624353e1313eb4c8906d4e32270b41359c16949', '/home/hkrhostingreview/public_html/wp-includes/class-snoopy.php', 1, 'ca6f5b4951c14bb0f59e507a39edbc4464f8cda0eb2f6614ca8b0adf6bab8e8b', '73b05cdec5859ff6edcfbcd22ebd0960', '73b05cdec5859ff6edcfbcd22ebd0960', 1, 37785, 33188, 1, 1467808829, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0629e4b0d345fa896380af63a095df6d8802cdf5', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-small-img-150x150.png', 5, 'd72235ba8bc4330c7a8dc585ac9d1b21ec31e596a7bc446ecba8f0ede973a2d3', '', '', 0, 8272, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '062c439839c0dd4aad4dae594578202605a600cc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/sidebar-fields.php', 2, 'd3fd3c41cbd3cd078b5ccea07d6a5e2ad6206982ef89903d8525916f56f83e7c', '877c2c706256cbf572042a8d274af40f', 'd3fd3c41cbd3cd078b5ccea07d6a5e2ad6206982ef89903d8525916f56f83e7c', 1, 696, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0630c45f790053f8ec13a4cc84d09e10a3f8bb84', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-hi_IN.json', 2, 'a6d675091a40afc5aaf61f96fcff03b4431e7f0ebd97f08d64e1afb2b5f4c94a', 'b530ddbb00925141c4fbe275156f729f', 'a6d675091a40afc5aaf61f96fcff03b4431e7f0ebd97f08d64e1afb2b5f4c94a', 1, 819, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '063646cfabd6b1571c8d319fb7cb03c0055a3e80', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-es_MX.po', 2, 'a21fee0d891db46b9cbf276826d3a046f9c111d81fb3d2a82f4ece8ced324c55', 'c36bca78443d32ebb34ebc943ec97b88', 'a21fee0d891db46b9cbf276826d3a046f9c111d81fb3d2a82f4ece8ced324c55', 1, 222078, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06427d8223290ec9007760b37715255f8577ad62', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css', 3, 'f26d11e0b1a64e11f4fda48a3967ae15f80ec12224a3e6c44c0dc99d503cba03', 'f28b6a130def3ae4c18b3469e2c3a452', 'f26d11e0b1a64e11f4fda48a3967ae15f80ec12224a3e6c44c0dc99d503cba03', 1, 737, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06618cc26f5c887ee8077ba1d07cd8bc741d2e8e', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/http-permission-request-post-modal.png', 2, 'a293c6af1350af99212836d5a080b2c723b35285e567f71affd7862096adee41', 'c59b4fcf9829041a10c3e70f4a7c1d28', 'a293c6af1350af99212836d5a080b2c723b35285e567f71affd7862096adee41', 1, 18677, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06664cd2e86bd4ee9bb81da5881cd856be9e5c5b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js', 2, '7265c3df8a9950b84e5b635d4378dcc9ccb0fb12d67e0f326f854be79f66f563', '2d89a2b29fb61d230186251bbf724ffa', '7265c3df8a9950b84e5b635d4378dcc9ccb0fb12d67e0f326f854be79f66f563', 1, 48624, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0669d3c82b1c3bcca0c845701d6ba67ae56ccf7c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2', 2, '2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe', 'af7ae505a9eed503f8b8e6982036873e', '2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe', 1, 77160, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0669d7bef45b966f971ff3aa3f4b9b4a86c3eedf', '/home/hkrhostingreview/public_html/wp-admin/user/user-edit.php', 1, '230637df9b8da9e16001fac488070929cabe484c2455ae7681d7b0d2c87449af', '2a7a75a363b0f88f0b6d094a91ef65ea', '2a7a75a363b0f88f0b6d094a91ef65ea', 1, 268, 33188, 1, 1415118742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '066bfcd9dc9127464f45691d91f0a018790bd4b0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/manager.php', 2, '7228a4d41cd654edcf51b323cb25dac8c299098632c2c0f092c19d66c7d952ea', '245672d0d43248c7f9b1f2a5b290a251', '7228a4d41cd654edcf51b323cb25dac8c299098632c2c0f092c19d66c7d952ea', 1, 3020, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0677aa6e2d7799a3714033675b43d5a1bbe6ac8b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/class-astra-control-responsive-slider.php', 3, 'a44dc93e4d50032c3e7d840b3b18fa7b49dd215e322e7689e0c0116427808277', '87d4ba020ce97079d3b37b01d9b5d02c', 'a44dc93e4d50032c3e7d840b3b18fa7b49dd215e322e7689e0c0116427808277', 1, 5432, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0685b8d45a1e97226bd0362a1340da2bc8ab17e9', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/content.sessions.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438504, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06882af7c0a5a407001f005d687a4044861772e4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Chunks.php', 2, '2c60727f86593a7432c1dae1ac4e53bb60105f47fe621afbe4af87d81b295ca1', '61895ba780ddbaca3f2075aab2f8ed98', '2c60727f86593a7432c1dae1ac4e53bb60105f47fe621afbe4af87d81b295ca1', 1, 799, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0694ee5b74038b15a8ebac96e511ef8717d59766', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/form-layout.html', 2, 'a42c3bc8f4019bec9af016204ecfd5198db91eb25c8110097266ef808b0ec6ad', '5f7ecb1779fe3f2fd360318a0c4d4b4b', 'a42c3bc8f4019bec9af016204ecfd5198db91eb25c8110097266ef808b0ec6ad', 1, 255, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0696c0b56f9ca46dda815e48e733e7f0688f2def', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js.map', 2, '5150f3562318cb0a9c0f712e855799bccc7cfa319e7921627bdb7bfb39277366', '0e4bd92e4249365c0b30f11ea7e24559', '5150f3562318cb0a9c0f712e855799bccc7cfa319e7921627bdb7bfb39277366', 1, 3347, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0696f4901ee78327a03e56b8a271f7c4bfcb147c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/timegrid.min.js', 2, '1190c8dd727e991d080e89bf680b13f805e04138aab48cbd7c79229a3e8787ab', '72311a98d846748339d2831b579f9fe5', '1190c8dd727e991d080e89bf680b13f805e04138aab48cbd7c79229a3e8787ab', 1, 23691, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06c6ddb992ce73135e42b4350ee4ea274a99ea15', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gp.gif', 2, 'cd0758d9833a4a841982ec476532b09a377a7938bb5b0ca49eeeef1ece1e148c', '15cf1ed243475f743fbd95813985724b', 'cd0758d9833a4a841982ec476532b09a377a7938bb5b0ca49eeeef1ece1e148c', 1, 357, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06c717aa9d55b62f6111ef0305539114c8be521a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/password.php', 2, 'b8ad31dc268756d96224eaca5e162daad9665c658ddc66cb24fa52225e0338f2', '7f42bd7c8bda1bb747dc56c7c5bafcc4', 'b8ad31dc268756d96224eaca5e162daad9665c658ddc66cb24fa52225e0338f2', 1, 5356, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06c97a952880f342ccca5f40cef74cccd2bb4ed4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.js', 3, 'cff38554a4f51d6bfba32702cdce799d3fa804e00c6c1194abae30a0ba56c1dd', '0cd5fb1206548e77f6b1148729a0d6dd', 'cff38554a4f51d6bfba32702cdce799d3fa804e00c6c1194abae30a0ba56c1dd', 1, 153711, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06d04a0d47c4838029599fae0f49e87e542c10e4', '/home/hkrhostingreview/public_html/wp-admin/css/l10n.min.css', 1, '86669f0412fff3ba05a09c21f077c7a9ec4d9054633216b6ce04eb3c6c57538b', '2b2ed5045b480dcfac2e6babbd2f2007', '2b2ed5045b480dcfac2e6babbd2f2007', 1, 2477, 33188, 1, 1544544806, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06d47cbda9bb2b6bc081eb1baf1627bb1a47c6cc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, '2242ff87441523ba2915089b3a6e4c8b7dc271f2dd9b980bd9df62a44c206117', 'e96c887bc3624f73e9935f61ba14de3e', 'e96c887bc3624f73e9935f61ba14de3e', 1, 1322, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '06d8c2ee738e5388bf077ff6a2d7996702ffd0e1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-min-300x155.png', 5, 'b1ff5c6f9c23e9b13a5617be8c10cb6a307c40da91986192163da26e9d70896f', '', '', 0, 64425, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06ea4a5026bcdb083e22451f223a89f422eccc7e', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/list.js', 2, '2d2a5a1abe9aeed1cf0a5a1f8a3e2ca3f775e30e56c6b2f88345efc982f2adb4', '30309e998979d026d5a16126a8cb2030', '2d2a5a1abe9aeed1cf0a5a1f8a3e2ca3f775e30e56c6b2f88345efc982f2adb4', 1, 3155, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06ef924e3130117654d5e08c3025eb06c0e4c6dc', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-submitted.min.js.map', 2, 'acbb9c3a8c04c7493c3d431996fe2de8d2aab7e5d88765b79cb5032362913991', 'ecebbb8d16ba3353bea03e06ded40ab9', 'acbb9c3a8c04c7493c3d431996fe2de8d2aab7e5d88765b79cb5032362913991', 1, 6310, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06f235e86321dbb5e5ca76f113d7b3d029ebc488', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/images/GitHub-Mark-64px.png', 2, '22ed95ff774cee8427c86b60288af4077b3b26424c758bec95a34aa8b7a88937', '438c17272c5f0e9f4a6da34d3e4bc5bd', '22ed95ff774cee8427c86b60288af4077b3b26424c758bec95a34aa8b7a88937', 1, 2625, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '06f97254ac786af5dc42073673d0c59709c7cf9c', '/home/hkrhostingreview/public_html/wp-includes/js/wp-custom-header.js', 1, 'ab4dff1b0265ed0a07e1a9fcec5f1947ba2751a0f5ac8f234537f96c39d5f41f', '284b8547296847f3521f043cf87cdb34', '284b8547296847f3521f043cf87cdb34', 1, 10447, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '070b2108b60a39d5e38921c64b96c245249c5b93', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/woo-checkout/index.css', 2, 'f7e7d199ba5dad1e3fafddc450cc9581f83da78a3392b4897fd6d9fe7eb3a05c', '0abb6b651f735341bdf03512244ea0f2', 'f7e7d199ba5dad1e3fafddc450cc9581f83da78a3392b4897fd6d9fe7eb3a05c', 1, 22016, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '070b28f7741d84abdb111aacfa4293e84da311fc', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Web-Hosting-–-A-Guide-For-Beginners-300x180.jpg', 5, '7e2c9ae6f93bd1dd8b86a685267a833713979319c4452cb7f07f827a4c5fde1e', '', '', 0, 18416, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '070be3eb1ad811e3a80c5618e59343efe911a5c2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php', 2, '56ea960ffe072f6fbbb2b5b3cde35696e2570bbe9da1659e54653dd638a5383c', '9107acf87b82e3822d9f8bb013df3443', '56ea960ffe072f6fbbb2b5b3cde35696e2570bbe9da1659e54653dd638a5383c', 1, 22803, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '070e0bf27531696e447c827bd8b7dba6a8036c97', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/license.txt', 2, '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903', 'd32239bcb673463ab874e80d47fae504', '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903', 1, 35147, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '071149208c7b1138950fdf370d61eae9c3619c52', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/justhost-hosting-logo-olvrhhdzx5wkqzhkdpoe1iipj4msoiwd6yv95f5z2c.jpg', 5, 'f9b7c846114badf8972cbbff506eece0524ee3439f6a6f5381df39e45e4fd545', '', '', 0, 7652, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07160825362a64600b03e79690e0c4942d668ae0', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-output-manager.php', 2, '7bb0e356604e7e69e10f90a912d9e30370ad626788da2774ed1fc4b5868eae53', 'f2be20472094dbd8bde6d7c8aebbd6a8', '7bb0e356604e7e69e10f90a912d9e30370ad626788da2774ed1fc4b5868eae53', 1, 2510, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '071d50e83c9b2df8ea3033e5be8324f4ef79f36d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-reverseproxy.html.tpl', 2, 'b52f3b26fdaa14c1798c42d1cbc5ae9e2eb803cab335505c1214ad2abfe48df0', '1cb2558870a175432a29cb47d7c97c98', 'b52f3b26fdaa14c1798c42d1cbc5ae9e2eb803cab335505c1214ad2abfe48df0', 1, 1619, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, '071e63118de35e9b48082233e072d2aef951dda0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176664', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07280a19c99beb9b6aaf29261fc742ab64fd85ce', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/count-down/index.min.css', 2, '9d29898d1c9590e3c377f5ebca921e957e46f29fd5d120c06d55af0b2ccfb53a', 'cd50b2507c4af64e5e8de69b95542424', '9d29898d1c9590e3c377f5ebca921e957e46f29fd5d120c06d55af0b2ccfb53a', 1, 763, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '074a0b7fbc28ff0f79d90a0715204eb82a5c1e71', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/includes/ext/element-extension.php', 2, 'c0270c22fb5905b2dced27f84a17041fcd8ba6c8f20ef901a6826882d9fef042', 'aaf5283c3851b2e2b3c203d3468d40bd', 'c0270c22fb5905b2dced27f84a17041fcd8ba6c8f20ef901a6826882d9fef042', 1, 11660, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '07507cfa29539f33aabdaaaf2705068f978aeeff', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/8872.png', 5, 'ef50ccee99bc1c6c15f66c0ed0553f9b3d57fa221daaa8af50c086cf1c5bdf63', '', '', 0, 223455, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '075caeb64f35f16f49e3b35d59d816b44fbc2a6f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-new-form.html.php', 2, 'fe800a4edd2508c519f4d7dcaa227fee64f2c2d56f7a91fa1a9bc729890450ac', '0bfcd103b67385f0781ec1e3d0b5035a', 'fe800a4edd2508c519f4d7dcaa227fee64f2c2d56f7a91fa1a9bc729890450ac', 1, 38404, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '075e4c882a99301e1ff1aa8574bb296e037778ff', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', 2, 'cee9349961b827c06a088cad70729025e7632123f89384d521a6b7dc6fb2e1d2', '09518059096ec5f4b32b4686536a1156', 'cee9349961b827c06a088cad70729025e7632123f89384d521a6b7dc6fb2e1d2', 1, 6088, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07626b61da7b4f63a296a7759f7c547328053852', '/home/hkrhostingreview/public_html/wp-admin/css/colors/light/colors.css', 1, 'a782a4a54d2097f5b1ea94e5de04db7e1f073848c47a250e8f06b03e0d88091c', '75aa2db229bd2da0e80af17e8b1eee7a', '75aa2db229bd2da0e80af17e8b1eee7a', 1, 15465, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '076a0044af58ce4f292961cf737d41cbc65c6f45', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/listgrid.js', 2, '7888a6d89702b2fd9aa2e03d85634c0d4465ffe0a807aaeff75c3906d5bfd297', '3903f4e3fa5544af8dcff0f44a35fa15', '7888a6d89702b2fd9aa2e03d85634c0d4465ffe0a807aaeff75c3906d5bfd297', 1, 15939, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '07707e320545d013074d51ab7e7b30968f427210', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_textarea.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992569, '', ''),
(1627004145, 1, 1, 13, 18, 0, '07715bc97e53b0cabd97f2860c3c47d2d708bea8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176672', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 13, 1, 0, '078888d3fade048c97fba1c07c32f1ba8fe37c0d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_hover-animation.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992610, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07954816c0c63bb6f3f26975055d6cb6cef8f774', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/formTemplateCollection.js', 2, '4bfc942ba30276af08eacc2a828aec88bb2ec6fb20fc021ee4f33a983518fa56', 'af6615cce793c13df303a432b56aaef6', '4bfc942ba30276af08eacc2a828aec88bb2ec6fb20fc021ee4f33a983518fa56', 1, 1010, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '079e12f09f8d3ec7e8e0c4b00105dfc93dc9882e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/sub.php', 2, '43ff585519047b8dda04a7efb78fabeef38a8bc37a66caee7c4bd7383f980c09', '2c0caeb905a36a67695dff3a70009509', '43ff585519047b8dda04a7efb78fabeef38a8bc37a66caee7c4bd7383f980c09', 1, 8219, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07a0d85cc4249d7f303606f5879d01bf9f76d344', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/codemirror.min.css', 2, '8fd8a4e031c58c0b367e76687546703542254c9bce9d08abe0f7605578c9f0ec', 'cfc94789fd3b71057f0063049296aa76', '8fd8a4e031c58c0b367e76687546703542254c9bce9d08abe0f7605578c9f0ec', 1, 572, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07ac411a7f06424503595e81ea88ceec97c0dc0b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/number.php', 2, '9984422b51c9f49ae8a13e128e9b65132336e7b3a21b850d9740977b2f80b88a', 'c73413155dc73e22c78e983a001f49d8', '9984422b51c9f49ae8a13e128e9b65132336e7b3a21b850d9740977b2f80b88a', 1, 2152, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07b11d9f19eaca08bd20dc6abe5432a966d9966b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/counter.php', 2, 'b84fe789d5e2f50f7330e2f4cafdb8e8737cd294328b6c7153eb419b33ab1ad8', 'b869ac0875f1a74945062bc11dd04302', 'b84fe789d5e2f50f7330e2f4cafdb8e8737cd294328b6c7153eb419b33ab1ad8', 1, 8167, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07bdefe062e81883e39189b4e200739b982c48d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-pt_BR.mo', 2, '39042e1b8b8e9d8c7fc8fefa9f9fa38f46358f35410abe3dd370d5cba23f3488', '2f1ba1b953f1867bebe307c7994f91c8', '39042e1b8b8e9d8c7fc8fefa9f9fa38f46358f35410abe3dd370d5cba23f3488', 1, 93825, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07c9e007202ac6d9e73184a33f250cfa99659f1b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-mr.mo', 2, '5046fd2058266711c9dd6a21f33d11b592d8d91ff6fca45baef5db9de17d8f7f', 'e8d513c94328a2c84baa265934481c17', '5046fd2058266711c9dd6a21f33d11b592d8d91ff6fca45baef5db9de17d8f7f', 1, 94760, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07cd88bc001994031097084ae42cf5b267917bb0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-wp_user_option.php', 2, 'fc042959c12a15cd52764580497472ffa3bb7cadc7e8b7a5f5d37a5deec74d64', '2d11995367f93d99ff4c971a1aa9cb99', 'fc042959c12a15cd52764580497472ffa3bb7cadc7e8b7a5f5d37a5deec74d64', 1, 2950, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07da1136bc53ecb499623bc59bb4452f8e73e96e', '/home/hkrhostingreview/public_html/wp-admin/css/common.css', 1, '87c513c824f56551ec35b18fd18336d58152323633c6146702151377f67a7928', '9cff57b3df1f72314b4f4fb3668c9fba', '9cff57b3df1f72314b4f4fb3668c9fba', 1, 71197, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07ddcad190292f2c5429e9226be76a0932f8835f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css', 3, '480e5421f836cd9d72439ff3d1c5efd9950b5d204dc0ba6d10c55ebbf78ba0f4', 'b1eeec39ec63b6991a08b5f8445d87c8', '480e5421f836cd9d72439ff3d1c5efd9950b5d204dc0ba6d10c55ebbf78ba0f4', 1, 670, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07e8afdf18da3856ae2c607ddaed0ca392be5477', '/home/hkrhostingreview/public_html/wp-admin/css/media.css', 1, '6b10808c2b86f5a9d140b4adc50cdbfc52ff0add9ddeb3b420f907fdf474a6d8', '6f3943ff4694f87dae30d02cfba0d89f', '6f3943ff4694f87dae30d02cfba0d89f', 1, 23791, 33188, 1, 1570454403, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07e8be5f454fabb80addabb5010ef7092bac0c13', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Helper.php', 2, 'f0256a890c5a9f3fd67d014722d7feb06616c08db92e1447a6c4770cc8a24dd2', '81dcbd5fff92dfa9a66da16af16f3675', 'f0256a890c5a9f3fd67d014722d7feb06616c08db92e1447a6c4770cc8a24dd2', 1, 16766, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07f28b1c2071e67245b18ea37b9482032ff81518', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mm.gif', 2, 'd6447393d0ac7002018614fec7df59574c40760e86db307d1e93b252479b244e', 'f0d6434e55addac1e1e0e9b43274c14a', 'd6447393d0ac7002018614fec7df59574c40760e86db307d1e93b252479b244e', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '07fe29058e4e12d62e0781ada0d144d8f983e555', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/user-agent.php', 2, 'd99d1575ce908d57a0e52c77a66081ff2188f433c57c30d45f8cff4eba3acc6e', '10395c31258d4f405eeedff0b0d1c4c9', 'd99d1575ce908d57a0e52c77a66081ff2188f433c57c30d45f8cff4eba3acc6e', 1, 1221, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '081e407c796f408e892f3cb38b1d4ffa5587e5bd', '/home/hkrhostingreview/public_html/wp-includes/images/media/video.png', 1, '075c8a3fe3c72c935cd4513b8c88157a503823986cb0cfde616f2182edb145eb', '8de0e9f175ea68179b81dddb71a010f7', '8de0e9f175ea68179b81dddb71a010f7', 1, 283, 33188, 1, 1395781815, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0841f170861c77d436d963d2ad7169809cfcf115', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/416.php', 1, '3fe6355d73a64697893151cc82eaa9d64fdefc9efba351b9eacff6c2bf2903c4', 'f931824e39e39617c9aac661804478f8', 'f931824e39e39617c9aac661804478f8', 1, 447, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0852861e2a64b518f07ac33e22ccca951b556db3', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/42bce829627170d40be2d7e2b6113fcf.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092964, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0854ae60e2adb057fd07a3457f68cdf8e34b2526', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php', 2, 'dbfb45be6e3a2ef6633dd4bd9352f766ddd7ae48916844fecdbbd42e4e2f4c93', '508d18dddaac3a8fd05947f9891579e1', 'dbfb45be6e3a2ef6633dd4bd9352f766ddd7ae48916844fecdbbd42e4e2f4c93', 1, 3918, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '086b2ee0e05afed24464a0cebc0281b492e99276', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_files.php', 2, 'ea25174a05f78731e4658c48cafdb959c0345116742be7a04c12c969686083e4', 'bd41bea4eec032c6dae104a5f10d367a', 'ea25174a05f78731e4658c48cafdb959c0345116742be7a04c12c969686083e4', 1, 586, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '086e725f7a9eadc0ab8ebcc988952e380896c9d7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/icon.php', 2, 'fbd7114566794dc3dbca66d2424356ba4f90dff354de16bdd8cd83be07b440bf', '0cc1b4071d6c2f5bf5a76a02db9f82e7', 'fbd7114566794dc3dbca66d2424356ba4f90dff354de16bdd8cd83be07b440bf', 1, 31802, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '08805b71bf396276794cd4eab0203535c047118c', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/417.php', 1, '9ab5dddae1aac2d64a8f59538067112b6ab1ab5df96f5fe9a986cd7d5e2e8471', '4270026a1b8e684f5ec0635c47201c23', '4270026a1b8e684f5ec0635c47201c23', 1, 408, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0882d2a59bc0ab4600e2f9e81a0f57183fd1f57d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-plans-min-300x132.png', 5, 'a446379c56f3ffc4e55434af370c2f21d7fcc47c5c9a87b8b8d70475238084ad', '', '', 0, 65498, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0883c2fb72d58cf91f6ebdad6da3a2e93d386ab0', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-manager.php', 1, 'c3360bc5d26d6c817b5c8ac834cb5e2afc064c0980aa5db4811bc952b8050fbe', '50021bbef9c541dbdfc74eb12babf782', '50021bbef9c541dbdfc74eb12babf782', 1, 201694, 33188, 1, 1571157781, '', ''),
(1627004145, 1, 1, 13, 1, 0, '088f5881d2e63391ecb75192ef49391bea1c0aee', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_toggle.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992636, '', ''),
(1627004145, 1, 1, 0, 1, 0, '08a604eabce2d682bf1377355bd87bdbb1ff07e0', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-el.po', 2, '2347657a0be270e45129f717bebad7bce8fc0738062092dfd828150fb70e648f', '5e582cc73946627f806e630a6a735959', '2347657a0be270e45129f717bebad7bce8fc0738062092dfd828150fb70e648f', 1, 72063, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '08a7b4816f7c0f35f8e401aacde8352dfdb2921b', '/home/hkrhostingreview/public_html/wp-includes/js/underscore.min.js', 1, '99b90a86b2f904c81a7280d1f47325d0a02568f5c4e913cee34614b472e57538', 'dc95efbaca369dccfda71412431de555', 'dc95efbaca369dccfda71412431de555', 1, 16119, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '08a7cfae8e499cb55ef3931cdd3c3a2ed070d656', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_loggers_base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992592, '', ''),
(1627004145, 1, 1, 13, 1, 0, '08adf359c23265bb7092124ce6003dbed1b96b7f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/o.png', 5, 'f3be8c3fac21c677c4df19a492a1c1bdacc0de0483757fee3cebb40cbe424874', '', '', 0, 381838, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '08c7ac980d06a7f69e671a3ab0331b07a204f0b7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/cropped-350-300x100.png', 5, '63e489371e73ee312deaea4929b358f1e8df48ed21df37bc9971e8e5736edb73', '', '', 0, 32197, 33188, 1, 1599729081, '', ''),
(1627004145, 1, 1, 0, 1, 0, '08d74be5053d9e062d1049ce9133aa4e7ab89653', '/home/hkrhostingreview/public_html/wp-admin/js/wp-fullscreen-stub.min.js', 1, '44f6004461dbbd02759c794c302895c2583c8f0cacb888e5e373a5b2aa7ca7c9', '1524661e32c6718ba9ca81314b5272f8', '1524661e32c6718ba9ca81314b5272f8', 1, 326, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '08dace0e15fedd3e98b5a633fc0b0c9bc03fa43d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_base_model.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992597, '', ''),
(1627004145, 1, 1, 0, 1, 0, '08ef26f2abe580dc8ed1315b89bd5de19ab62f2a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/fonts/eaicon.woff', 2, 'ecc330d2eef4587f983a7c39ff8c2dda4a0f51e6702bb6968d677a126069dc7b', 'd0bc33cf2ed8f2fdadea317465d2a2b3', 'ecc330d2eef4587f983a7c39ff8c2dda4a0f51e6702bb6968d677a126069dc7b', 1, 36108, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '08f4a172de0461de38a15ecc997801586a1b0e64', '/home/hkrhostingreview/public_html/wp-includes/css/wp-pointer-rtl.min.css', 1, '1e9923c9ea7e980decc6a593bf7804c55b672b2beb99de79796f13c8f43cfad6', '249e68e8463fc816b70c106ea7001355', '249e68e8463fc816b70c106ea7001355', 1, 3237, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '08f5c71aab27f0f9f53e0517611890b770f6b914', '/home/hkrhostingreview/public_html/wp-includes/class-wp-text-diff-renderer-inline.php', 1, '2bd53c5c76196dc7da246443f2fee8dd7a388555b64cd97c585cd8db2f579edc', 'e8053813b36cb4b25f0deeb275ff8ca9', 'e8053813b36cb4b25f0deeb275ff8ca9', 1, 716, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09031737972d0221008465f2d49e41f0b39796ce', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/jsonlint.js', 1, '1b39bf4e666af927619ccc41af91885aa303a13eb3e2c49375e93c159b914927', '49296679dee36b0c548c2bcaed3cd59f', '49296679dee36b0c548c2bcaed3cd59f', 1, 16189, 33188, 1, 1505282927, '', ''),
(1627004145, 1, 1, 0, 1, 0, '090b2583c1e91ead6cc9506e75ba0d906fe5a91e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/nf-logo.png', 2, '64e5f790077d888cf13490d329f6fcac5584b8b52817026c5a863e78397a015d', '504f560ad8abb8c20a3bb69863198052', '64e5f790077d888cf13490d329f6fcac5584b8b52817026c5a863e78397a015d', 1, 12761, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '090df74b3967e60233e63f298b25d916618867db', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-number.html', 2, '5ab03b68a74ca5be34341046f33327a2b4eb8d23ec8beb7225b51151a988e534', 'ca31c1a3d4631ee181891109797130f7', '5ab03b68a74ca5be34341046f33327a2b4eb8d23ec8beb7225b51151a988e534', 1, 519, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0913b9b58ebe7d0afe7468edfb49f0c2d43ef06e', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-10.jpg', 2, '8f49027578cd5526cad3c8f536bc6bd61a6800ba9fc524b7dcedf99fd9267f48', '96f468631f6f5f0ba85e828cc01c22b7', '8f49027578cd5526cad3c8f536bc6bd61a6800ba9fc524b7dcedf99fd9267f48', 1, 129283, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09270b80faff99b0e99063d396c26f689404d9a9', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/cron.lib.php', 2, '4c35d3b8a9275c0bc7b757264a4715a317e4064fbeac79d797a22d2345271ae2', '23ed7a3dcff49835f26520bb757d4363', '4c35d3b8a9275c0bc7b757264a4715a317e4064fbeac79d797a22d2345271ae2', 1, 1815, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '092970a7c4e88b468c05f164b203982e81bbf633', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Crypto.php', 1, 'fd56b4cab6806a9c819332813af5b50f7be14143424d5f2243fadfa65fb66f47', '08974738a94a2b9c1cf4b38b09bea07a', '08974738a94a2b9c1cf4b38b09bea07a', 1, 86, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '095e8a93b6b0a3e92289b172b814c9305910d128', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/294d740478377afd494c8fd177dadb25.min.js', 5, '2cab06290e3b6d8a3c4809acc8428d3a2cb7acdb72d2ee2d180034109f185e53', '', '', 0, 1322, 33188, 1, 1596825196, '', ''),
(1627004145, 1, 1, 13, 1, 0, '096972c85504e3ac75241b2407638faccdfee895', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_box-shadow.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992609, '', ''),
(1627004145, 1, 1, 13, 1, 0, '09738b934bb981c08b395314686f96278c0a25f0', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_documents-manager.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992585, '', ''),
(1627004145, 1, 1, 0, 1, 0, '097510c21191aeacd74854bf9076e36168811051', '/home/hkrhostingreview/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php', 1, '50150eaa00b1b1f24dc5719a52839be6eb3ee7a405bd86f0d6aac3be682c157a', '16a9faccfd318b4b02a1f0fef5d66425', '16a9faccfd318b4b02a1f0fef5d66425', 1, 2384, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0985c6a07959a0ae770ba03d83c3f5614ba028d6', '/home/hkrhostingreview/public_html/wp-admin/css/forms-rtl.min.css', 1, 'b9a14d7d88ca06dd461561fba1fde68d4bb0f2ee629650eff233dba23d8b5cf7', 'c7d9a48cde3ec1d9368c4a25b9d9fb5f', 'c7d9a48cde3ec1d9368c4a25b9d9fb5f', 1, 24173, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09a999f55e536322326ac2c59cfa164c80925e31', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Post_Grid.php', 2, '1d2f87c8662133d76878e4ac89d393140662b4b1e1fff0e736950c9b946ae01d', '513bc07869a08b5b34b9544ad68d5f58', '1d2f87c8662133d76878e4ac89d393140662b4b1e1fff0e736950c9b946ae01d', 1, 9011, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09ba127f711746cc9fe6c0fdba90be88afbbdba0', '/home/hkrhostingreview/public_html/wp-admin/includes/image.php', 1, '1af066386061391eb82b57511e8e67380437349615a6666c6fdb9cedccc47df8', '2c5f5b8b57f04dc066f1402b1feec513', '2c5f5b8b57f04dc066f1402b1feec513', 1, 33804, 33188, 1, 1573253883, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09c6b22f6c517e90aaeea8e70ca0e501ac33fa98', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php', 2, 'c7d0b80cb29f59616a1d03dd59509acf4df512435b69f481091549b948dae6a7', '5a8e66db993ca7be9f63129a07ab96e0', 'c7d0b80cb29f59616a1d03dd59509acf4df512435b69f481091549b948dae6a7', 1, 1179, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09ce1df7dead3972f495b8ab8dacc38339430dac', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/LICENSE', 2, '321429c853d59b621414832581e93ff38586c348aa2de43c7e571b33423d670a', 'eac066c2356862e6cc2058f5a745a0d4', '321429c853d59b621414832581e93ff38586c348aa2de43c7e571b33423d670a', 1, 33093, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09d0162bc250ec84e930e76e321a7d2234596502', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css', 3, 'd11c2d8d703f9a2e45f19e94bc3d6c6359815151e4d13a7a0bfb763ac160fb84', 'eceeaa610fafe7c36dac8b1d1cafc9ff', 'd11c2d8d703f9a2e45f19e94bc3d6c6359815151e4d13a7a0bfb763ac160fb84', 1, 5783, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09d14926c2171632302b7bb3789f8dd5f4e13b25', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/js/lib/ResizeSensor.min.js', 2, '8f8078d5fa79042c80aff9ac50f962fca0a2461febc620b567e38fff39ddc182', '4c4b4b2ffb01486666a9ea84fc115945', '8f8078d5fa79042c80aff9ac50f962fca0a2461febc620b567e38fff39ddc182', 1, 2284, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '09d77c3685792b0ea59a21fc42ef51d33254543b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-plans-min.png', 5, '8e400fad128d5026fd474252eedd46a4cc386b31169ddadd6444fb90103a9daf', '', '', 0, 20840, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '09ebc432faad7457157e7804d7c6b719532856c4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_settings_tools.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992626, '', ''),
(1627004145, 1, 1, 0, 1, 0, '09fbc0257990c30bc6f44345bb1a59d9fc19af3e', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/firefox-push.jpg', 2, 'ec6d6a5095078895ab96bd8a01edbe69b4aabf08e2f074f55c1dc26857240c5e', 'ea6ee716f8111fb387e5b7fffea29cca', 'ec6d6a5095078895ab96bd8a01edbe69b4aabf08e2f074f55c1dc26857240c5e', 1, 21051, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0a0161e198caf006072d6a9bee3bc9939fd8ae4b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/5-150x76.png', 5, '7fa41bd7507c0fa42ef2bf58be9f3803c009b453405722a401fad4e74c4e3378', '', '', 0, 6327, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a10d852009d6641f96ccb0405f75e0159ded9dd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/zoho-crm.png', 2, 'f27f7d9a515ffdc7b7499cf8a7ba8206a61b95c2aee536bb8b9a11116dcb5adc', '6e7ef478fe5885427b6465f8a534b292', 'f27f7d9a515ffdc7b7499cf8a7ba8206a61b95c2aee536bb8b9a11116dcb5adc', 1, 27368, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a10f8dd5d8aa0f79c3938c519f52c5687b31761', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php', 2, 'afa6d2e17b3406303267c4ea00fad92dc9238c0896632b741bfa41038481d349', '3955cf5330d6ec7b484f67b2697efb37', 'afa6d2e17b3406303267c4ea00fad92dc9238c0896632b741bfa41038481d349', 1, 53874, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a207b6c4ba5c036e8150953573a16eff8b682b2', '/home/hkrhostingreview/public_html/wp-admin/includes/edit-tag-messages.php', 1, 'b0e90def5bf5c56da73ce3d32bd5058a72963376c413b29906801bc0f2395f2c', '96d46d2d49e76633180cca665c5a92fd', '96d46d2d49e76633180cca665c5a92fd', 1, 1437, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a4e17255a56a9072ef35a544eb022205b8d811b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/sidebar.php', 3, '7ed36af5d71676d501e23161c32f6176cc3e299e819a7ebab2d0c7349864b4ac', '5c3588badaf778ddcf5945b248d4d7db', '7ed36af5d71676d501e23161c32f6176cc3e299e819a7ebab2d0c7349864b4ac', 1, 969, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a55a2708bbee9883a5042afca3f0eb44056f8e0', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gb.gif', 2, '4de3ba7104d2c09b0a66c63f2dee198836fcdba8579a404bc797ae95c99efdee', 'b68a866f3b54a11cf2fc2b3ce2ea26d5', '4de3ba7104d2c09b0a66c63f2dee198836fcdba8579a404bc797ae95c99efdee', 1, 260, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a56b8a19caf2bae20846b69a89550c61e25b1d8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php', 3, '6907ef7fc723456f46df8cfb7c9b936104d347aeb8178f7556632e32d91d235c', 'bb4b1d4a1c31d3fc299049624a3a2fe6', '6907ef7fc723456f46df8cfb7c9b936104d347aeb8178f7556632e32d91d235c', 1, 4664, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a65933cd7ab94b72c40e4f66697e53a12a59812', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/example.nff', 2, '25da0f4d646a20904d886457f06327cd94ef82942310a1df3708741b8d67e4a6', '8e5856ad8ce83f26c7d72b4942736e56', '25da0f4d646a20904d886457f06327cd94ef82942310a1df3708741b8d67e4a6', 1, 19159, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a686b119b14dcde548340530e0f4acd42def324', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/nexus.css', 2, '1ece46d5e6b54faddb3c3dac5e213acf87e56b0137f9c9100040fea62b08cff5', '2c22e5fefc85a807ff741677bd4c1df4', '1ece46d5e6b54faddb3c3dac5e213acf87e56b0137f9c9100040fea62b08cff5', 1, 2974, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a6afcdb1e59760c07c80cd75887b79bcf21fe95', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-requests-hooks.php', 1, '2b0f5db880b60de9a6feac8a868de954437668a96dbfc566e4ee69673f8accde', '178bff1976e28e60a4e6b21298af9905', '178bff1976e28e60a4e6b21298af9905', 1, 1949, 33188, 1, 1562291156, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a735ae720c27ddf2ce2aa384ce38de672d0b7e8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php', 3, 'ef3fbaf4ba443c36ab0e245b737e489f93b291d50d1bf478249645f6bd611612', '83a252f95a45d0d5fa24139916e3f70f', 'ef3fbaf4ba443c36ab0e245b737e489f93b291d50d1bf478249645f6bd611612', 1, 31017, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a804a6fae47ed93234481d558198e2be7d2c468', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a9b5d278f6cd92321c49d869c9e50485a7b4f84', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php', 2, '9a9e728284c8188412aa655dc001e983cbb4fa27110b3427d517f8f965005e63', '5806e88f125225cbe26cef84387b4701', '9a9e728284c8188412aa655dc001e983cbb4fa27110b3427d517f8f965005e63', 1, 1458, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0a9cf77e83b374ac3f1cb3e9377d98940651f2bf', '/home/hkrhostingreview/public_html/wp-admin/css/media-rtl.css', 1, '332f0ec70e202f43a435fcf2e4b38d8dee36db0d8e9371e77f1071930e894462', '845b45ebe24b66d634755bb35a4327fd', '845b45ebe24b66d634755bb35a4327fd', 1, 23801, 33188, 1, 1570454403, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0aa07d48c6a065012fe74d120e3455cc2c6d372d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/settings.php', 2, 'c0961d3b372728885a312c32c5c6acf52ce837acb28a11ebc0c002ff73958ee0', '1f05cfb23089d2728487198bed96a8e2', 'c0961d3b372728885a312c32c5c6acf52ce837acb28a11ebc0c002ff73958ee0', 1, 24605, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0aa68422d276a2e38bfbf13040dfdf9e32a9ffc5', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-gl_ES.json', 2, '56b9014a769f1a4fe80a2a72156d8f2012f9724b1f852c776bbf5e02faa29af7', 'd814e48a57850090c846ab271631e257', '56b9014a769f1a4fe80a2a72156d8f2012f9724b1f852c776bbf5e02faa29af7', 1, 51232, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 1, 0, '0aae97b6646ad1e52bd0e4173c6acb2e4b03c3b4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-updater-controller.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992519, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0aaf96373123db40bab19541ecc48925f33d2808', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/wp-tinymce.php', 1, '960a13a2487643a0bec186f27b2326c70dcd0c90729e435aff299da95138352f', '300743a1814a972b20d7f0655f3f59aa', '300743a1814a972b20d7f0655f3f59aa', 1, 1052, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0ab4629388ae3252b5b6b971fad1908985bdab4e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-plans-min.png', 5, '0905c6f3cc3e65ff0153b3bef5a7424e7e4a202f16a5a5901cc37b2718ea919a', '', '', 0, 25687, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ab9ac43354a322b12c5c513598bdc7bbbff99a5', '/home/hkrhostingreview/public_html/wp-admin/images/spinner-2x.gif', 1, '3e9fd050059a29fbab9bff42df8fd81207702d8feed30256d375d61cba089045', '31fd991e90e6329d865e23e638b50ff4', '31fd991e90e6329d865e23e638b50ff4', 1, 7536, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ac39373484d9274b8af4f6e11dba90700aa59f7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-2-options.php', 2, '1037db2849e4ad3a61dbd9076a8b1abc94e2cb19216d2d9897a38f47ef60dcda', 'ff0a28fbfa71ec4bb5e67f17f7975a44', '1037db2849e4ad3a61dbd9076a8b1abc94e2cb19216d2d9897a38f47ef60dcda', 1, 1653, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ac7ce0471c51aa0fe0da7e06540bc92ac5a5f00', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-1.jpg', 2, '86d7fc412cc13cdb0b13e65c2e7905ef693957abc5e0c8eab7fc20a9be19d6ae', 'dcfae503b818655f6adbe5e98d08427c', '86d7fc412cc13cdb0b13e65c2e7905ef693957abc5e0c8eab7fc20a9be19d6ae', 1, 159018, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ac84046ce742054b342b0ea2895355391b8e85b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php', 3, '89188cdacb55285486ab74c7f1c22b286658ebc6c3018111a51e8bbd1a02e6f4', 'b978f0bf76973b6b5427e7446c279860', '89188cdacb55285486ab74c7f1c22b286658ebc6c3018111a51e8bbd1a02e6f4', 1, 11113, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0acd3c557687c17c47220a4cb47f2ed90ad5891c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/3.png', 5, 'a147170118be5f56adf1520786cfa059c869e71cb206000949635abb5f835b9c', '', '', 0, 6325, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ae6683c7e304df7917cb45934bb2bebf13bd953', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/number.php', 2, '19bcc76894bdccb5f1dd073c4847073148d3e258c32c7792344342d71c264fe7', 'aad5710b944a16ccf60c6ccc46ec9dc6', '19bcc76894bdccb5f1dd073c4847073148d3e258c32c7792344342d71c264fe7', 1, 8267, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0aecb8860318f7139eba560e89e24e2c39f9e4b4', '/home/hkrhostingreview/public_html/wp-admin/async-upload.php', 1, '306e1020cc0bfa91c1e7c93c6b2a5d92128e5a16d41dca6ee848a6f9ec10df11', '05dd7c526e8b3b4acb15995ad7db1eb2', '05dd7c526e8b3b4acb15995ad7db1eb2', 1, 3821, 33188, 1, 1567613396, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0afa232e8f585caffeafec9f74905296924a4e3c', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, '8c8effbf1b373e7bd3f8f291264eaefeed933fea8fe91637d81f3fc9574c3592', 'db33e7676b65cdbfddbe8cdce17ca068', 'db33e7676b65cdbfddbe8cdce17ca068', 1, 18748, 33188, 1, 1548842870, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b06ddc5d0753e9242ef1605ec8d3d37a039bcbf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/responsive-slider.js', 3, 'ad7646769527687d7c097a95468494b242e05758fbbe9015722a1fb4a1610335', 'b71a81c9cbcfa6d16b83317d045179c5', 'ad7646769527687d7c097a95468494b242e05758fbbe9015722a1fb4a1610335', 1, 3098, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b0743af19571062d40785582b9fdf9a63a6d006', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2', 2, '63822b821adb4adf7786306a16a89baf6538eedb155effe8558ab59241a39024', 'fccd1de43d83ae87c35e2e1f001af051', '63822b821adb4adf7786306a16a89baf6538eedb155effe8558ab59241a39024', 1, 21772, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b0acad0bbd3f8de464de8457c113bdc9e47b1d7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/eael-featured.png', 2, 'c9f98df690c78a6337ba80f01687dc13e91a6d94b5be047c10cfa2e9758b8899', 'c463e8d439e8132fdb3c07c3fc82f850', 'c9f98df690c78a6337ba80f01687dc13e91a6d94b5be047c10cfa2e9758b8899', 1, 168541, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0b15bf2f55840b59204df17ecbb514f2692814e4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_database_class-ai1wm-database-utility.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992530, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b1b70402096c221ae252e3c1d7b80dd98e0efd1', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, '061f7e8aa31f147d47ac0688f5cc73bef6e50807e0393960dc6a59d1d6dfe0e2', '0de56511864c9de2a5cdb878010fc550', '0de56511864c9de2a5cdb878010fc550', 1, 3526, 33188, 1, 1531728446, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b29cb30fecaeb3bd09843c7b9c24e0d66fa2272', '/home/hkrhostingreview/public_html/wp-admin/includes/schema.php', 1, '4be8f717f5a95f080c8d3f9b15f82f33f4efe5677ebe2f877796c13f8b375bc5', '11aeb604518f514a9f7913dc5b6bc792', '11aeb604518f514a9f7913dc5b6bc792', 1, 41763, 33188, 1, 1568930877, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b2e2b50bd39971b18db87a3c95e2a75ce890d6d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/shortcode.js', 1, 'aa80610176708aee8f3485165c03a4a9eea6fa2fd450fe83363e24e0ac095786', 'ac3c48115c0205965fc697211684458d', 'ac3c48115c0205965fc697211684458d', 1, 18067, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b3afb4396e2f149fcee2152f5ad3d3682b42ba9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Whip/NF_Php_Version_Whip.php', 2, '02c331a42ca5428c64fe6fe2fbce1449bba609799ff8d590a411950e3750d59f', '5415de471e25490852a51c0ae3ed3a46', '02c331a42ca5428c64fe6fe2fbce1449bba609799ff8d590a411950e3750d59f', 1, 2868, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b3b0dcbee59b853e79931cde4e767e166916dc6', '/home/hkrhostingreview/public_html/wp-includes/Requests/Response.php', 1, '5b377591ba2abd968b5cbb0b42fff643dd5cf67c07b491dc7cf7df670f397ac8', '11ce7086bbb7ae52e6abb7c4fd270b47', '11ce7086bbb7ae52e6abb7c4fd270b47', 1, 2505, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0b4e5a3cb5eb0ec60aeeb324a57f6ef606d6f83c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226755', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b506d82ab20f49e810cf26ed7ee2a1dc51da08e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-opinions-dark.css.map', 2, '778c2ac492430b008bded108dc2fa92c3ca794f9754d3e82e2413a968a3a1198', 'f01613cde29305c9add424f8230f6470', '778c2ac492430b008bded108dc2fa92c3ca794f9754d3e82e2413a968a3a1198', 1, 60986, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b5960359fc7cbe232b3e3775a4cdb4d6e3b4679', '/home/hkrhostingreview/public_html/wp-admin/css/about.css', 1, '9deec1243e64abc54f0113e95c5b06160b69c9d826aa7566fc9f9dad0ae5f6b0', '932eae208509eff74628c9823eb6c857', '932eae208509eff74628c9823eb6c857', 1, 22266, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b59bc3d9d08841fd0d6e3536eb6a4a4ddc39324', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.js', 2, '13b0059de62962e7854b28886a6a51bc9ec10a4fe5d173763ff77f60978a45f4', 'd0c7f488552361ec21b0c3ad0d41f158', '13b0059de62962e7854b28886a6a51bc9ec10a4fe5d173763ff77f60978a45f4', 1, 158477, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b643a5dceaa4f0aaa2f864a357e6179808d6330', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/README.md', 2, 'a20b94a47ea09dcd198777e0eb17dc6985ae1b5fece118285285ea896155e589', '2fcc62bdf8e80760220e84fa74a4ddc8', 'a20b94a47ea09dcd198777e0eb17dc6985ae1b5fece118285285ea896155e589', 1, 1352, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b649b488d01eb01c6dfa3799d251e4446c5b348', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 'd3efbb678ca6de5632902bd93772746ba2f8e4e2322b953936e12694a183aa31', '7e0c88f02dcaf2f78c90b4dc7827b709', '7e0c88f02dcaf2f78c90b4dc7827b709', 1, 9380, 33188, 1, 1453263513, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0b71ba6f96f26be0099453a61afd592d1439e14e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-150x150.png', 5, '441eb8e7622a6bef1d637f52beebd8d234e27af7c211f9e88edfb11ca8afe799', '', '', 0, 7673, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0b734b44f684d4071c3b223db10d9e67ce4e1249', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-550.min.css', 5, '8db2463e76ddba312ab65912fd984baba8b72c18bb6102e98b713a7c5760668d', '', '', 0, 33033, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b763c80e719ddfea26e40812fc05780705d9d66', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 'c8c09e1e6af63f3548a6e6ba5e792c466c4f85ac6a1e5338ee4ceae4f2c94e6a', 'f600e7a413d93ef606a4405565ecec55', 'f600e7a413d93ef606a4405565ecec55', 1, 1533, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0b8353481c211a3ec7f4e249198b58dc2096bdee', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_section.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992613, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b8dd94bf20a192de23f4931e167cf30ac3a4704', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Dispatcher.php', 2, '8da3df211a7a34408be3860278dad27120f0128ed385389bfe0e696dffdff1bd', 'be8d811ae04075cbde000f4692882033', '8da3df211a7a34408be3860278dad27120f0128ed385389bfe0e696dffdff1bd', 1, 8512, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b8e4bf745d7fa60d8838a360d4ed75ac4f132e0', '/home/hkrhostingreview/public_html/wp-includes/css/dist/format-library/style-rtl.css', 1, 'f6b1f08dcd6a5715727e83c1d37e5c64ed1e5b443d1d035f90b1f7fe859521c0', 'e083f88ed372b2060f14fba501cfabc3', 'e083f88ed372b2060f14fba501cfabc3', 1, 1638, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0b9213870201da92999a6af5cadba17ba8a001f3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_bandar_bandar_lib_Exceptions_TemplateDoesNotExistException.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992528, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0b97ab300685a2aad1f000af803dc3e080ff9483', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/event-calendar/index.min.css', 2, 'f78315e3b29c39cd2dfa81bd05d750494c0086414af06b70fadb6f1a21f33086', '5733713a4a93062522ce57cf2f322516', 'f78315e3b29c39cd2dfa81bd05d750494c0086414af06b70fadb6f1a21f33086', 1, 10116, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ba468916cfc36be6fc911d1e87a70c0f92d7715', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-lv.json', 2, '259e53a66487d44fd860ccac25d43ffacaa1d2f745804c29e157107cc8d6f512', 'e65302e9bbeda5e7c5d4cfe6bebfb9d9', '259e53a66487d44fd860ccac25d43ffacaa1d2f745804c29e157107cc8d6f512', 1, 518, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0baa83cf6c63ff02f263f70254510cc295dcc4b8', '/home/hkrhostingreview/public_html/wp-admin/edit.php', 1, '80bf29daac76a17a7701703edcf18e3b1a4537677451a5a7590e097bb66a1ac2', 'a10a58834151a0178d92d3d60520b0e7', 'a10a58834151a0178d92d3d60520b0e7', 1, 17886, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0bb5a8f20713b7499b52c62261769f5cbdbcdf1d', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-227.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bbbe03c67c2335730dbbf6d86997f3312959b42', '/home/hkrhostingreview/public_html/wp-admin/css/dashboard-rtl.min.css', 1, '9429f58adf7643e879984054b3006925d267c8963fdd3315c21e055aca792941', '3d65a0d03b8cf1dccfd86dbb7c4fd1ae', '3d65a0d03b8cf1dccfd86dbb7c4fd1ae', 1, 18714, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bc3654078d3db18d9368f122ded26418dd6d083', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-cache.php', 2, '1e3bdf724656ec30428e012612de3768a1b131aeb6f3200185170c5bdbc31bd4', '052cd262cf5d66ff5cb7b7ddab1f1dd4', '1e3bdf724656ec30428e012612de3768a1b131aeb6f3200185170c5bdbc31bd4', 1, 1757, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bca45bf179a1d66ff72469790d2c8275bbbbbe1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings.html.tpl', 2, '5ed264c8790c28ac6224862a1785ed38a92b604c0ef570047492ee2653e307f0', 'd3e8720addd76e27e83e15d68466ab00', '5ed264c8790c28ac6224862a1785ed38a92b604c0ef570047492ee2653e307f0', 1, 3680, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bd21c76fd0e823ca420551625631b5ba3d023bb', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/icons.eot', 2, 'cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d', 'f7c2b4b747b1a225eb8dee034134a1b0', 'cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d', 1, 60767, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bde8b1e0d1ca2343401a4e52fc0e50167dcf61f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/tooltipster/tooltipster.bundle.js', 2, '92024686bb59b79fc33b46c7aab240f3c67e771274b5f44fd6470c9914a40472', '836d2744f3046ca881dd19ed0854e927', '92024686bb59b79fc33b46c7aab240f3c67e771274b5f44fd6470c9914a40472', 1, 119604, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0be2963276e811909a955600d79435b1e277dc9e', '/home/hkrhostingreview/public_html/wp-includes/js/dist/a11y.js', 1, 'aaeab9467a1bab7e620064c17a62037012a288712e9d8fee91816876aefde68f', '6de67fd83bc890138ef16f2edcf72c7f', '6de67fd83bc890138ef16f2edcf72c7f', 1, 8886, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bfa12798421f723eea5367f940ec45da4fab0ae', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/rollback.php', 2, '7500421b1ff7d9058d77994be35e0acffb2c7b7a46dc4e2df6d64e7be847de28', '66fcbc576ad60b4e72349ebfbd3e4389', '7500421b1ff7d9058d77994be35e0acffb2c7b7a46dc4e2df6d64e7be847de28', 1, 3714, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bfc1c9e2dfecdec8beed2e39ad423882ec7be83', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-ko_KR.json', 2, '72e9b98c78f4a86985e9dfd5a967af534d57eb9e32f61bb36ec3663cc795ed4a', '16ce311ef6dce1835c953af3e95f8a45', '72e9b98c78f4a86985e9dfd5a967af534d57eb9e32f61bb36ec3663cc795ed4a', 1, 639, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0bfd8e33f5a104d0af67d5b7adddd55455b279bd', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.tag.lyrics3.php', 1, 'f1dade9e87a90c9e270fa426c4730b442a8f8cbbaa52f6f79f18f3099d2c6f32', '1e37e02d72dbd87e90bec5de3eeaf87b', '1e37e02d72dbd87e90bec5de3eeaf87b', 1, 11558, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c140a7a9714850297bbdb4200d9a6ae0bac23c4', '/home/hkrhostingreview/public_html/wp-includes/js/media-grid.js', 1, '8d67cfa86cb977d79c13f81c7d34300de84e6ea40a610cba0f26cfe616a54637', '9f624a3f0011d006198f92000404dc39', '9f624a3f0011d006198f92000404dc39', 1, 29807, 33188, 1, 1570452183, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c27f1c8fcb0b74eb3673189dda3c7df32d19270', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/heading.php', 2, 'f80c87e04423984b6cdaf2ac61b92d87e481eb2b3fcb1e8ecc7c2adcb1488614', '50a8fac88e9e16bf3760a4b837c9b61f', 'f80c87e04423984b6cdaf2ac61b92d87e481eb2b3fcb1e8ecc7c2adcb1488614', 1, 1346, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0c281a5d1aff01b4c7321b1955200c6ac35b0d86', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-e1582912497704-1536x1072.png', 5, '9165a35df16f598d4dd572004e48a0459b128f7f4e22b13e36c7919ffcf7fac1', '', '', 0, 915335, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c3732570c61385d61b6edbc4ada5c5388f68de2', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/theme.css', 1, '8587acbd43a41ec41eb4a14244ff2911364d034cc1c1ee9617c1c700a6f619a9', '8f30cb2e9f32a20cf62ff9d398ffd370', '8f30cb2e9f32a20cf62ff9d398ffd370', 1, 3379, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c3ba15e796602b078c9cdeb2c3a8aa4ef68f072', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js', 2, '209533860b02e922fea4f5cc206e58d079be447753ef9258aee2206a58685015', '5b57e2e8a76b67ea4100f5e1b3a83518', '209533860b02e922fea4f5cc206e58d079be447753ef9258aee2206a58685015', 1, 10363, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0c3e53072d07cc0cee73e5d548113043555ce024', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_date-time.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992606, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0c49512e6eda5be763a2368e2ac82cc8fea555c6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-logo-min-768x755.png', 5, '406f88d961a81b12a040fea781626f586c37e3f3dac07dce274b0247a59abe46', '', '', 0, 257719, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0c65a74393281ff56b55ea7b90205266757a58c0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176311', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c7e0f8e1755173501ea9a61481325bc09b69aab', '/home/hkrhostingreview/public_html/wp-admin/css/deprecated-media-rtl.css', 1, '084020109256697e58e2aa0c2ae2944733ca1e90b01a317abef46f07a4f03f60', '48e00fdbf199890d49677720c9a98ea3', '48e00fdbf199890d49677720c9a98ea3', 1, 6629, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0c90ccada7c701fe2e5e19e950d8942753df9941', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176465', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c9805318a8a420d10d6ea66932fe57791352f2b', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/archive.png', 1, '6078622343f458ddc8c3aed934c090cfd8cf1c85583c8734284e8ba5c1efb6e1', '9653ca07faf08e9ccc493041020e6eeb', '9653ca07faf08e9ccc493041020e6eeb', 1, 2454, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c9c85027b0753ce4ee0c8dd7a4d79b869587218', '/home/hkrhostingreview/public_html/wp-admin/term.php', 1, '4d7bee211b120ac8eee2920234653391506dd522660617e227a6c13ab3747a05', '9883c8549eca1122042371d38d00cc17', '9883c8549eca1122042371d38d00cc17', 1, 2264, 33188, 1, 1569265858, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0c9d06277a5cb5aac16f6afda83c510b091db3ae', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_CA.mo', 2, '55a6a7f71e48ac7c62f997f26d4eb83ef640c77b4be141429a800edcccffde9d', 'fb5a1cab4f1f51fa3647bf84d2f21d0f', '55a6a7f71e48ac7c62f997f26d4eb83ef640c77b4be141429a800edcccffde9d', 1, 52942, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ca4e6a79f3ee93fd3aab4bbc8f76abb9d9e2c83', '/home/hkrhostingreview/public_html/wp-admin/css/farbtastic-rtl.min.css', 1, 'bccd00ef7e876f73085eeb0d0d79d14c9ff41b70bd3effc8092c8c53c3146af6', 'd55340e3ce5b935c2cf0337c92b61521', 'd55340e3ce5b935c2cf0337c92b61521', 1, 538, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0ca8b3251fc4548483ac83e18337e026a359111a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bestcloudhostings-favicon-300x300.png', 5, '678084faf4296fcc23bb6a19f8e52880703191e404d25c4764c6b3f18382f464', '', '', 0, 23684, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0cbf60347603ab46a8001e260bbed178c7990c6e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/wp-admin.js', 2, '6ddd4dd60dd8fca2e13efadbdc4b99a31dfae302503d50aabd3a54bdab2f701a', '6cba0069bc4c833193e0d2105fa802b0', '6ddd4dd60dd8fca2e13efadbdc4b99a31dfae302503d50aabd3a54bdab2f701a', 1, 537, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0cd2aab460030f06873ba612a1d89eed11f7f3fc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0cdab1389469fef86223171f18e2068a35b29458', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/class-header-footer-elementor.php', 2, 'dd174b8142a930c27434cbe3c3d47b05d251f58fc3615bb1afc76fb1b066e160', 'f6b91b30c745dbd932055a3c931d5fa2', 'dd174b8142a930c27434cbe3c3d47b05d251f58fc3615bb1afc76fb1b066e160', 1, 13096, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ce54f1ff66a3338dd6d2a5abc3772882c4c4d98', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 'a0b48902825b29ec72e166f5b94620cdc61c9c8afcc342a0fb17581664107242', '29d940877494fe6a123233b413e39d57', '29d940877494fe6a123233b413e39d57', 1, 508, 33188, 1, 1445710885, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ce744fdf7768d8efa661de2b858ba71f4946ae4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css', 2, '8df5e5ea3c545bcf612b6e32568732564d54df63852b38c0101548f9489b78c9', '5cb63dd5bc51aa43de4c4b2603698fb2', '8df5e5ea3c545bcf612b6e32568732564d54df63852b38c0101548f9489b78c9', 1, 38997, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0cecfc3233bdcad2d03967495a2530c2db3a801f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109979', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d087b89d0870300d5703752496aec93cb688ac9', '/home/hkrhostingreview/public_html/wp-admin/includes/file.php', 1, 'c6adfc7866d5004ba9cbc88cf63c6cee466d99ab6b09f4754f3017a498d7b1c9', 'a44c3ad56d649bda0e4f7c7be7e08a9c', 'a44c3ad56d649bda0e4f7c7be7e08a9c', 1, 79717, 33188, 1, 1570241816, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d097c71d86e4fba20ea85cc6edb4df5b0556901', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/common-rtl.min.css', 2, 'cc7d7a066793f62adf5c301fbc61aba703ae073ea6ab8d1ed623c98d0924e08a', '2fa1caf40377e7ed809137bb97b234bb', 'cc7d7a066793f62adf5c301fbc61aba703ae073ea6ab8d1ed623c98d0924e08a', 1, 11418, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d0beafa0fbe1756996b08f05ac72057b6db333c', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-header-image-control.php', 1, '16e33ee63d2badac86e7793b31e9fe0936588c8c00bf64c24f7b0e83e8148d09', 'e5f962ad034eb1f2b88a49b2e55d77c9', 'e5f962ad034eb1f2b88a49b2e55d77c9', 1, 7902, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0d10924a8c79bd2a8d2ded4b49ed968e92a66ab5', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-110.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d1a4908b576c33ccf5bc8b380b05fff5f32071c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/page/model.php', 2, '837055b91922eafdbc541a44ca636f26a1140d4b22a99d58b2aada10ba90f97f', '60bb3590a2070bedfea7188c311dc88a', '837055b91922eafdbc541a44ca636f26a1140d4b22a99d58b2aada10ba90f97f', 1, 3946, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d1fe3cf2506f333a9eea65ca6cb3cabf959b543', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/ninja-form/index.scss', 2, '66c3c024fc66bd9888eb66fa873e27e9bc0e69454a410075525a5ee5ec3d3f9d', '595f3a0ec13fb4794c65eea0f5a940eb', '66c3c024fc66bd9888eb66fa873e27e9bc0e69454a410075525a5ee5ec3d3f9d', 1, 1831, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d204ef73f02412d8865dc4736d66be0a77ba002', '/home/hkrhostingreview/public_html/wp-includes/js/wpdialog.min.js', 1, 'e217138a4270d88b7fc54579d9f93eb433df2fb7baa90b29e9bd726dbde85a78', 'f115cf2572a2a18ae56ec045f61abafe', 'f115cf2572a2a18ae56ec045f61abafe', 1, 237, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d2121f795dc725508508331257f965a67de707f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/icons.woff2', 2, 'aadc3580d2b64ff5a7e6f1425587db4e8b033efcbf8f5c332ca52a5ed580c87c', '97493d3f11c0a3bd5cbd959f5d19b699', 'aadc3580d2b64ff5a7e6f1425587db4e8b033efcbf8f5c332ca52a5ed580c87c', 1, 56780, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d226fff95c2b7d9c4c868a0b63c17b2cf61bc2e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/fonts/eaicon.ttf', 2, 'bf00485c7167ce318ce1b01fc39611915bad142367788be14649717f85167238', '16d9cb28f4051bdd5d818b1db8b7d3af', 'bf00485c7167ce318ce1b01fc39611915bad142367788be14649717f85167238', 1, 36032, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d34455dd4c039dab4a9bd6d497301de8b12b5b9', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/monitor.php', 2, 'e421c792fac41d44c1be6dd7ed09b55bae933d55b89c4e0edfaf7be8a5fb741b', '37aa174b127dae880992282e366050c4', 'e421c792fac41d44c1be6dd7ed09b55bae933d55b89c4e0edfaf7be8a5fb741b', 1, 4483, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d3ff0284df346901664271f85c736b2b9e90864', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/slider/slider.scss', 3, '72c73ffaed62c7c6b6fdfdf702f6fabb168c4f0bbfa959268c45ef6bbeac5b99', '19db2d27768ab12efa03bee8c8e47eee', '72c73ffaed62c7c6b6fdfdf702f6fabb168c4f0bbfa959268c45ef6bbeac5b99', 1, 2531, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d40905f304cb7c5cfc20b3dfbab45225ae589b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/promotions/dashboard-banner-sendwp.png', 2, '8b9b991c9fd62abd045959e31f32c6b3c80b1f15b75979974e1ce41ef2dc4587', '123970b24052d14ca29ada6b5858b024', '8b9b991c9fd62abd045959e31f32c6b3c80b1f15b75979974e1ce41ef2dc4587', 1, 4381, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d4393f7545938a5ec5f7e709c9070f83dabedf3', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/really-simple-captcha.php', 2, 'd257524aa7f05b3e3e49041972b159e939ba15853b3743adede222083de1bf1a', 'db33674e3edbe8e82687dcc05e81b869', 'd257524aa7f05b3e3e49041972b159e939ba15853b3743adede222083de1bf1a', 1, 16781, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d4c72115fb7a380b54cf90ec126586cde4576e6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base.php', 2, '35d7b1c791c631cd8ead2ecdd2887000ae56b27d04d67dd30b9647b54a9e3902', 'c8301314aa27a369eb3df141f50ff5e4', '35d7b1c791c631cd8ead2ecdd2887000ae56b27d04d67dd30b9647b54a9e3902', 1, 3044, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0d4ef9f82d9bde8634bb240576a8d48e6cfeca2d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176637', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d575562da900a9575bfa3225894d11f0864ad7f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/tooltipster/tooltipster.bundle.min.js', 2, 'a9d516ea431cb475b485c4ff73db594ac4ab1564e5b4a365415a23ecd4cb4f59', 'd62100c9bfc5187ffad0dc4d63826616', 'a9d516ea431cb475b485c4ff73db594ac4ab1564e5b4a365415a23ecd4cb4f59', 1, 39660, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d82b52e9066384075faf70ff70789a96ffa6c0f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Bootstrap.php', 2, '56e4a0255dc635e0b65216b0c36b8a72e806963bb0a37ac8bd93f33e7b91e538', '5b6d9a04c1cfe9d7390f83a53fb00576', '56e4a0255dc635e0b65216b0c36b8a72e806963bb0a37ac8bd93f33e7b91e538', 1, 6521, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d9589e8de9d5c2831021f9c9a8043e940a4564a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-fi.json', 2, '7686402a502589fb098e0d3d94aa0b2bf662404b0a3cb5e5b90f0ef327a959d4', '364dda3faa6d70efe6450a47b81374ea', '7686402a502589fb098e0d3d94aa0b2bf662404b0a3cb5e5b90f0ef327a959d4', 1, 514, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0d9997426c72d0896afa64bcdda8f938a4f28377', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', 2, '80a2a55e4cca8cf5ed8a6cc57ceffdb35c53df2138e9eff49593ad6e99187cc4', 'f7ee0a815d5947c709bc981bda150238', '80a2a55e4cca8cf5ed8a6cc57ceffdb35c53df2138e9eff49593ad6e99187cc4', 1, 1756, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0da0cc327bc40575258fab06a59e0f10983932f5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176828', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0dac4102678c6d22ab752909e243e1732fd41912', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_pro.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992545, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0dae7f37f514c6ecff9610b6ad2b85fb1b7647ef', '/home/hkrhostingreview/public_html/wp-admin/freedoms.php', 1, '2619822852e8007ce977c38ed6c7a974ba56db0bf9d44e70c08c1aef5023f63a', 'fcca25f83d7824e50e5c24e06056ab72', 'fcca25f83d7824e50e5c24e06056ab72', 1, 4706, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0dc464a2cb7779d9c86354979b48ecd8fed77909', '/home/hkrhostingreview/public_html/wp-admin/images/comment-grey-bubble.png', 1, '429dddc805d611b94ed1db86f589f0c8c0f8aa1d377bb81eccb4c85f5a50381a', '8f59128f2a27b489b0a974c0b6b21046', '8f59128f2a27b489b0a974c0b6b21046', 1, 114, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0dc4d61b781baa8faf73fccbb19745fc4b81efe4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-backup/impexp-backup.php', 2, 'b01ebab8795ccbfb24f192ce16f93dcb912388c2e229b8178a284d77061f2012', '3edb42c2c89630ac8886d0046b1fa193', 'b01ebab8795ccbfb24f192ce16f93dcb912388c2e229b8178a284d77061f2012', 1, 1588, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0dcf8583854ef169d445088999e78c537b80357c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionSuccessMessageSettings.php', 2, '641e283db81dbe71f9dc569205ec3a64ada47d852a5f1f90089db5e01e9e6d96', '9b1732e66839380ab3a88792cb6be98d', '641e283db81dbe71f9dc569205ec3a64ada47d852a5f1f90089db5e01e9e6d96', 1, 549, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ddd2bfa4b57cc731fc75c47d09d4ebac7b2459d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/tinymce-button.min.js', 2, '685b85a5ab64f21e50cdebb6760ea70a82ebec449da49ca14dd82d88c3bb5524', '77bab5b270b49980afa42f7aa8453557', '685b85a5ab64f21e50cdebb6760ea70a82ebec449da49ca14dd82d88c3bb5524', 1, 466, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ddd722fab3068de20f8303eb4bc7e03fed09df2', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/la.gif', 2, 'a15fae21463ba98c06af52074b19a74088d01abbaeaa9c9d49a066972d2bbe08', '334d5527bcd7e6901a6b729e632683df', 'a15fae21463ba98c06af52074b19a74088d01abbaeaa9c9d49a066972d2bbe08', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0df1c0650e3e97c5720255c7271f85c04bb091c1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/bootstrap-tokenfield.min.js', 2, '8ddc17d10cd707bcfb5dced5cf4a2fb481d63b9a8865683468b706bf8e090e01', '2f61337e246f468aa36d468ce5fd84b6', '8ddc17d10cd707bcfb5dced5cf4a2fb481d63b9a8865683468b706bf8e090e01', 1, 17512, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e025e012163cd44eebc47eb52f2728bf927709c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/components/load-more.scss', 2, '1b5caf18346c3ed4b158eb0096a2f866a273f507ee43408e1cc2b0c7c44380f6', 'cf781349f7d13373056c9648c9c98f9a', '1b5caf18346c3ed4b158eb0096a2f866a273f507ee43408e1cc2b0c7c44380f6', 1, 1050, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e14eee48dd2f7944c062d26d6eae6cab5008593', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-it_IT.po', 2, '1df30833c64a95c4899a4442882a71dcb7e13ea704c1e5fce5548e69895b52f4', '8eccd54b21bb88307d1eabc2ecfa989a', '1df30833c64a95c4899a4442882a71dcb7e13ea704c1e5fce5548e69895b52f4', 1, 212390, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e17f44bd69f2d015e8f824ea79e091a61f7bf1a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/default-filters.php', 2, '23eb305dd768523881b3dd40445c188838ea14255d57cb6d46ca2d79347f9ae7', '811142b01589183006e2064106fa6de0', '23eb305dd768523881b3dd40445c188838ea14255d57cb6d46ca2d79347f9ae7', 1, 568, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e1bef36fe3e1f74e8f7f1aed0f233422b7cd4f7', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/css/flags.min.css', 2, '79459ce924478bee20337f24e02d97429efa8e1d27caf6997c4497baa7d3f6d0', '990f3d5114298e9d1e8a4e6ed006fbf0', '79459ce924478bee20337f24e02d97429efa8e1d27caf6997c4497baa7d3f6d0', 1, 14829, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0e303d7b23e4de691b90d3aacf15f5d329dcd042', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228333', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e35db933d2cac35a6473196ddf8f26b7ed03a97', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/fr.gif', 2, 'e2016ab933817845c6bca46de5c80793c2e3baa94fdd467589a0ca47ebdb9676', '0a4673b07b377d1f58230f40f256d890', 'e2016ab933817845c6bca46de5c80793c2e3baa94fdd467589a0ca47ebdb9676', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e36ac42f46e7799f5ea30250ab5ffee1e4a6b0f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-data.php', 2, '34519e9e1fe1996dab523e0efcb2b5b35af915a0c0b5bb401f03646a5b56b60e', '2a2b7d0f22772bf0b272c74e4e968fe1', '34519e9e1fe1996dab523e0efcb2b5b35af915a0c0b5bb401f03646a5b56b60e', 1, 3173, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e577c5e9ba6a3cbe97f8db9eb0fc92717c1a525', '/home/hkrhostingreview/public_html/wp-includes/js/wp-list-revisions.min.js', 1, '2279356749f7410516358c4cb9951ac36c280d5ab7565e6618affae68c24aca4', '6bca22d5b17b85037767147333536b25', '6bca22d5b17b85037767147333536b25', 1, 564, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e5a0f7ab337ad4c971ab51099972f22937a246a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/listgrid.min.css', 2, '1c7a0015fdd655b3aeee48cc5b9addac727105a609234b232b50fa222c7a490a', '5808724dbe0d3592e60d1b813a3c3981', '1c7a0015fdd655b3aeee48cc5b9addac727105a609234b232b50fa222c7a490a', 1, 1114, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e5a20556394a8c51c0156bc6cd6e0fc1a7ced33', '/home/hkrhostingreview/public_html/wp-includes/query.php', 1, 'e21635509693ff7320dd9a5291f96e897ce46ca5262c65755f200592caad868e', '13b871cae9505951a1f90021512bfaba', '13b871cae9505951a1f90021512bfaba', 1, 32929, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e6370caa0ad307355a4dd09ba1a0c82da5c248b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/admin-addons.css', 2, 'edb071b9d84be330be97068e6dcbbb8477dfcb6d8b832b0206abfdf89e89874f', '4331a02cd3ddce063c640f3c5a79e9f0', 'edb071b9d84be330be97068e6dcbbb8477dfcb6d8b832b0206abfdf89e89874f', 1, 867, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e65654cd852123630b06a77194b2ef14c79b549', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, '679329a414936c1295d725db3e4b07fe272c24dc5cd8f4111faa76f7fc1714be', 'a0cdc7c224fcffcf65d59b47e5999e6c', 'a0cdc7c224fcffcf65d59b47e5999e6c', 1, 16753, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e69ab2571e145023826350ef5596229f3bffca0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/radio-image/class-astra-control-radio-image.php', 3, '87de49bfde6b7bcfc35dac9d6059eba99a9cd30116ca95e94bca6032a97ca249', '54795df57cc1bd3b2addb9f16aa074e7', '87de49bfde6b7bcfc35dac9d6059eba99a9cd30116ca95e94bca6032a97ca249', 1, 4116, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0e6bdbc320dac421fea855e3967ae728ab1c1de7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176607', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e8095320fcafb1edc58a2f66c9661c6ca91e411', '/home/hkrhostingreview/public_html/wp-admin/css/colors/midnight/colors-rtl.css', 1, '680727376584bcdec0dd955fe8357f999ba1f190ccfacfb8cd58deae4e6a28f4', '3b1b999fc3b428d847eff0cc1008c21e', '3b1b999fc3b428d847eff0cc1008c21e', 1, 14834, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0e8fd928d55e3b74b79f8a12d9decc3aca3daab7', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 'b107282158f3e133b233310a7df3491e82876b056b858fd1aafdc7dd0b87a951', '57c30b6d7a89c063f2b9e3c16b29161b', '57c30b6d7a89c063f2b9e3c16b29161b', 1, 21061, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ea1698ab1a5f8a24e3aa7f92c21409bf2412690', '/home/hkrhostingreview/public_html/wp-admin/includes/privacy-tools.php', 1, '13a2334f4a398f68f6b10763918a57323d7abc2284ce9515c7e9ffd3b79cec5c', 'c5aebfa164a6c151aff21b6e7349cf73', 'c5aebfa164a6c151aff21b6e7349cf73', 1, 27782, 33188, 1, 1569266757, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0eacb831fc524317950be51b6705d1418ed79e90', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css', 3, 'd57caf9ea0898addbc386db805a103df3b9b5d540e0101ad4a7b50fba00b69f6', 'dc2a1e0a6e5baae0ea8a9292e96356cb', 'd57caf9ea0898addbc386db805a103df3b9b5d540e0101ad4a7b50fba00b69f6', 1, 1602, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0eaf6e7060cbdc55288ea54e2c93ce994c3dd194', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/MetricRepository.php', 2, '41a00ad50bbc6e957d663870e69d6daeb2313f22e9d74b880ec4700e5fae4e6c', '1be2cf58282ec099ba862fb1b0cceb05', '41a00ad50bbc6e957d663870e69d6daeb2313f22e9d74b880ec4700e5fae4e6c', 1, 547, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ec03c5e11645238910b98679d2ab1c8ade6eac3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/al.gif', 2, '0dcbde52860c072eb70904847b4bf082de7996041551a083b91ab693b9adfb46', '02c223e7f2c1d4f98553d6167b723cb2', '0dcbde52860c072eb70904847b4bf082de7996041551a083b91ab693b9adfb46', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ecba899e8d399c7205e5cfb7fc1d0dce5fe8aaf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-wrap.html', 2, '076af1e71835129378083e71dca8ab52c7fc8b7f7be5575ff9764626740761af', 'bb7c5fb940db33e5c0de7ce3563c62d4', '076af1e71835129378083e71dca8ab52c7fc8b7f7be5575ff9764626740761af', 1, 739, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ecc61cf6844d53acce5bedc0e5eebc71a2612db', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Registry.php', 1, '9d584d3718462a609538d01974323f9fad7735adceec36c847e58feb1a06d11c', '1cc8a2e6c0b5dd3176398d6400f0d9b8', '1cc8a2e6c0b5dd3176398d6400f0d9b8', 1, 5991, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0ecc948fd1d8811e0d8ac3b19034bfbc08aa24db', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176814', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ed43003910673b0a33deeca2ae1c35b4438a009', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/license-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0edc5cd2c375c69421a666ccf8a005fe50aa79d6', '/home/hkrhostingreview/public_html/wp-includes/js/customize-views.min.js', 1, '631419e1a26bfaa75a46d4c714e5a8f84aaf60deaacb9fc4802a492d01cda7a9', '169588faa7a29c0efa54e3caadadc3bf', '169588faa7a29c0efa54e3caadadc3bf', 1, 2422, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, '0edd9556b6cdd355a3a1fadf9b796b4eb92993c4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599362259', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0eddb9ef0bb0296bef1adda3d0c7f458550eb044', '/home/hkrhostingreview/public_html/wp-includes/post.php', 1, 'c92aef52a05e80f0dba54b180e208008c55b64f404032b882d605cf3a69c9604', 'b263f54e99cddcae91f8d54c1245b61f', 'b263f54e99cddcae91f8d54c1245b61f', 1, 241613, 33188, 1, 1571166722, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ee61c445ca857071f0d299f266488cb47ba0133', '/home/hkrhostingreview/public_html/wp-includes/css/dashicons.css', 1, '72e78edd8f9e53cf2db8cb001e047a4043a48c9183e40f2ed1751ae2916bcb1d', 'aceacf5c4e3295d6dbab9118d672d1e4', 'aceacf5c4e3295d6dbab9118d672d1e4', 1, 50341, 33188, 1, 1557936537, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ee726f46e58883c6c3bd721b60fb01de3f9a349', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-hardening-allowlist-phpfiles.html.tpl', 2, 'ced5143f34747b911366b961d7cff018938e6e15eee8bf2ed872d44eb6e3a24b', 'bd432baa4fdbd249a0a72d425a274fd7', 'ced5143f34747b911366b961d7cff018938e6e15eee8bf2ed872d44eb6e3a24b', 1, 2804, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f05e67e3182414b356f78f5623f80592d1e5c28', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/MaxMetric.php', 2, '33c563a065f2728dd49800dee79d8c6c515773e52a8ad0e6b127073e08301c8c', '38f8cd545f8838a89ae232553432c312', '33c563a065f2728dd49800dee79d8c6c515773e52a8ad0e6b127073e08301c8c', 1, 233, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f10026dd7c024f3929512b25bba7893ea2ee26e', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php', 1, '468b2ca16a2bcc8536aa72ff578c25258c058fbb46552b844fc61d75ca7d39c6', '931675e7cdb90f973773fb7199acb2b0', '931675e7cdb90f973773fb7199acb2b0', 1, 1657, 33188, 1, 1501116104, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f1407a38a2dd2d690dddcb40f4c15d3a3728b7a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-load.php', 2, 'fe52df59abf4848d2f7d917acc271b580e1afc54f7006a65d116f64bc94918ba', 'e52a6513c70a84e8fb872cb3d25e974a', 'fe52df59abf4848d2f7d917acc271b580e1afc54f7006a65d116f64bc94918ba', 1, 217655, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0f14f9bf4e94f6bc9744c05c0a41548f8d18e940', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Types-of-Web-Hosting-Services-300x180.jpg', 5, '72e5e1ec42fd412cbae4e6fd831495da315f329c8f27249f97c2ba62f82e9ec7', '', '', 0, 13728, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f19585fece1c530b3d81d57d21f2b2cac364d3d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php', 2, 'b517265ee532e4fbcfd4f6d5b17454f0d62024bd85f55642ab3b60cd96259961', 'f93ba04d10340414630b1cbdffdbfabc', 'b517265ee532e4fbcfd4f6d5b17454f0d62024bd85f55642ab3b60cd96259961', 1, 9992, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f20187d05d25668010c0a8de069b92a7e195ae5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/listo.php', 2, 'bd75b739f605cca50aa6e90fe196baa4e453d52b3cc9fe301dbc47cd50b87cef', 'c185874ed6cd1800c2e1871829b2eb7b', 'bd75b739f605cca50aa6e90fe196baa4e453d52b3cc9fe301dbc47cd50b87cef', 1, 696, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f2832b865994924b083fb3e1cb5646f78183154', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/jetsticky-for-elementor.php', 2, '4f37bf48666f71663277ad21a5197e1620753ed48b75ac11f721dd0548744b65', 'e33fbfefb7ebdfcb56b4c5fd5a9591de', '4f37bf48666f71663277ad21a5197e1620753ed48b75ac11f721dd0548744b65', 1, 7545, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f292d6648e2ece89555ca8666804e1fbb287e51', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/renderers/vimeo.js', 1, 'e2f66d58fda6798f1a875f4e949929ded62c3ffce536c863cd50cfee919e73a4', '4ed19dc7687386bb9c6c172dac61f4c4', '4ed19dc7687386bb9c6c172dac61f4c4', 1, 12028, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f29658516ee77c10f573c5c0e64c3cd7e5375ca', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-clean-cache.svg', 2, '63170a71aa37038f330460b1d1ce2d6476c28b76b129c24f08fa860ca57d3aff', 'efb964c03012c1dbc903b7d106a61335', '63170a71aa37038f330460b1d1ce2d6476c28b76b129c24f08fa860ca57d3aff', 1, 1727, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0f32a53be81293b25344e35e9d7cc1e79c8cf6b3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_select2.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992613, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f32e396795bec891412016864f70868462bc8d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/app-before-field.html', 2, '3c8ca2a881921dd32b07d20225ef6815ff526c376e8dbf7bfd2aa1efbcc2e603', '6cc3bdbb1eb032b3c37550e00be77336', '3c8ca2a881921dd32b07d20225ef6815ff526c376e8dbf7bfd2aa1efbcc2e603', 1, 94, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '0f4030acf8411d85ec41e628fe259103f6a99626', '/home/hkrhostingreview/public_html/wp-admin/edit-tags.php', 1, '58024b741679e887055c0929541abedc0999758ac8a6c693542df52f87691d8b', '7dc416fc240fa44edd0a80e221899342', '7dc416fc240fa44edd0a80e221899342', 1, 21492, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f4277cea107128c764067b69ddad960815e32ba', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/usage/module.php', 2, 'acc8dca2971ea360395329c42a16daba0dfe617e18471848520afb7df0ac0341', 'b0d4271755e11df30e18426dcbe3d2ad', 'acc8dca2971ea360395329c42a16daba0dfe617e18471848520afb7df0ac0341', 1, 15666, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 301, 0, '0f652f549b3feb912127a328a31fef91c41a594b', '/home/hkrhostingreview/public_html/wp-content/ai1wm-backups/webhostingintro.com-20210721-181907-vjiuwu.wpress', 8, 'a6a22127706cbb3be445cf932ba28787782e927e8033ae67dca0470c5d378904', '', '', 0, 194245631, 33188, 1, 1626891571, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0f68f98da8a4ccd9ebfa7e3b8b71bdee8d2c57a8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_advanced-settings.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992535, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f76cc2aea68eb91a6d07211c431df87f4407cd4', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery-migrate.js', 1, 'dce50148adaff4dccd1d95c9b25563011436e398272d530e974193b8685340a2', '351c89ef1b09861916f4f022db000832', '351c89ef1b09861916f4f022db000832', 1, 23515, 33188, 1, 1527069931, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f85aff087748b6c09448ef0a1e5a6be52e918ac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/trello.png', 2, 'f5e222975aaa18a9a241c973855910f4d492414f76e6df3fc25bb70bbbf21f7c', 'd866995dbc2d8fc910e936844a2de663', 'f5e222975aaa18a9a241c973855910f4d492414f76e6df3fc25bb70bbbf21f7c', 1, 26193, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0f86736ea11cf750e592bba2d15d940b36a9c503', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_wysiwyg.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992615, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f8a9bb7737932ef2d6b83357d5676cc6d415afc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Sticky_Video.php', 2, '3e5d09cf4c12d599398634d15a40a6d51876c1c31bedb1e36768fc9815a9b812', 'b478841f08d2def41ab82fe29527748a', '3e5d09cf4c12d599398634d15a40a6d51876c1c31bedb1e36768fc9815a9b812', 1, 30763, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0f9954b15d4f4b29f9d23355a413cdc171f9537c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/price-table/index.js', 2, 'a2b30336da72575aa0cd6067cb682480bf29f308841b06e7648ee0ad9d966f0c', 'b20ea8f71dc0136ad3e1b037b8d9322f', 'a2b30336da72575aa0cd6067cb682480bf29f308841b06e7648ee0ad9d966f0c', 1, 1795, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0fa5873224da096c91dde451e5dffb3a3412669b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ua.gif', 2, '6437d5a3b09a1d1e216215e5ed494ed8c650d717c51ea1e0c74e8df1b87fbb0d', 'acc1cf561309691198e59e23c9840d13', '6437d5a3b09a1d1e216215e5ed494ed8c650d717c51ea1e0c74e8df1b87fbb0d', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0fb08d2c0997814f888b7621bfe58993a910d4ef', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/def-fields.php', 2, '8da6cd756babfba91d08c4e66d187314d7fb8c87ba0d391c2430179376c5dbcb', 'a28bbdeb79d17bb5376679ba5c6b7b93', '8da6cd756babfba91d08c4e66d187314d7fb8c87ba0d391c2430179376c5dbcb', 1, 1178, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0fbbc1c8d58b436c9e4c595dbc6e848bedd9ca2b', '/home/hkrhostingreview/public_html/wp-includes/general-template.php', 1, '520acb52be12ecb7dc886242ab324f34a12198880c68e8186c9060afd7ede63b', '14d8211afcae22aea33c452e16de8773', '14d8211afcae22aea33c452e16de8773', 1, 152465, 33188, 1, 1572008885, '', ''),
(1627004145, 1, 1, 13, 1, 0, '0fbd24487a0bec8196fbc7084dad45c27d363857', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-auditlogs.php', 5, '812d9e05f41bb18c58e4b6b9c551a9aeccc4ef345eb26e135f0a6864c18fa04a', '', '', 0, 94, 33188, 1, 1626945146, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0fbdbb2e3d5c3480864eb5110679504c0a86c76f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css', 2, 'fdfaac800799151ba7fa5ff6997892070f6318f58cc61ff29cf19621f8c9b2b8', '604c1b198731fd52673cd931f426e3a9', 'fdfaac800799151ba7fa5ff6997892070f6318f58cc61ff29cf19621f8c9b2b8', 1, 6204, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0fcc9c7f1a7471dddb8ec46bab017e0a720cdc29', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/re.gif', 2, 'e2016ab933817845c6bca46de5c80793c2e3baa94fdd467589a0ca47ebdb9676', '0a4673b07b377d1f58230f40f256d890', 'e2016ab933817845c6bca46de5c80793c2e3baa94fdd467589a0ca47ebdb9676', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0fd9159f5aeea6b080543a3009ac26ff3bc3f4ee', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cu.gif', 2, 'dccccef0a512d98f21e8fb2893ea39f1a3cfcaaa606daf381b18c055f04f6560', '03d19d686d0e21a037cbcbca332ecec0', 'dccccef0a512d98f21e8fb2893ea39f1a3cfcaaa606daf381b18c055f04f6560', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0fdfa238f32faca0194d2695814a1e9d82998c99', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelement-and-player.js', 1, '1886831eaabda4caa24e48cb1988dc5ffc4d0590ce1036fc736537eff7645bdc', '16a432e33da81058ca49c643cae0c318', '16a432e33da81058ca49c643cae0c318', 1, 273289, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0feb014a45737f22f6d634666573adfd50d233e6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout.css', 3, 'a4ddb777b5ba829e7cb4a5e2b2c1b6de7bbb062cf5138657712cb3e5593bfe64', 'cad8cf18f55951166a8bd4a118c04283', 'a4ddb777b5ba829e7cb4a5e2b2c1b6de7bbb062cf5138657712cb3e5593bfe64', 1, 128, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '0ffd6e78cd095e6f494ba064ccb0ed13b3218fd7', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/border/border.js', 3, 'eb90726d8f6ae5bab2afe583a6381ef97166356a0c7d85610e01b93ed6156a84', 'd655a5b08e34ccfa74b31b58980c2a6d', 'eb90726d8f6ae5bab2afe583a6381ef97166356a0c7d85610e01b93ed6156a84', 1, 2510, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '102144db37422c15c555454fc1088ec9118c75ce', '/home/hkrhostingreview/public_html/wp-content/plugins/classic-editor/LICENSE.md', 2, '9c48574eb2ab0bef37abf55a83520253fd294df1213fdf99086e1d75e92926f4', '682b0e98514e58c793abe60e9babd236', '9c48574eb2ab0bef37abf55a83520253fd294df1213fdf99086e1d75e92926f4', 1, 19504, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10239988688a271c3db58c09afde90259ac8dd29', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-lv.mo', 2, 'd344826971f445a9031b1009eb2c7ce43529948f9147a97a7c28d02bbc8b79a5', '60543c412aeb177a04b4213f96f56653', 'd344826971f445a9031b1009eb2c7ce43529948f9147a97a7c28d02bbc8b79a5', 1, 13023, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '102aa178100b9490c208523895708bf2041dde06', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/flexia-preview.jpg', 2, 'a9177771a37c9e4e31238908932a8849840ba576dcfb2e07bfad82be5917181b', 'c9ffe783dc792814c1a8b9fa775ce6a5', 'a9177771a37c9e4e31238908932a8849840ba576dcfb2e07bfad82be5917181b', 1, 24542, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1031ea3f9d0effe1986880ae3db793bdec2cd707', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/is.js', 2, 'f1802b138936f0cba7b48834fb95be22d1fa9a7856b80f2b724c6b40e2211ff8', 'b74ad80e6c02bdd177dcbbdab756b16c', 'f1802b138936f0cba7b48834fb95be22d1fa9a7856b80f2b724c6b40e2211ff8', 1, 773, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1034453e25dbcaca8a9bffd20c45cce11dabd0f2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228248', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1047ea8ba2c1501ae2386d57f6d9b03247b368cf', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-media-control.php', 1, '49c9a9192cb6b6d3f08c3f6917118878d15383aa68ea266ad705e311bb107d7d', '70b62b2749ca77c1e4c70c66fab792d6', '70b62b2749ca77c1e4c70c66fab792d6', 1, 9104, 33188, 1, 1551808192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '104f184e0616ef38f8378d825f94df469118cffa', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/keys-2.jpg', 2, '5684dae50b046c43aa26ecde3c16d92532cdcb35fed71a8495dfafc8b3218645', '121abf94fdda29bcc1157655d0211e32', '5684dae50b046c43aa26ecde3c16d92532cdcb35fed71a8495dfafc8b3218645', 1, 154256, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1050a1787b1b298747bc68739e9dcd0c777ca11e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2', 2, '7159ee5fd035ed268ad16c8983d1e5cb6bfe07d7250d4e25b82333e70bd82906', '7e6b10f33e50f63bf55ff3e70eaae65e', '7159ee5fd035ed268ad16c8983d1e5cb6bfe07d7250d4e25b82333e70bd82906', 1, 80132, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10712d024f74af7902bdb6cfb2e32ce879315da1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css', 3, '1813c2db89315093b76d6e5e684e8a280c74d751a447560fde360aaa8273c9df', '819f83c62ca56f3cc352f6dfc8588723', '1813c2db89315093b76d6e5e684e8a280c74d751a447560fde360aaa8273c9df', 1, 4278, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1078034167086d84ce3af3b02339024b2834b372', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_tab.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992614, '', ''),
(1627004145, 1, 1, 0, 1, 0, '107a3ec5e3849eb0124d685a1012b8d64dd79b02', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/template.lib.php', 2, 'bb653e3866883062bc890ad71bdfed1e41d6b69d0bf6e507ca7a6b784d4b8ee4', '6240f522b1b3d1200557af980f322046', 'bb653e3866883062bc890ad71bdfed1e41d6b69d0bf6e507ca7a6b784d4b8ee4', 1, 18305, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '107fa098a6eaa511f232bffb47a33119137dd40f', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-254.css', 5, 'aed4ab1fa6c20d3b9d9ecbf8463b8bb6d210cceb816ea045051e6f178fdc5d32', '', '', 0, 3412, 33188, 1, 1596822505, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1080a5cc40c2860370f7749da6079830c165cf93', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226816', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1081c49f86e2d5850939c2254c8df2cbe7d490ff', '/home/hkrhostingreview/public_html/wp-admin/includes/menu.php', 1, 'c71f66ac7029b1059e60f4fdb45246c9fa605f1be0ba531831708c2a17cbc017', 'f1fe23e2e2bd1579389554e903c5748a', 'f1fe23e2e2bd1579389554e903c5748a', 1, 9141, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10958a7a004ce9f40b6947f9323b12a86ddedf81', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/options.min.js', 2, '9dae041a80980888757f2dd75f2dced5112c08ddcd01352c24a2fcffc6dc78ce', '4e23608860c851b0a5f4c5ef8a77c61b', '9dae041a80980888757f2dd75f2dced5112c08ddcd01352c24a2fcffc6dc78ce', 1, 448, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '109c11425a90e024f257ae1d92c658d9207f2aa9', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-335.css', 5, '94141c7c8b61aa2ec63d9187690cb5fed62e3c56694e8c3d1e7f090c357c3d2a', '', '', 0, 954, 33188, 1, 1596822035, '', ''),
(1627004145, 1, 1, 0, 1, 0, '109f45baffdfc4daba906882be0316d50da175b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateForms.php', 2, '350e4a07ce0ecb53bd060c263eea13515d419590dacd6b70e571821574300f07', 'e39d0f056b92407289c52175ecac73b3', '350e4a07ce0ecb53bd060c263eea13515d419590dacd6b70e571821574300f07', 1, 9078, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10a735cdfcbc3b85047320e9ae68ab278abb8e9c', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelementplayer.css', 1, 'a6d238ce37631565babb1b7dd466401b843925c6c460e8049f2789473533876f', '8831e7c4aa4ca8eff635fa01d1210aa1', '8831e7c4aa4ca8eff635fa01d1210aa1', 1, 15907, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 13, 18, 0, '10b1ecc10adffdbd5aade9a9f6556f980d312632', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176622', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 13, 1, 0, '10c68c058c7a56293c65241f010bd6d626edcb03', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/435e4c17503e8034741ff4930c1810a4.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092968, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10cad70a98d306d5ec64a24b50fee6f80059aeb0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Note.php', 2, '88833126727a41bcf83a5f177232bf8308e0e7fd250614639d51248da511a174', 'd4b519b12a2c5e8d88b080d7bc024663', '88833126727a41bcf83a5f177232bf8308e0e7fd250614639d51248da511a174', 1, 1534, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '10cbcec311e7f4e398382122fa3a1a28dfa8a243', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod3ko6yyxta96p87f8x6476kqb864v32z9ibk.png', 5, 'f3bb8b2913f72d0d01eee5d338a65cf19f73faa6cd4f11fdf42d258323efb10f', '', '', 0, 482159, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10d70502e56c8c5330cc95eaaa7adb71d772eec8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/ninja-forms-display.js', 2, 'e8f8e10aa6c11be2ea99fa97f631fa9d2edb74785cfef606039ef6a779ddbe79', '939657b4004c6838ed30a5f0f75f7bd0', 'e8f8e10aa6c11be2ea99fa97f631fa9d2edb74785cfef606039ef6a779ddbe79', 1, 36947, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10db7888ac5a3dc6ce5785aca4dd422c502ddf23', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes/Example.php', 2, '2515f6c291fd3740eeb87c3ee55fa1824ecfc81f150d3b344769d8d37bfff142', '84932b220a0b2c41fd0d2a515caa2cd9', '2515f6c291fd3740eeb87c3ee55fa1824ecfc81f150d3b344769d8d37bfff142', 1, 486, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10e70f87a1d482d0ce0db83aff30f7c53f11f777', '/home/hkrhostingreview/public_html/wp-admin/css/farbtastic-rtl.css', 1, '5fab629ed00f9944fb66fb887cc104f28317da9505feab182152d0bf605c064f', '118f1189ffbb71e014402121b5456bc2', '118f1189ffbb71e014402121b5456bc2', 1, 612, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '10e96ec1bb729105a19533925598a1a9b8672b17', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/media/plugin.js', 1, 'a434c80e6bd6d342391b13d14ac18fed0155ded6d8b6b30296174ab810883de1', '077519f391906aea6aa945761a290b3b', '077519f391906aea6aa945761a290b3b', 1, 37881, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 13, 1, 0, '10f2843de9db4c928167eb1fd42777e52ad8a286', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_assets_index.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992552, '', ''),
(1627004145, 1, 1, 13, 18, 0, '110ae45bed078ab0a80f931cc6160a505a1105c2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176686', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1137c03493f762e061b828938d3d62696dc4e229', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, '064c64133a716984815e5502e52548bd67b031494324c1fae92303f7b6dfd709', '514f31ff2f073c993e252206da58dce0', '514f31ff2f073c993e252206da58dce0', 1, 1322, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1139048e95e0a89a58ac8f8785e267f705f4eaf8', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 'e06c7095b1c381a116114e5c78218e0edb9778f2033831d17df39be9d77af321', '3f3ddcca00cc82ecfe56fa66593fe8e4', '3f3ddcca00cc82ecfe56fa66593fe8e4', 1, 1673, 33188, 1, 1545016075, '', ''),
(1627004145, 1, 1, 0, 1, 0, '113b52e4af4fa27a1b19006e709d3218c375c4e0', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-scanner-integrity-cache.snippet.tpl', 2, '80e563905a9e5d94e298e62f18d6653f88bba792b3b67c74f6f453e22b1f3878', '304a4263f26fb2d43ebfba9badb6ba51', '80e563905a9e5d94e298e62f18d6653f88bba792b3b67c74f6f453e22b1f3878', 1, 496, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '113b9fa263a906031a7a0db64a989c0bb7561ec4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php', 3, '1e1f7bdd83fe99f68f27ad810ded1f2accaf0463f0af8328b93d487cf0e2d799', 'f2964881e6690fcf0e67a20d37a0c97c', '1e1f7bdd83fe99f68f27ad810ded1f2accaf0463f0af8328b93d487cf0e2d799', 1, 1220, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11449d125e2474752159f96d69f60d2a09779fb4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.js', 2, 'a8be55bd6be56d9877ae22c6692e106b3ff4df3febb986798b592f0c7afefaf3', 'e142c2699519a1230179d9c323b21384', 'a8be55bd6be56d9877ae22c6692e106b3ff4df3febb986798b592f0c7afefaf3', 1, 1919, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '114a1339a7cb79c3e710b375b4edbdcea2ff2aa9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-2.png', 2, '3572fa351e43586fc8828c26641df8bec6894025be30050f56deeee595b1048e', '7c637e6d6145fceddde7bf2e9f9939d3', '3572fa351e43586fc8828c26641df8bec6894025be30050f56deeee595b1048e', 1, 74624, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '114ac85a4dba143deadcace9cc1d7de167ea621c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-messages.php', 2, '7032a3b1dc06dd05d910a748b6e55a2a7399dcf4f23429e039c881f69f125770', 'eb808697658b94b4cb094c9645d14d55', '7032a3b1dc06dd05d910a748b6e55a2a7399dcf4f23429e039c881f69f125770', 1, 1341, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1151e756963448c629ffcddc6904fa0e6949d638', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-You-Need-to-Know-About-Cloud-Hosting-300x171.jpg', 5, '50af37cc4158b033b68e53164e9c52d38924c55b3f5cd3cd4e6390b6c40579c0', '', '', 0, 9148, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1157f2a4127a2d5dafe49c02569c4b4209910269', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/content-ticker/index.css', 2, '66cb602ef245fda22ac4b4b1b5ca60dce47f3e8f3359ad7b3c3e512327b3bbb7', '13076da413fb988c7c5079ae074e0dc3', '66cb602ef245fda22ac4b4b1b5ca60dce47f3e8f3359ad7b3c3e512327b3bbb7', 1, 1212, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '116833fde8cc00f966bbfb2f0d67f191cbed6ba8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/nf-upgrade-handler.min.js', 2, '8b80cafb4af1eaebba6d82ffcea69588bba015349cbd8bd8701d3fe4e9dc5485', '91b4059700727a3530bd151dd8d51b8b', '8b80cafb4af1eaebba6d82ffcea69588bba015349cbd8bd8701d3fe4e9dc5485', 1, 2800, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '117817f5bb48d1aaf618007095beebc8b0b5120b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_url.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992615, '', ''),
(1627004145, 1, 1, 0, 1, 0, '117b7024d5e73f560f70322eb971daf8997a911c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateActions.php', 2, 'f72d2a3f751f5367b2d37559f33d9df29b5d57617101b81b087f3f20e895c073', 'f5eb144f2c2813b16d5bad5d4bd9671b', 'f72d2a3f751f5367b2d37559f33d9df29b5d57617101b81b087f3f20e895c073', 1, 11510, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '118275fb64641eb713c3d8dc10fe06101cbf40eb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png', 2, '9278fe24cc67ed690f7a99974edf11c0c464cdc7cce016ecd7d35e23850609f9', 'd2baa97fb8e7a696cb8d4d570d66f403', '9278fe24cc67ed690f7a99974edf11c0c464cdc7cce016ecd7d35e23850609f9', 1, 3842, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11922f88863577d4377de2cc80e1c7250c704e92', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/cli.lib.php', 2, 'a52bd144c01f2e554073d1d3cb4e099a256cbb5c42be6c63a27c1a95cf242b5c', '27427bdd6f000a66e19529bd1a91aa8c', 'a52bd144c01f2e554073d1d3cb4e099a256cbb5c42be6c63a27c1a95cf242b5c', 1, 4913, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '119c7b8f67bcb8273c697d2edbcc213a9971f1b8', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/dcd365c6b9df6f8cc79b2edbb87af087.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092973, '', ''),
(1627004145, 1, 1, 0, 1, 0, '119c8d1aa106d035bf7b3591751f6328535c9273', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-scanner-ignore-folders.html.tpl', 2, '560189692ba99a1e58a0a1c8e94790d797bc14b1525a2757a4825e1941252f1c', 'cd0288b2c16fad3f90196cb7cb330dd8', '560189692ba99a1e58a0a1c8e94790d797bc14b1525a2757a4825e1941252f1c', 1, 2209, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11a2130c0087f15039291f4e76e303c16772f776', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-ru_RU.po', 2, '0f76a1ab4a56568307b7c4b03db3d68397847e196ff7f0b8a5ed7bde20b66358', 'cf9eb5e464c1fd1a72dd9a41670a1a93', '0f76a1ab4a56568307b7c4b03db3d68397847e196ff7f0b8a5ed7bde20b66358', 1, 79407, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11b39f2872489e33b7a43ea0b70a09e29a5a8b70', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php', 3, '5c2031ef16561d496405ba291946f6f0d1f0ea9231840e54b1605a6ff9b9503a', 'c7ee2bc4f3f5e830295ea1d5f0ac9c57', '5c2031ef16561d496405ba291946f6f0d1f0ea9231840e54b1605a6ff9b9503a', 1, 1868, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11bfc28b687ac40b815bdf528c549c14440d2a69', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/style.min.css', 3, '0b1f883b392b50dc192ce324d450cb471d83598e0af214f84dc5105d809ee0af', '260a0d35b32cd1910635e15335c3ea19', '0b1f883b392b50dc192ce324d450cb471d83598e0af214f84dc5105d809ee0af', 1, 87933, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11da774be972ab6c355bba1090417f145960a1c7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/general/model.php', 2, 'e2e373a0ecb0ed0188636b97099ece54ecff765846fc30726009d3ef20d977a2', '57781935c3ab7e88b36b7286640e466a', 'e2e373a0ecb0ed0188636b97099ece54ecff765846fc30726009d3ef20d977a2', 1, 8383, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11deb01131136a8de35e1adcc34d0851140a2208', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-dashboard.html.php', 2, 'cf7356348a344fd1790b0fa46dfd3d930339325dc9eb061b1e078abac7761d7c', '67fc921d26b95dc7423046cb5d664d29', 'cf7356348a344fd1790b0fa46dfd3d930339325dc9eb061b1e078abac7761d7c', 1, 11028, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '11e27daf6aae327ec735a8bd7f08786bc61a4d18', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-it_IT.mo', 2, '020e063a05ecb2345701feac7297134d59a1b6dbd244745b379fd06d747cdb3a', '11be9aef9911d3685185a5627cfacf06', '020e063a05ecb2345701feac7297134d59a1b6dbd244745b379fd06d747cdb3a', 1, 35792, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '120c548950cf795dd4d8b4eca7c222f268823b23', '/home/hkrhostingreview/public_html/wp-admin/css/widgets-rtl.css', 1, '90e45cb00aa23ffba960c881373323f307e6403b0890bbaa1ed44d8e5e2797be', 'f25c3ac1e8dc5a2134ba7fec573451be', 'f25c3ac1e8dc5a2134ba7fec573451be', 1, 16754, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '122806c9e0fa497a9e888ac78e25fc40784abac4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/global.js', 2, 'd474c54cf2ff1e071dcd4c85a3e286f685d4e14dcc133f2770e941cc679f11fc', '9798ab39d1d1aa9706cae0ab30f69969', 'd474c54cf2ff1e071dcd4c85a3e286f685d4e14dcc133f2770e941cc679f11fc', 1, 2586, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '122e30f9d544b673bea1509514274e96e74e56f9', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/hy.js', 2, 'b0d6d7c31d5c19489591ba0515d308852576470c9bf5bb9cf9ee669e463366f2', '299347cb3955fbc307794321436eeece', 'b0d6d7c31d5c19489591ba0515d308852576470c9bf5bb9cf9ee669e463366f2', 1, 1005, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1234c9904b28d51faea8eb4f84a30b5c8c176c35', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_NZ.po', 2, '942d12957279285f385b3e5186fe2c494a47d7bbd659153db60525c805e7f97e', 'd60ea181d8f60dee0815e96aa4e0f033', '942d12957279285f385b3e5186fe2c494a47d7bbd659153db60525c805e7f97e', 1, 76644, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '123735e8757bcbf67011d171882ebef6e92231eb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-gcloud-storage.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992541, '', ''),
(1627004145, 1, 1, 0, 1, 0, '12471379ef79a6978ee78d254b7ad3b25455e070', '/home/hkrhostingreview/public_html/wp-includes/js/dist/date.js', 1, '941736d201e5f44b19cdfa323ffea76249b9ab365e881c5ae9d66614a3a1d149', 'c3c7d67bf8ad5e0c9ea514bb97cd5e1a', 'c3c7d67bf8ad5e0c9ea514bb97cd5e1a', 1, 220360, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1253277722ae4a583f8a03ad90f037659189d440', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_frontend.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992620, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1264829686acfb120e20a9185abfee8a2e56b633', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/ajax-loader.gif', 2, '167a83925e12e14c2a7862a1dcbb44931b0555214dced4c808ba6c7443111eef', 'aa56e9e83a64c162def8aee44546bf52', '167a83925e12e14c2a7862a1dcbb44931b0555214dced4c808ba6c7443111eef', 1, 2203, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1265635c02a3b560924823afd2e7ff24948f966a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-3-messages.php', 2, 'a05fe99930a92f849426df3ed14e2bda9d3d4905626b42b81da0af805f84a3f2', '7f05f92a7d399af90c24a3483e44df42', 'a05fe99930a92f849426df3ed14e2bda9d3d4905626b42b81da0af805f84a3f2', 1, 857, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '126883e0494af296eb185953a715f109cd56abb2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1271ffe52783d0eca7bd23b97c02eec308e1f5f6', '/home/hkrhostingreview/public_html/wp-includes/js/zxcvbn.min.js', 1, '15244ca7aea2452ed1d66b0bd2aac4ba82e6bc59cd064761788d8494a9ab2728', 'a0ba2f2c8a1dd2594208e4f45b50b390', 'a0ba2f2c8a1dd2594208e4f45b50b390', 1, 822202, 33188, 1, 1545339829, '', ''),
(1627004145, 1, 1, 0, 1, 0, '127cc597988cffc32ec16e64d5a9b2472cb900f2', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sx.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '128807262204b631f5027ba53e043bd741a7d530', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-widgets.php', 1, '8b0168397d47d5cf906b06f30c782858407d886f0f1fe337af4e66293b789370', 'ffef81a9a16c4b64d6f5918dec5950ad', 'ffef81a9a16c4b64d6f5918dec5950ad', 1, 66978, 33188, 1, 1568546875, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1288c22f77b783f58dabe2a947295a44583deec2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Progress_Bar.php', 2, '9a4287af4eeacec2f668ddf7b4c7d42583a7790738920f9f0fe12de4b494d963', 'b71570d8b4c2d6c2f0935541d60c0680', '9a4287af4eeacec2f668ddf7b4c7d42583a7790738920f9f0fe12de4b494d963', 1, 35870, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '12950aaaa0f9cc1c2cf6f3e995398b8d55fb1d09', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css', 3, 'a52ab8c0eebc03a646473e6bfc9772fd4a9d3d80351372f904b4376614379733', 'daf69af003c602c17390df2e2650e693', 'a52ab8c0eebc03a646473e6bfc9772fd4a9d3d80351372f904b4376614379733', 1, 5777, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1298073558dc9b20b56a0fe5c4e25d8e6ed7ec23', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-recommendations.html.tpl', 2, 'a3f5f198d9ca97421f09127d5710a5441c555eefb3486e189201ac33121aece7', '301d89227b734205891c287cc29de2be', 'a3f5f198d9ca97421f09127d5710a5441c555eefb3486e189201ac33121aece7', 1, 277, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '12aa229cb9551990c9b8bb9f30fb9ac1c701409b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php', 3, '8c068ac84767f652df61947d3c5b88350904b4c90255c1ddc1e90a118298873e', '795983d0050ca96a084fb8f5166a6a19', '8c068ac84767f652df61947d3c5b88350904b4c90255c1ddc1e90a118298873e', 1, 1879, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '12b7d115f5b8b7c595844f6a327fa72c3ad1de1b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/05/favicon-150x150.png', 5, '2400377de9642cb68887377d9e65b900569948c2b5d0ef65f07d7c927984f63f', '', '', 0, 15121, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '12ba6e56f5c885dc2daee0d78df925b7a62e02ca', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php', 2, '0f355c6bb819655de579cbabcb005e338d7b5ddd97b1273e199dc94185896ae6', 'd02d790de97d83804085e206f634ec4b', '0f355c6bb819655de579cbabcb005e338d7b5ddd97b1273e199dc94185896ae6', 1, 15406, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '12bbd23eac457be0dbdc5aa54321875dbe876e4d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js', 2, '7cbb422bda87b9014cbacadc52af62cfc024221652521fe5eae7010bbe1d0036', '86bf0cd337c105eac7393071b844d10b', '7cbb422bda87b9014cbacadc52af62cfc024221652521fe5eae7010bbe1d0036', 1, 35321, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '12dff65af0d79ea273a427a04bd8e166b4e832ea', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/default-rtl.css', 2, 'cf599467ba37aa5f2149038b7df8c694b652701fbcd7aece19352477620c7500', '76f2d11730ba3e0b965877ee960466c6', 'cf599467ba37aa5f2149038b7df8c694b652701fbcd7aece19352477620c7500', 1, 6552, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '12f6aa9288bc53ea102bd958df1d7e78aef7766e', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-clientmulticall.php', 1, 'b080160b409e53b606df7c639ba33c4179291cac1aaaddf6405d98642e99603c', 'af10903340b8ebc353a5050a5face990', 'af10903340b8ebc353a5050a5face990', 1, 963, 33188, 1, 1472249313, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13044dc2f79389d92a6dba77d4ce3139285aa685', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-post-comments-list-table.php', 1, '39619db60568cdbbbb1e664b51b7ea10c91b81387c2dc56f3e83107bab4b704f', 'fa4064a942bd177fb823ad26267fbba6', 'fa4064a942bd177fb823ad26267fbba6', 1, 1472, 33188, 1, 1534470696, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1310ef7252b0a00d48be939e5f5910d453c560a8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-import.php', 2, 'b858f1b8a2714a9b2c43ecae216880563cc4d72b2505e98f6bbb9fe07e0f6ce2', 'feb67c6cd0a4f66ce59bc481b4ec5b61', 'b858f1b8a2714a9b2c43ecae216880563cc4d72b2505e98f6bbb9fe07e0f6ce2', 1, 14325, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '132a912b4f24a6c2e5b5db26033fb30be2d984d7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/tooltipster/tooltipster.bundle.min.css', 2, '41ce2509fa9959868717986010e16b6334885fd46bc64d0d3c745a73ed3c41e4', 'b15ef24270546e5fe896d3ea387ea134', '41ce2509fa9959868717986010e16b6334885fd46bc64d0d3c745a73ed3c41e4', 1, 6495, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13316bcb4cdc8b0995df580c4945c43a0820c84b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tn.gif', 2, '24e35a2193c2dc52b8036af9fcbdd61052b1ce554ec04ed617129d313df5d58c', '30245ac4122c61accb380e162691f431', '24e35a2193c2dc52b8036af9fcbdd61052b1ce554ec04ed617129d313df5d58c', 1, 375, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '133a2a51ce62acdb9021287201c71bebf909954e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js', 2, 'c8467b98f112bb1b06a33cde66a70de85c05d22a455f91f592554c804a50a729', '86fee17cd48a321dbb33df5c823a3d95', 'c8467b98f112bb1b06a33cde66a70de85c05d22a455f91f592554c804a50a729', 1, 70891, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '133c5f4f31c645f0458bc5996cb0e1a3f46b304c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Fields.php', 2, '0cf2b17ccd62b3b14530ea3d4e749a24de6c8f0e5563510a6fc706116e510ef2', '95411ca0f402b7b791bc70e7dbca5a20', '0cf2b17ccd62b3b14530ea3d4e749a24de6c8f0e5563510a6fc706116e510ef2', 1, 1790, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1349a6a94c541e3af4085c791292a0f7f9bf3c92', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms.pot', 2, '46263f0205bdb5199344495a7a8b884d70815da846334d57e83097a9544169c4', '5365df56c1923f3aae7fdf9308d0e2ea', '46263f0205bdb5199344495a7a8b884d70815da846334d57e83097a9544169c4', 1, 214171, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '134b16cd38677b71c625ee6ff24c9ad1cae9fe5f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/rating.min.js', 2, 'd12bf78b160971618a778d5ba7be187271e08cea9a97a211c9ac91c0c83d8218', '64847ca7c696411de55f4275fd278754', 'd12bf78b160971618a778d5ba7be187271e08cea9a97a211c9ac91c0c83d8218', 1, 1454, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13534582a0b1ffdc3d2983214d40877bda209829', '/home/hkrhostingreview/public_html/wp-admin/images/sort.gif', 1, '765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9', 'fba0b2ac81a0edbd2aa220aa92dacf33', 'fba0b2ac81a0edbd2aa220aa92dacf33', 1, 55, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '135f657b27b20fcca29a8e571ee75aa1490b100b', '/home/hkrhostingreview/public_html/wp-includes/css/media-views.css', 1, 'c0a41b7fa596fbf73b98d521ed9f0a6b6dc6347bc71b2c20b80b9fc025861bbf', '9fbd0c31aaf5fd708bad7ceae55cd1c6', '9fbd0c31aaf5fd708bad7ceae55cd1c6', 1, 53625, 33188, 1, 1571700184, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13643feb39a0420a05ca9c3cc13b58d1b2d9c43d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_GB.po', 2, 'ae16c292895e992e30ea38e246935f95a56486bd6625f3f57d88d14628ae8746', '81f47218b1464b35d2af0ffdc8d20d38', 'ae16c292895e992e30ea38e246935f95a56486bd6625f3f57d88d14628ae8746', 1, 76636, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '138119f2a9167dc8a039caeab63c56539cf88e6e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-lastname.html', 2, 'f8de4014ab825a715b439806dae704c622a13b752f13ee89b2b109019e524597', 'b408ee99f234c6abe25332bba2e2452f', 'f8de4014ab825a715b439806dae704c622a13b752f13ee89b2b109019e524597', 1, 865, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1392af9affce57472b5835889379c8ab781e0f73', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_responsive_files_frontend.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992594, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13a144827544817842079772675ef468f4dffd7b', '/home/hkrhostingreview/public_html/wp-admin/privacy-policy-guide.php', 1, 'a1900fc8c3c8d653c8ae50620d4bd7fef6eca18f105e1d7b73fb88ccd103af51', 'b2f3a45daeb570b2942c0d754a2db0be', 'b2f3a45daeb570b2942c0d754a2db0be', 1, 852, 33188, 1, 1562304116, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13a472f1dd46da53770b37e991a5bb7e023b60b1', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 'f32ac194e41e854f3e89e64506768b5af9039ee374d7614dc96cc59a736aab13', 'abfe8ead341e68cfee6625b6d5627a0d', 'abfe8ead341e68cfee6625b6d5627a0d', 1, 33780, 33188, 1, 1570219978, '', ''),
(1627004145, 1, 1, 13, 1, 0, '13a81070b5342dcf7b66d09a1ec29377da66d44d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting_hosting_plans.png', 5, '0dfe19dc1fd568da533d375f2aaf4e607e04f163ee00b2b079fa3964fcaacaee', '', '', 0, 30579, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '13aa4c43b914dae24fd98b28a006607c4ede5c9a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176708', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, '13b295924d5ebdb662672aac679f8a589248c8e3', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min-e1582401461713.png', 5, 'f06d0e6b2d60fdac357b88df39a6a18883c30128f9c8614ea6bb456c4aab9bc0', '', '', 0, 280993, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '13b460fcdc3284cdb17b7f10f45ad9c02a30b224', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_kits_views_panel.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992591, '', ''),
(1627004145, 1, 1, 13, 1, 0, '13c0e5ac2184a0a8df0fd845a497e66e2e45b770', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground1-min-e1582401461713-olk277gw2gf0gxcks09cuo5xhl9wd1u40vgxk2cqmc.png', 5, 'e4ab5f5844adf3a94e57afdf3e09737f2f6f86e2cd2694ddebc9146af3c32af5', '', '', 0, 91929, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13ce10d4740e1e9a83204913f171d89bc11d95be', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/firewall.lib.php', 2, '4f3bb0e1e7b8465162af67b3ec0262150ffd51f7917484a7912e7305032c5293', 'e17d09f8889bf9080d18624563c63e6f', '4f3bb0e1e7b8465162af67b3ec0262150ffd51f7917484a7912e7305032c5293', 1, 26180, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13cf8d29b6cee010045d123307ac7334cbc3bd9f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13d840365500f9009fe154d59594d3249c3229da', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/class-contact-form-7.php', 2, '3290d2de7395303b634e9cd283448e8588355f8ffe1d6571b341727b633fde5e', '9c857156dad3bfd741e6383b226b93bd', '3290d2de7395303b634e9cd283448e8588355f8ffe1d6571b341727b633fde5e', 1, 3929, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '13e6a0a862d50184ce17804679e0fd5d90104581', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-hosting-plans-min-150x150.png', 5, '0ce8cda938712ddb9a784998adfb673fa4063d95809b2ad4894e6fee46712c88', '', '', 0, 13980, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13f2dbe3fa4f654aa648b97649880641e23bc906', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php', 3, 'cc8ae36e242c5aa4a1684cb570d28ff2a0b30987ccd56dab35911be374cdd6bb', '9045948204a663c1c0adc8099bc4d167', 'cc8ae36e242c5aa4a1684cb570d28ff2a0b30987ccd56dab35911be374cdd6bb', 1, 2144, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13fa616cc8f8bcecac9f575d48f21ae327e82c84', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-ja.json', 2, '273745f99c0c0cb09ad7f1cea4448eb2cb0fd5c928cfdd7a4c06dac1984a075f', '614cca6625c7a97402ba5aad0c556a96', '273745f99c0c0cb09ad7f1cea4448eb2cb0fd5c928cfdd7a4c06dac1984a075f', 1, 477, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '13fe56705e9b3e250ae14a46c298161f5666a89e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo', 2, '2936ed0d5559ceb6a414330769154b514e275f2e5eb743cb5402640d5a806b44', '9707d8f862ec732e4a7533372367e77d', '2936ed0d5559ceb6a414330769154b514e275f2e5eb743cb5402640d5a806b44', 1, 22876, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '14057bfd1ec926e9b7a1ba49c2a790f2b204c13a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176825', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '140605a634a4bf7d2fb625b22754f41a3ae545f6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionSaveSettings.php', 2, 'b7f5c4680525f311f4598fb291b78a206b702a3818b043d5446dfde0b0dad59e', '1a3b7b08b4624401093da207db18ca6c', 'b7f5c4680525f311f4598fb291b78a206b702a3818b043d5446dfde0b0dad59e', 1, 2833, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '140bd77b0ae0f2b808a4c029b0e9298d5e000774', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-da_DK.po', 2, '0c8e111fed112a2e2bbb5913087bc8023cea9f37df5e9233b5bf84a76a3ca02b', 'fe0ef7bd468cc05c94f1cfe4da3c6357', '0c8e111fed112a2e2bbb5913087bc8023cea9f37df5e9233b5bf84a76a3ca02b', 1, 211098, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '142000410042f251616fc0eb21195bbb03c592f5', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-194.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '142720219e0f415a31bbcc71fec83680cab37479', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php', 3, 'f6082c34653c3e615f94097c20ecfaeac6e2cb50c5283be731e65a638eff3f29', '4c9bcfa096aee285be2ce0c51bffc88b', 'f6082c34653c3e615f94097c20ecfaeac6e2cb50c5283be731e65a638eff3f29', 1, 3725, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14276f7c4092fc8345f917ea7759fabfbfe419d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/button.php', 2, 'fbf067448c6ac43ee5707270cbcc9a0cb912a1f8f609fdd5ad8ffa89681adc78', '22b18bd6aedad177d8e11ec414d5bfee', 'fbf067448c6ac43ee5707270cbcc9a0cb912a1f8f609fdd5ad8ffa89681adc78', 1, 14008, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '142feb21305af71670473cbebc1aaf064a64848b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/Example.php', 2, '1f449439e6c5e061776ea5ba9aa0d80d43ae094e62ac7eb74051e250a952ec99', '51f88cd26b57d104da1b7ce08bf40bce', '1f449439e6c5e061776ea5ba9aa0d80d43ae094e62ac7eb74051e250a952ec99', 1, 872, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1438756d0521225d056e5422ec654576f0a0314a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/502.php', 1, 'd7d240436c7e6752987c0c42d4a9e8f6418c988bd35753d45d01346410ea8a86', '7cc83a6c80cf7af9d5217b17fb47ff69', '7cc83a6c80cf7af9d5217b17fb47ff69', 1, 387, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '143e15873e2029cc1fdfa0eaa30f101bc596c20f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot', 2, 'f29eef66eb3ad0e3574d8edb4b9e72a04692a0b2b92d99eb7c4b977611ddd4fe', '7fb1cdd9c3b889161216a13267b55fe2', 'f29eef66eb3ad0e3574d8edb4b9e72a04692a0b2b92d99eb7c4b977611ddd4fe', 1, 194066, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '144cf7a3ed5fc16283b77c2bfba69a1ebec259cf', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/model-options.php', 2, 'a12237e85546827506b6e457c299230e58b845c3e957cded7aed00be7a0e4b45', '541669a9c01336526cc88985cd7ec039', 'a12237e85546827506b6e457c299230e58b845c3e957cded7aed00be7a0e4b45', 1, 10811, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1455e2b92992674df017f5230f44695392ba413a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/changelog.txt', 2, '61c36f76ad91edddb5db0518f72c5a6e5589fffe01b89d46c900baffda615ad3', 'b3f866b120aa9fc1abb43e7dc6237817', '61c36f76ad91edddb5db0518f72c5a6e5589fffe01b89d46c900baffda615ad3', 1, 51344, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '145c5588f1efbed4c89a0fb6aa9f9c191ba19721', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/filter-msgs.php', 2, '8cb2edac26ea4b0c0241f522574f92954553f4e2e12f1aeca286e835e64a0955', '8a4fcb87b38bdc8cf467677db6a32362', '8cb2edac26ea4b0c0241f522574f92954553f4e2e12f1aeca286e835e64a0955', 1, 2295, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1466156640610252adfa0cb719fdf105c8843e4e', '/home/hkrhostingreview/public_html/wp-admin/js/widgets.min.js', 1, 'cd78d0db755f8e1757bfc648ec232f0d9910849162015949e1345f89d9418174', '95405e5d6077252bee8a3e9e84d10580', '95405e5d6077252bee8a3e9e84d10580', 1, 12431, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '14685612c039d4c4e5b1f20a8ee0a9fd88667dea', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_class-bsr-main.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992554, '', ''),
(1627004145, 1, 1, 13, 1, 0, '146d038545765608127d85ca920e77f2da8873eb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_bandar_bandar_lib_Bandar.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992528, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '14720f2e59357809bf633ee4a9b09cd5fae75903', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-backup/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14857c4e4f5a2956ab29e0ef15551a31cb61e7b5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gu.gif', 2, '1ee2aa4795fc27f38104765cb45653cbd95632982f3c6b671c5e8b5477bbbf04', '0bde69cee1c5862dcb000c6848d84273', '1ee2aa4795fc27f38104765cb45653cbd95632982f3c6b671c5e8b5477bbbf04', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '14a762e52c5036651380ae05378a60c03c0d8613', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_plugin.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992624, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14b058b6f15dc448aaf23335c2a9d5a6b3c57c2a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-editor_button_thickbox.php', 2, '89fa6ee13a654cfc6e90b399fdf1d5113b8a56ac208c48322a81adea1232750c', 'fe0592a31fecbf21a58b201f4218e4f8', '89fa6ee13a654cfc6e90b399fdf1d5113b8a56ac208c48322a81adea1232750c', 1, 14300, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14b20948148c74b2dcaaa92aedf6367a1ce729c7', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php', 3, 'c92eef99cbdd0164a710c3ca6fb3fa8c8a44bad28fbf3da1a25fb345807a2b3a', '395b597219ccab9e4f886f4d3548ffa4', 'c92eef99cbdd0164a710c3ca6fb3fa8c8a44bad28fbf3da1a25fb345807a2b3a', 1, 4168, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14b95ac2d820c2b86e3040b5ddd4ec601c1117ad', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php', 2, '165d13f2c790f7f4cbb64402e8ecf6ea5cf7c00b134f3c60f8fe644a4d47532a', 'd0cbd0fe5cd49a12d82d9d9bc5789aea', '165d13f2c790f7f4cbb64402e8ecf6ea5cf7c00b134f3c60f8fe644a4d47532a', 1, 16974, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14d2d802f66fbbb616cf00e140eb80b37bc9dd12', '/home/hkrhostingreview/public_html/wp-content/themes/astra/page.php', 3, '3f58e3ea39acbd49761e26c538a04f23e0c6b6c806d13dcfb1cbc608cafdcd3d', '0238e93c279507e5c4ece1197acb2b52', '3f58e3ea39acbd49761e26c538a04f23e0c6b6c806d13dcfb1cbc608cafdcd3d', 1, 918, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '14d7e4894e957dfbed1e7e5742bd55b32472b576', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599535578', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14d921a28083c4e4db8dcd29121d61f357d59d41', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/fluentform/index.scss', 2, '8ea2b6c64a7b913d14ff65ce379c2dbc541f869c1ea1e87718891f841ee01b73', '05b7ad9af90cf916f641a4b45ae421e5', '8ea2b6c64a7b913d14ff65ce379c2dbc541f869c1ea1e87718891f841ee01b73', 1, 1972, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14db250bdf950d33f3a5c58ee9e3b5309b80feba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrade-handler-page.php', 2, 'e51d3720fc925ab9299d28bd4a447e9bf56b4f12fdc7763ff0218aa658d983a2', '971b040657deb180682c811d306f5bb4', 'e51d3720fc925ab9299d28bd4a447e9bf56b4f12fdc7763ff0218aa658d983a2', 1, 3631, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14df743eb8a45de06cb9dab44c6bd415ec99f042', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, 'da68a2f81fb692899cef060ba7cb75152de2a0db720862b8980e06b8e5d4a7e3', 'd0c4831364a9ea4fc45bc7530a631c00', 'd0c4831364a9ea4fc45bc7530a631c00', 1, 108755, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '14dfed7e1d751d86ddeb7b67c42a71c98023ab15', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_dynamic-tags_manager.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992586, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14e3b7a48f91fed2d0b5ea1b33f73f7ef33f2caa', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, '2f657502906d6f5c3fc8df3a82969114ebe030addfdc061c60c974b0f515fd09', '28806940c647cf671bebf4ae0630e570', '28806940c647cf671bebf4ae0630e570', 1, 9304, 33188, 1, 1453263513, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14e637872ca8ddd8120624443ef64313c6ad3515', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/th.js', 2, 'a0640560398f62a746a14d955724b2aa7a6691a8fe4cfc7cce33b90d15408ae9', 'f9174e84a42f5ea14ecfdbdf7ccc27bb', 'a0640560398f62a746a14d955724b2aa7a6691a8fe4cfc7cce33b90d15408ae9', 1, 1048, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14ed0b2a34cb206e0c14182a4739d3ae543d8cd7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/formsFilter.js', 2, '86d437972c698385a5687109a590673adcb69f5b8688cfacf0760dba0f98219d', 'edb0229e5e0ff4eab037d06b986e76d5', '86d437972c698385a5687109a590673adcb69f5b8688cfacf0760dba0f98219d', 1, 957, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14f6d1f9f810d94be0900d86284a3a22960ca9a7', '/home/hkrhostingreview/public_html/wp-includes/js/wp-backbone.js', 1, '8d003ca24042c03b14d32e7833a852d19a249a2f778f6183dc1651fd5bca91c6', 'ba62f36757662e2bb4585c05dedfd070', 'ba62f36757662e2bb4585c05dedfd070', 1, 15242, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '14fafa073a9eff68e3cadcaf6ca13bdb0f8a3fba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-nl_NL.mo', 2, 'a8af67d62bbf1fe0cab8b6d1955a7691f2819055dc3d48baa6e1105c90ff6887', 'cf18f633ef3856d0e5be6e72d058b1bc', 'a8af67d62bbf1fe0cab8b6d1955a7691f2819055dc3d48baa6e1105c90ff6887', 1, 92824, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '150b995869deed0885b941aa3c947a8b4d44346e', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, 'dc1dfc73367c6706c7d68e5b772facb49046f5962c72e202c4832a94a01bb0dc', 'f2bafe0b7ebb9e6344d8324ab883efe5', 'f2bafe0b7ebb9e6344d8324ab883efe5', 1, 4653, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '151212e03c4f8bcfa9b037f6e75e2fd7ce04935f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-pluggable.php', 2, '3f5aff670e22645c81f6fe361c89807068f83ac556739e5a6d17b85766a8316b', '5c25d21439c9e8a32c0d16591af72b4e', '3f5aff670e22645c81f6fe361c89807068f83ac556739e5a6d17b85766a8316b', 1, 1961, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1515b7a190ead0aba5f1912f2e7aae2bd55832e7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php', 2, '02829ff2881d30b293c753ba9712eb543c50a8dda74070da6e6a73e493e337c7', '95ca547048b1bd35d887c4b8fe2e6a25', '02829ff2881d30b293c753ba9712eb543c50a8dda74070da6e6a73e493e337c7', 1, 3328, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1527d113a27482c051d044983c9f59ab0d4ca9b7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sd.gif', 2, 'bb6f46ff3d39640bbcf358e9de9a3e9447c85197481ed7ab8f1e61d09e3a42d1', '983179ead3080585811d73e729e678a1', 'bb6f46ff3d39640bbcf358e9de9a3e9447c85197481ed7ab8f1e61d09e3a42d1', 1, 355, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '153cb3c9ad2a0e08090771db03db0ba86346c917', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_image-carousel.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992633, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1543f88b8a7cd0b6766a8b95e9ca8671c4405b28', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/img/cross-icon.png', 2, 'c283dd10512f2379197534f989733c6fbb446ac56aab8b21623587293c162fe0', '4f7d575ac8564e710125f134caa04885', 'c283dd10512f2379197534f989733c6fbb446ac56aab8b21623587293c162fe0', 1, 4697, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '154830c1a545cbba2e5d35fd30ce6f76d7a0fde3', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/import.js', 2, '1e645abfeaee590b2f849447303ba4e73e4a5cff0336f4e4f6dae8f98d273377', '85c75ed1a69bc129c39c7616d78be0f0', '1e645abfeaee590b2f849447303ba4e73e4a5cff0336f4e4f6dae8f98d273377', 1, 3992, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1554b23e4b482ff78451511daa47edc8f7e5a833', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce.css', 3, '7682c544ca6fa2e73a82825b293934f7e72473cb86a3972aa70441ea7ea881f9', 'f725417a9cdf4ff6b476d1d70fa588a2', '7682c544ca6fa2e73a82825b293934f7e72473cb86a3972aa70441ea7ea881f9', 1, 125748, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '155caea846f3a22808dfb2c2a6c91dc133a0ca14', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_editor-preferences_model.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992597, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15652897fbee90be613f48540022406e547bfd5d', '/home/hkrhostingreview/public_html/wp-admin/network/update.php', 1, '0b59a6442849ebe598071ae5cfbf9dba5419bea7bb8bef5464f658bd365d7ced', '99be6fcb45a3da4e5246399f9d7a38f0', '99be6fcb45a3da4e5246399f9d7a38f0', 1, 462, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 13, 1, 0, '156be91d81f4c03f2415baae8b5662b450566ee2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_image-gallery.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992633, '', ''),
(1627004145, 1, 1, 0, 1, 0, '156d9992e6fcf4d2d0f9987e79ec11872eaf1e84', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/by.gif', 2, '288be810e8ba1c523557ab16fbd4f4ab3e4884219d9ed4913971be27604de539', 'f90504a0c446c69ebf3031a0c6f7ea81', '288be810e8ba1c523557ab16fbd4f4ab3e4884219d9ed4913971be27604de539', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '157a41ec152dc25d90de0da8cb6f11bd3796f796', '/home/hkrhostingreview/public_html/wp-admin/js/farbtastic.js', 1, 'c2f9663558ab09fb9e71b31bb2e7577e4d993156081b0eacf040b2f4ba4e2613', 'a73af354a03241715d8698feea340b92', 'a73af354a03241715d8698feea340b92', 1, 7689, 33188, 1, 1289493262, '', ''),
(1627004145, 1, 1, 0, 1, 0, '159ae0fdbee29971ec169f13d58479183a75e742', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/question-ico.gif', 2, '085d735fbde992a9c1886b282592e2da81df56301505fa6e188e4513654749d1', '9a09ff7ea6e3b61325231bb659c38e44', '085d735fbde992a9c1886b282592e2da81df56301505fa6e188e4513654749d1', 1, 1412, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15a3d743bf446a1fb95a11735d6aff09acff79a2', '/home/hkrhostingreview/public_html/wp-includes/js/dist/compose.js', 1, 'e72b03e639a3d68ec2eb39231351aa1c6a55762947e346c6b8743e50b7d4f86e', '98dfd710199c77e9af13f78f26aa2ec9', '98dfd710199c77e9af13f78f26aa2ec9', 1, 39987, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15a8ebda023f594a3658032abf94a2a8c170d31e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff', 2, '3bfe46bb1ca35b205306c5ec664e99e4a816f48a417b6b42e77a1f43f0bc4e7a', 'de8b7431b74642e830af4d4f4b513ec9', '3bfe46bb1ca35b205306c5ec664e99e4a816f48a417b6b42e77a1f43f0bc4e7a', 1, 20012, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '15afdd1e28cec4a0e93c19c374d0c9832e049674', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-logo-150x150.jpg', 5, 'fd0efdc2494de2ae05e41f369bfb0ade597fb747388a2833d29f13f10d0aeea8', '', '', 0, 2937, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15b4df99a2682219f3c6837c9ab0d8fd269e61eb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/list-term-filter.php', 2, 'be9efa332a40cea4451231ccb625e1d471e8175ad92c4856f447b78e824e23e9', 'b0894c6f8da21ff9126b87c4a8134f28', 'be9efa332a40cea4451231ccb625e1d471e8175ad92c4856f447b78e824e23e9', 1, 3205, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15cabd61b57e921870caee230cd694f4560d1115', '/home/hkrhostingreview/public_html/wp-admin/images/wordpress-logo.svg', 1, 'a0bbefd626f1e76f9245ec6c6101b679ba27412b71b32fc43eccda9db40f394b', 'f34ef6259364f7ef0ccf67cd1dddc970', 'f34ef6259364f7ef0ccf67cd1dddc970', 1, 1521, 33188, 1, 1428268827, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15d6bbc6318a640b16fdf49793fc02b87305f7fd', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/img/wsal-mark.png', 2, 'b35fbe905bdde7ee66543885bf032eff29318e71f49cf094c3d7666b4019558d', '821d7773ec3b46a0ed64aedb36b8ccbd', 'b35fbe905bdde7ee66543885bf032eff29318e71f49cf094c3d7666b4019558d', 1, 2523, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '15e7d009cf3dbaad19b0e1965b2498b155f1f401', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_log-reporter.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992592, '', ''),
(1627004145, 1, 1, 13, 1, 0, '15efbd28b48649c7aae56dfba06196c46c49d5d7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_mail.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992563, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15f0f97add41ffcf89ce139d4b0684340d26e43d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/serviceModel.js', 2, 'abd14fdeaf412f7d9e89941cd381a0adfb48a6adb42381d3fe681bd2dfac55ff', 'c6cf5a4e52fb286472366002df9eae56', 'abd14fdeaf412f7d9e89941cd381a0adfb48a6adb42381d3fe681bd2dfac55ff', 1, 2807, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '15f6e2b2d70fdca0479d2254ae1ffd49339c5657', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/1-4.png', 5, '81825673009ddefd9ef2cd18dd433ff50f2c876597ce8b0ed7d2e7d731e98850', '', '', 0, 1687, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15fa16fcc442f6eda82912ac5ead44a1ab44eed1', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/fonts/hfe.eot', 2, '1c6211c45299ff809bf99a21769b16bdc7fb2764d1177949d72ffa289ae2b86b', '1113f9591f0c16289994d33c53871711', '1c6211c45299ff809bf99a21769b16bdc7fb2764d1177949d72ffa289ae2b86b', 1, 3776, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '15fc0062a3a5eef945f397c52c04b856e8d75040', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176766', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, '15fd0edbcd0969692d3b7c0a52fe86d657e8e7ac', '/home/hkrhostingreview/public_html/wp-includes/locale.php', 1, '0226059f58e6c074af93d3c764d68303270a5b55c503ef83614fa70f953d2def', '87c6b20034a6296ff3157962551b5ea6', '87c6b20034a6296ff3157962551b5ea6', 1, 162, 33188, 1, 1570555144, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1608b657c931e3b73083be2422052bc1da34e5da', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/greengeeks-hosting-min-olmyykf33d4gx98lop4vjhccpqq0y6vfjddp08iric.png', 5, 'fc64cba9899bb5029ba77bfc05fe8238d39a3448399c907aecee80e2328136df', '', '', 0, 138163, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1618ffc77b61caee6f8e9814e5fd33054425c6aa', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-background/responsive-background.scss', 3, '96c16836374debed7462d66c28f18ce45553e0866a0d7d4db08c8c53c6b5eaf5', '389e2171703f0882b66a97fa83b0b3d1', '96c16836374debed7462d66c28f18ce45553e0866a0d7d4db08c8c53c6b5eaf5', 1, 1954, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '161a395599680959ac3f60b30f048e271968aabf', '/home/hkrhostingreview/public_html/wp-admin/js/privacy-tools.min.js', 1, '200e2d760009734d62290765c976588a1022202feb1cc2f26952f299b91d2b2c', 'c9bd456399000e52825a2a70165b9163', 'c9bd456399000e52825a2a70165b9163', 1, 3065, 33188, 1, 1570344962, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1628fbb3eab236dc2dbe98b0476272cc2a0ea82c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_responsive_responsive.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992594, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1639eeb518fe0bf793d11c76d31a4c74cac6ef68', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Post_Duplicator.php', 2, 'b2da4b79f220967f856df8914988c1df86949321293bb134dd147ab1617b5bdc', 'd7bb84bddd03ef44534328aa76117161', 'b2da4b79f220967f856df8914988c1df86949321293bb134dd147ab1617b5bdc', 1, 5195, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '164b983da1c9fa7def8247b466f71c0f037776ce', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_rolleyes.gif', 1, '15dc64945a096f01323c68fbe039a4ee6a7e7dcd4c7eb8237b39d6429bdab458', '5f3587060ecb103649bdd81498c49445', '5f3587060ecb103649bdd81498c49445', 1, 471, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 13, 1, 0, '165456b3f0ee881a6d19170d553cff43f1ff1be7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_icon-list.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992632, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1658fa0900ce92f1a7f4d519b6305f2956cfa032', '/home/hkrhostingreview/public_html/wp-admin/images/sort-2x.gif', 1, '03100820524aff93296baf4c972ca237b6b37cc6b2457c7d171225ae89026b88', '8f91b441c3ac6bec3abc62d18276466a', '8f91b441c3ac6bec3abc62d18276466a', 1, 97, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 13, 1, 0, '16645c36df1c0e87654ced1f2e65d9a53ccfd370', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_libraries_wp-background-process_wp-async-request.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992621, '', ''),
(1627004145, 1, 1, 0, 1, 0, '166a341c6a7c32df73f0305da77ae059f247d58d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/arrow.svg', 2, '169a0ff6df31c03c62fc2cf1242924d8ca30d7d4c5b269a97e5b338ceb01a3e5', '467e7ac6d9a89f77ae9689cf43b079ce', '169a0ff6df31c03c62fc2cf1242924d8ca30d7d4c5b269a97e5b338ceb01a3e5', 1, 162, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '166e50bf417fdeb84002d6914baaa50bcad628fa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/filter-gallery/index.scss', 2, 'de5969115ee9cf0852330abbf4035421a8d8137e8c90ca84059ef333e0fd24d1', '2b7f709ab4a76ab74e6c280e5068aa19', 'de5969115ee9cf0852330abbf4035421a8d8137e8c90ca84059ef333e0fd24d1', 1, 23574, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '166e6bca0e318bdb9d89e2648ca779e854f1b032', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-theme-install-list-table.php', 1, '9d042fbd4ee77762043d2ccafba6db4c6f02383b16bde7ea767de699e886b635', '09b186bc695874c895c4b57477506a1c', '09b186bc695874c895c4b57477506a1c', 1, 15375, 33188, 1, 1569755098, '', ''),
(1627004145, 1, 1, 13, 1, 0, '16712dc320ec192f41d8f150d35a59422e3a942b', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-247.css', 5, '07704372274455b812a716b86ad57765b4318ea8b40a15b0763788ab481eef20', '', '', 0, 34559, 33188, 1, 1597092972, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1675e45368fa45d2da92cfb6a0b33b608fe68b29', '/home/hkrhostingreview/public_html/wp-includes/js/media-views.js', 1, 'b19be15b8b224d965bd0bfc810549e96b30d8c261d5e5b282ae5e655957729d0', '0fd597b70db817207a401a77250cc1a9', '0fd597b70db817207a401a77250cc1a9', 1, 265220, 33188, 1, 1571158022, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1684fe328a0079b70553beba2b8ad985ac161b1c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-settings/form-settings.php', 2, 'b648e9f95a14eca4ac0c56f3715249b722f46511bcd233e1faa3079bfd68e432', 'fe1b3073be85195d6937a125d014cd71', 'b648e9f95a14eca4ac0c56f3715249b722f46511bcd233e1faa3079bfd68e432', 1, 5198, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '16b966fc9d872996dd7d8dea6ab2afc4c58ee072', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css', 2, 'a9814be5eb14a4c4f5e84ddf062a82347fc6618a6142550b5970001dc7c0caba', '6afc6be634692ccdd7e222982b1a47d1', 'a9814be5eb14a4c4f5e84ddf062a82347fc6618a6142550b5970001dc7c0caba', 1, 110834, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '16d2ff9b14d8883b88d09007e888c30062b9a0aa', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/index.php', 2, 'dfd969c7eb717cd5b4d046df51a8d280efbad3de660b1341b7aba18caf064e7c', 'bc8ddb359c429d4439b85bd0f299459e', 'dfd969c7eb717cd5b4d046df51a8d280efbad3de660b1341b7aba18caf064e7c', 1, 32, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '16de73716125ff5735b0b6f3e47fc8c9fcd91f0e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_duplicate-page_duplicatepage.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992571, '', ''),
(1627004145, 1, 1, 0, 1, 0, '16ef9790967763a2210b95da6569f8945905b51e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/AddNew.php', 2, 'ef9d69bacaed6246dd8dedb437173ec3def021f99adf1b2b7105cd99b84b777c', 'e32ed1f0633f4f0d515c0147f2b27f58', 'ef9d69bacaed6246dd8dedb437173ec3def021f99adf1b2b7105cd99b84b777c', 1, 1121, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '16f800c37a405f74f8377a45b03a0b51ac321128', '/home/hkrhostingreview/public_html/wp-admin/includes/comment.php', 1, 'def4a18b83675a270b293cd33170fbf5547c34f0c2534846640c006b908b161b', '86fa04e67072164e4b77bb29a721608c', '86fa04e67072164e4b77bb29a721608c', 1, 6071, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '16fa96c189796ef174663dfdf48731c7f29c32b2', '/home/hkrhostingreview/public_html/wp-includes/js/wp-emoji-release.min.js', 1, '1a351abc3f3b435497ddb8a55f09268d3e641dc22455deac06cf0181a4de52ee', 'b2bdc6d8dfd107ed138f042d71ad4be2', 'b2bdc6d8dfd107ed138f042d71ad4be2', 1, 13866, 33188, 1, 1572992162, '', ''),
(1627004145, 1, 1, 0, 1, 0, '16fb01dbb2eb787b54ce932a01d71de93874b790', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/index.min.css', 2, 'c9b62305a02d03b0469a837da4a84c31498403a928f7fa556bea773cd9d781e6', 'f350786e8c3dcb9480914e6191b9f395', 'c9b62305a02d03b0469a837da4a84c31498403a928f7fa556bea773cd9d781e6', 1, 3657, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1700507a6d0ad16e7a0666c002545ebd46c46c22', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176718', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17096af7e446a34a55dafec5a8bf7f10ae486c4f', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, '88369f649ab16102ec9b7ce40c04c99347d9d77650c3b58e7b1e3955d277a4cf', 'e5c615062d72876a6949ded8a3658a62', 'e5c615062d72876a6949ded8a3658a62', 1, 12934, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1716520b69ff77bd05cd737fef97891340eba589', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php', 3, '32627c09a3fbb125e3e493165b67b0c88675a057f710f13a6ff7756992b0fb47', '6cde0743a9213c6285f9e7a78b135031', '32627c09a3fbb125e3e493165b67b0c88675a057f710f13a6ff7756992b0fb47', 1, 720, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1716f60e15dda031e10f44d111496b77684ebad6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/feature-scripts.js', 2, '6303480a1b7ab227b9152f486e4bcfbda8c80c340d5554e9a6d2de862ebf2aed', 'ad81460f56e4009baf724d5a781ed709', '6303480a1b7ab227b9152f486e4bcfbda8c80c340d5554e9a6d2de862ebf2aed', 1, 487, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17183e8062a5958d4ded362613a858ccdae933e4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php', 2, 'dc9f4ccd75af124965e46e93d852d8f425568eead91129edc0b80d580f423b6a', '87a8f01b0e518cbc688f5e265059f8e9', 'dc9f4ccd75af124965e46e93d852d8f425568eead91129edc0b80d580f423b6a', 1, 2194, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '171cb84d6a033309255a71ce69d01ab8c3b38559', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/editor-rtl.css', 1, 'e6f55b93cf362676f01cd25ff7595e9bb1b1b52f91a93d897009f335a51db9d2', 'bb0732eaf965130ece1b24ae7235da85', 'bb0732eaf965130ece1b24ae7235da85', 1, 59709, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '171fbe6337118b0ccedcfadb372116e95f0355e1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/wpforms/index.scss', 2, '76207c47c26f0f3a2d72c26014d0898c2314197aa2ad7a1280b785d3bbbb1910', '9cd47a49791b597e28779369c6572c8e', '76207c47c26f0f3a2d72c26014d0898c2314197aa2ad7a1280b785d3bbbb1910', 1, 1390, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17206effb8cd7d3de4ce6a9a916c213de00a10a2', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, '202dbf136f07f5fd1fb490d09cd310e621d016a75118494ca9bd35abd63a8190', '185b636ceb728b75a90609c3d0a1755e', '185b636ceb728b75a90609c3d0a1755e', 1, 100, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1739ba469a51d6b9bc0d1621b609171d1f82bfd5', '/home/hkrhostingreview/public_html/wp-content/plugins/virus-finder/style/tolt.gif', 2, '15d6a7d76bf3320bc4651b5a053b72b82fe45f49adb968dce5a12c459d849391', '7e4c3a4ae1b1575f2a6d63404d06d9ae', '15d6a7d76bf3320bc4651b5a053b72b82fe45f49adb968dce5a12c459d849391', 1, 1737, 33188, 1, 1626989513, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1740f9585f6bdeb56ee60f0271bfcdcd5fd77e25', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176826', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '174790fdb9ee338e8da5d1510563ea79f4300001', '/home/hkrhostingreview/public_html/wp-mail.php', 1, 'ce13f8db53aadb2c2a4aa79cfe1cfb29423df4a6ad2e5a377e5a3cea6b99ed1c', '900dc6b4efa96d1177c2d3471dce35e6', '900dc6b4efa96d1177c2d3471dce35e6', 1, 8483, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '174f550610eef4814fb2a4ddce4093cf2526c0ee', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_modules-manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992593, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17549b01502b652587cbe21ad751c4b11bd60ccc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/jquery.phpDate.min.js', 2, '447dd7b66122af038b41a9fc935a3952d281dae7143c14e82c1361b5445303fb', 'fc02687da6341174a8e9feaaa99bfec5', '447dd7b66122af038b41a9fc935a3952d281dae7143c14e82c1361b5445303fb', 1, 4924, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '177441372f148fefa1c10f91724cc6d48dc5a16b', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/text-widgets.min.js', 1, 'e8cc07adf1b9a1445c1c341216598067564275b1be0d359c3451d552fec4c64d', '2fb0dbe77a00686b5e5b3fd2f3a7858f', '2fb0dbe77a00686b5e5b3fd2f3a7858f', 1, 5876, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '178807d937cd4ff40baa97355a2c149b051a90a7', '/home/hkrhostingreview/public_html/wp-admin/includes/nav-menu.php', 1, 'dc4dce6b286579f6498c558ea54b7923d8ed3022cf87cc4b44616ea09960ab72', 'a9544295490a62a8ffda18be558c9e63', 'a9544295490a62a8ffda18be558c9e63', 1, 45614, 33188, 1, 1569529975, '', ''),
(1627004145, 1, 1, 13, 1, 0, '178e2c4fab320b3f199b71b80a8571e359b8ff0f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_managers_icons.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992623, '', ''),
(1627004145, 1, 1, 0, 1, 0, '179850cb9d678d6df1fb5d46c1d2b5c07099f152', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-rest-api.php', 2, '519a8754480f18304fdac6efdbfbb78b26867dbe94999427e008604e5a28810a', 'e2ba85ba3a4be01e8ec837265a394863', '519a8754480f18304fdac6efdbfbb78b26867dbe94999427e008604e5a28810a', 1, 11135, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '179b55a9ff17caf0b78dc33e7d42089a244a6e04', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-options.php', 2, '52c205b1302d66ad37af7cd6b393a444256a569c12f347c94f82cdc39c7b78e0', '933510a5d4d83bee2f425d70dbbaff79', '52c205b1302d66ad37af7cd6b393a444256a569c12f347c94f82cdc39c7b78e0', 1, 8106, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17a91a992223633b48150134c952c899ee587cae', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-plugin.php', 2, '42033912931cb7de7fb23234d4e1c96fe680abb0a93ca9ef19ade8593068ae67', '8e7c70dd076d05cd1f63935309fd2eb0', '42033912931cb7de7fb23234d4e1c96fe680abb0a93ca9ef19ade8593068ae67', 1, 3895, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17ce18da53342243289e59f44461e42ece8a68a6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php', 3, 'e58d805ebb725a109e5c12598f3feac78738f776da8b01f3a43d3ebdaf215c1f', '130fbed4afe2daa573af53079774341e', 'e58d805ebb725a109e5c12598f3feac78738f776da8b01f3a43d3ebdaf215c1f', 1, 1125, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17d7b490ee308bb904f1b9f49016604af0d5eeff', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/new-template.js', 2, 'a828d2aab1270b03802ed89da827e8150586b76604e4ee704acec991dd72dd1a', '0392d5925ff186bd71cfe0a3a0db1292', 'a828d2aab1270b03802ed89da827e8150586b76604e4ee704acec991dd72dd1a', 1, 6033, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17d8374147c63aeac2f49772b3d00b74e86f9e83', '/home/hkrhostingreview/public_html/wp-includes/js/dist/blob.js', 1, '637abd13a3a8011994874cca91eeb3b5e796465ffab6dfdc566165bc2b36c779', '58bfb37a8081b4eda6e024b135919aa3', '58bfb37a8081b4eda6e024b135919aa3', 1, 5515, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17e502ec18482500df814cd94a5efb766fe862bb', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php', 1, '2e992d7b5262849ea59907ca3e05184bc74a9fdcd7e1f0e7bde7c6c389c763f0', 'f5ef1981bc8dc22409631100debeae36', 'f5ef1981bc8dc22409631100debeae36', 1, 20245, 33188, 1, 1570556762, '', ''),
(1627004145, 1, 1, 13, 1, 0, '17f093008a3100e5285d4a00422bff17495daf70', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting_hosting_plans-1024x558.png', 5, 'd647f662cae29d6649813e8b08921ed56be7fbdeec66af99cd5231aca291f19e', '', '', 0, 245769, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '17f9d53f1189d05433faccf59c118cfc0aff9ac8', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min-768x460.png', 5, '6d92bfbfb5819ecefb65c838d36998ebb25a9dec1b8c1a8a283172de7d1a4b71', '', '', 0, 359732, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '17fb5da5ab2434e990e6fd16d243e7b6f2b52d15', '/home/hkrhostingreview/public_html/wp-content/themes/astra/comments.php', 3, '26444f83833dbce1a0ea76f64b2a9c7aad85ad6a6ad45d947bd131a0f290bf88', 'd9219a8a59d78144ef013884cc15e4e4', '26444f83833dbce1a0ea76f64b2a9c7aad85ad6a6ad45d947bd131a0f290bf88', 1, 3411, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1816762d6e1a7221eb3a54d36cfe92631ae2014c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/kw.gif', 2, '94f46d3813e3d174e5e46b7643d0bebc36920a9ae3b3ef25c0ae40f2ec40eb2a', '48d87006385685ae24764c0d9b595d9b', '94f46d3813e3d174e5e46b7643d0bebc36920a9ae3b3ef25c0ae40f2ec40eb2a', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '18198e4c196a374bf3ef5519dfb8de457166cf98', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', 2, '97b9fde3711d848a45873911554719f749f390a0315dc72b9e9e567acf906f5b', 'b000d793a1e04c0d4419decac961d687', '97b9fde3711d848a45873911554719f749f390a0315dc72b9e9e567acf906f5b', 1, 1268, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '181bea2aff18b5210eb977a91f09ba1d86384076', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-widgets.js', 1, '3ebf25028a9914c1559e6444f8c20f0236f6e745dc2147fdb5958a88d1944e55', '4cacc9c3fcc9b6e7a9bd5802357e3d7f', '4cacc9c3fcc9b6e7a9bd5802357e3d7f', 1, 42824, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1829581e7b49bdac52b3ed3854dd7bdb37926d46', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/textarea.php', 2, 'b15800833ac52a877e4fc452f1ec69987236335ed3aa4f1c2573cb28425bc63a', '05a8052d2699a78f7ab609f22a9b03bc', 'b15800833ac52a877e4fc452f1ec69987236335ed3aa4f1c2573cb28425bc63a', 1, 6674, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '18310359e65554bc5fb59a1ff060213e0b19e382', '/home/hkrhostingreview/public_html/wp-includes/class-wp-editor.php', 1, '50c6d394f142bc037e757cad3b6a1a9f1295b22e8bfbe94beb9669408666e191', 'ff9ced825e7503534e37f68ff62cc003', 'ff9ced825e7503534e37f68ff62cc003', 1, 68219, 33188, 1, 1570219978, '', ''),
(1627004145, 1, 1, 0, 1, 0, '183b64f7477ffa3998413668a3616e6dc611ef05', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/upgrade-functions.php', 2, 'a5601ae4e9807266c7e4d16df5055986c1189c576befdbea02f1755a614a51be', '41537f4a3759663bf0fb37999b2ebc00', 'a5601ae4e9807266c7e4d16df5055986c1189c576befdbea02f1755a614a51be', 1, 4314, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '184398cd206ab6afe9cc00fd043a9c51babc633c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/animation.php', 2, '92d249c900cac38b4eaee1585118b2421d23dfae55e0a1dbabc75f8490e1b8cc', '0fa423f4ebaf1e4333d579ca7e26dbb0', '92d249c900cac38b4eaee1585118b2421d23dfae55e0a1dbabc75f8490e1b8cc', 1, 4377, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1845731a7facf7d57c6f1e765fed7c5be9cf151b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Preview.php', 2, 'bdeee8391c2b2430f28fea7e12da2c589c4d55ce2aa1fc3461804b3b46b06707', '5584fdebf38b40c20b488130e49c9e1e', 'bdeee8391c2b2430f28fea7e12da2c589c4d55ce2aa1fc3461804b3b46b06707', 1, 5588, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '184ec1431889586bb2d5a6efd243969cbcbf09bc', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_google-maps.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '18546947bd0cdfefaad4b94e8895f1d2073b8ffc', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-done.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992527, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1869c7391d36f3203d78317c33795a78e326feeb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Product_Grid.php', 2, '779659da7dd891fb72e41288d9e36f729b85ded1363f474ed151ee6ad55cc655', '11f1db3bf13d13fbc9835f5a5d593052', '779659da7dd891fb72e41288d9e36f729b85ded1363f474ed151ee6ad55cc655', 1, 25905, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1890e90537ab49aacb73ec4f8f665d2825d0c541', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo', 2, '4cafbdc1a99e759a52a32fc5f4b557f7d5c22f9f2b95673e76d65436dff9089f', 'faab7c0b3d4b225a30f93dfd6fddef87', '4cafbdc1a99e759a52a32fc5f4b557f7d5c22f9f2b95673e76d65436dff9089f', 1, 48239, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1893b425e2c0da52b683a4d98e8a0f208a7a66c0', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/css/styles.css', 2, '02d48a762739a49b6c82d3498cfeca938fdc0b1ce9e373ae508c1352b5f5656f', '392ee990542fa25824007b9c468f8aa4', '02d48a762739a49b6c82d3498cfeca938fdc0b1ce9e373ae508c1352b5f5656f', 1, 23409, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '18a432253e985cc9da621a70286509c5494e3c44', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_sad.gif', 1, '4f58b9ca5e80a2fa963c332acdb7e135d2b2accb4ecf6e92c500d808bcb02bb6', 'de4906780fe16fd4d3544d7ae6ed442d', 'de4906780fe16fd4d3544d7ae6ed442d', 1, 167, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '18b00be09b26584a76779e62196983aee7f0e087', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-general-options.php', 2, 'e122c2b58e62b57cb557c51d35d3a017771e3efccf8cff0be1f833e36d184b1d', '47898f98ee23e0172e8b3dca7e5e815a', 'e122c2b58e62b57cb557c51d35d3a017771e3efccf8cff0be1f833e36d184b1d', 1, 384, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '18b4428f366bdca0f2d06254fd7470d3322c2171', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-zip.html', 2, '449f443de5ff46ef70275669cc4bd7e081e81356fe06bf7bf7def033d90d64db', 'c27a1b8a761c4752b14e213551a38c14', '449f443de5ff46ef70275669cc4bd7e081e81356fe06bf7bf7def033d90d64db', 1, 712, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '18bf0179b148c9357b7dbaf2475b76189e801fdc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/go-pro.php', 2, '521a19a5c42747db93732e8cbf1fb5d21d1266034c865a18ab4cc6ded0318b52', '0a4ee96b9f3f8dfc4418501e25089867', '521a19a5c42747db93732e8cbf1fb5d21d1266034c865a18ab4cc6ded0318b52', 1, 1457, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '18c018e8a665b74252932819c9945a4e663f2fcb', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-182.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '18d9858f0eeba684011730e99956b937879de062', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page.po', 2, '68f403860bdfe929ecc4ca435a01d6cfa445c2aaa13bba840b6b0ff9930b364e', '2eaac4bab6570f4f8dfa82adf8436a96', '68f403860bdfe929ecc4ca435a01d6cfa445c2aaa13bba840b6b0ff9930b364e', 1, 6898, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '18ff281c1e4cdb98a1434efca72e87d15babf5d7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-small-img-150x150.png', 5, '463f09f57217911f8e7795eedb534fc64fcdb9636187c15c5c6df6a5e7b2531c', '', '', 0, 23171, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '19031f79a3a722e4708035334c5894550fc12f3c', '/home/hkrhostingreview/public_html/wp-includes/shortcodes.php', 1, 'a52f6a836a9745c72ba771b1ad771ce288bea1fa3bf14d98d0baa20cb7a33c80', '076f5bd68475fdae60388ac5c314e60d', '076f5bd68475fdae60388ac5c314e60d', 1, 20749, 33188, 1, 1571168162, '', ''),
(1627004145, 1, 1, 0, 1, 0, '191dd31520aa312057b725e93e6278e437afedc7', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/template-tag-functions.php', 2, '73dd60313a48a82d6b0882ca23a41add7954d65053d314270f2b70102e34a4ce', '478c4a43d74dfbb572ac962bb316c3bd', '73dd60313a48a82d6b0882ca23a41add7954d65053d314270f2b70102e34a4ce', 1, 2594, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '195550f4d88cb4814a7a993ee2dd6b5fc2e0cfbf', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/themes/modern/theme.js', 1, '233be5214eb3954ad152e94582228a47ffbfe9abcd67f8fdb256db59aac8c8fd', '148b19d02f928ae66fed91adb39f66c9', '148b19d02f928ae66fed91adb39f66c9', 1, 316251, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 13, 1, 0, '195a4230e5fa085643e1124a0fc61a14ad448fc1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Points-to-consider-when-choosing-web-hosting-150x150.jpg', 5, 'ecd8310f2e2417261810f2078415dba476b79827860ae7cc90366a30adaa9dc9', '', '', 0, 5749, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1960cd44c36e274a18661217aeca0eb545b85b89', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/LICENSE.txt', 2, '8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643', 'b234ee4d69f5fce4486a80fdaf4a4263', '8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643', 1, 18092, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '196cdb4ad636170b0484de27df7751148e730ad3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/vendor/sweetalert2/js/core.js', 2, '2c8bdcebfbe4caf87727b3c56442dc41a790ac80a071c4d67374f2f9bd9e2b43', '2740efccb43a18e34c46da36e50013fa', '2c8bdcebfbe4caf87727b3c56442dc41a790ac80a071c4d67374f2f9bd9e2b43', 1, 238050, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1970ca9aacae4b3dab00d35f513f50ee9efa3212', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/si.gif', 2, '3d0cd64c2321e350b472fc6d5b50871738df38221252296994c3f2f48414a1a8', 'b796cc14ec4516ae9098e57a7c391dab', '3d0cd64c2321e350b472fc6d5b50871738df38221252296994c3f2f48414a1a8', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '197630e23b45a9ee62445b881117043e7efd0ec1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_admin-templates_new-template.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992600, '', ''),
(1627004145, 1, 1, 0, 1, 0, '197636ea70f3030c6730975afc14bbae95f76f33', '/home/hkrhostingreview/public_html/wp-includes/js/dist/core-data.min.js', 1, 'e402f3b6aeb8bbe8969128328badb6bb5113b059d28977fbc5950d7f2b3f57ac', '9ad4ec366f1ecfdc2ee3246da8aeba12', '9ad4ec366f1ecfdc2ee3246da8aeba12', 1, 39023, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '198b62ab759481e64fa046dc3ec00abb4851ab2a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/common-modules.min.js', 2, '0b3bc74f6b0fd20f8daa5c01eee28b8c55438a997e9edeba2925474e661e1dc5', 'a051e933e55d574f747ca31fbe1ae2aa', '0b3bc74f6b0fd20f8daa5c01eee28b8c55438a997e9edeba2925474e661e1dc5', 1, 64409, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '199aa5ae2431324915511d5e192d220efd87e681', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Restriction.php', 1, '28f0cf9756d05131fbf082c0ba00d22caff1768e495ebba19857f021ab84ea11', '2a191e7168116418817388113bd57914', '2a191e7168116418817388113bd57914', 1, 3800, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '19a87413eba70f304b4db0662de4fe1b471d7185', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css', 2, 'b002f6d26bdb042dae4fb2c79f4ce9ce0808928caa11a595365673938cfbe82f', 'f05a10f01367534f52b70d792d17b2d4', 'b002f6d26bdb042dae4fb2c79f4ce9ce0808928caa11a595365673938cfbe82f', 1, 8449, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '19b0a834c4db944f2f2cac18f8ec69b056166029', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-th.json', 2, '78780e35aceeee959c090c8119f168ff525584fe7ab38960412136f0615ce432', '2bc502b40c0127fbb36c10b00f84b8eb', '78780e35aceeee959c090c8119f168ff525584fe7ab38960412136f0615ce432', 1, 664, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '19c586356451841e3958853c5ba1e6af74cccdff', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', 2, '03e071a34448692c567b6b85dfc483aa70d957790f5df4356233d27d565479d6', '8b9208ec08a461550c1e9ce3f3c98ce2', '03e071a34448692c567b6b85dfc483aa70d957790f5df4356233d27d565479d6', 1, 1593, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '19d424ec6e16c6c7e8925254455a9e539366a08a', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/style-rtl.min.css', 1, 'c8248f27aff2113094905bc5e760a0cca7345549239ab1d68a8f085d779b6a43', '0da91195d40246d5b6db07d553261811', '0da91195d40246d5b6db07d553261811', 1, 18547, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 13, 1, 0, '19db858f79a1a934352db173a65276a6b95b3d2a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-media.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992525, '', ''),
(1627004145, 1, 1, 0, 1, 0, '19e6c6f4ad3cb8b9eeadb80213e159dda01a169f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css', 3, '781dcc582a05aa4e8f426fc6ec72608cfac8ad7882521d96baa8b4408b44748d', '090d334b3c7888dde71570944fd66be8', '781dcc582a05aa4e8f426fc6ec72608cfac8ad7882521d96baa8b4408b44748d', 1, 69316, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '19e830015b63c7caf444ed3dfb6957812297cff3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/ninja-forms-app-header-logo@2x.png', 2, '59426e9abca654997dd883ebb6598382cae86b79a91a31d5f8f27f4873ae1d89', '75b30d628ebc3bed7e004f9caaa9d66b', '59426e9abca654997dd883ebb6598382cae86b79a91a31d5f8f27f4873ae1d89', 1, 3991, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '19ee4eedf1052a6423fb29d02d2cedf928e792d6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger-150x150.png', 5, '2b57501bd9fb01840104e0c3585e7cff3d280156d75ef855c68269a25fe3b1f2', '', '', 0, 18804, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a084f018b20333f051eddfa0981f7ca362b35a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-base-type.php', 2, 'a991d41da7a4c10acf97bc0a2d54136ba3cfc582eb54e255568f308cbaab914c', 'b19690f6821628ee2e3ec4017c03d413', 'a991d41da7a4c10acf97bc0a2d54136ba3cfc582eb54e255568f308cbaab914c', 1, 2292, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a0e3b248a83ea389eb845a0e35c831768062c71', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/url.php', 2, 'd4d896c048208e8131079769c1f5de5aaacf0789789a400a8625ce9c50fc8748', 'ac9069799613dde0ee2d9ffb3b714801', 'd4d896c048208e8131079769c1f5de5aaacf0789789a400a8625ce9c50fc8748', 1, 921, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a105fc6e8b6f82b3c187116caa40f91f8224bee', '/home/hkrhostingreview/public_html/wp-admin/images/wpspin_light-2x.gif', 1, 'ee51ea01bd02aa5e091a9552aabf71456c23e9d14ae52f6e9d33b6f7115e9c74', '6d53acfb07ac1bfdd0db79224389c4d2', '6d53acfb07ac1bfdd0db79224389c4d2', 1, 8875, 33188, 1, 1570285259, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '1a2194cacc20fbc72d12b42d10e149ce6ed14285', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/ea-icon-white.svg', 2, 'd4318815168133d0d95b5615c7d1eecbcadd190b43045c2f8dcbd1702ae4c820', '5ea2970da466bee76a72976bd473b870', 'd4318815168133d0d95b5615c7d1eecbcadd190b43045c2f8dcbd1702ae4c820', 1, 5229, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a2625e1a98dfb36e2dcedb7c1efb0f013061442', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen.css', 3, '47598056b7e959c8bc2c123a7a6e105408e46faeeed0ea4a42816db48a04767d', 'f4ebd162663671ed3ba19354ff459616', '47598056b7e959c8bc2c123a7a6e105408e46faeeed0ea4a42816db48a04767d', 1, 7950, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a2c7b004f555521b9bf87596022c0b72d1f3992', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-container.php', 2, 'd94cbddbde248fea884bd6054a5ca6c1bed8531906be361fc8025c8738dfa4a4', 'aff900098abffc4e17f4d886e851f7a4', 'd94cbddbde248fea884bd6054a5ca6c1bed8531906be361fc8025c8738dfa4a4', 1, 2614, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1a2ce2e4734191ab95b1bb6d2dce17ab0f88be9f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176709', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1a2f2346113ec2c66aad33f1e177d965e20bf767', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_preview.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992624, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a3c42956546a5444a8129c03e0d1ed47683e550', '/home/hkrhostingreview/public_html/wp-admin/images/list-2x.png', 1, '3410fa2846b29bf96a2e9a513461b6beace994d1155a9e5aa8e0aa4e6539c856', '68d5bb134953c23217fdd36982679a0c', '68d5bb134953c23217fdd36982679a0c', 1, 1523, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a42a53f7ff6523aea6fb4c8a06ca6750b018657', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ez.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a483ca5c0d8e23a567b533b7344e140353ca6bb', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, '9d1558585b0ef4653553fd95111ee010ddc27e6a016ec2908eb69380c666f8fa', 'd0c2b6f7a042a93d0d7abb1e83336ac1', 'd0c2b6f7a042a93d0d7abb1e83336ac1', 1, 363, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1a585ee4a5cc12765f95be25c34a4c3febd2fe1c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110378', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a59ab8424eb30dd73a5c969c7affe8ef8b30d9f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gi.gif', 2, '3ada284a598fb621921fd5fcf7bb62f0d7d374e15f24237072a0e56366357da8', '2ca6d3fcbabb4b5dc430c8a552d7fb1b', '3ada284a598fb621921fd5fcf7bb62f0d7d374e15f24237072a0e56366357da8', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a5ab893621b4789cac5c55f70a478d74fba13df', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/hidden.php', 2, '8d99f44b41bfdb8b7d669f0e2f1de040d81baeb5186944a581b5abd88fc73dc6', '10c17aaeae3f5572fe062e62e57fe709', '8d99f44b41bfdb8b7d669f0e2f1de040d81baeb5186944a581b5abd88fc73dc6', 1, 948, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a5f9ddce6541b115e8fb77dfca31859670a145c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/admin.php', 2, '4a18e2c1d3836650b9fefc6a830bd95707ca3fd44bd98d69eeab1b4a07a61fe3', 'a905781d4bd55dcac201d3adde2513a7', '4a18e2c1d3836650b9fefc6a830bd95707ca3fd44bd98d69eeab1b4a07a61fe3', 1, 21615, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1a65c104fd0c4fa0fb992c577f78829a8233993f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/05/favicon-300x300.png', 5, 'eb417ea4978917e506f15a6682a8b7788cc2b722e1e3fb87cfb2ec326927cdf6', '', '', 0, 47351, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a6b767129a58e74a03496c99a60a20bab6e90fe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Contact_Form_7.php', 2, 'b489d4f3dc338029b480b7a520611e39238f48f9d1822bc34ffb79a3bb35a051', '4c42171cbbf82ca04be12e55f1c92d2c', 'b489d4f3dc338029b480b7a520611e39238f48f9d1822bc34ffb79a3bb35a051', 1, 64566, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1a83f3598d39779828d10b9076320227e05e2473', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/url.php', 2, 'db4ca8cad9db5a9efc57e8cb7b8b2c1318418f354709ff4b6c6c67e3c0cb477b', 'f3b7c3bfe032471e7c0ef983efd9efa0', 'db4ca8cad9db5a9efc57e8cb7b8b2c1318418f354709ff4b6c6c67e3c0cb477b', 1, 4857, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1a8a36ac8b7b321aded9216a1f6985f72db0a15c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176716', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703201, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1a97c24c744af4b18debc24dd080586f41ae9e84', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-364.css', 5, '7ffa6d05815be518f78c670215cac043fdadfab5eff023175f2718046067f2bb', '', '', 0, 3467, 33188, 1, 1596825202, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1aa53434221a4e0abb7a1bc63a36763782242991', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/js/lib/sticky-sidebar/sticky-sidebar.min.js', 2, 'a52f87e33ab8b30aec08768d498f4875e6721e8d47ba59b9bac4f3cc457eef75', '3d18b32a65cdd62adb242251a605f78a', 'a52f87e33ab8b30aec08768d498f4875e6721e8d47ba59b9bac4f3cc457eef75', 1, 11896, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1aa8db44c7d917e9028f68f8f67eab3e8fcc548a', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php', 1, '0cd74a4ddeb9251788a2588fbefb586c87da1d6b320263f60fe64070f2430523', '566aafbd42e1e1a2dbd8b1f4c5c18571', '566aafbd42e1e1a2dbd8b1f4c5c18571', 1, 1059, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1ab757a359ed04eb3c63887c83085337cf843e2d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_settings_controls.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992625, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1ac0cecd6e5591fc8c6cbfa45c4475a3b92108db', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176715', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ac1ffade09f356b5bab9e82b62fc81b2a3bfe2b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/images/astra.svg', 3, 'efce52b855d0f200e669c822bb3827852253e92646e8534b720db515dc5682e3', '5dd54712a9839d215c17287d21441c2b', 'efce52b855d0f200e669c822bb3827852253e92646e8534b720db515dc5682e3', 1, 2906, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1acd3f92be576ffb6859f531a06bd756e718c7d1', '/home/hkrhostingreview/public_html/wp-includes/js/dist/list-reusable-blocks.js', 1, '9bea4a9543ce81ed0f5c5645c8c130a2bcf3b633eb1bdd9f29589b0c5d0cbc82', '221072737493c7bce035330aaac6fe4b', '221072737493c7bce035330aaac6fe4b', 1, 48666, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ad227cbbcf3e457690393d72fa1b13a1ddbd607', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, 'b0a94af1b2332c79cd6f2d21449d57665c41886e4674b093f7da75e96cdc6e6f', '2ea232d2a383e59441dc21dc56300749', '2ea232d2a383e59441dc21dc56300749', 1, 7165, 33188, 1, 1549520883, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ad9a8853fd004c7966b59e23c20a9b251e22943', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/promotion.js', 2, 'a6cfbca24fd9792a8f0100026e7db5874dc21abd65d17b17d3cd34b1984641d9', '42c5603694d11e7a79aaf3f66d1ba343', 'a6cfbca24fd9792a8f0100026e7db5874dc21abd65d17b17d3cd34b1984641d9', 1, 716, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ae424fcd330ebd5ddf410149758a4f1ba6a3c5a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/codemirror-formatting.min.js', 2, 'b1c8bf0fbca4ebb383b8a2f6ada1b0c46ba110422c24c12bfd05cf88311bc187', '891578c05f5273b834acf1b6851d3a60', 'b1c8bf0fbca4ebb383b8a2f6ada1b0c46ba110422c24c12bfd05cf88311bc187', 1, 3282, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1af4a99a835f56b14ffb2a230ce1abcb761aa35e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-fi.mo', 2, '7ca3581d16fedeb09c4e547e4cffd663bc51a5bdc003b7e5ece5ba382d53a7b5', '7a9114d5e1f405195d2463ce92378553', '7ca3581d16fedeb09c4e547e4cffd663bc51a5bdc003b7e5ece5ba382d53a7b5', 1, 94296, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1af53e1c5033aa6e055bfbb40111c2ff9f38b1f0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-pt_PT.json', 2, '814d2aede610cedd17ca920d193afddfbd42b9004d8331f50b26f2ef9a4fb7ce', 'f5ad534dd9c863c60ada46c0c69d47d4', '814d2aede610cedd17ca920d193afddfbd42b9004d8331f50b26f2ef9a4fb7ce', 1, 739, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1af9e2ee764f29d8c98c1bfce9c8dc472741c7fa', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png', 2, 'da1a968c282cb4d5793d354a975f3fa894a4f77e4804f648ececf6fffac4cb63', '4320178d3246638233c9dfc131e9f96f', 'da1a968c282cb4d5793d354a975f3fa894a4f77e4804f648ececf6fffac4cb63', 1, 8589, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b070b53ecdeac6c1cfcbbf2378fbaab04abcc87', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/site-origin-rtl.css', 3, '47aeaf2274d3508ff6d803101bbd747f8f79a95d268dc995b728bff6fafad57c', '6dfc344401054766e2bc46219c2e717c', '47aeaf2274d3508ff6d803101bbd747f8f79a95d268dc995b728bff6fafad57c', 1, 423, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b0c6d8d497dc82332af606d8a7a0af64b787540', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/X25519.php', 1, '5a8273bd2ad6bc323c330f727a8b1ba116d9595397c8ac0c5de4fe3046211698', 'dd6a1df209eb6574439717e1c3422e75', 'dd6a1df209eb6574439717e1c3422e75', 1, 11022, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b157bddb9339783bade44fc54a56707db388cda', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/field-layout.html', 2, '7928570eb540949ee66cfdedda0fcd7940020185f91391b9505a1058959159e4', 'ae8796a1cf4f29c1b240caae4acc645a', '7928570eb540949ee66cfdedda0fcd7940020185f91391b9505a1058959159e4', 1, 342, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b1ca039d94ae11fce059fe73e42857f90ce9118', '/home/hkrhostingreview/public_html/wp-includes/class-walker-category-dropdown.php', 1, 'b6b7f55b9be47279fc5538896119d7ff66a592d51ae8ed279e389caceb1adb48', '03f1979261702de0af3683863f21b347', '03f1979261702de0af3683863f21b347', 1, 2127, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b2221c9c29e9b870a3352e8c0929ea15868089f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKUpdaterWorker.js.php', 2, 'e3543cf2c0d95291dad2b51077d442e7b58d378f43d50b25cc4d7999b11bcd8b', 'b4b46327e6416da7e8478939451334df', 'e3543cf2c0d95291dad2b51077d442e7b58d378f43d50b25cc4d7999b11bcd8b', 1, 533, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b22bfe278bbb8b6e6c370ba17e475e12287c008', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-push.png', 2, '0b6dc1b9c5b0a25a3e97f5c44a82bdb3bff9bb26de4c67391f44f16f5f5db996', '364ca14849b052b1d76836654fb45112', '0b6dc1b9c5b0a25a3e97f5c44a82bdb3bff9bb26de4c67391f44f16f5f5db996', 1, 45480, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b28dc5936fbf9b24c190e052f52109f2a37e2be', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/imagesLoaded/imagesloaded.pkgd.min.js', 2, '81894c510df85fa0ca36953cbc3fba39d95b3b5000ba5dbd7432228289d48ab5', '0204e92a500cd9038c52b551618f79d6', '81894c510df85fa0ca36953cbc3fba39d95b3b5000ba5dbd7432228289d48ab5', 1, 5316, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1b2ef07ecb6b0650ca3e076b7f28d99862ed2536', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_storage-index-php-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992549, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b40051bae2263a2bd720c92541f966de6ea9441', '/home/hkrhostingreview/public_html/wp-includes/Requests/SSL.php', 1, 'b5162eb61649610a3fda426a4757907156275ad763986cb510f7b86386fcc6ba', '265067eb274136ac28be300b37540c4f', '265067eb274136ac28be300b37540c4f', 1, 4022, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1b40f9e9d3e18ae3ad3e3f9555cbde37e06c76fb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176525', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b56799b0b3f97d09327765381201fcdf67be152', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css', 2, 'e0a2764dfc0f17007ce150ce3f23a86a2e08e652ceac54d76111073edabb1dab', 'a001312cbf93827d531c91c2610610f2', 'e0a2764dfc0f17007ce150ce3f23a86a2e08e652ceac54d76111073edabb1dab', 1, 17279, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b607c60e3ab6d0bb7631cbdef279b0170c9057e', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/icons.otf', 2, 'bdc5d0b9f397be83e886c74b0141d1954aa4384b359dce49829994c4a2e1f7bf', '0b462f5cc07779cab3bef252c0271f2b', 'bdc5d0b9f397be83e886c74b0141d1954aa4384b359dce49829994c4a2e1f7bf', 1, 93888, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b642ec56c7be0c03b906a4a64c3d0d7d909c32b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.ui.touch-punch.js', 2, '0869d5f9093219b6111f8913606028e78d231f4eadba5112a870b8fa2b2022d1', '72a858b93c92f91782e783e1b49ea2ff', '0869d5f9093219b6111f8913606028e78d231f4eadba5112a870b8fa2b2022d1', 1, 6423, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b6d296d21c7797154285271656fded5542c716f', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/CHANGELOG.md', 2, '523355577d560c4111ae5b778bd4b79465a0b924fc26efec8add21ce8fa661da', 'a3fae794f045c0df89ab05e331124dfa', '523355577d560c4111ae5b778bd4b79465a0b924fc26efec8add21ce8fa661da', 1, 45110, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b6ef354b2ac3bc1c8600fca3c57652f44503bfe', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/url-fields.js', 2, 'bd3f3682e5629d8a7b3349fd10ede03dbb2569d452fc21bfcad71813bcb52188', 'fbbe428262087dbbca49f5aea2edd181', 'bd3f3682e5629d8a7b3349fd10ede03dbb2569d452fc21bfcad71813bcb52188', 1, 351, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b70d06c05a5e35e8da363c77c429058a48a84e6', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-cart.php', 2, 'c5179431973b3d9b5ed7c45ba75ca27da1688e340b3c98cc980d8a1d68e49ee0', 'c784baff70fbf0d28a6d664cc19e0b97', 'c5179431973b3d9b5ed7c45ba75ca27da1688e340b3c98cc980d8a1d68e49ee0', 1, 16672, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b7479df13281dacc585cea1cbf6af03ed77d56b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-ar.json', 2, '9c0294b8d5abe4bd8a7af3fb2b1634e6177ede5901a328c5d66e4382f903211c', 'a78075b859069f427470433e1546e2fa', '9c0294b8d5abe4bd8a7af3fb2b1634e6177ede5901a328c5d66e4382f903211c', 1, 550, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b75e214bfb0ee26dc92b5a90ef4ae1bc9a56309', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/XML/Declaration/Parser.php', 1, '4a4b55a9e16ba862b49a631a12178c4b47a3b7f869778a2aba85bdff73942c52', '8fb1da7028c385bb9d4203c9f6732362', '8fb1da7028c385bb9d4203c9f6732362', 1, 7149, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b76b302f97b3ef3aad7432fae0333df2b7e829f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-background/responsive-background-rtl.css', 3, '9e28344b775a1250210248cf784bee514aa8d0f02ad86a07b415dee5e2d80000', '3601a86272919e9d66d392ac849c2c92', '9e28344b775a1250210248cf784bee514aa8d0f02ad86a07b415dee5e2d80000', 1, 2957, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b8ed3268109c9b21629b55ccab03a8194eb2548', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/ninja-forms-display.css', 2, '18cb1ff68530ed7ce334ed7d2ac5fdd3c6c6a404982ed9c83a0fa2b8246837a2', '943606c2bfbdcf822454dd1369ac3f7a', '18cb1ff68530ed7ce334ed7d2ac5fdd3c6c6a404982ed9c83a0fa2b8246837a2', 1, 6974, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1b946c5a20d97587b17541d683f0e0d9b41d9260', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-themes-panel.php', 1, '9176d77fb68dd4856ba56cc765f334ec63a0faa19f1b658397448d849ad2be70', 'eefb755a08a9949437d1b3929c8ba855', 'eefb755a08a9949437d1b3929c8ba855', 1, 3238, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ba023a5e660ca55f2ef12e6b5340f09220fe7d7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cy.gif', 2, '5491a74e08697a02da11f47b241fae21247c0daadc3fb6f9a0415d3b3ca19cb9', '649f116f7c7c2f0524d6428eaa17ad6c', '5491a74e08697a02da11f47b241fae21247c0daadc3fb6f9a0415d3b3ca19cb9', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ba21a087166115753017738a951ec9da74a1457', '/home/hkrhostingreview/public_html/wp-includes/js/dist/wordcount.js', 1, '6131713db3dbfd75c03d1eda7a3b35ec40a01c29f4585eb37a244f0645aea534', 'f3719a4599c7a08452fc41ade441733a', 'f3719a4599c7a08452fc41ade441733a', 1, 14206, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ba26123b8e1b85489ee7ed808c645f2086bffb7', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/codemirror.min.js', 2, '96ca8fb5b0b43784cf644adc1a8506d215b49b33e01a484882faf8bde313a0a8', '2139fa084ed9432f5a0340b64bc5f8c8', '96ca8fb5b0b43784cf644adc1a8506d215b49b33e01a484882faf8bde313a0a8', 1, 688, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ba35262bdfb0a6a6c0c734dd4ec34a02641dfc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/timed-submit.php', 2, '2da6ccff73638d2842abd3aa48c3bb9ff735753db186664d276e5ef8adf8878c', '4c3d1740f551c5d1aa771c4496d2a2f2', '2da6ccff73638d2842abd3aa48c3bb9ff735753db186664d276e5ef8adf8878c', 1, 4062, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1bad03e2fe0bb00f22e6453c3d7bddc468b3e182', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/magnific/LICENSE', 2, '6f811df3394a0b15f39dfde9f755b405202e24a594f597557e13cb084dc6b677', 'e1d0613348575800271641e76c26d211', '6f811df3394a0b15f39dfde9f755b405202e24a594f597557e13cb084dc6b677', 1, 1109, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1bb6dbfaaa52341ce0fa0b4850164c3a8b9e16fe', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf', 2, 'aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8', 'b06871f281fee6b241d60582ae9369b9', 'aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8', 1, 165548, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1bb70de06421a562f2a0a9cb1e855b10097e88e5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_social-icons.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992635, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1bb86dc5925cd58a19732168381a3fc3b0eac97d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListImage.php', 2, 'ceb73564eba4ac58390b30be62701b35539c89c127e9043c148630c73da81114', '6491ec5e3e77e7c17444aae2eb881927', 'ceb73564eba4ac58390b30be62701b35539c89c127e9043c148630c73da81114', 1, 5351, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1bbc6f29f90c6b46435395522aa28262cdd22a56', '/home/hkrhostingreview/public_html/.user.ini', 4, '9b28b8e218b608bbe0ae2a58aeefcf7925c2c8c9430076f85c456896ad958173', 'ea01dd06257effd3c901f0e45ff549fa', '', 0, 111, 33188, 1, 1626945887, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1bcedd6a3448bfd2308636206f5f04dddb2a52f0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/post-grid/index.js', 2, '709e1ea92c02c666a2588d8b1d798e3eb0a977a386df93a2a3909b3b411e3cd7', '9dfd79966c43048b2d05ac93c9917470', '709e1ea92c02c666a2588d8b1d798e3eb0a977a386df93a2a3909b3b411e3cd7', 1, 692, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1beeb923996d3198c8cabb01bed92cfd3eeed57e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations.php', 2, '8168e79e349977ecfb14861de4a6ebfe94188cef7540bf20123f9a671cd05e30', 'd547a2527029c39f79cb49d66354763b', '8168e79e349977ecfb14861de4a6ebfe94188cef7540bf20123f9a671cd05e30', 1, 8383, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1bf14ef1623346052d68d537bb09bc8735223998', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelement.js', 1, 'a5b09fc420d05255f9fa859ca3bed778c553d17b3e04d34890000ca3e52ee5ce', 'cdfaf4cf4c18580773c4af4fb27ff253', 'cdfaf4cf4c18580773c4af4fb27ff253', 1, 130015, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1bf3d49e8f019e310ddc2681803d4c4e9b1a9c1b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css', 3, '5d00316f513ddc0013a5c833330f8d7c8512eadbf7bff4768f5e5a3c04788877', 'b6ff34ae271458d5fbebfb2ec7029757', '5d00316f513ddc0013a5c833330f8d7c8512eadbf7bff4768f5e5a3c04788877', 1, 735, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1bffe4907603bc61b4c6ab467327823de6c84837', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-fa_IR.json', 2, '40501cf0fa853cdc83e3974c84bfb2319aeb06a5c09300c3d74e0229ad28106f', '3666dd542ddebef24c9bd845db839c23', '40501cf0fa853cdc83e3974c84bfb2319aeb06a5c09300c3d74e0229ad28106f', 1, 497, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c00e9a89c24a863e05fec15669d4bc77f5fbbb3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-pt_BR.po', 2, 'c868d7b8c3b4fe4201c68bc58d19d00fdf15f06f6ce7013786d2f464e8f7b677', '247bf79d78ad61f00a16f66889dd1d71', 'c868d7b8c3b4fe4201c68bc58d19d00fdf15f06f6ce7013786d2f464e8f7b677', 1, 212499, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1c1877ca850f5a8df9b1c548a997bcd3c7bd62c5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176317', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c29e44a3a23b07595c75afaaa90c6c65349cf59', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.maskedinput.min.js', 2, '4660fabdea72f83128d48bc4b59777e6ccb9090db49adcb73a7101e80940581f', 'fe9167653c9bf483a9124d8cdd891985', '4660fabdea72f83128d48bc4b59777e6ccb9090db49adcb73a7101e80940581f', 1, 4151, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c2a54ba99f27d648ae17c93bcad9e81d7a049b3', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-ignore-posts.html.tpl', 2, 'f739c3a1e3f64da79b807eda691817eb0d57f78807ba6c9c32da9f69abc594ae', '0890f3776847817f8d080de89919db44', 'f739c3a1e3f64da79b807eda691817eb0d57f78807ba6c9c32da9f69abc594ae', 1, 3737, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c366cfa0eae53f792555edaafa20ab584a54252', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Deprecated.php', 2, 'a65da72fc9246335deaedf3f8d488136302c0aa21a43d7878aef08feb2187272', '1c2203a37d58bfbb1b0baf614c3b88ba', 'a65da72fc9246335deaedf3f8d488136302c0aa21a43d7878aef08feb2187272', 1, 3727, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1c39ecb55ae5f4e382d0799fd55f2903c1f02fe9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-glacier.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992542, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c7c04cd37158f0bd7ddae717d7233619608d7a3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/lk.gif', 2, 'c92fb0d55d76670dd3e57b9587f2189fde3746b8452143b6c48c2d034b34a8da', '8f906d20bf8ab9749e19958ad60e1584', 'c92fb0d55d76670dd3e57b9587f2189fde3746b8452143b6c48c2d034b34a8da', 1, 377, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c7cf498cc4be78267d15d57838fdaddef6293fb', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/no-search-results.svg', 2, 'a572779ef557b4f2836ae8dffe5d9107e27160faa85c76de64b45c5b0bac90b2', 'e59c5718460ba8afe53c2bc2e265a917', 'a572779ef557b4f2836ae8dffe5d9107e27160faa85c76de64b45c5b0bac90b2', 1, 5788, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c7d9b00653b05d15b323fad5d83c30919949784', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/summernote.js', 2, '2713329303d2dd0e0e810d94b75f31baf3b71804dbdca7296168a440c9d01df8', '7bbe8b3b2dc7dcdeea5542a32505cdf9', '2713329303d2dd0e0e810d94b75f31baf3b71804dbdca7296168a440c9d01df8', 1, 196842, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1c848f93e507887ffc35e288494225645f8cd1f2', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/utils/validate.js', 1, '138e9f73e6a3c3953783fca5894d396ee18a9a248ae87db1cb6bbe18bdf3e0a8', '434cc20c313f6f2b033b84f8fb7b5986', '434cc20c313f6f2b033b84f8fb7b5986', 1, 6466, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ca0b3797c24d99d40d265a3b019db5698ff0c0c', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php', 2, '35c36d3043b6562c10576c1e752724633e2bad9b108e3cb9b8a4558a07bb3c7b', 'f433010d45a6e515aefd84e6d6c448ee', '35c36d3043b6562c10576c1e752724633e2bad9b108e3cb9b8a4558a07bb3c7b', 1, 5128, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1cd1e167e424b4155dfc0bdf55b932023812087e', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground-small-img-olninj6pbq7we6pinowg68fv7u7y5atj3z9iat16bo.png', 5, '6bcff7516c51bf019baba540471ade9ff2e13f35cb5986e210e279d92be2bbcd', '', '', 0, 31339, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1cfe767ea27f5c6badae7086c1ae4f8a1e9a82fb', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-type-registry.php', 1, '6a0943485a5c8ee3ca387ce8aa49d8f9494a78e22c5f616309abac9b31d70478', 'b4109f24174536c0886f10fd0bc36123', 'b4109f24174536c0886f10fd0bc36123', 1, 4746, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d0776edfd32ff603d2ba2bfdf4d2cb419ad569b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-units.php', 2, '88fcc711429311dda88bde34bd91e16be9111030120fbea6c654a8bc6fcbcc2d', '11b56b0c3351d55b19b43e2035b93470', '88fcc711429311dda88bde34bd91e16be9111030120fbea6c654a8bc6fcbcc2d', 1, 2272, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d0b24f0023e8f90182d2c59cf4ca2174a60b48d', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/selectmenu.min.js', 1, 'fcae4c2694e7a910f5b8411b6b868a229bcde3896a2a285d7250452c6f30d603', 'a0934e5723eb9982df8a6b7bf07a751e', 'a0934e5723eb9982df8a6b7bf07a751e', 1, 8371, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d0f6affe52f84c6a20d837098378a5c597c7453', '/home/hkrhostingreview/public_html/wp-admin/js/media.min.js', 1, '34a8887618ad9d93c1d990731384f7f0c1a6947f50149a72d400c89b051d2637', '149fa83dc3c3baaea6891e4ec34b6ad8', '149fa83dc3c3baaea6891e4ec34b6ad8', 1, 1867, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d16034fce5bbb5e21a7e5e6700aea539138428b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo', 2, '05e0636368d6890f4dc5ec5fd098b5847a139365a610dd586ad711c8a8e5b0f8', '0c347c538e35773736b26165f62efdc4', '05e0636368d6890f4dc5ec5fd098b5847a139365a610dd586ad711c8a8e5b0f8', 1, 65927, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d2a0bf1d657d826d19e8c915ed1ba05c62c5850', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', 2, 'f54663dd6a152f9521aeedb022505234548cb3f9462053fdce1489acd4bd7d71', 'd763909741f4efcc2f7face45bb60ee8', 'f54663dd6a152f9521aeedb022505234548cb3f9462053fdce1489acd4bd7d71', 1, 2774, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d2ff454c86109e375761e17af8865fc3674d784', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/image/plugin.js', 1, '4a6a22af778d6c5f81fdecf9a42c4d40507954d454d65f9f0724d189fd9b90c5', '8a42170c8d0a801b34d85caab530f03d', '8a42170c8d0a801b34d85caab530f03d', 1, 40022, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d31a01dc108d1940fec768d6a84b0cd5fb526ad', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/vg.gif', 2, 'a9b701e05f7d0d96f77bd3f554d368deafdf01cd54db7c6527aae4562cd6712d', '8510bbd7fc9843b558424ac411992732', 'a9b701e05f7d0d96f77bd3f554d368deafdf01cd54db7c6527aae4562cd6712d', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d3705272c242f7ecae61071203bdb639fa289a4', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-bg_BG.json', 2, '0a592e698af9c3a4d1a2623fb695441dfe2a04d522b1678c1444d294322e7796', 'd442116b564450ed207df988a2f4af7c', '0a592e698af9c3a4d1a2623fb695441dfe2a04d522b1678c1444d294322e7796', 1, 756, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d3a52ea4e2c8dc57558e88d95ed86ea2aade85c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css', 2, 'f7b9f8074395017b6a1afca5029f45f7cc9215768b2a3787c680718e85dec047', 'a84d4180d34368dda2b9d69902ecbb17', 'f7b9f8074395017b6a1afca5029f45f7cc9215768b2a3787c680718e85dec047', 1, 733, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d3ca9702117e494009c35b2bab9f1eb7758e98c', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/js/lib/sticky-sidebar/jquery.sticky-sidebar.min.js', 2, 'b3603dafba2a2d92912277c21b835878bd87773dc5b91918ee2bc350c590ac61', 'e35222f8c07fe1390e4fbbb7af3715f0', 'b3603dafba2a2d92912277c21b835878bd87773dc5b91918ee2bc350c590ac61', 1, 12393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1d3fa77c0c4806341b3d386f8b452653af6e483e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176619', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d46613091b2389812680110d30f2b755d2c16cb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/qtip.css', 2, 'b8cb37c77575ac35c665e025dbeb0ac62cdc0f5502b2c21c9514128411ac9e52', 'e55d24316dfa8068c17e341338f59af9', 'b8cb37c77575ac35c665e025dbeb0ac62cdc0f5502b2c21c9514128411ac9e52', 1, 3768, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d6184fa9008bdf9d57aa2264a0c9d9b57d874dd', '/home/hkrhostingreview/public_html/wp-admin/privacy.php', 1, 'e0efd425fee7ba99acb84d955d34d1dafe309920824000150867f9add515ed70', '2e73f8e2fbb7e2a4b2401cdcc4ded793', '2e73f8e2fbb7e2a4b2401cdcc4ded793', 1, 2565, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d61d02364cad5de207f560c2680048854af94e6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-capabilities.php', 2, '48d024c33f61167b3c58ab2f0474ced67326ce70f0675434ac3788a702ba760a', '4137268ab25f1573a2c449e3e44933d9', '48d024c33f61167b3c58ab2f0474ced67326ce70f0675434ac3788a702ba760a', 1, 5388, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1d67eba163826c868102807d6267f6884ec02dba', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_template-library_classes_class-import-images.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992628, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1d6cd60738f35eb70a48f6b3a5c1a8ad8d9fa1d6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176650', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d76bd9edab1b3ddce63d6e0c46052e4e3f185d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/media.php', 2, 'c36407e5f86f04cf8cdf921cdfb9165a79976f9801b8d107886051261894735c', '770a6c08b094b2c26251b0e2af35dab7', 'c36407e5f86f04cf8cdf921cdfb9165a79976f9801b8d107886051261894735c', 1, 6096, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d7a013b71cfdb2304e93d7a007d3fd0661a0514', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d7b183f2e67f75bcf4c56cad99e138b61d01f42', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po', 2, '09916bf0e856a649500386f4dd711c43ca9e3b3dfd166c3465064182c633a010', '33f9a2281dfb3b09bd3574db102f1915', '09916bf0e856a649500386f4dd711c43ca9e3b3dfd166c3465064182c633a010', 1, 96497, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d7df4111d26b17fe4908143edaec1e9ccbea9fe', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, '7d1ad8e85773b3140675093e17cbebd35c475f72c18712177ae17d6645fc42e1', '4dc26bdda24199dbfd44ac357afa796a', '4dc26bdda24199dbfd44ac357afa796a', 1, 134754, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1d832f06f63db7308b5f18cbb57f94ccf0ff9f88', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_categories_tools.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992582, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1d8759a94294c7f2ba9192103ac69ee5ae5141e9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-plans-min-768x406.png', 5, 'd739ba39b0fcb2c18555c440809808ac424c15ae3283241accbaa1ba86d7d291', '', '', 0, 197394, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d88d198485ab077e1c44f4afdad56d741704cf5', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/checkcross.png', 2, '9b7749aeb814b2fe51c64afe8bf6d6a4c3fad8a0065c8dbe59d5dac695b20d13', '715079326a69ba52e3d66039529be087', '9b7749aeb814b2fe51c64afe8bf6d6a4c3fad8a0065c8dbe59d5dac695b20d13', 1, 1597, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d95590edf7809358c5c70e3cddf8e1cce7b76f3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', 2, '1318be95ec4c14d92b2561f43dee494ba6f1fde95e2c991db715d511a18fc6a5', '9e47a0805f096442510c4bde2a035e4f', '1318be95ec4c14d92b2561f43dee494ba6f1fde95e2c991db715d511a18fc6a5', 1, 2361, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1d974434bb21550536e8e8c7979af6ee10b3b109', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Web-Hosting-–-A-Guide-For-Beginners.jpg', 5, 'd29b0b2c4a61ae2bb82adcf47b7aca131920b7d212a5264ff263d829729a393d', '', '', 0, 50870, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1d9fcc886d45d6a836b14d9b2ce69fb1f2f18abf', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, '05646c77d23cb095804c65c8815a7a13dda750a6b4e5d1b5b93e98f17f17cec2', 'a3677881601afb0f678c2c207d850799', 'a3677881601afb0f678c2c207d850799', 1, 6256, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1da1f573a1766bd6ebbc906f2ca958ddfa428cce', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_connect_apps_base-user-app.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992579, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1db5b41962b83502a9021767f010359564c6ed13', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/chrome-push.jpg', 2, 'e4d12739f4cedd00a226b222c6bfa27160b2444c21ac5be3e3f6d4bbb9083fae', '42e9e8723ec6a9f69406c676b587a175', 'e4d12739f4cedd00a226b222c6bfa27160b2444c21ac5be3e3f6d4bbb9083fae', 1, 28966, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1dbf6cd0351f823cd68bb1ac3c821d6a346c5398', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-requests-response.php', 1, '3cfc81a97e15868ef43fa2378e31db69cde98c850e8d016aa92e488060d1e957', 'da4fbb54505e95f397726262211464dc', 'da4fbb54505e95f397726262211464dc', 1, 4343, 33188, 1, 1570903504, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1dc08299ead2fabe49c1393eddd8a4b8227f404c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/NoticeBorder.css', 2, 'ab9609e17c05487f06a95dfd01afdc47313d8574cc51e0b89a86d5d8548d9b07', '20a5d3ce3282ecd35e7b35d5956331de', 'ab9609e17c05487f06a95dfd01afdc47313d8574cc51e0b89a86d5d8548d9b07', 1, 1066, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1dd7b1b4ad9d404304008260bac9bd391396ba9e', '/home/hkrhostingreview/public_html/wp-admin/css/wp-admin-rtl.min.css', 1, 'a3580344b7c792fc1bc49b8d30d61aed5a593c1159ec4469b420debb43cbf04e', '47835135274559ad6fe230b67dc65fc7', '47835135274559ad6fe230b67dc65fc7', 1, 550, 33188, 1, 1553313353, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1dda1b46b26ea3a8086574923142b0fd5712efa5', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, '2249c7dbf188926012a3a256f40f70fded145a37b99e53beef067ed30ca5bbaf', 'd224ea4bcd9e87750951c1b620e470b2', 'd224ea4bcd9e87750951c1b620e470b2', 1, 3083, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1de0ca5f26b51573ef3d368e5eb5d590df9c2113', '/home/hkrhostingreview/public_html/wp-includes/js/dist/rich-text.min.js', 1, '33c325e705e0e28180ad0c11bc90c264359d4243a64b51d1d7faaf10016f9143', 'aa5eebad40c9c789bdb3cba2e188b214', 'aa5eebad40c9c789bdb3cba2e188b214', 1, 46643, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1df61ba7d8b580ace19f24b18daed4f13d6ce8ef', '/home/hkrhostingreview/public_html/wp-includes/js/dist/nux.js', 1, '3c25762f8f3669849e49f4eea0599b2388be8912dcf3027139c68e08b91b5d52', '5e3a8dd193aba379149ae58ff4fcb7ad', '5e3a8dd193aba379149ae58ff4fcb7ad', 1, 29698, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1e060b5cca3c8b5164363dc2363aff04318cefbc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599132191', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1e08d3be8b5ce94600fd37d2e3f280d422108ece', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-gdrive.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992537, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e0ff44adb5b567be4564c054c447c2d67fb05fb', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-hi_IN.mo', 2, '5fd9c4b72df3f7c541d006c221226210db5d76e3749314d9cc82b4d67c36f732', '29d8c60a6a4114055aac461930dadc08', '5fd9c4b72df3f7c541d006c221226210db5d76e3749314d9cc82b4d67c36f732', 1, 4652, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e157b308694786c64dcb137ee4250d16555f708', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-admin.php', 2, 'e5cae9c901faec39f4b8c127ed4e03287da65db59bf22069a03223f0c1a0a483', 'ac976e2a6e9dd9d3eba2b76a40d5aedf', 'e5cae9c901faec39f4b8c127ed4e03287da65db59bf22069a03223f0c1a0a483', 1, 40229, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e1f18facd2d95d5c26ebfe32a998e8f0eae7bd9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php', 3, 'd39356cccaeb197347b5d6d3f5a3a976ec4897cb8eebd4858e1f982c78220647', 'e1c5a5153bc55fc64480d20489604024', 'd39356cccaeb197347b5d6d3f5a3a976ec4897cb8eebd4858e1f982c78220647', 1, 1698, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e22cbd134f68a9c43e3350d79a8535e1da3c90f', '/home/hkrhostingreview/public_html/wp-includes/js/dist/a11y.min.js', 1, '61a9b83d4e7bb1a23d5de2f389677dd09e08ef521ca605a0b026dc9e2495af37', '8b973a699296092e4a14ee6c0ce90cbd', '8b973a699296092e4a14ee6c0ce90cbd', 1, 2236, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e25384ccd68ca9beb0cb6dd43bf5a7ac4795552', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-evaluate.php', 2, '46a6c5e79d38600ef819f131eb9425d2529f0f4860ed5e0ce321ab4da0c80ea5', '52be87935e10796f1b4f3ffdc6973daf', '46a6c5e79d38600ef819f131eb9425d2529f0f4860ed5e0ce321ab4da0c80ea5', 1, 7424, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1e29273a97e814bdc9e04ca230af2cf4bc65863e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_storage_index.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992551, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e2f4e8a9435888714ef9ffceb5d9ece90c805ec', '/home/hkrhostingreview/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, '9adf3d763c62f60faa295ff0131c6e195d368a6f5800b09b9948df012383c0ca', 'b5f03ac8c752b34b9e726f04d548327a', 'b5f03ac8c752b34b9e726f04d548327a', 1, 1993, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e39759a442c042e8f695b021defc6cbd6867df3', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/css/jet-sticky-frontend.css', 2, '81511c28e350259378058226c50142748c898d148c3d4e6e907e97af9ab8bfe2', '97a5460130f8fcdef1309f0228c179e6', '81511c28e350259378058226c50142748c898d148c3d4e6e907e97af9ab8bfe2', 1, 249, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e3a493cc13167b0ad65bb7537dc807fc13ee141', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/wpninjas-logo.png', 2, 'c8ecf4917e1dc4d3a67d7f4c626285830230f48b204db468fb5578e3b325b16b', '6dd2457be9b61e2c19d4e47f5f640da0', 'c8ecf4917e1dc4d3a67d7f4c626285830230f48b204db468fb5578e3b325b16b', 1, 7173, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1e43ea0d0f32d535fc6f7c83818298acd5b9ba0c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176730', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e5054ee0d9b8eba3dc7e6fe581f1f314aaf3b89', '/home/hkrhostingreview/public_html/wp-admin/edit-form-advanced.php', 1, '93c38715d1019458c13744648f88186b6210a7582d808a0780575987ed64e9cb', '5f0b9e854ca5725bff682b2f261aa6ae', '5f0b9e854ca5725bff682b2f261aa6ae', 1, 28801, 33188, 1, 1567985096, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e6d350524630d144ad67fcfdafbd1b6b4bf40ca', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-themes-list-table.php', 1, '4ddfdd0b34f61c3e98d02d62c21bc01c153e16a1be87c67264439f9d586b9c61', '914c40665dfcc76c3361f056ab2da8e5', '914c40665dfcc76c3361f056ab2da8e5', 1, 10166, 33188, 1, 1570226997, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e7c7b4c7aabe889fb9bedd0fdd4143db2e34c31', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/handlers.min.js', 1, '9a044f9371d73ee032124746187807031a4e7f6c4ed883e7c0a4c84a3e38601a', '0af080d323b400286d6b6c1ce141abfc', '0af080d323b400286d6b6c1ce141abfc', 1, 11264, 33188, 1, 1571697843, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e7e908afdaa698993a38df0ea2559f7e4d461ff', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 'bad29144729a1c0ce116c0418176509c2dbee1c3d34ebf687d544dfc9befb78b', '6a79127e8481dad12e6d8b98f9021b4e', '6a79127e8481dad12e6d8b98f9021b4e', 1, 7151, 33188, 1, 1567724755, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e87f9cd4c1c874a3fb01f02b9f2ac3f6bb056e4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Adv_Accordion.php', 2, '906b19048cbfed08412f6811e8fa997ecc1e971f9b5f9be387ecf0d9eaa7e428', '31063eb8ce708e74357c08a41fbff044', '906b19048cbfed08412f6811e8fa997ecc1e971f9b5f9be387ecf0d9eaa7e428', 1, 37454, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e8cef9f461f16804fa694f7f9c9ee680c3a8a2c', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/tablepress-standard.tpl', 2, 'd04b394ec0a63b6682fd9b733fc745f041bf9760bec57d660ff7f0ca204a056f', '2ed7666f05d62e9b9e42677b4ee1a86f', 'd04b394ec0a63b6682fd9b733fc745f041bf9760bec57d660ff7f0ca204a056f', 1, 34, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e8d229c5c003d43cd8565307c4e310dcc674939', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/checknotice.png', 2, 'b5cfbc72b1952177cddb2cb924527a35cc40635374ce178e5a2a324e074f9cfb', 'bab3f9a8e571115abc7b0816e554c473', 'b5cfbc72b1952177cddb2cb924527a35cc40635374ce178e5a2a324e074f9cfb', 1, 1761, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e90d76a5110301cf7b8af56aa79abf55991750d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/gzdecode.php', 1, 'b368360e355ec67bf035a605f5901c500eca26130d3e91dbc331f44ae500400d', 'c538e2bc0e866197db616c17841134d4', 'c538e2bc0e866197db616c17841134d4', 1, 8572, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e92c33e1bccb4744177936569d04ffd6e49b8d2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls.js', 3, 'cc3b380d0a4c97cf9c38b952d0e72d6d98267a946cca9ddafaf72db6f7473c6c', '2b7e507f512cca5b3a9739deb1bde905', 'cc3b380d0a4c97cf9c38b952d0e72d6d98267a946cca9ddafaf72db6f7473c6c', 1, 106350, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1e955ffd9e3eb49be2dca934e7fd751c17ebde83', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', 2, '64c31596a70417af16ff3217895d86c216e1be7252929f1f5357a2091b48b9dd', '2bdb8741cd9ebc072ec70357c82b8982', '64c31596a70417af16ff3217895d86c216e1be7252929f1f5357a2091b48b9dd', 1, 2706, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '1e96e10061b0e3111bc2327af38e35de3f4abdeb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/feature-list/index.scss', 2, '610f62122d2d2d173c66772d025d657e01d700e0a259bbc94ad7393683a570f1', '51228dbceee6cb5b8ea9ef6eca073202', '610f62122d2d2d173c66772d025d657e01d700e0a259bbc94ad7393683a570f1', 1, 19221, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ea7c66f78ef50965e20c55a12a572d695ee3b63', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/dynamic-content-tags.php', 2, '1c054a47b7577a59cfe80752b91ff567f03b46aab63a7377ab7d6fdd5893aab7', 'd14d7af91c8840cc31f2a170afb2a189', '1c054a47b7577a59cfe80752b91ff567f03b46aab63a7377ab7d6fdd5893aab7', 1, 1071, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1eb01a65581e9c3bf6208404211ff94e7b132036', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-fixture.php', 2, '242135daaad6927d817fb6be77791e55e87cb32cc1ce47a4be67610a26c61510', 'a74ff01e02c9cd460df8abb70e90d76a', '242135daaad6927d817fb6be77791e55e87cb32cc1ce47a4be67610a26c61510', 1, 1665, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1ebe32510ec385612eef6472669e6ece76314dfe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599103257', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ec56af8254c14c75ae28add0edfb2ebfee588f4', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-image.php', 1, 'e2f866c5df9fbd8fbb1c813ac324e3fed8efca17c2ab57788e6b021c56887305', '6acef7ded8e334483fd8708f5e5e6a26', '6acef7ded8e334483fd8708f5e5e6a26', 1, 11996, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1ec73c8a5e88be07ff336b1f139c9600aa5b42c1', '/home/hkrhostingreview/public_html/wp-admin/images/xit-2x.gif', 1, '03bd4516b71adfd84327f9a4f13d6f0824d445a22ecae0742781bf1b3b7f436d', '9cd381c6753a40340d85e2c57a3c35c8', '9cd381c6753a40340d85e2c57a3c35c8', 1, 825, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1ecb49b8fcf6073abf6a49f62f600aba18500549', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176379', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1edfd9ba6ef54e150b699737aae607d7f9b0681b', '/home/hkrhostingreview/public_html/wp-includes/class-http.php', 1, '643c4a192815d9b0a771c3ef7d3a7e1f84c29005f51e52f3e5aae511a409012f', 'fad92277e0d4f126bfc34908f93e2c57', 'fad92277e0d4f126bfc34908f93e2c57', 1, 38763, 33188, 1, 1570903504, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1eea86f4c539f902584a94fe79248076f7a9bf02', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_done.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992544, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1eebf50c6391892d252aecb3a0b4f52609709d42', '/home/hkrhostingreview/public_html/wp-includes/class-wp-rewrite.php', 1, 'e04d810fcd3ceb60465c22f4143a22bb4c56460a908de671f64c43ee9fbd6b3b', 'b725a32dfda67c3b8ce5cfb3b739e3d1', 'b725a32dfda67c3b8ce5cfb3b739e3d1', 1, 59893, 33188, 1, 1568548074, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1eed60a0e45076db12af2a7455020973df49c899', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-gallery-widget.js', 1, 'fc7499d883b0490580cf9b10af77dcc879cbc3cd9c16beee241600a088666403', '90ec0828c40b94a8e5f3eea5ce423fec', '90ec0828c40b94a8e5f3eea5ce423fec', 1, 10362, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1efd3b22c751cb94cc63238fed060de3d212940d', '/home/hkrhostingreview/public_html/wp-includes/js/wp-ajax-response.js', 1, '679c176252e9a32e94acdf702fe9240917b858e2c17654ef1f05ac57c94f120f', 'f1eb3b28419b46bc4d93f760e543167d', 'f1eb3b28419b46bc4d93f760e543167d', 1, 3201, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f090e8e9e174f215454d4938092f7c286df1b4f', '/home/hkrhostingreview/public_html/wp-includes/css/media-views.min.css', 1, '2a07444a2083edbe3243fb54194b5ee8d26dfed8c7cdb31205219d27daad4900', '5b158afe0b4df51c1046ffcf6fac142a', '5b158afe0b4df51c1046ffcf6fac142a', 1, 44099, 33188, 1, 1571700184, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f19ae4e17f829e5b2b02125c762b5793616710d', '/home/hkrhostingreview/public_html/wp-admin/js/iris.min.js', 1, '795643f7e8b76e3beede6b9e135bea2e96cfd36f97360d8466b9cff2502cec88', '45076064fdcbfcf9f5c8996e10ac4bc9', '45076064fdcbfcf9f5c8996e10ac4bc9', 1, 23608, 33188, 1, 1477434810, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f1cbf736425c5a5d7ee1ab28ee382e9e914dacc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1f1e2d699e62467c9aedf161404efa80c2eb87b5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_templates_bsr-help.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f3383aa2c44f42ac91f1cbecc136b067e20c2bf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsFields.php', 2, 'ddf5400473923da62cd01c2262c1597599910e8a8f07b19634d1f02b3863f888', '1eb1005814287bcc592d16db2751941b', 'ddf5400473923da62cd01c2262c1597599910e8a8f07b19634d1f02b3863f888', 1, 154, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f34ed9ec0684377c472b7be5c4e61334fb6c5b5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/EmailTelemetry.php', 2, 'c6dc845197705799bf9061ded18493f8aeda6aa8ea9871d4c4ff38ccab67bea6', 'a7c7a37ac1d4ee11a3c1c86d7c531807', 'c6dc845197705799bf9061ded18493f8aeda6aa8ea9871d4c4ff38ccab67bea6', 1, 5054, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f4c77605248355be95b6bac0a48ac4d27ae8908', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo', 2, '93336b0854cd7e1a844789e698df5667a7f3554417ee1edcf782732b87782001', '25e1c81e3a72d79ce35a4c5de3d602d3', '93336b0854cd7e1a844789e698df5667a7f3554417ee1edcf782732b87782001', 1, 58980, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f4c95a9573738bd0565e584827d2a17d6666004', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/codemirror.min.css', 1, '6f1a4e59460c38a15941ad96d3ecfcc133b32a02a8982bf3592d8c11238c20ba', 'a632336ab79ded318dc02844c4faf3b5', 'a632336ab79ded318dc02844c4faf3b5', 1, 15899, 33188, 1, 1505282927, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f6172512d475000b91afdd527f31a13e34cd1f4', '/home/hkrhostingreview/public_html/wp-includes/css/admin-bar.css', 1, 'd198feb99b0a5f9de99137baf4ebdd8baf48b5eb8ae207d48bbf4ee749d3415d', '84cc3efbc68b9c92cca44a90175faae2', '84cc3efbc68b9c92cca44a90175faae2', 1, 26136, 33188, 1, 1567460698, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1f61ca68f22311c15bac56d977048edbd3ddbaec', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599189216', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1f71e2ed8ca08e58458fba74308d956d0f05d868', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-2-150x120.png', 5, '9a71aed834f7835e9734e0e0a85d42b430839c99ed0d3d4d1d75e218dc61793c', '', '', 0, 677, 33188, 1, 1596822225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f77aca27ec433a4de8418142522905cfc0a5725', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php', 3, '45c7ec953da8a2b154b5264d0df7f4f0077d2496a1eaad88333ab10552d6afeb', 'fe09fc7b654d2ca3fc37c0d7d4885c17', '45c7ec953da8a2b154b5264d0df7f4f0077d2496a1eaad88333ab10552d6afeb', 1, 2158, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f8799e53af8b908dda2675e5b3cfcf9d2a2116e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tm.gif', 2, '0b8fecb49c343eb04e2ecb06ce6392a878641d2937a5f4cb8bf658452f05c815', '8453e36426a3acba26bac199c92fb095', '0b8fecb49c343eb04e2ecb06ce6392a878641d2937a5f4cb8bf658452f05c815', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1f974fb9a2dcca6b0c1a37598fbbf70b7798f4eb', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php', 3, '93b1a4b5416884dd920cd4db9bf608f0897c5e4b9688d2626eaf87751a464922', 'd0b6a843f6dc19693d4e7c1f40c4145d', '93b1a4b5416884dd920cd4db9bf608f0897c5e4b9688d2626eaf87751a464922', 1, 22709, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1fa0e95c47ff365c7d1f84033f9bd9f6478ee573', '/home/hkrhostingreview/public_html/wp-includes/js/customize-preview-widgets.js', 1, '1de986d15ae52bad62d88965ab06ee8da38e5253d6e7da4bc1b3906b36bcd6c8', '7a62917d11fdead57427817f23871ad5', '7a62917d11fdead57427817f23871ad5', 1, 23149, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1fa5a8e9180bce50d569a004d59b06a343daa15f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-opinions-dark.css', 2, 'bd2d7972fad90fe53e54c806c26f86554452fbb8cde854cfe6d24aaf23f845ce', 'db92b860fc2acd1edc36ef5cae75a3d7', 'bd2d7972fad90fe53e54c806c26f86554452fbb8cde854cfe6d24aaf23f845ce', 1, 44683, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '1fb0daa02bde00d766237025cc100e9a899c9f99', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599477511', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1fb43859dfa53fe946e4f0d995175dda84d79229', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 'a1910b30c358c5a9e18f3fab93180fcbaad84506a1181381546b9e70d7f313b7', 'b88b9554a163ab6eabae776b24d0d2b9', 'b88b9554a163ab6eabae776b24d0d2b9', 1, 2353, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1fc2aeeec1b911ead02484d459114f5185b24516', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-e1582912497704-150x150.png', 5, 'a31c18e86f78533134960438555815b2a5c8748cc7a83bfeac08073ce135a5a5', '', '', 0, 17401, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1fc3b329491e11f98780dbcfc83c8190fab0e318', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 'bd61dcbf8084251ec6ced2b96e81a36782882d960fd853fffd701c075b020d01', 'af6622fcbb8ce72336247b204a4c2722', 'af6622fcbb8ce72336247b204a4c2722', 1, 116, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1fcc07cf15132d534a2711fde83599358fed4571', '/home/hkrhostingreview/public_html/wp-admin/upload.php', 1, '63d36fec410aeccc35e4004b0f5b669104fa6cd7f1fdf8a98d83ac04ab85fea7', '656c2d6d6f663ea1fa1b3ddbe0db61e1', '656c2d6d6f663ea1fa1b3ddbe0db61e1', 1, 13921, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1fcd3f865b4a5e3a65f6dd217914fc92538ca093', '/home/hkrhostingreview/public_html/wp-admin/js/postbox.min.js', 1, '7a4f18759ecbbb3035aa85b55dbd5f7e19e854922e443f6d73a66046d3c9b23f', '117e10b1b305c87fcdcd57b122188e55', '117e10b1b305c87fcdcd57b122188e55', 1, 4168, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '1fd03f8f11e2fa8c59df6ccafe760ed5ce927d9d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/dom.min.js', 1, 'aa1fb195fb3133d0f0a95f6423c7debd84c1fc3ddb19ff39645bd9ac9a1ca50b', '05964cc1e69f018147aeda2b60d4c2ec', '05964cc1e69f018147aeda2b60d4c2ec', 1, 8202, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1fddf363f6f13eae8225ab5252063b71ea931404', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-plans-1024x737.png', 5, '041522ea3fe772ab7941a92e6d0506fae94db144bd7faaa9962acf792741c401', '', '', 0, 402653, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '1fdf31f82d7cb200742f7b837b572cbdbb632546', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael.min.js', 5, 'dc0487e0ab924ef87d6516557b81530780ceb13441955a072e5aa0780000bbeb', '', '', 0, 944286, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20036897625dfbc1df510f6f7fe87e88e533a8e9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/autoload.php', 2, '8d79af0d079fab3c6642169447b456424a15842469600e761b2da5e745c8ad6b', 'dc9b4993fc4dcd041aa8bede9b5697b2', '8d79af0d079fab3c6642169447b456424a15842469600e761b2da5e745c8ad6b', 1, 178, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2017dde4b32f61fd124711420e165a7962176d7e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/feature-list/index.min.css', 2, '65258e8198991b54bb2ffa429157da8faf611ed216be55bb63bc290058528d80', 'a2a62390a7b7b78ba2c8599fdccb2d82', '65258e8198991b54bb2ffa429157da8faf611ed216be55bb63bc290058528d80', 1, 42194, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2019c7505ad712ca8a32a7bb10a0fc062168ab9e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css', 2, '0848eed3e6c9b6788e821a292b9e4fa0a3ca239a73dddde54cfbf5d344279dc0', '31f563fe7377b5782d6fd8f18c948ee1', '0848eed3e6c9b6788e821a292b9e4fa0a3ca239a73dddde54cfbf5d344279dc0', 1, 676, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '201c8fe73fcf32b266d65038a01ded12157a592b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/salesforce-crm.png', 2, 'be669532ab9508896aefca2637f46e3866800163d6b5c25d51c9176a3c2eec53', '89fb320c83bdbe40faf67aa5ad800eda', 'be669532ab9508896aefca2637f46e3866800163d6b5c25d51c9176a3c2eec53', 1, 14588, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2031014f47a4f88f1f46454cb7c9e2ddd5418749', '/home/hkrhostingreview/public_html/wp-admin/network/upgrade.php', 1, 'bb22a763c99f46e86c7b35efe2e614510b665b1b16b4962cca19e23865835259', '87e64dab555c2a98e854bef4c7f91bd3', '87e64dab555c2a98e854bef4c7f91bd3', 1, 4958, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '203a88a19bae1a5e2f1b23852ba91c3c4485fcb5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/color/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '203dade2ef79a8ba6f7f5a6a593d0896764cd70d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/nf-form-block-style.css', 2, '9209925b1dd084ca96a86a6f14f6520056fe6463c207ebbbb0f8f48652bf4b85', '20cf9c7f98c57ad0eef092827750062b', '9209925b1dd084ca96a86a6f14f6520056fe6463c207ebbbb0f8f48652bf4b85', 1, 1590, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '203fe79bfd8bcfe899ae2f22871a231bf2514fd2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php', 3, '43820caed42cff5e09950cc774fb42d1fc8681cbf12570afcb621448eb6f2219', '33cd3d212e4d30c10a8c21e53dc264f4', '43820caed42cff5e09950cc774fb42d1fc8681cbf12570afcb621448eb6f2219', 1, 9465, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '204350071fc3dde5353a6bccac68ac921d2e29a6', '/home/hkrhostingreview/public_html/wp-includes/css/jquery-ui-dialog.min.css', 1, '59f6ee93c831e2514796fccade97f896d4b73dbd839bb645a6dcd58819c7c457', '1ee52c1421996228205da31d46d967c3', '1ee52c1421996228205da31d46d967c3', 1, 4592, 33188, 1, 1569840837, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20563ca7cd4ccbc7c5a37bd33131505b6f8bf1f3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/calendar-main.js', 2, '8ee1f71e6838121f1a8492c7f2f4b34e45695cf909ed60344983c55080d1b9b4', 'ee64554bbd0aefc1ea2e5f81d6da557a', '8ee1f71e6838121f1a8492c7f2f4b34e45695cf909ed60344983c55080d1b9b4', 1, 423946, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '205f44d4238ad1e425250f8d222558fa07a85706', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/summernote.min.js', 2, '60ee6309108483b8bde1918864440ed1017e9f98885ec5f3c24a6752f907531e', '706a00e5f0b5ca3b93d415ea71bf72d8', '60ee6309108483b8bde1918864440ed1017e9f98885ec5f3c24a6752f907531e', 1, 86532, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2069a99eb387ac802d0aa23d52762e1800212933', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-site-tagline.php', 2, '72f5055dce97ee6f82e42b88f4012c4478aed2d159a889d4eca6f4a779de133e', 'b33051ec21eaf09f9904f9080226979c', '72f5055dce97ee6f82e42b88f4012c4478aed2d159a889d4eca6f4a779de133e', 1, 7464, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '206b5c1919f2d7f88fd27fc4d5a71406e95f7bd8', '/home/hkrhostingreview/public_html/wp-includes/css/dist/format-library/style.min.css', 1, '29c168eb3001399ece8de667b57beb5d937d3b1e1bd03e96181816fdcc1d24d0', 'cf8bddec90a1c79917947c459e8768ce', 'cf8bddec90a1c79917947c459e8768ce', 1, 767, 33188, 1, 1553172480, '', ''),
(1627004145, 1, 1, 13, 1, 0, '206ce210d7f290a5291f9c032e717076ded954fb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_libraries_bfi-thumb_bfi-thumb.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992621, '', ''),
(1627004145, 1, 1, 0, 1, 0, '207d612b7e19d77d8ab22e54cafd689807014236', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bt.gif', 2, '5a15fcd87ebbd28fc512385a6cc3b71f811e3a844fabb9a2dae9a3cb64424e5a', '36d740145ed89f4a02fc483baed1323a', '5a15fcd87ebbd28fc512385a6cc3b71f811e3a844fabb9a2dae9a3cb64424e5a', 1, 377, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '208b6e2c24d08d3932071e2319a23e591b12c181', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/customizer-controls.min.js', 3, '81915dc8b97f95eaa625b1e0488708d493e3809b9cfaa1ea6242d2b04d1cfea8', 'ac2c0047f6d897346106a4c64618f5f5', '81915dc8b97f95eaa625b1e0488708d493e3809b9cfaa1ea6242d2b04d1cfea8', 1, 597, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20923b84ab06751f792ce24ca451b1c0cd3d475a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/reading-progress/index.min.css', 2, '9a442f8cfcce00fa9b226ee7ee51362c314c9e36c49f94b923eba1b051073f15', 'eb10ee75124ba8a6e0d02a01e1c399c9', '9a442f8cfcce00fa9b226ee7ee51362c314c9e36c49f94b923eba1b051073f15', 1, 774, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20937dbfbd2fe1e5f0ef671176710ea2cfae737d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bs.gif', 2, '0e6f4f17dc738372a4c115cba0b19d6f93fc1ab4412780bb6f5349402cb31ea9', '72ba741ab39307b5639ef2ba4bd96fe7', '0e6f4f17dc738372a4c115cba0b19d6f93fc1ab4412780bb6f5349402cb31ea9', 1, 351, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20947991100fc0d05002028454d7e08f2771217f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/406.php', 1, 'b57664d649bbd916a54dc2535ea59c4ac1bd49b1ea794afbab4ee38f93e4eaf1', '4bc8cb6cef688c729edc3990220006ac', '4bc8cb6cef688c729edc3990220006ac', 1, 396, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '209d44f732b90e18cf72dc8d6eb5c041c5af25b6', '/home/hkrhostingreview/public_html/wp-includes/js/dist/url.min.js', 1, 'd9ff7e7a5c361e9938f5a2388e54eb115f64ae372269b012cdc7d48d834a2d88', '1d84b37530e4cc75fed81422d0f9b646', '1d84b37530e4cc75fed81422d0f9b646', 1, 13383, 33188, 1, 1571666527, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20a4b841b0d18afa6a8c4b1cc34d24558a641100', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ar.js', 2, 'cfb601f6768ee51bf39e3202e112b891be74722e70c218f5fbf5cd0f99f04701', 'fccf8fa387c987050179d0f42d6896a8', 'cfb601f6768ee51bf39e3202e112b891be74722e70c218f5fbf5cd0f99f04701', 1, 868, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20aebd69163dc2cd525915aca5f641c6856643b7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/delete.gif', 2, '32cd2462f0572cc6d63fba76837141950a47108f0015cee8f116f69002d1019f', '43e1045b71da619b1d7e53fb3217be93', '32cd2462f0572cc6d63fba76837141950a47108f0015cee8f116f69002d1019f', 1, 752, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '20b56a7facee8d231218064343bd4f38a27159fa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226672', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '20c8c3606b518eed0c5d5520cddd6b375674daa9', '/home/hkrhostingreview/public_html/wp-admin/js/custom-background.min.js', 1, '0d89ead7dfa6671e8eef8db91a8ea8f1870bff802f07315bd591f2cf65132b34', '5442cfbbb1ab1df7b84357bed44a6d10', '5442cfbbb1ab1df7b84357bed44a6d10', 1, 1121, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '20d11c133cf9c01dc5053f35b01ad45b27b02aab', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/falt-disk-art-297x300.png', 5, '25962fc6014cd730373f18d637f08ec882cd4a8ee51de0eb21b791fa12e98a30', '', '', 0, 102707, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '210e88f716825f291585896741382981433413b5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/fonts/astra.ttf', 3, 'c3326eca3e04119400003592725c6a3c116ea221a7b3c581b8f92f789d71e4e8', '44fab333617ec08d65662b650fa64d72', 'c3326eca3e04119400003592725c6a3c116ea221a7b3c581b8f92f789d71e4e8', 1, 3228, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2110331bbb9100be1b187f8f31ec31de0b0cb1f3', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 18, 0, '21253c69e090642a41561f04b75159f0962a33b5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228343', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '212a3a6d21f7182a70c2d34749b3805cc543d84c', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_twisted.gif', 1, '7e2f8bb3909c0884332e2da356f319ef750d28df4213fb248b102c1284b24784', '4cbed7765b3fe5e92b2a389ed73bc9f7', '4cbed7765b3fe5e92b2a389ed73bc9f7', 1, 241, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '212ed1093a2692c4e32cc5c8f4c057da053af65a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/vendor/sweetalert2/js/sweetalert2.min.js', 2, 'a92d65dc73918c64f8394d32ffa028aff1de8bcac9d2e46099f78cf808afc712', '013f619c831fbdb555a4e700961a4f1e', 'a92d65dc73918c64f8394d32ffa028aff1de8bcac9d2e46099f78cf808afc712', 1, 37356, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2133c416db91ff7c33e8f5c68467adfe20320ab7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_filter_class-ai1wm-recursive-exclude-filter.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992532, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2133f472a0a72ce6d3cb5357ed05915d38acd86d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/frontend.min.js', 2, 'e1e69cc775a18d34eeb16ade98fd6e374a048e93510f6653135045af4213379e', '3bbcfbd769aaf96c7736fdc86f975414', 'e1e69cc775a18d34eeb16ade98fd6e374a048e93510f6653135045af4213379e', 1, 116076, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '214b974b26e2096821c123a7ad080e5eba493e4d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/77-150x150.png', 5, '58320f5021c5415375ce3e368c68f225ff5ecbb45833e66ad1f6ef1fb32127d9', '', '', 0, 29640, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '214e7bef28a549289f0c698a0205a24dc64aa827', '/home/hkrhostingreview/public_html/wp-admin/ms-options.php', 1, 'a5df0d7b7140e002f84ef178fd8723890efdd7a0c0bd3258a22b9bb16059446b', '45bed9cfd0549527fc2e0350f81e0064', '45bed9cfd0549527fc2e0350f81e0064', 1, 238, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2152da8c6c8a1cf8528a9a2828f9cbd50713710b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/backbone.radio.min.js', 2, 'f6bf8c5affc2e1bb1c52a24558fe7e406e7a5db9642bc68cc8dfd00f0abd6cbb', '527d23ddde60c4b0c64f73125d7e5064', 'f6bf8c5affc2e1bb1c52a24558fe7e406e7a5db9642bc68cc8dfd00f0abd6cbb', 1, 3365, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '215eb878821d1bb4fa6500b9abb7768a35bfecec', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 2, 'b23de8bdc0d3be92e65a0694ac0f9fa0a67642cd060343288fdb7db7b9161c1a', '0da68332c4ecff02efeaa0f7dd3de104', 'b23de8bdc0d3be92e65a0694ac0f9fa0a67642cd060343288fdb7db7b9161c1a', 1, 9481, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '219352fec21efb6462c3e159eff99b5e2c7474e4', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ky.gif', 2, '7ce22e6de9bca00a00af0be578a5380630c65ebe65c6431b892d60a56f63c25d', '4d159d20cf64b712700756d32cde64ee', '7ce22e6de9bca00a00af0be578a5380630c65ebe65c6431b892d60a56f63c25d', 1, 373, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2195fbffe37ddd0bd3ab7c9633bfbccd78f57a95', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_font.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992607, '', ''),
(1627004145, 1, 1, 13, 18, 0, '219969bca89fd2da3420c222a97a7ef932f6bf64', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176624', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21b0c7838fdf82386aa3a56caf1ffaf9aca2223e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21b2978690d9770caf588da3eb568c348084c5d0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/progress-bar/index.min.css', 2, '572fa83cb9a479821e77ed959626b9350855c24441ca26fbd4f2d4942abeda77', '1e9a8ed1b6e3eca862c16687e8ecadf4', '572fa83cb9a479821e77ed959626b9350855c24441ca26fbd4f2d4942abeda77', 1, 3941, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21b34b35a7fea837b590c83ffb57454d3d54e351', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 'a73351127182d1548afa20c027288c8b23f4387b16b608efd6cf5b48b16ad800', 'b079248f4e0358d21b9fee6c80b16c13', 'b079248f4e0358d21b9fee6c80b16c13', 1, 1764, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21b40f3902fa7374c4f1cc8fc60e76fd927a3d32', '/home/hkrhostingreview/public_html/wp-admin/images/media-button.png', 1, 'fe2a417e3c463355368f730c141382b4ce0814bbb6e40856f0794c6109b89678', 'b2b6c3e336054070e8927a5e7965f3ce', 'b2b6c3e336054070e8927a5e7965f3ce', 1, 323, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21cdbf61066f9b002405ecc2035a40682a9b39c9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php', 3, '36dafe76d8965aeecc0e4769ab6e04760693a339094822d0d2dd3ddddfd3df14', '79941005cab58c6efd4a6bfb994be075', '36dafe76d8965aeecc0e4769ab6e04760693a339094822d0d2dd3ddddfd3df14', 1, 7888, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21de0633e9c42150f61b07bd093ffb2cf786108d', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/SampleNotification.png', 2, 'bac314c09b508264e6d489f9d4720ee02e6df5fb7046b53a1bdc3518e7d2896b', '23baacada974f241608cf9deaf073108', 'bac314c09b508264e6d489f9d4720ee02e6df5fb7046b53a1bdc3518e7d2896b', 1, 4517, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21df875aa77eefe47222bbdca456facaff1a9df2', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-available-updates-alert.html.tpl', 2, '38b293232a7774db0077d3233d471a688806baa2988a69ea24605230e13faafb', 'ea5e4a985a617f1c4a9b7a83782f0cad', '38b293232a7774db0077d3233d471a688806baa2988a69ea24605230e13faafb', 1, 685, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, '21e6f4eef36019f27ffba2f5b601141eab4a50b2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176621', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703201, '', ''),
(1627004145, 1, 1, 13, 1, 0, '21ee8da8774e6bc99f8360f46c1f5176ab22f4b8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_class-bsr-ajax.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992553, '', ''),
(1627004145, 1, 1, 0, 1, 0, '21f491386ad9221133076f229182d74b97454831', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-nav-menus.php', 1, 'c57d7b436669fd7997c3ae39ee04dcd1f0c117cf331d6dc02552421720aada70', '8da09e3c2524428bea462b69d93614f9', '8da09e3c2524428bea462b69d93614f9', 1, 54527, 33188, 1, 1569529975, '', ''),
(1627004145, 1, 1, 13, 18, 0, '21fcda449646b2ba80e5193984f4263b322eb5da', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176809', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2203d59e97bb45dda1b1ffdc77579f78cf3d731f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/formstack/index.min.css', 2, '96a2b589508a152dd6b67668e5487b21fb89adbe965d14b2f5adaecdc3a61a0a', '91de688784535f743df081063ce582db', '96a2b589508a152dd6b67668e5487b21fb89adbe965d14b2f5adaecdc3a61a0a', 1, 2289, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22100bdad03502a4b22e9ac9978c933f968cb492', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php', 2, 'da1a52cd862987a3a1693c5781b5f3bd596d7bfc515a58cb7811940f6b70d3f0', 'c2877acc2d556b3fba0605b427430fc8', 'da1a52cd862987a3a1693c5781b5f3bd596d7bfc515a58cb7811940f6b70d3f0', 1, 4052, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '22156b250bfe2e982ed325ec005cfc2baa59f550', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-min-768x339.png', 5, 'c381f78bf96d22f75bfcc31a98c2ef60084ed1414de6cfbfbd8bbb04108a0379', '', '', 0, 298551, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '222279dcea6af588093195b92b0e6753a48e422a', '/home/hkrhostingreview/public_html/wp-includes/js/dist/html-entities.min.js', 1, '12765154ba7c2866a738e6b1a4c2a010f0d6c97f8fcdcd7f31305109e9274398', '926549c2345d841c4e9aa846b47faf66', '926549c2345d841c4e9aa846b47faf66', 1, 1373, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2224f66f5261374fddb47bc829e2fa6cc5f13f1f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/adv-accordion/index.min.css', 2, '6649dbb6f258b32891600514a1af1308d8f9dcc6776e21dad3451af25d485ae0', 'ef208c6db3f2fc99df2ea2caa3c011d1', '6649dbb6f258b32891600514a1af1308d8f9dcc6776e21dad3451af25d485ae0', 1, 1398, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '223aa61f5d5fb35ead95ccb0e6e4ec53b9e03b56', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/curve-negative.svg', 2, '3438d8367e3b1bc40e0b33c0a432a289728f085c522eb085662dc79736f294cb', '77bbfbfd6c4e5fd8c08aa21de6576895', '3438d8367e3b1bc40e0b33c0a432a289728f085c522eb085662dc79736f294cb', 1, 213, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '224f7f53616dd7470f28d2ada46ae9e986632cba', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/random.php', 2, 'd1e5c57ca101434c3bf346a4f39ea3c9cbe677907ed0266de9ac6f1240657024', '95e982a98dc5d3a8b38306fc7edd89e1', 'd1e5c57ca101434c3bf346a4f39ea3c9cbe677907ed0266de9ac6f1240657024', 1, 586, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2253a9b112363ab6858f6ef39b4146b9ddb381eb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/filter-gallery/index.js', 2, '92dc0bfd0e9d2c6789b66bbca741d99bfef44bda3c0623f865ee2d5af1810d4e', '8a43e396804edb517c11f8883f5c807f', '92dc0bfd0e9d2c6789b66bbca741d99bfef44bda3c0623f865ee2d5af1810d4e', 1, 4417, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '225be06dddbf64ec09a5cb0f298f00a3a015ba60', '/home/hkrhostingreview/public_html/wp-includes/feed-atom.php', 1, '51e1876886c76d4d7d38a5997e0e5c9edccbcf44fdbcf60fe259380ddf242685', '0545cbfce9cbd59bd449245e6947ab5b', '0545cbfce9cbd59bd449245e6947ab5b', 1, 3081, 33188, 1, 1555607332, '', ''),
(1627004145, 1, 1, 0, 1, 0, '225fafd6543c4a5cd1c3e6025a6cf1e4ec68fe5d', '/home/hkrhostingreview/public_html/wp-admin/export-personal-data.php', 1, 'c93eab5c4977f1d84bd44f43dfcf6dc3803fdef06a5c35eb4c3aa468fb158978', 'd476def1d9d5f76019f74f1ca8a79185', 'd476def1d9d5f76019f74f1ca8a79185', 1, 3218, 33188, 1, 1559953851, '', ''),
(1627004145, 1, 1, 13, 18, 0, '22603e1aa8fb9c77be80b4b6f44eb0c168f7f79b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176506', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22623ddc4d48462f261d133fac897083652535ac', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/_inc/img/logo-full-2x.png', 2, '8edf96e0d55dbaba8369bae83b1cb11eb82f35b6fdb84a36c0b85c6755bfdddb', 'e3ae5e4bade42d5ef8883e41b7737bef', '8edf96e0d55dbaba8369bae83b1cb11eb82f35b6fdb84a36c0b85c6755bfdddb', 1, 5052, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '226b40a6ef7a8b130c880afe3dd1aaac84173602', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/product-grid/index.scss', 2, 'c327502c97b066f00768c0ad4c29ae7fa68e38e8e7b3d91a4f3b3dc8d9003a89', '1ff9c3e61fc38381dc998a2ca24c8d82', 'c327502c97b066f00768c0ad4c29ae7fa68e38e8e7b3d91a4f3b3dc8d9003a89', 1, 15632, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22845321389f2e104426eb1040ad009963f3e23d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/images/license.txt', 3, '0b7b030001d3e42152a2793c4b94457903cab9766e4491a55b110444c40b9225', '624c4860a79327c061fea9c3d78a49ab', '0b7b030001d3e42152a2793c4b94457903cab9766e4491a55b110444c40b9225', 1, 15409, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '228b88184b8aa48753e757872f164a6f8c6ea930', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, '1f35e8d649cb0527d40fd3c0e05623f4535a62e60c0dbb7b23b35fd4c223f80d', '5b4d2f2a8eb545e63c73e4571bdc5247', '5b4d2f2a8eb545e63c73e4571bdc5247', 1, 1805, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '228c2f64eef8282d1875400ff7b8d0ed93e7eb4f', '/home/hkrhostingreview/public_html/wp-admin/options-permalink.php', 1, '9cebbd8571fff7c995852339c5dfe9e009c94f71d9d6215462a9699b598224ff', '0bf63e1bda5632632c0d848d37ffcb6a', '0bf63e1bda5632632c0d848d37ffcb6a', 1, 18953, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '229555ff17ff5dbe2dedeef801f3676b16e8508c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.1.6-woocommerce-position-prefix.php', 2, '2fb2bca5a08d9bb0b962379491a1d08c65db5af1ab4c7015b6e97d674f288d58', '8ccab8609f25e6a95b5b9f1a6bb42a2f', '2fb2bca5a08d9bb0b962379491a1d08c65db5af1ab4c7015b6e97d674f288d58', 1, 343, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2296315f2f23905a64418d271a2939a6481cff4e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/oauth.js', 2, '7bf7c42ad910c8131ce804dc7ac0feaaf4e8f5259e1d9db4993cc19fda7daa1a', 'd9bd8f874d16532b27a3e469fd5cd0fe', '7bf7c42ad910c8131ce804dc7ac0feaaf4e8f5259e1d9db4993cc19fda7daa1a', 1, 823, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22983fadfc947188053ef02839f0ab8edd7b6354', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-scanner.php', 2, 'cb31d6336af1d8ee2eaa9b7e0680c8d0eddb6f9d423b01e36e97b068c1b4743b', 'a604e10b8e416d8d5a0335c7ca869ed5', 'cb31d6336af1d8ee2eaa9b7e0680c8d0eddb6f9d423b01e36e97b068c1b4743b', 1, 161539, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '229b70e40fb5f79d81a2f236d68707a52cbf8096', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/readme.txt', 2, '6a33d35c58d6ae6cd2c6909974e95ab02cc50c2505485c6d553d74ce96ce350a', '4c326093faeb328e3a627193d8b89ffe', '6a33d35c58d6ae6cd2c6909974e95ab02cc50c2505485c6d553d74ce96ce350a', 1, 30346, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '229f28acf5979a285f605e164a9d36bfc33c6eee', '/home/hkrhostingreview/public_html/wp-includes/fonts/dashicons.woff2', 1, '482982117cf479cb65d19751bd599fed7e23a61bcc155e20c61bc48c0c4db809', 'e3ce3e0415834a28cb23ac40d5ef1acc', 'e3ce3e0415834a28cb23ac40d5ef1acc', 1, 21004, 33188, 1, 1553716792, '', ''),
(1627004145, 1, 1, 0, 1, 0, '229fe7435d84c4f1d01da7d6fdab47addeaa1acb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/nf-badge.png', 2, '64ce883af3cfba1225031a657d6989a871789b188c97b1dbdcea981e2c020247', '8ea504834a068ecaa62c7a35a7fadb9c', '64ce883af3cfba1225031a657d6989a871789b188c97b1dbdcea981e2c020247', 1, 3670, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22a6c164f698a99f47d554c3d9b7afbcb37d3574', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/nx-icon.svg', 2, '43a1f8d9e423832f2e8219febd6413084d4305321b813055bc98f1acec993632', '3724327ea6d2364962c7e8bd420ed80c', '43a1f8d9e423832f2e8219febd6413084d4305321b813055bc98f1acec993632', 1, 4585, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22c38a41f195279b04213a4ef0d6af9c005f4e87', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-it_IT.json', 2, 'ccb5bcc1c4d451f3f7e748ce116682d05ae6b62da1a4cb811003a9b0ddc54959', '063e853980f778d7168c77bf653ace1b', 'ccb5bcc1c4d451f3f7e748ce116682d05ae6b62da1a4cb811003a9b0ddc54959', 1, 790, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22ccf397e53d3c3dd2c0056719dd8ac8c87a7c9b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', 2, '111c253e26e69cfe03675de6e964db6c08f638bf06fb24ac0fa731617afb0d1a', 'e9ba758ab4c1bf8beb6a44593ffcafd1', '111c253e26e69cfe03675de6e964db6c08f638bf06fb24ac0fa731617afb0d1a', 1, 435, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22dc9c3d42acd54a1adeffa1be99942adbe75d40', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/gutenberg.js', 2, '2a2be228443ce3871adbde5a6eac4cf22cf183d4aa3de897da2a9b63f282c95d', '5da9f3c214ba9cabd7499025a39131eb', '2a2be228443ce3871adbde5a6eac4cf22cf183d4aa3de897da2a9b63f282c95d', 1, 22193, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '22ec1ade7bb38b822818964e405a1ea3e17c0e95', '/home/hkrhostingreview/public_html/wp-includes/l10n.php', 1, '11b04d486d8c058d789f4f02cebfba2fdbdd47fc1984dfd4f0f32576ace96a87', 'b2d26e72a3cbc753fb221d5c49006d73', 'b2d26e72a3cbc753fb221d5c49006d73', 1, 53087, 33188, 1, 1569087717, '', ''),
(1627004145, 1, 1, 13, 18, 0, '23035f220f7f57e36fe50d56a94e31e2e946b397', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176543', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, '231c91bb0e16245d47d02ea3b8de972b039e40df', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Points-to-consider-when-choosing-web-hosting-300x169.jpg', 5, 'd2bf25813273c04eb27b2f88253814e78c944cf8712b5560b5d4f4335cb55271', '', '', 0, 9665, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '231ed752b7cc92934cdf72d42fef41a3365ab79f', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/akismet.php', 2, '0d9611609492f8b04458d4977d719322a88d4ae0a402e4616b6fc77f7469b32b', 'e148514764cce025bd61fc72422f8eb5', '0d9611609492f8b04458d4977d719322a88d4ae0a402e4616b6fc77f7469b32b', 1, 2543, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2323bdc0b55b40e42acd26d528840323dc5af72c', '/home/hkrhostingreview/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, '1b5d8e503805edc311c26145312e1b0317052ecf89e8c353c9d239e795da956e', '2f61ab984c177275c71e34ff1a17c102', '2f61ab984c177275c71e34ff1a17c102', 1, 15893, 33188, 1, 1379767569, '', ''),
(1627004145, 1, 1, 13, 1, 0, '232f05a9deceabf8ffe1776852a7710757cecf0f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_autoloader.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992601, '', ''),
(1627004145, 1, 1, 13, 1, 0, '232f14ad81ddb87f38ea2d0fbbd1eace5b8b8315', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/dreamhost-hosting-logo-olvreskmd881j5e731tteoy8cfvznp80hno8oy0y6c.png', 5, '0620df589985fbef713a07d7c4538f43a5b17d38c324c4caf2e3f123ed9f8a98', '', '', 0, 10400, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '232f21d2ce50d722b05374889ca5033fe2a97068', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_constants.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992517, '', ''),
(1627004145, 1, 1, 0, 1, 0, '232f66d7f7f88e62e89a777908e3a9b7e2177dde', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/js/scripts.min.js', 2, '13eb953aa70eeea9f952f295e31813673048031cbfb88511bfa48bc262f03cb2', 'ccc195b58ac2463395c025ac6357125a', '13eb953aa70eeea9f952f295e31813673048031cbfb88511bfa48bc262f03cb2', 1, 2753, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '233bc901889ad2799e2364d26f060613e321dbba', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', 2, 'db25146f3302371c32530c2f0a15a284fbfa7c9d65bcea7df790e562516cf42d', '07a20c626ed982d0c8ed1631251b4b8e', 'db25146f3302371c32530c2f0a15a284fbfa7c9d65bcea7df790e562516cf42d', 1, 2264, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '23433e4caea91f99405ddd61ceb4195833fabd69', '/home/hkrhostingreview/public_html/wp-includes/functions.wp-scripts.php', 1, '3d00c04cfebf6d4c214d8ac58bbfc252fe500e14f95ee88ecca7601c70ebad7f', '485a9b09a28f7f2131b6b1bfe0dc0b2b', '485a9b09a28f7f2131b6b1bfe0dc0b2b', 1, 12824, 33188, 1, 1569450235, '', ''),
(1627004145, 1, 1, 0, 1, 0, '235b5adfb3a211b157d0d2af50804f3143de0469', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/image-accordion/index.scss', 2, 'c0fc8a316010a58c3d9f53cb9becef68e2c8f568722c8943d8cc8e3c7f559296', '105ec3a02e5cbcc2ba0fed2d0e2a6f46', 'c0fc8a316010a58c3d9f53cb9becef68e2c8f568722c8943d8cc8e3c7f559296', 1, 1583, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '235f841133060ae8875c556fad8b87e141c62b2d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/result_checked.txt', 5, '89c2e94a5566216eb11ecca9892f7c79e508b5f6025f303b76cf63fcc5e0b412', '', '', 0, 452, 33188, 1, 1626992637, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2364a00a0cb45083878ebea216f3f8a8321f182b', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-7b.jpg', 2, '3257a64605dbb6747501f0dd6403cff0503b0ca0b436a08a53c6c149dedf0a0a', 'ed7005f28acc7600d84a1637bffed389', '3257a64605dbb6747501f0dd6403cff0503b0ca0b436a08a53c6c149dedf0a0a', 1, 137671, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '236c87bf8cd118a055b490b18d922cee3af403ba', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/class-bsf-analytics-stats.php', 3, '3c64e84c4592322a35f7b7af3111affe70ad1863a747172b90bdacbce0cd5e5a', '6a6231d9f2db4dbe6b181d06dec713c8', '3c64e84c4592322a35f7b7af3111affe70ad1863a747172b90bdacbce0cd5e5a', 1, 6800, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2373a6672b6b2ec7c135996cdea067a60442984e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-main-controller.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992519, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2377ed6fa5d60bdd412578767e9b2db50f4c5dab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/forms.php', 2, 'dfb3e044b2a9ff000e7717c919d7ba6bc6c585f9513e7b7d40a422de1be48ae1', '6c2f9a40be932b60b72bed05f0f4a438', 'dfb3e044b2a9ff000e7717c919d7ba6bc6c585f9513e7b7d40a422de1be48ae1', 1, 1966, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2387553ceebbd739f9950e726e0f297b61392b94', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/info-box/index.css', 2, 'e44b7222528faf9a8d2e466d6caac06a2654bd6415d84acdaf7c9e8f5838be73', 'fbb6c39e4ba2464cb8ef8e66cec24909', 'e44b7222528faf9a8d2e466d6caac06a2654bd6415d84acdaf7c9e8f5838be73', 1, 5307, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2388abdaddd4d985b34647ee3caf060d68ad536f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/tmpl-settings-upgrade-button.html.php', 2, '341ab16f1f8d6c7bc96845b6ed58cc288b450743c2798e05cfb4fcc670a7c54b', '6dd1c46880a174e88f41b1303198dfa0', '341ab16f1f8d6c7bc96845b6ed58cc288b450743c2798e05cfb4fcc670a7c54b', 1, 330, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '238aa6c7957126de96bf8612bb7ef4af28f27edf', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/simple-smile.png', 1, '3197ddce1839615fe2c648b744cfae61ec20fae4326574db3820cb749ac09a07', 'e94bb2cf7bc285138eb166b201779768', 'e94bb2cf7bc285138eb166b201779768', 1, 1008, 33188, 1, 1428646826, '', ''),
(1627004145, 1, 1, 0, 1, 0, '238fd34941712d4c9770500c934571609c96fbcf', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-timezone.html.tpl', 2, '3705f66f23c31429b4680c8caf009e3c280f36996505dabea8c2bed489043725', 'e99471753b9ff7eeb90ab5e6e1d1ea31', '3705f66f23c31429b4680c8caf009e3c280f36996505dabea8c2bed489043725', 1, 1350, 33188, 1, 1626945126, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '2390f578dc2c8137b7645df0e125549ca6e21e98', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/LICENSE', 2, '079ead6434089c88eda27e649638fcc8aca15ef4584e7b00a71a564f6bc6551a', '1ae51299e61cc92df308666da6d69906', '079ead6434089c88eda27e649638fcc8aca15ef4584e7b00a71a564f6bc6551a', 1, 1059, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2391d9e2d06cf5fb1561704cb86cd4c43983b79c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo', 2, 'c4e04f55444bb36ff8bb89513f5a3c860087d40bfb321431c07ec132362260dd', 'e0872e5c63368fac4e0521354df7be1d', 'c4e04f55444bb36ff8bb89513f5a3c860087d40bfb321431c07ec132362260dd', 1, 90734, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '239601c12df2dab056e241f81dbf0ee309790683', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176737', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '239db9dac3ab79354cba4732b4da8d9744c9803f', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/support.php', 2, 'dcc61312292377979506de48f3e38609b6bc02c45f6ea51310d96eb3043449c3', '6292693b20c881f3be23493a8f7f981d', 'dcc61312292377979506de48f3e38609b6bc02c45f6ea51310d96eb3043449c3', 1, 1786, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '23a4d57165b7853524c4e364220f10c813a10f17', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/ImportExport.php', 2, 'f31cd85999538680958a8f05b2a46680c5683531004cdc2f9646753f63564716', '53299d09ba6c17749e9cc38f2251a933', 'f31cd85999538680958a8f05b2a46680c5683531004cdc2f9646753f63564716', 1, 17981, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '23ad2f7f66fdbe67fbed2f6ca709396aa20d069c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176772', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 13, 1, 0, '23b1bbefce1974d21721faa23a31e9fe2f7a4a49', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_managers_widgets.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992623, '', ''),
(1627004145, 1, 1, 0, 1, 0, '23b99aa7193d36094868c36f307b4b525cd7e1ef', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-all-forms.html.php', 2, '25f2f013fc253e6af9e2b08bb0f67c9c99aa2e5d5879d8563d5b4eab3121f33a', '71d11ef5157718c4f8e13878c5e36341', '25f2f013fc253e6af9e2b08bb0f67c9c99aa2e5d5879d8563d5b4eab3121f33a', 1, 604, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '23cc47c24e240afc028db501b3d678bcf38fa517', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/slider/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '23e415433355f727bbbea56a9e0d385cf32c28d2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger_hosting_plans-768x447.png', 5, 'e5fcf55544323a0ecd691304ce0e385471f42c1d266fe9d46300399ac2ef2c18', '', '', 0, 197473, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '23ec5679fdcfae8c1a5d7205d8a926c7851f6b23', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_AU.po', 2, '2ce851e28128bcf46c4e664c304f0e59ad76e20b508f3e5eb80122efc627aede', '4f42d6c22c2fde04870a5f3fcb96f953', '2ce851e28128bcf46c4e664c304f0e59ad76e20b508f3e5eb80122efc627aede', 1, 76642, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24085d421e196cc3120c9caf012fccd8326d185a', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/selectable.min.js', 1, '05ce3f549ff9e4aadaa6542643b0f72b9c39fcde428d65514774b143b5347f9e', '91167a07312f0c7cf9eadbb6211fa2d5', '91167a07312f0c7cf9eadbb6211fa2d5', 1, 4258, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2415f96dbd42d86f3b61f333aebb7fc8c6766c22', '/home/hkrhostingreview/public_html/wp-admin/includes/taxonomy.php', 1, '1ff6b34e0cea45fc4be7f40f25ae24fe6e51859c9fdbb538687c935f7e48fc79', '5646a392c54514860e210a7091372870', '5646a392c54514860e210a7091372870', 1, 7953, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24191de599e9d940b03f866703f4dfe440289ddc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/intelligencewp.png', 2, 'e3cd2eb1f647823e0133d85e124bec52c6c5da56283ff0faf5d34303e0f1fd20', '859f8730dc9fa9e952377c8379867194', 'e3cd2eb1f647823e0133d85e124bec52c6c5da56283ff0faf5d34303e0f1fd20', 1, 12269, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '241abe27b6fc9cf95694063fb708fc6c97d2dfda', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/importer.php', 2, 'c9e84e0ed50908dda20b37c4c7e863f08f171a5e85f521bf33683502ea2470e6', 'b7c28f8f1859bd843585fb8ef073f443', 'c9e84e0ed50908dda20b37c4c7e863f08f171a5e85f521bf33683502ea2470e6', 1, 9390, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '241d30e1b54bf8cb4ffe0c3fa3e10e27ea094894', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/vendor/sweetalert2/css/sweetalert2.min.css', 2, '3b2587ca86926c98a17e11a9e539656ee1d3a34e0d3394e51b1ea277597738fc', 'bb4728ba1c902a237fce73790c9e845c', '3b2587ca86926c98a17e11a9e539656ee1d3a34e0d3394e51b1ea277597738fc', 1, 26848, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '242fd80c8c1aadff3ce85ad4e9f23302e4b965d6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/database-upgrader.php', 2, '646901841b01a031edd62d0d2f2267153655409f65bd4ce4b4c646c383204a8c', '991c17acd9e8dd9c9a64a6760f0b940e', '646901841b01a031edd62d0d2f2267153655409f65bd4ce4b4c646c383204a8c', 1, 2684, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '243ef7ca86ba47cd5970aca6cdb79dbd059d5cab', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_animation.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992603, '', ''),
(1627004145, 1, 1, 0, 1, 0, '244921f42e66ce28af8e96bad0d730ee9c0d74c0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/nf-logo-vert.png', 2, 'd8dd0b431e3be68ef9eabb8683dbe144b521a8bee4ee2ee00f096407e75b719c', 'b573e1a100d1227eb861dcdb1e1fb3f6', 'd8dd0b431e3be68ef9eabb8683dbe144b521a8bee4ee2ee00f096407e75b719c', 1, 6333, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24678efdfb88b83931e3365833ed5ec12d62e85b', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 'd9e1dafef8baca104c6144c1f7102f045ed5900e9205d6f2eb6cabdfca3f21eb', '535a474e0799c2da9168379230ea07fd', '535a474e0799c2da9168379230ea07fd', 1, 44049, 33188, 1, 1557963952, '', ''),
(1627004145, 1, 1, 0, 1, 0, '246e0390dff665962ee3ea695991f59771bfcefb', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, '02780b50856b1f7709ca8af0cf34998c8d172426ec3dbdbcb3cac207e5205f9c', 'd1ce7b53e26d646fdb640f194bcbc873', 'd1ce7b53e26d646fdb640f194bcbc873', 1, 1531, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '24704c28330353505196e890609f3ec0cdc664ba', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/bleuhost-min-olmydit905c0lgf0x87bzk5uiy5i5icpdfnd12w3zu.png', 5, 'cb454c3f6eefe9b1286037779b313f702c5d780cd5780e78a9dc3690f03c2db6', '', '', 0, 282152, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '247484a9bb96d6bf47b48bf35430dbd7ef986ed0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176719', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2477638fea74922e693781767e1143159b89f5da', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/components/load-more.min.css', 2, '261bce19fe77b52fae003e54441ce7665769ef193e2e430d8c5d1865e64a78c2', '6d1ca9faeb01d81c0913e46a19ed5fdc', '261bce19fe77b52fae003e54441ce7665769ef193e2e430d8c5d1865e64a78c2', 1, 1264, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '247a022667359ad191a5bc73d8973f4bb9ed8d1f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cc.gif', 2, '8fa082cab448d903763f2d6630adf2d4fa8b7330ced43dd99d7f8f7087f1d3f6', '94a9202e2d3618f0d788e5f2d54323c6', '8fa082cab448d903763f2d6630adf2d4fa8b7330ced43dd99d7f8f7087f1d3f6', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2483da272e4b5684d720aa331d539476c1551609', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/42bce829627170d40be2d7e2b6113fcf.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092964, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24848052cd06b31422ef03cde7102677442f9316', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css', 3, '8c70390e1a365df9ec3d3dbbff3736475b7c28c3f2a80f48cfbf82ffd7c1c8a6', 'b3fba496b45dbcc9c35931b8aca15831', '8c70390e1a365df9ec3d3dbbff3736475b7c28c3f2a80f48cfbf82ffd7c1c8a6', 1, 1009, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '24885b68c7ee27db33e78936da7cc164241b6d8c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min-e1582401461713-150x150.png', 5, '0e2cdc4fa4a3043c913b27b5f2ae35b5679ba273651845bd860ce81e8b2edeaf', '', '', 0, 22879, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24a0d21f50262995d68d5eff25573dae3ce20ca6', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy.php', 2, 'daaad4a6b6517049c90e9a6a0a1ebdd46d95109cfc86cf82dafd58dca17a9d4e', '3e11b827d647c8a3ff7b0919c5e61571', 'daaad4a6b6517049c90e9a6a0a1ebdd46d95109cfc86cf82dafd58dca17a9d4e', 1, 43331, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24a9983b8ffaad2e0ec05e17a6c96c5bb300f4a1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-webinfo.php', 2, 'cae7c0f642dd417dfd0b92403a6d318ce9de9fa85e0ef70ceca2e8fee92d7eaa', 'c77ab0127c874aa9893c18634573345f', 'cae7c0f642dd417dfd0b92403a6d318ce9de9fa85e0ef70ceca2e8fee92d7eaa', 1, 5679, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24afca7ca36f80b9e73e0bbfafe96e058c6f4317', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/np.gif', 2, 'f90fea6a3fa6b641f32807e2d2c9d055265fb883ea4649367aace3edb02d444d', '07dcfcc7ade4117c8f5d908101c22328', 'f90fea6a3fa6b641f32807e2d2c9d055265fb883ea4649367aace3edb02d444d', 1, 302, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24be5ca6c2d9ed46091084342f588a4f53397b87', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.min.css', 2, '47a3b49628335cc1bd85047bd1c9d94e9be7a086a66d28f2d198198b0be34ab4', '3f5c74f26eaba5792f845958ff809c97', '47a3b49628335cc1bd85047bd1c9d94e9be7a086a66d28f2d198198b0be34ab4', 1, 18190, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24c36983be152f64d311377cda5e69ddc90e94ea', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-fr_FR.mo', 2, 'f06f81dc7abe16521a8e0487ff90028a16c0a40a380186e632e1d9077f1ade01', '5b5b4d28d0c2dc7c1c9690a2e5665d42', 'f06f81dc7abe16521a8e0487ff90028a16c0a40a380186e632e1d9077f1ade01', 1, 59041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24cfd1e3d005ccf74d81a6aeb8c0f17b8992679e', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-loggedin.snippet.tpl', 2, 'cb3f848ec3cc937745379bbeed94e42ff9d879ecac5ea748555436da66c554b5', 'c29dd0f4eec2f01bd81cc47413307c2a', 'cb3f848ec3cc937745379bbeed94e42ff9d879ecac5ea748555436da66c554b5', 1, 496, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24e4e547ae156af366fd78e11ee5ea5dc199e11a', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff.php', 1, '09660398af966e4752715f286b315266854f995b5c74a36fc62d2133e981c901', '6c70d59e9e9a6e9bd11537719313e32a', '6c70d59e9e9a6e9bd11537719313e32a', 1, 12950, 33188, 1, 1435505244, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24e4fe68c526e4dda91ebad05bcf2746fba9c08d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/lb.gif', 2, 'd030ed22761d06ff8f0c96ab46acd4357669e4081f4fbf5d65a264d98ea55aa9', '2c3675c6a47325a4d2445e50afc929ae', 'd030ed22761d06ff8f0c96ab46acd4357669e4081f4fbf5d65a264d98ea55aa9', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '24ed1f6f7dcca97c8de974eb399a4b76e266ba89', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_hidden.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992567, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24f52073ad80865e54f0daceca08207c50e2b855', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/general-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '24fa12f5e5cd390eb86378c753133742e80e53a1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Caldera_Forms.php', 2, '6c5486b9ad7482dd1db1ffd8a392583bd849f123ba3c8cdf4e69284c426fb6b7', '58a72095819db0d73fb0675cd898a33a', '6c5486b9ad7482dd1db1ffd8a392583bd849f123ba3c8cdf4e69284c426fb6b7', 1, 59291, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2501bb11ef5f4955fcefcb1cc127655d263449d6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599419894', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25023893f30e2d3c3873c46ef730743f99f2f8c8', '/home/hkrhostingreview/public_html/wp-admin/css/list-tables.min.css', 1, '9c2011087979135f530ae06dde56e42c98f16d3b4c3283398aff696aba02e7fe', '01f906ac3c792ad50368c3792bc1b913', '01f906ac3c792ad50368c3792bc1b913', 1, 32486, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2504176b0f69495b21d7ff6255a06c663afeadcc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Form.php', 2, '8cb50512741a1210f414f61cfce11eb030cfa5ccf4f83dd93ec55645b097b7c6', 'ef4d5cf7604ba28def6c543d3f7b5742', '8cb50512741a1210f414f61cfce11eb030cfa5ccf4f83dd93ec55645b097b7c6', 1, 35543, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2519c3fa8d23ba696bb40d752ca0684c85c51c16', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/magnific-popup/jquery.magnific-popup.min.js', 2, '1383dfd34f03cf01d762abcb841a4704fced81b9a35e79ea6c7fb95a1bdbf74c', 'e6e66a7304ebc1b122e199a995c5de33', '1383dfd34f03cf01d762abcb841a4704fced81b9a35e79ea6c7fb95a1bdbf74c', 1, 19941, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '251b79d9d801a78f0a1d5e1294f68313549c9265', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/https-prompt.png', 2, '32ffb91c5544f3c929dfa2c43df162800c8eb13bce13ecc4b4e3e30e268bd672', 'fd4aeabb7e0d7fd298276b2a04056863', '32ffb91c5544f3c929dfa2c43df162800c8eb13bce13ecc4b4e3e30e268bd672', 1, 21152, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2523524f24e6b59fddc1024d9aabeb0634e1fb13', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/main.less', 2, '7c9974cea1384dea8cddd30a412cc804d4e87ac356965ccf51857d3666d8cda9', 'cb405acdc816cfd164d3b000668936f9', '7c9974cea1384dea8cddd30a412cc804d4e87ac356965ccf51857d3666d8cda9', 1, 13486, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '252ea0a8ba1de399a1a325c5e343b6924ca5559a', '/home/hkrhostingreview/public_html/wp-admin/css/revisions.min.css', 1, '5702317d8c12bbb6cad97ed24474e92cb4d570f251b84b62008cc05a1607c030', '040c4477b10c9fcf3cffb761dcb0e50f', '040c4477b10c9fcf3cffb761dcb0e50f', 1, 8599, 33188, 1, 1564847214, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2536a118c9d5ac0c24e327dbb0f47db41fdf4b73', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Promotion.php', 2, 'de1baf90f872a10b499f8f30dd66a25ca4bea5a22ad2e5a704654d70f367d318', '7fdabbfaa2afd43157f42ba43d071bf8', 'de1baf90f872a10b499f8f30dd66a25ca4bea5a22ad2e5a704654d70f367d318', 1, 5015, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '25417d0516f4adb803ca64cce5fe3bb45ae04fde', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176755', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2547694f202100166d2f12f37a1bc4b95f5f3f12', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_ai1wm-backups_index.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992516, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2548d066eddd937c10aec1e90770c1027707affd', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_debug_classes_theme-missing.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992584, '', ''),
(1627004145, 1, 1, 0, 1, 0, '254b921649e8554f36c2463020d95cf7b0c3a464', '/home/hkrhostingreview/public_html/wp-admin/user/menu.php', 1, '6440c33fca49eb0df162906cf739cf094039fbf6f54a8691f964aa328c623393', 'c291386f76ca9b04c710342cabb61e08', 'c291386f76ca9b04c710342cabb61e08', 1, 761, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25545b9bee34b83c7ab9955d3e215724c831c5d8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Action.php', 2, '1a44e2431e828449637b32e8d956a55e9e97c4ff12c195a54e05374d89188d69', '92a75f202d626a401e2651973862a438', '1a44e2431e828449637b32e8d956a55e9e97c4ff12c195a54e05374d89188d69', 1, 4848, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25561b899f68aedf59058eb12931959d84b2510a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/calendar-main.min.css', 2, '1db93b99f298480985f5b43e69cf3aab5cdc117d308bbc0bb1cffbacb158d2e3', '02ca8f0232d4ee20572b176bb3eba1c3', '1db93b99f298480985f5b43e69cf3aab5cdc117d308bbc0bb1cffbacb158d2e3', 1, 14718, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '256e8fa767c8292f94df07c21a4e967e05e7ec3a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gy.gif', 2, 'e3708720ff851bf7f10a1168fc8af77613874812ed33c923d18032c8d287b166', '71a4f19942ccd37df09fa813943e5fee', 'e3708720ff851bf7f10a1168fc8af77613874812ed33c923d18032c8d287b166', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2576e856718db08d87d8ecbd5332db72ab58d7cb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176684', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25894bb697f13435ca50848587bb236a119f3d17', '/home/hkrhostingreview/public_html/wp-admin/images/arrows-2x.png', 1, 'a571cb5e488d5527801f72b5de8bb49e9d1af24186810f7983e1d3a272634095', '972051f086017dcef17964622336840b', '972051f086017dcef17964622336840b', 1, 863, 33188, 1, 1348711974, '', ''),
(1627004145, 1, 1, 0, 1, 0, '258cd5436a25bc069ac36b7de3251b0dbe2de6ae', '/home/hkrhostingreview/public_html/wp-includes/js/dist/redux-routine.js', 1, '78b63f0c37f0ed984d68c5d16d51e8c0780710e6792e6867d15e2ed69a5e0b1b', '330b275564eb0285afa4e176f92db068', '330b275564eb0285afa4e176f92db068', 1, 25249, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2591fbff84773bc81eef459c62c5db40fb173ca1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/book.svg', 2, '102c2564257065af32af180a92250aff936c9e6a9931d860d660d0399f5e20c3', '61d35514741363d78e66a53a4f39f87e', '102c2564257065af32af180a92250aff936c9e6a9931d860d660d0399f5e20c3', 1, 288, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '25b635779c3055f627c290d304f7569dd34827ba', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/9.png', 5, 'd1b0c716d4bcc0545df4e655098e3cf42f9b302a8cdfcb761f6862ceb5846054', '', '', 0, 4439, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25b7c74ae54f234fb6950359edc5862fd6dc8c8b', '/home/hkrhostingreview/public_html/wp-includes/js/imgareaselect/border-anim-h.gif', 1, '7c7dc4bd1ba3ba750b78dee15096a3d3428718d9e728818c811d84e7560705e8', '5ac3c42cc86e745a5e36b67b4c70a134', '5ac3c42cc86e745a5e36b67b4c70a134', 1, 178, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25bc0c7f1524f8a0dcfc3b7ae10e3a29a5c97ccf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css', 3, 'd161e6642a7346bc42518489f88d21d98e495eeaeae4bf0ba3539c4145fd9c7e', 'ade76b1943d33da517f5785465f29ec6', 'd161e6642a7346bc42518489f88d21d98e495eeaeae4bf0ba3539c4145fd9c7e', 1, 22911, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25c5521bc0a00acb12fedee17593aa3bef0697af', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/update-terms.php', 2, '66559cf2aee870cd513f534eed785f13f02c6bc6713ea8c41775f4a96e18305d', '1433fcfb82c90025e26432932c74ea0b', '66559cf2aee870cd513f534eed785f13f02c6bc6713ea8c41775f4a96e18305d', 1, 1552, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '25dc17552c85db3abf535d299ab5051330553f33', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_index.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992555, '', ''),
(1627004145, 1, 1, 13, 18, 0, '25e6efc57695ee4ab274f9895586356093e2d02b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176514', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 13, 1, 0, '25e8ec3e06a7f68cba84cc490fb59f6633367431', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_text-editor.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992636, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25e9b18088a3ccd9f499bec8138cc516c3f7b9a6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css', 2, '445cd8a23972ac2d37cbc1676f21486a7f634cdc81fd8dac262935e27914647c', 'f386b19dddb8a496f4b9bb7de10e0069', '445cd8a23972ac2d37cbc1676f21486a7f634cdc81fd8dac262935e27914647c', 1, 15998, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25fd9684cb9291948da16dc5aaf2317fe761c6ac', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php', 2, '9b36ff17a52195780bf67fcdca4aa0569c2453f480ece64e931a2a8c106edd7a', '7ce61921323df223eb92077d4df2a4c1', '9b36ff17a52195780bf67fcdca4aa0569c2453f480ece64e931a2a8c106edd7a', 1, 1711, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '25ff2e1239e852f3062034b0b71f2f1faa221e69', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cz.gif', 2, '0742e10d565b436d9845e784c1ca3e554fd926c1dc2e3d40c759cbe184dcb71f', '6352cbfac37d53fd10f6948e8b9a4ac8', '0742e10d565b436d9845e784c1ca3e554fd926c1dc2e3d40c759cbe184dcb71f', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2602eeda0af8cd59348228b2a3aa104e46b2e462', '/home/hkrhostingreview/public_html/wp-includes/js/admin-bar.min.js', 1, '6eaa0ca4d9c5ca0ec81868852acc0e4b6963a2b8f2fbfa11b2e382e4007fdd7e', 'c6ddf28ff950f8a3169a771f16b54b34', 'c6ddf28ff950f8a3169a771f16b54b34', 1, 7184, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2613943d0cded1151f108979ea69803a35590703', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.3-usage-tracking-schedule.php', 2, '203bb90f20e90c8bb68f656c0cb93b695f10cb951d4abd954dcb7c293d46f6e7', 'ee4eb96da69c3c24fa1cb570a9a1d692', '203bb90f20e90c8bb68f656c0cb93b695f10cb951d4abd954dcb7c293d46f6e7', 1, 713, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26169c4d67f2ef573342e85e589ad1effc58b0c6', '/home/hkrhostingreview/public_html/wp-includes/class-wp-theme.php', 1, '6c5375fbfb8e1c5676f3b8d77905ce3b26002a32c7668056b127d950a0f7665e', '81e58958c78a61e836764750fab7028a', '81e58958c78a61e836764750fab7028a', 1, 50134, 33188, 1, 1569272458, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2617644c29e05a40ee35e9500f2128ba1b437b9a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cs.gif', 2, '9f336d8405af22ac4caf50e511503fae478301937699f1b823ab437de27e133e', 'be7111c8a514d660850c92d217b7860e', '9f336d8405af22ac4caf50e511503fae478301937699f1b823ab437de27e133e', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26196038da654b4233ccfed5f6bb4fcbc3973193', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/wp-color-picker-alpha.js', 3, 'd82c8565d769687d2a3ecd296166ff162bc7aca9902d60169855af4e4b74115d', '6f63d2c9dc5e5f3e1ab4bd696d400922', 'd82c8565d769687d2a3ecd296166ff162bc7aca9902d60169855af4e4b74115d', 1, 16098, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '261d667536a2fff360d61918fe8f025a0801c3a7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/widgets.php', 2, 'a6bd01ed918209d0df8f8efdc4e701c96a90a9c4a8c777bb0eda21825873dd79', '7ccbba6c67f40cdee46f7367189326d2', 'a6bd01ed918209d0df8f8efdc4e701c96a90a9c4a8c777bb0eda21825873dd79', 1, 11612, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2624959b147f5c7fd08f9bf5e982edd03fc41fd7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/login-bg.png', 2, 'f0e33b47a34de21452769cb11ff4e430abd21647fbc5c24c6e2072cadb9ca3e6', '4d876afb04fa311d662555a29bc4f276', 'f0e33b47a34de21452769cb11ff4e430abd21647fbc5c24c6e2072cadb9ca3e6', 1, 338068, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2635e67fd1e9594302a4491dd0ab3cc0fee2bbe0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/split.svg', 2, '1f1240013117cfcccba19ddfa671c3d886255d79112411851070c1dfabece7d1', '06fb4e3fe6ecb68842a02c06acaaf6c2', '1f1240013117cfcccba19ddfa671c3d886255d79112411851070c1dfabece7d1', 1, 242, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '263f51227b51a93d7e1c45468a2eaf4b64d7bdde', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ko.js', 2, '2a45666639afebf879e90a2056f74c1c30b25eb75be1f925bcf39f10ae495f56', '2db7fd9ab54e75d8d4ded6abcbdb9c6c', '2a45666639afebf879e90a2056f74c1c30b25eb75be1f925bcf39f10ae495f56', 1, 854, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26442463b126f6ab7d462794323a756c14b40d00', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/excel-reader.class.php', 2, '6490befa0c560557208a664bbd7291da4070707bf49c41e1a231dbcf70ea37db', 'ff07267ac2995780bd3286c52855936e', '6490befa0c560557208a664bbd7291da4070707bf49c41e1a231dbcf70ea37db', 1, 75192, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2647a84500864d65045ad7f93bee768c91e77b75', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Int64.php', 1, '7d75e5f90c8313f42a45a9cf6b92e94addbd69c5b4db53263782a2e8bd474766', '25186dda530603bb2c9714bbae5c06a6', '25186dda530603bb2c9714bbae5c06a6', 1, 31156, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 13, 18, 0, '264e46888bc220bae33e3a8fcfdad1baabba90c2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176629', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2652f60019e4fb189839826eeb5013b907a71dce', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/rateit2.png', 2, '1a35f1629367286f8910393edcd93e729ff3f2536ac658aaebf0457de06bbcac', 'ac8342f45fe605915b725d73d954f96a', '1a35f1629367286f8910393edcd93e729ff3f2536ac658aaebf0457de06bbcac', 1, 12374, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '265c5d6f86dda978be0c83591e4e5fb8343bebd6', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, '6c021efaa22b8d7c046e4aeade101a83ca24f0ff8df5b4936e9d1c30b836f7c3', 'bd4eacc8d3a60c9b9ffd8120db87d815', 'bd4eacc8d3a60c9b9ffd8120db87d815', 1, 55416, 33188, 1, 1570507322, '', ''),
(1627004145, 1, 1, 0, 1, 0, '266e3f240bfe1300923c33e18a864751f73eecc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-subs/impexp-subs.php', 2, '8e3cf2aaf1cf62d6af073e7494587b6fd9d29ef235b852d6a160ed56cab01136', 'b8591a3f405e081c844974ffd69bccc3', '8e3cf2aaf1cf62d6af073e7494587b6fd9d29ef235b852d6a160ed56cab01136', 1, 953, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2678bbd100cd271ae5de733f4b35cf7198c8b3e2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-150x120.png', 5, '9a71aed834f7835e9734e0e0a85d42b430839c99ed0d3d4d1d75e218dc61793c', '', '', 0, 677, 33188, 1, 1596822131, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2681e2248ce897d4aba98eb359c1fa0c6b857451', '/home/hkrhostingreview/public_html/wp-admin/network/freedoms.php', 1, '41042d52f9c236cd7064ca17866ce7682667260908bd5e8abaee8d6fa271e5d4', 'e1af39e94239a944440ab2925393ae60', 'e1af39e94239a944440ab2925393ae60', 1, 269, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, '269924a0a6641038ef730a39c71e0d4810bb52dc', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, '029e06124ce71c9285ca20c62a1ca947e57f75679270d04e6a2a572fd3febc36', 'e692a8504899e953b1e96c8daaecb310', 'e692a8504899e953b1e96c8daaecb310', 1, 1654, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, '26a30616c9d16c3e5d940432c55d17f210c8d625', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226768', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26a590f9fea9728bda3b3bca40f926469ff55141', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tl.gif', 2, 'fc957167a113a48c6314de39e9ae9e7463fe90371f97e77eaadbd7ca0e8408ad', '9e79c92f60fb33cbb83addf04c64c789', 'fc957167a113a48c6314de39e9ae9e7463fe90371f97e77eaadbd7ca0e8408ad', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26a840a5058b079b96367dcf3f9cf8bd3f70d3ce', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.hotkeys.min.js', 2, '7416f197c1cd942f2d4aa44bb7b340bb5478e9bebcac93f7a3c34ebc2beb3ad0', '9d9fc2ec63df544c5fc54f108381eed5', '7416f197c1cd942f2d4aa44bb7b340bb5478e9bebcac93f7a3c34ebc2beb3ad0', 1, 2192, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26acedf5034542e819bce812d4c435f1d5cde240', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-nb_NO.po', 2, 'ea01f32e24fb4c16da858eb62712bcef4b4d94ddff0658472228c4976752034e', '9b4afcae50575a2daf638677a9b3f04f', 'ea01f32e24fb4c16da858eb62712bcef4b4d94ddff0658472228c4976752034e', 1, 209291, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26ae0d05c6f843f8b228dd0091153252395020b3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-upgrade.svg', 2, '5492972940056c37506a29db2d4a12c08d266fb59ba09e42e3b01f35e92193da', '581e56f01a21a57277b31417912a2f99', '5492972940056c37506a29db2d4a12c08d266fb59ba09e42e3b01f35e92193da', 1, 1930, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26c34a52e6f64f5a1e65c7c90124d0d29817cdbf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/layout-fields.php', 2, 'eebf2b5df986efaaaae319c31e54ca22f0ceb92301cd420d331adde5effebf2d', 'bfb5fd05e09324ec5c46cdd03035d449', 'eebf2b5df986efaaaae319c31e54ca22f0ceb92301cd420d331adde5effebf2d', 1, 409, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26c7a8e78e78d1b61e67dda44bc11aa3f5d6032c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/drops-negative.svg', 2, '1ff82451583d0fdb2463b95832971a9cd007a99053563f00edeed1613f62f731', 'bfcb090853a9a16cac5f79d684acc0d1', '1ff82451583d0fdb2463b95832971a9cd007a99053563f00edeed1613f62f731', 1, 2268, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26cada3a110fe8e9d3cb1f0bcf6489661279b664', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-loggedin.html.tpl', 2, 'a45c6d748ebac6afe0d11a7c15802dcdaa0e48a6b8ad45786102ef28df506368', 'e1c2b75e91114b74fe9b33b27e86506a', 'a45c6d748ebac6afe0d11a7c15802dcdaa0e48a6b8ad45786102ef28df506368', 1, 883, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26d08d8c30468024f7dc1e59619a74bf0f6defc7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', 2, '6c4691fec18a46474a59ee380cfab7c0e54d5795cfb38b4cbbed7047b7327c30', 'ac14e96e539785afba3d73552b9b201a', '6c4691fec18a46474a59ee380cfab7c0e54d5795cfb38b4cbbed7047b7327c30', 1, 189, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26d8df31dfd8ba7030e6a012cdd51a7b9b50487d', '/home/hkrhostingreview/public_html/wp-admin/css/farbtastic.min.css', 1, 'a2971a092b39c7640c0822ab94718f0a153d74711121504be8779368db4fdad2', '23d55eb53a88478028930c82b13a6b0a', '23d55eb53a88478028930c82b13a6b0a', 1, 537, 33188, 1, 1503173447, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26dac20ae839e38fdfc80fee483b3ebb1de05d63', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/class-hfe-fallback-theme-support.php', 2, 'd608a04b71d959335a2cb93c231cad1d4cf1ff5c0bcd99ac989b6c81f148a67f', '6028126df8684ef0b5ee075095e3e91a', 'd608a04b71d959335a2cb93c231cad1d4cf1ff5c0bcd99ac989b6c81f148a67f', 1, 7153, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26dd1b4e301468df52e719882097742f57c41c20', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/select2.php', 2, 'af816ec640df79db3f3d6ba8bbab20dab2bcb55ce7ad30430711c60a799e6bf2', '88d999bead7ab87bcb434ac734bf9934', 'af816ec640df79db3f3d6ba8bbab20dab2bcb55ce7ad30430711c60a799e6bf2', 1, 2598, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '26dead7a6972fc0f32e4020d642e1545f3e8b8bf', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/utils.php', 2, '5fc4e9f86e60590312cbbb3be1e0db4cfe639d846a05d71d881fce072337145b', 'c3c746b121e0694a4d9adad3a4eb6914', '5fc4e9f86e60590312cbbb3be1e0db4cfe639d846a05d71d881fce072337145b', 1, 17861, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '26e854d73acbe2b48e290e1be37d854b5b036572', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_templates.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992618, '', ''),
(1627004145, 1, 1, 13, 1, 0, '26ecb05b0edf59d054531711212a7769dfb9d21b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-report-controller.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992519, '', ''),
(1627004145, 1, 1, 13, 1, 0, '26fda0d0061c12f9d1f8282a5bfce7dacc6420c3', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/2-2-150x76.png', 5, '22df7dcbf3b484bf75a7dd005186d7a6fca9f80de133c6b6efebf466f69c4960', '', '', 0, 5791, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27003bb1239d2da7763dbbb28c769e1b23041bde', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ci.gif', 2, '1c8d12a465b1a1fd7f5420f22c53d2f468a1ceb7b9ed8ec57ebdf9ce7e8c343d', '8ed1d6c276ae7964928ae032c2b9aca1', '1c8d12a465b1a1fd7f5420f22c53d2f468a1ceb7b9ed8ec57ebdf9ce7e8c343d', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27066fa99d9e68042cc6e23bf81add3b2b253cc0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/link/class-astra-control-link.php', 3, '28262c4543e9061f06186953fcb36616a42748534237610c96fc5fef715adffb', 'df53ffa07bfe2b0dd52aba684b798c01', '28262c4543e9061f06186953fcb36616a42748534237610c96fc5fef715adffb', 1, 2769, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27077a8886ca9527df6746c41e7c98c31b2d95f2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/preview.js', 2, 'aaed65f6eaab365d0a5939d5e7ed0c5bf429cea44efb4b4c8c3482a631b49fac', 'a404deb2a9596a726e28b259cc21545b', 'aaed65f6eaab365d0a5939d5e7ed0c5bf429cea44efb4b4c8c3482a631b49fac', 1, 54267, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27081f4cc46e284f7f7eaa53c09d3f171a6ca679', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-debug-data.php', 1, '01c8d5dd7e2ad2f4484358cedbf8086588bb30c30bd37c70eac16e83888830b4', 'b582fd1362e857e984ea82ed818a2ead', 'b582fd1362e857e984ea82ed818a2ead', 1, 47872, 33188, 1, 1569419278, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2712cb26f3b40d9b8803eec3f7866e82259a2f9c', '/home/hkrhostingreview/public_html/wp-admin/network/plugins.php', 1, '47248dd9be2ac69b04310939b95bc8c8c7407abdcde30c75de6446edf85f807f', 'e4f7cdfcaddc4693fe0bcc39bb55d68a', 'e4f7cdfcaddc4693fe0bcc39bb55d68a', 1, 267, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, '271b86f2ae31afe60b80e447a9ba788cee39251c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-forms-reset.php', 2, 'd945df9e98bcea7e971c2109086c8d39363d8f882b7f47698c332444696facd2', '1f74ee070297b58d444523ba27c2b03f', 'd945df9e98bcea7e971c2109086c8d39363d8f882b7f47698c332444696facd2', 1, 3138, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2720f248d81bb1745757b2b44805333fb47dc201', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/js/jquery.datatables.min.js', 2, '2c3cf62f58e179fdfc3f5a247ddf48fc3f1ba2cc8053507b5f914c7a7dc7dfcb', 'e0763d7a041d4939e207a218fa6df74f', '2c3cf62f58e179fdfc3f5a247ddf48fc3f1ba2cc8053507b5f914c7a7dc7dfcb', 1, 83880, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27306885aae0622cb967910c2cd7a71c5df53f32', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/fileinfo.lib.php', 2, 'b2605e414c21dfb300a848b825b804927d54e8611750869639ac72ec4f4c19c1', '9c955924df94b74a2e0584086391fda7', 'b2605e414c21dfb300a848b825b804927d54e8611750869639ac72ec4f4c19c1', 1, 15337, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2732143e0c109ccbe344dc98984f2d862d5a4d62', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo', 2, '2c6f011073e37492d72650706470dfe9c9b1ef9cc59cb85bc0182cda9b8c38b0', 'd55102ec6ec4729e295eb1d994aa6d4f', '2c6f011073e37492d72650706470dfe9c9b1ef9cc59cb85bc0182cda9b8c38b0', 1, 11424, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27383f28612fd67f9e7170e86ed8119708982c9e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.min.css', 2, 'a2402e21e8838d501293b29dc24751da7a1f36ee77ca4adae0e0ce71cf26dc94', '6ca99d53d72cf4f1de70a9e90263af3b', 'a2402e21e8838d501293b29dc24751da7a1f36ee77ca4adae0e0ce71cf26dc94', 1, 7410, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27402417dde6b4917441d5b62d50c2dad964a4d2', '/home/hkrhostingreview/public_html/wp-admin/includes/class-theme-installer-skin.php', 1, '4d72b3373469bae95696df0e793e9411b40183d6df3b12eba07fcc442094a74f', '39b621a70c051c78b37e29f8990ba2ca', '39b621a70c051c78b37e29f8990ba2ca', 1, 4385, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '274f8aca8c514d25960d43df16e388bd09e4a04f', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, '6479d4290f4791db3d33072a6023ecfa073f177fa4e35e1b2c73c299d4bd1171', 'ce5ac6be42d82c1f4a2954f081996378', 'ce5ac6be42d82c1f4a2954f081996378', 1, 893, 33188, 1, 1532365345, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2753b69dea419a399ca7abda0ca7724dcea8d6c8', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/embed-404.php', 1, 'aad869577e481db9324a3aaa60f3a93b95d6cf6ef7bc6ef0c4d4ca16069ca4b8', '3705965b522b03539b86412d1a612a65', '3705965b522b03539b86412d1a612a65', 1, 972, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '275ac372047dede3d6b3eada5b6ca95aa3766781', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/wp-background-processing.php', 2, '3b703d32d1f8e9e4a83ed728a909f1a57c8e79090947ae93fb34bad9190efa99', '194b5d9e58962e910bbf2c61656a83c7', '3b703d32d1f8e9e4a83ed728a909f1a57c8e79090947ae93fb34bad9190efa99', 1, 605, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '275bfa0ed7225f03a609d140489f97a8ea106cef', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_database_class-ai1wm-database-mysql.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992530, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2761dfb77b614380a252ae7fe22738d0b952d413', '/home/hkrhostingreview/public_html/wp-includes/js/colorpicker.min.js', 1, 'ee82815fbcdf7f8cd0b694fdc1644df52c2c6f0ac17e5da6a8bf9f427dad254b', '71131b3bc63bacef4c40b16235c5e735', '71131b3bc63bacef4c40b16235c5e735', 1, 16619, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2766c9354a62296dbe4306efc0c1e7bf00df11f7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/php.php', 2, 'b88a7f1f4700265b4ed96a92a213d2961bf4d9df80dd1d5429ea8abe10b7296c', 'b4ab4fedf1ba8b0a47f9020f4765e3e4', 'b88a7f1f4700265b4ed96a92a213d2961bf4d9df80dd1d5429ea8abe10b7296c', 1, 266, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '277e08607fe1fb1736658e6e1e9b931cc7254769', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/calc-field-class.php', 2, '504736155bf726896ecf0471c16de11da75246f6610fc11bc7550b44fcf83f4c', '10452f2431f12d3db05292e78214d78a', '504736155bf726896ecf0471c16de11da75246f6610fc11bc7550b44fcf83f4c', 1, 2960, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2782d0a89def9846123c66c3bacedc63a23de7d9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176617', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2784879ab9adb51ddda733dec56fffde542ec78e', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/main-rtl.css', 2, 'bd781f05fb57d1f954314449934e609aa926469044a5f7f2a1e8d30187350d2a', 'ae5495e7ecb8b2ff88c1c913330fe9a2', 'bd781f05fb57d1f954314449934e609aa926469044a5f7f2a1e8d30187350d2a', 1, 14425, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '278b4f34e185b46af8b85ab9e8d576f9ed8d8874', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts/fontawesome/fontawesome-webfont.eot', 2, '7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979', '674f50d287a8c48dc19ba404d20fe713', '7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979', 1, 165742, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '279243f3750bf578393c16e81d3904bf1254adbf', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/config.php', 2, '3d538e617afbe581d64cff23dcfc475fd71532dc26c2489793b30510d616b8ef', '2d5db593460a4bd6b628bcc69bc9bf96', '3d538e617afbe581d64cff23dcfc475fd71532dc26c2489793b30510d616b8ef', 1, 62579, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27ae4b79d24cc1603edcf4d935e50773061cb8ee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php', 2, '26af2954a09480980f097629739742e991b3ca230269bac27713f81e0c87db90', '378f506ed26610421009f18043e2f7d7', '26af2954a09480980f097629739742e991b3ca230269bac27713f81e0c87db90', 1, 1945, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27b2ad01785301baeb9a951fa42f5930a301e1d3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.woff', 3, 'e442ca3575de6bed4c43d18fb91841e59211f483543a7a3720e9bab7dabc5550', '267732a117a1ceb569f5da69d09196b6', 'e442ca3575de6bed4c43d18fb91841e59211f483543a7a3720e9bab7dabc5550', 1, 1284, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27bb420bd234e52c57a9895b10d9e39e3cd6295a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-hi_IN.po', 2, '29bd1276e7513db8fdac2d5c6556a7c586ca42504a9784a6ac0c37508bd03f5f', 'd8865d250c67b08e66cc10362d8e1465', '29bd1276e7513db8fdac2d5c6556a7c586ca42504a9784a6ac0c37508bd03f5f', 1, 214455, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27c7f36a186c93b1c08dc2758e69af9232155403', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-list-data-mapper.php', 2, '25ff9c854105c10cfe39e3dd4ad089f679266fb59e1a83ddb3c12807f7057d20', '23118912813820468ca3324edf6beeb3', '25ff9c854105c10cfe39e3dd4ad089f679266fb59e1a83ddb3c12807f7057d20', 1, 4339, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '27e12cd60ce6066ef3be56f9c6c0e42c9a3127b2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/style.min-rtl.css', 3, 'ae8d0c215639c955d3b73d0c7ad69e9eefdc5bfa1a78c3a0fddf99472a6686a6', 'e03fc1eba9ba4d8b917a7ce3d63b63c8', 'ae8d0c215639c955d3b73d0c7ad69e9eefdc5bfa1a78c3a0fddf99472a6686a6', 1, 88055, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28024d9bc4ac193e663b9457dd3b21ff60599dac', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-google-recaptcha.php', 2, 'bf4f76d7d1ac8a18fab20bf5342581efe9916078c86e2ad7748c8d8f3e4dc9d4', '97c8d7e0612e8b42b899d0016a47d12b', 'bf4f76d7d1ac8a18fab20bf5342581efe9916078c86e2ad7748c8d8f3e4dc9d4', 1, 7862, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2815b9fc74bdf27af98ac7eee71691acdd7faad2', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tr.gif', 2, '37568999704bda52ec7256508fd86ffc90aa578466014cb9854e12252bde0670', '3c7e51066bea641449722616fdce2d21', '37568999704bda52ec7256508fd86ffc90aa578466014cb9854e12252bde0670', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '282176bf0770514898ea68c22350bcab62a405a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/database-migrations.php', 2, '5915c950069fd5363d558aed7f30f54a5741c1c0542c54cd71cc8afbda320426', '965bf4a5bf1bfb730b4d51dd63338827', '5915c950069fd5363d558aed7f30f54a5741c1c0542c54cd71cc8afbda320426', 1, 2959, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '2822126f38f0e070ee664849a2931f07ceb258a0', '/home/hkrhostingreview/public_html/wp-admin/media-new.php', 1, 'ea56c4b038e4c739e71d36edf19a8526897dea55396b8ce0648f37ebcce8860d', 'de92b3849de0238412beb14c25fcc69d', 'de92b3849de0238412beb14c25fcc69d', 1, 3194, 33188, 1, 1564094757, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2827d3fe84072a16861d9649246ac181c1bd9339', '/home/hkrhostingreview/public_html/wp-includes/js/colorpicker.js', 1, 'ec35cdd800091a8b653a918ee41a801529ccbd43d28b7c32114396512b3fd93e', 'f01017ca562067f4840eb2b6f99f2daf', 'f01017ca562067f4840eb2b6f99f2daf', 1, 29083, 33188, 1, 1353165089, '', ''),
(1627004145, 1, 1, 13, 1, 0, '282cd16bb3275f4bd8822cbba25c158104bf4554', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_uninstall.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992570, '', ''),
(1627004145, 1, 1, 13, 1, 0, '282d0b9eece3b1f2ba176c9a136e47cc86439696', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-min-768x397.png', 5, 'dd8db6dea7b7c9128f1fa47cdd37dadc5c31251ea9eea235acb7249982270f69', '', '', 0, 368149, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '282ff9d8608ec7d4c535e51e6a65782733ad5439', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/general-settings/general-settings.php', 2, '164346bb413ffdb6288f1911a383bbf1b0719eb57c3be17e330a20bc669ed5a2', '0ac9b26c1fa4d3ce2edc1e95c5f5c8f7', '164346bb413ffdb6288f1911a383bbf1b0719eb57c3be17e330a20bc669ed5a2', 1, 6000, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28378a0144518e8583f331630fe719bc20151970', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery-migrate.min.js', 1, '48eb8b500ae6a38617b5738d2b3faec481922a7782246e31d2755c034a45cd5d', '7121994eec5320fbe6586463bf9651c2', '7121994eec5320fbe6586463bf9651c2', 1, 10056, 33188, 1, 1463724688, '', ''),
(1627004145, 1, 1, 0, 1, 0, '283da0ba8c33650ca275c9277fa706a69a3f7700', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/admin-before.php', 2, 'b0d83f0f1c0ecc90083987caa9e3baeb2ad819df23a47d5a067712183db83e28', 'c89c1fb53cdfdeb45f0f3b57d774bd19', 'b0d83f0f1c0ecc90083987caa9e3baeb2ad819df23a47d5a067712183db83e28', 1, 137, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '284c8432fb99aee4a3f9ca0a610851c0fc806947', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/admin-notices.css', 2, '17ba6edc6f898f2991e9875e286a7fddf81fbf31183fbc29db96b4784a14fd21', '3c010b599b3e94d734de6c6e47638ee3', '17ba6edc6f898f2991e9875e286a7fddf81fbf31183fbc29db96b4784a14fd21', 1, 937, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2852c4ab95f889d0ec1dd5def79568427a9ffff2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176767', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2879046b8a9c778c68539871395f142f5a6abb89', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-fields/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '28860f7545bdb0a33cf84c3803befd6ed102fe0b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176668', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '288613ec509f422cebcff10098df50e11ba8cb08', '/home/hkrhostingreview/public_html/wp-content/plugins/classic-editor/js/block-editor-plugin.js', 2, '17e72a4d32af8af10dffd1d9d4f8c2ef9f5f9d3d249ad5740d374c3ffc3acabf', 'c0e310a8f78a001610c7e334a6a42a51', '17e72a4d32af8af10dffd1d9d4f8c2ef9f5f9d3d249ad5740d374c3ffc3acabf', 1, 624, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '289109208261f49360811ea798d95fe8861dcb4a', '/home/hkrhostingreview/public_html/wp-includes/js/customize-preview-nav-menus.js', 1, '53d2d2611aef3b13a3447b953c8d58a0a4b8c6a8bc0574b832575445e4fad9f1', 'bfdaaed26c7669aba522ef65bdcdd778', 'bfdaaed26c7669aba522ef65bdcdd778', 1, 15026, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2897838a87dceafe1a5e5f73f6d5af41d97917a1', '/home/hkrhostingreview/public_html/wp-includes/Requests/Transport.php', 1, 'e81e1b9a527a8f4fbe0ab94d016ba09e9ffaf57902e7cd7587fdc8c631f8513b', '019c993bce6bed178baf4b5c566cc617', '019c993bce6bed178baf4b5c566cc617', 1, 1220, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28a97ce3ef6e6b9d8658ef19d9b0439edd77cbc6', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio-video.flv.php', 1, '4227359e5c8aa464530033b3e435ebb62ef5fd86d3d17efc8787e3f07fae8c10', 'f7ef572f85f862b2dff188eee78bd79d', 'f7ef572f85f862b2dff188eee78bd79d', 1, 26979, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28b4751260477abfff5fb39ab326beffd3027f58', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/get.php', 2, '25b7c7a0b9c915ca2b539677739610cc3f193700f712e3ac3657e8625f4f7d65', 'd3b4cacc71b4b42737ab80008a593efb', '25b7c7a0b9c915ca2b539677739610cc3f193700f712e3ac3657e8625f4f7d65', 1, 748, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '28b4c784bdf75e735b630e1c2096f2c789d0194b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_base_controls-stack.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992601, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28b8f332c28e19ca2ca7806fbffc4490ced1dba4', '/home/hkrhostingreview/public_html/wp-admin/js/accordion.js', 1, 'b2ca9690c38a90e15ec15b4c55127cde90cf89a170b53ebb8564bd2e446aca96', 'f2086c19efb64a0b66f05f46dd35ae9b', 'f2086c19efb64a0b66f05f46dd35ae9b', 1, 2953, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28bf52dae25cbf0e3e6b95eefa2588903654a121', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/jquery.maskedinput.min.js', 2, '4d2f8e93a72b351e2a74a613e93e63c0c1e3b0f742cdb83b7664f4796092376d', '527014dc47a66640dc96db705700c7a1', '4d2f8e93a72b351e2a74a613e93e63c0c1e3b0f742cdb83b7664f4796092376d', 1, 3568, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28c215af57b0ae4dda6fd5c6015632b56a2d6d94', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/weforms/index.css', 2, '6f9915c0f1a40a80b2d8f70e2aaea56e0c3582180728c22200b5af162446bc3d', 'c8a64d4821e8457ed8bea23e09937520', '6f9915c0f1a40a80b2d8f70e2aaea56e0c3582180728c22200b5af162446bc3d', 1, 1114, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28d9f3f19ab7c8fa172641a8c1e21105e35f4af9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/pbar-ani-old.gif', 2, 'e6b1d0d202c3b98404df6f7afa271550bb87304ebc2e822bdc46a87a1bb36622', '7171955c71e30f3337a7edb0a28ed8e1', 'e6b1d0d202c3b98404df6f7afa271550bb87304ebc2e822bdc46a87a1bb36622', 1, 4404, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28db9d51cc9eb8615cc19a7a90af11135970b23b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css', 2, 'bfa1a98b6d4b6b2f4e8154872857093249ba073497a57e1f8b5272432e640d13', 'f6a191fb7513d5707aeaa38d24e99bd5', 'bfa1a98b6d4b6b2f4e8154872857093249ba073497a57e1f8b5272432e640d13', 1, 6359, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28dddf534fe7f8b5b8f6c58197d728647cb20bdd', '/home/hkrhostingreview/public_html/wp-includes/js/customize-models.min.js', 1, '009e786353984227443b43bef8907aba27ff0fc8b3d28a963069f4c9569f87f1', 'bba23cbc9478a251a816c14aa4074ec0', 'bba23cbc9478a251a816c14aa4074ec0', 1, 3658, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28e14faff9fda94206c28bab01f0bfdd8454b44c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-7.jpg', 2, 'd5b7eb8fbf50e0c3c9da7a0f3ef8513ade11acd9bb8459e05d4ad3cfdac30c09', 'f05d8fabfef0740f092a6722ef73b4c6', 'd5b7eb8fbf50e0c3c9da7a0f3ef8513ade11acd9bb8459e05d4ad3cfdac30c09', 1, 237519, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28e3c7d53a9cd38aa0fec850b4ec69dad2f7aaaf', '/home/hkrhostingreview/public_html/wp-admin/css/list-tables-rtl.min.css', 1, '698274b12878eeb5c6a7be5c28543f772e98574efa06fcbbfed617ead83fa20e', '8d4a4692e68a588b456cf537bac52fb2', '8d4a4692e68a588b456cf537bac52fb2', 1, 32513, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28f62c7ec447fba0e10350c168fb952cd0fdd54a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-email.html', 2, '68bc22642b3a1ad76ba91803965d7b2d4de1be8508722ecb3dc6e1d750003931', 'cadfcbc2a2625a45b1eafc39054f9d9f', '68bc22642b3a1ad76ba91803965d7b2d4de1be8508722ecb3dc6e1d750003931', 1, 735, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '28fa3aa4cc6f242d366d649da61d8ec3e4335552', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms.po', 2, '548e99a1b92d634b782f22ac9c381e7cce301070e6fcc29070fbece91d5140c0', '5873c9d6367786faf674742a154a4517', '548e99a1b92d634b782f22ac9c381e7cce301070e6fcc29070fbece91d5140c0', 1, 87367, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '28fbafe6726e10fb3a042976f4523079bec1faf5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_beta-testers.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992602, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2912d3da7778a0fee61e4e74c7a1cd3ac10ebfe4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108964', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2923b981d833ec1cb0a58d09f903c358ab345968', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/README.md', 2, '710d79ed060540630b2bac4888a8c770e9f14a4c1f223642fdc6ebf49e6e562d', '2d2def072237e20ffe063206c10b5a5a', '710d79ed060540630b2bac4888a8c770e9f14a4c1f223642fdc6ebf49e6e562d', 1, 2555, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2931fa2b042e12f9444d879e0442f40233ad4d52', '/home/hkrhostingreview/public_html/wp-admin/css/nav-menus-rtl.min.css', 1, 'f88952f1b8fac44f162856dfeef75a7156ddb71530f10a01813f14749f5997bb', '043de378600b0c2ac4125573d8099a48', '043de378600b0c2ac4125573d8099a48', 1, 12322, 33188, 1, 1569448318, '', ''),
(1627004145, 1, 1, 0, 1, 0, '293b413727782e0f0f7979217486d8b988f40bad', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/style-rtl.css', 1, 'a24f5ca965d3748b7d4d05cf3fdafcdfdd94e041029dc66d3be3e99c2c84859e', '69e6c58d114579fea139d1eeab95a5eb', '69e6c58d114579fea139d1eeab95a5eb', 1, 50027, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '293d06469f4848a5d9d67a306dafb9d88ff95c4b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-listimage.html', 2, '2b2c266f099b99ff21aa4cac676f835258fe9e18bedaac62372cf3452ac87c81', 'cbea6e4ecdaf6ef387e06849b99be187', '2b2c266f099b99ff21aa4cac676f835258fe9e18bedaac62372cf3452ac87c81', 1, 2165, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '293d4e2be7b4ab97cd5ee9e87e61ecf2ba50bc77', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/spreadsheet.png', 1, '045bb9e2bf2ae73be6bceae869ee24d601591c18f05ca5d193b400e6bd013c60', '358639f8d0a20c318054cb01c76ea4ea', '358639f8d0a20c318054cb01c76ea4ea', 1, 2408, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2943ad69de26008ad0f923f04e5e9565bac9a2ba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/City.php', 2, '8b67016f6ded680dd715b5c8ed61ad15af8bd139b17eb8ce2c896ce29e6e8b9a', '3b214e435f68d36083075fa99d7ad6f9', '8b67016f6ded680dd715b5c8ed61ad15af8bd139b17eb8ce2c896ce29e6e8b9a', 1, 595, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '29867c45e0fa3108b8ec91cc8d04d036d6d454c7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/6-1-150x76.png', 5, '6447a2f201c257118fd8f22adae317db4a16596d95542432b30faad2aa279464', '', '', 0, 6722, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '298bd2c2bc6e82745fbb92a82da8eaba27cab1f6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176469', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 13, 1, 0, '298dff3b2f8d6f4bc8caa4c834f31f76b32638a3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_select.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992569, '', ''),
(1627004145, 1, 1, 0, 1, 0, '299325a893824a8cb12a726aaaa8cb95ae9451af', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2', 2, '762c789422b08e67221c82cfe784618378820b92170e3908e8c14335962a0cb4', '78838245405f2a164672c4622dcb77d0', '762c789422b08e67221c82cfe784618378820b92170e3908e8c14335962a0cb4', 1, 21924, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '299a00c312e1b389856dd40cc51a9ff84928232a', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-apiservice.php', 2, '067fe014ca480e07e34ad4ffc5fb348b95ea7698b1553540e2cb427858e1afbb', '18740244980d8838ae2c64fb433067c4', '067fe014ca480e07e34ad4ffc5fb348b95ea7698b1553540e2cb427858e1afbb', 1, 5661, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '299fcb131f1b444146fd638c96ceb290fd731561', '/home/hkrhostingreview/public_html/wp-admin/includes/widgets.php', 1, '32bab454d6ecc23823ecea82c7275f71ff655b9f992232c62c402ca35773f521', '86b47480c04a5923ca3f41b3999203b9', '86b47480c04a5923ca3f41b3999203b9', 1, 10790, 33188, 1, 1568547715, '', ''),
(1627004145, 1, 1, 0, 1, 0, '29a29b97ee62519598f5c1b53a4ef443a195b19c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/information.svg', 2, 'a682f3299593f7279f86c7599215214aceb80fa5c411a2a8ea49b7422459df42', '63a227e673c54105c6e83b5c93701fd8', 'a682f3299593f7279f86c7599215214aceb80fa5c411a2a8ea49b7422459df42', 1, 5812, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '29b55b89fd4c7a421e60af3971f2b74879acf934', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176824', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 18, 0, '29bbc8859174fb6f8952e8fc51878830a04532cb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599477461', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '29bee3cd98de1f6eca001ab2201e62cb6f745bc4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-opinions.css', 2, 'c43fc854069711316093787ecb8bd22b7f9ba8c6a67d5d85da00a44ced2eba44', '72de66fbd8a0677fa5305b2b7488afb0', 'c43fc854069711316093787ecb8bd22b7f9ba8c6a67d5d85da00a44ced2eba44', 1, 3492, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '29e32bb85225da949a57f6b109a0887b889bebce', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.js', 2, 'e76e3481f79252f9794ba452b56beffb2ae9ed4f70ce12f9a22917405cc913ed', 'aa11a22334484f7cc74206f1c21cac79', 'e76e3481f79252f9794ba452b56beffb2ae9ed4f70ce12f9a22917405cc913ed', 1, 20286, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '29ea1e8c972b444844f95792c16a0446621299aa', '/home/hkrhostingreview/public_html/wp-includes/ID3/license.commercial.txt', 1, '00dd936af301c5289fb2a1ed39f7a8c6beb457438847a4f9b3dcdddc8b526e30', '0a3b670896fc4a8067adb2c6d978418e', '0a3b670896fc4a8067adb2c6d978418e', 1, 1307, 33188, 1, 1435450645, '', ''),
(1627004145, 1, 1, 0, 1, 0, '29eb1bf517437d7a7fd9c3586aacd5285c39334c', '/home/hkrhostingreview/public_html/wp-admin/css/login-rtl.min.css', 1, '95f58a0b4c191726dcf3ab20f64ba0e0d03ed169675a5496a871541fc7b68b2a', '395af750c19e5a0bb9f7e5ed5a0f027d', '395af750c19e5a0bb9f7e5ed5a0f027d', 1, 5082, 33188, 1, 1570478222, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a059a07af513df6604d0dd88098fb8dcb1f42ff', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/formsTableLoading.js', 2, '185bd2c37423f6fd682cd9e3b1352d1b177984b125839baf8ef40a8bf1b5ae3d', 'a588f5b6fe60ee4d376dfee21175c74e', '185bd2c37423f6fd682cd9e3b1352d1b177984b125839baf8ef40a8bf1b5ae3d', 1, 319, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a12054f78aa2aa686f8f7d180ee51d3f1838de3', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 'd4ec3800bf1cd02f1aa177305d93db757d147bdb66b6b20dfdd0db38f120b58d', 'a222bba40554b5c8ab26988326279b6c', 'a222bba40554b5c8ab26988326279b6c', 1, 45131, 33188, 1, 1567725535, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2a170b9c1b50f9d93858f24b3e7d0f5d3a08dc1a', '/home/hkrhostingreview/public_html/wp-content/uploads/2021/01/o-300x79.png', 5, '9b100ac3d3a31396c98d582e60da6fe87910ac00eae88fe2430c65b904baedb8', '', '', 0, 28901, 33188, 1, 1611131530, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a17b9a94f6474366567b791ecf83798353b897f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/ninja-form/index.min.css', 2, '260f1691e1ba436d81df7dc4a6b20c027c986a990aa4635398a490b3c69b1ad0', '33d094cb4ed25de416f4ce9ee4c54eb3', '260f1691e1ba436d81df7dc4a6b20c027c986a990aa4635398a490b3c69b1ad0', 1, 1602, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a238ad66c83422f92ee44376fed33a01c8edc99', '/home/hkrhostingreview/public_html/wp-admin/network/setup.php', 1, '4827fe9897f064f2117eb3903c01bad712daf1a67e6b5a6e73a8a5f8df8fb214', 'ce74e43d24d9c36cd579e932ee94b152', 'ce74e43d24d9c36cd579e932ee94b152', 1, 265, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a2dcda505a69b7d35479891fd019017e8a4e30d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.min.css', 2, '1e348ea4fe2f5fac8adcaabb9e716ea9e5db2ee81707071c6ef35469ac8daf21', 'e1fb58015d32aa818790dbed4cedc1f1', '1e348ea4fe2f5fac8adcaabb9e716ea9e5db2ee81707071c6ef35469ac8daf21', 1, 10019, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2a2eb00605d52650b785b2be2d041cafc050147d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176768', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2a2f74491ed8b748b5c2499c0dd174c05c7c78fb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176642', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a34990bf16ed49ccefac06c7b06265f4e113b79', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-zh_TW.mo', 2, '6f8e9c6166ce6ff42bdaf8819c987fa2e18e1ceec4723179b201aa7f984b9390', '47bfdbb703f8ee88860acdd09cf51283', '6f8e9c6166ce6ff42bdaf8819c987fa2e18e1ceec4723179b201aa7f984b9390', 1, 6272, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a3dcb6343c4916285b1204800ebc1a30d14b4f0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a44f10415da14a74cfaade7f95fb834db5961a2', '/home/hkrhostingreview/public_html/wp-includes/js/media-audiovideo.js', 1, 'bafd9a36ae15528c0df864e1447379e552363600385d2ba8ce2db0a6f930abb1', '54d8075995b61d4ddae11c67e8ff0667', '54d8075995b61d4ddae11c67e8ff0667', 1, 27486, 33188, 1, 1568740794, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a5a8f8338da11891d06a6d5334f9b0f97be5926', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php', 3, '5e634e9991fff3970c5155cccb36830205f9cd8a8f96a8ecd4f19813ad196f9c', '1a1d239a4b16ba2f09b44641edc81724', '5e634e9991fff3970c5155cccb36830205f9cd8a8f96a8ecd4f19813ad196f9c', 1, 27260, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2a5c91a75e06520c3885d2d1662bc5739d684c2d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_count.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992566, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a5fcba081977fd5355f0df4501e9ce46e0871e6', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/hardening.lib.php', 2, '4d0349e1da8a71b02c8b7aa46ddaa7915f675fad22283b9d3794783c62a173fd', '6e4fc2a81e5951fd489c76785304ac61', '4d0349e1da8a71b02c8b7aa46ddaa7915f675fad22283b9d3794783c62a173fd', 1, 11204, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a65d4f4c1edd79a0288665b1fa37b8ba03e7920', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/ninja-head-ico-small.png', 2, '2d8a9c8e2572df6bc538e1b18e7ff0a51a5ad8bbef2da8c718114825386aa5d3', '943bdf2b38c5dc6592e600077aedcd9b', '2d8a9c8e2572df6bc538e1b18e7ff0a51a5ad8bbef2da8c718114825386aa5d3', 1, 290, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a6788d7a3cb953b2a968a02449928d87d0ff4d7', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/admin/assets/js/ehf-admin.js', 2, 'e001dc8b0a44d46355e42a0fd4b128de5bc011261fbc981b97e6f84ad940d709', '03c5ed4c96ba93ffee22ce49bbb24797', 'e001dc8b0a44d46355e42a0fd4b128de5bc011261fbc981b97e6f84ad940d709', 1, 416, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2a6a9296e2d388f330de0c22a96bec04044d53b5', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-e1582912497704.png', 5, '6c55f4dea82382468c0d13fbd047a0a49400b528126cc54e3224854ce3462f02', '', '', 0, 194297, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a74bb5954e6052dc71e35d1856640371c8a7f49', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php', 2, '312915bc94b7e043a7dfe5ae020403086e47a72b819c880bce4b37f36ea40531', 'c6061d168117dc1843bccedce3afa595', '312915bc94b7e043a7dfe5ae020403086e47a72b819c880bce4b37f36ea40531', 1, 2376, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a7b2cfa7cfaae5619c19af9242b5fc5edf87067', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/theme-hooks.php', 3, '2916b2cd9a522f343fa044260bbf97e0f8612bfa89e8fd73c0e6b7720e670f65', 'f9636479e591f7ad67383c1312a4dc5b', '2916b2cd9a522f343fa044260bbf97e0f8612bfa89e8fd73c0e6b7720e670f65', 1, 9393, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2a80a2be1ddec00da2eab5b99951731c47844092', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-match.php', 2, 'd58c7c62137a630a7216d92c1399e89b401638ff5a72e140f497b4d1354dda3a', 'efb8546a9ca91ad5250a1eb212f9240d', 'd58c7c62137a630a7216d92c1399e89b401638ff5a72e140f497b4d1354dda3a', 1, 917, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2a963b77a22e7c78290d7d470317eccd6453ea50', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/10-1-150x76.png', 5, '665418e038f747b96f8a89c27e1e092fcde12622297802f96feb6202f18e7ca1', '', '', 0, 7117, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2aad7ea22f4b90ee6fcac9df219b0e2adf36e14b', '/home/hkrhostingreview/public_html/wp-admin/js/customize-controls.js', 1, '98eda829948cf49678e7ad6d3f6adff75c0dfe8056459117ef29505a17d72ad5', '2e1c867bb53db1bd8c61c325f62779d1', '2e1c867bb53db1bd8c61c325f62779d1', 1, 290802, 33188, 1, 1547450750, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ab750e31d009f76e497a1cf6d24d9d871a2e9b1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', 2, '614451f4a1e19815f58c95abfcb004d104fc7f99d0323b26ad90de1b602a6c4f', '424819fec3c75bfd8bfa803e20791b5e', '614451f4a1e19815f58c95abfcb004d104fc7f99d0323b26ad90de1b602a6c4f', 1, 77541, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ac053061af9449d1f0c528f062bedd7ef4e0898', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ectoplasm/colors.scss', 1, '21d4e3b4d5d523db2e7fa8ab2f25a858eb7c2ff20a756943beec0be63c0ff7d6', '940171d1392bd8071122a905d12b9195', '940171d1392bd8071122a905d12b9195', 1, 157, 33188, 1, 1545016984, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ac26da8cdaaca845689477ee9d02326e54d5d4b', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/sk.js', 2, 'e1b093724ff519bbcdf4d489549d3e96bc25f6420539c1e83eda941490d63a31', '4f8e125ed3510cba3ba70c67c0904a64', 'e1b093724ff519bbcdf4d489549d3e96bc25f6420539c1e83eda941490d63a31', 1, 1266, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ad88913f1bdd1c85b408f5798c3d64bae0435bf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php', 3, '54864686a0dac6e8e763b0270e1ae79719e3e2e82d9d4f994232494c2787cc5f', '806685897350b50f67c45798364d525b', '54864686a0dac6e8e763b0270e1ae79719e3e2e82d9d4f994232494c2787cc5f', 1, 65627, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2ae569ab6d674441106a10e682e88df0fe432a90', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/ca3b8f42296ed0643fce91166ac81124.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1624813243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2aead635727c25fac89032991b1f7802317df07b', '/home/hkrhostingreview/public_html/wp-admin/js/edit-comments.min.js', 1, '20912744172e344e51711d64351b72d9e1be8715e7f9f14b64d6dbd91a19137f', '702d78113dd95f8b0bb2df8cb3192a3a', '702d78113dd95f8b0bb2df8cb3192a3a', 1, 15279, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2aeaf96a17d4212c5352549293d6525c20833442', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css', 3, '0f45167a14f96c5816a32a361fef5bb95d18845a665ec503d15627ee044ed7be', '8d111bbbce1d12963ed38bbd2dcb438e', '0f45167a14f96c5816a32a361fef5bb95d18845a665ec503d15627ee044ed7be', 1, 20930, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b011324fffdf7ae87190e1a282754c6a97d13e4', '/home/hkrhostingreview/public_html/wp-includes/Requests/Hooks.php', 1, '5b9125bdfe8e4c8b9807ef7d93b33c31c7d445fb6f4948e2114acc269563f611', '2c15a0a520b9a8976778a169ceebd919', '2c15a0a520b9a8976778a169ceebd919', 1, 1399, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b0f6bc2ee32201fbbebc5cb454a425d45161df7', '/home/hkrhostingreview/public_html/wp-includes/css/dist/components/style.css', 1, 'c97508f8ff70e291505bd892006970eb4d65f637794038f6f896aa7aac1e0ceb', '90d3b8307d3d10eedac6ef17ade705d0', '90d3b8307d3d10eedac6ef17ade705d0', 1, 125002, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b171b911932d5aae15f080f1d183383d4aea769', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-ignore-posts.snippet.tpl', 2, '0d2046b772f5ce4385b4ba05547a9b0fb4317de91781a0a31672efb6914aa1ba', 'd89a1de70c9ac63580c44fa7b3b1072b', '0d2046b772f5ce4385b4ba05547a9b0fb4317de91781a0a31672efb6914aa1ba', 1, 422, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b37c38d99d856bd4717b8ec77a5a3348d248fc6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.js', 3, '3cc69ebb821c26c89293993ba60818354a2ff9e9e793a68067fb32c5a17e3130', 'c3cba720ecb73a73737f2f5fe5ece14c', '3cc69ebb821c26c89293993ba60818354a2ff9e9e793a68067fb32c5a17e3130', 1, 9323, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b3949f15e207a575a0b5316a9a4a353ab845182', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/System.php', 2, '8965e4482aadd08b2d5e331954bfdce15e2edbadd292f0e94de2f32beb338198', 'a76dd5e0ffd4c11329c39f566ee8cf77', '8965e4482aadd08b2d5e331954bfdce15e2edbadd292f0e94de2f32beb338198', 1, 690, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b3a832c4c20c84eb66311b347f247a40ed38c24', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal.php', 2, '248d46b91748261d20ffe6ccf62a02395bc3d5a88d2fabfd8a9761a1192c41cf', '2cf00fd13ad713c3dd64c2285399da68', '248d46b91748261d20ffe6ccf62a02395bc3d5a88d2fabfd8a9761a1192c41cf', 1, 1119, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b5ed7b73d779657dc70d3ea941d6d0b87326c2e', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/video.png', 1, '63855176c5055abd07a2a1c599d85864cef015565e514d22adae90e2985be674', '94010edbfd8e6ca589daa4b83bf53d0b', '94010edbfd8e6ca589daa4b83bf53d0b', 1, 1339, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b6a440bbcf23ecc6e2928b36dbb5095232ebef3', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-vi.json', 2, '7649f3a1bebcdb6467abd6d2012ff992278782eb9104711e6992113b04a51f02', 'd79d7d876c221b945c27ae54a4d3af8c', '7649f3a1bebcdb6467abd6d2012ff992278782eb9104711e6992113b04a51f02', 1, 532, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b9a63858c059a17de2c69dad74ab112b9515bc9', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-copyright-shortcode.php', 2, 'e33cd4bfe024954167afa940f6d0cc85bded0bcd37427ad0e6f53788f424b81d', '42b2b8707d39990fb4db439a4a3d6d1a', 'e33cd4bfe024954167afa940f6d0cc85bded0bcd37427ad0e6f53788f424b81d', 1, 1121, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b9b1bb49569d8a4e6c4875d39ad1736e2ee95d1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/index.html', 2, '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', '10bfc650b0c9669ebf75f93daadec94c', '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', 1, 38, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2b9b2ea5c380ee476ed89605da6f46257c52329a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt', 2, '639c65ef2889f67cb999d120b88542e1271215adfa97dc84615c13fd415e7427', '537bb028ea116a56ef62bc3312a60cd3', '639c65ef2889f67cb999d120b88542e1271215adfa97dc84615c13fd415e7427', 1, 35764, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2bb3af16da28eb9f33f92f300c235603ea9380b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/promotions/dashboard-banner-personal-20.png', 2, 'e684e29927ed60d498a25d6cabf7e55b0383bd647a1add00cd49dac931ad873a', 'cac990c319a21fc7cab231660081f813', 'e684e29927ed60d498a25d6cabf7e55b0383bd647a1add00cd49dac931ad873a', 1, 6287, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2bbb1f7a31a218108505ea5810a08ca5e2801f78', '/home/hkrhostingreview/public_html/wp-admin/network/themes.php', 1, '773ad4602008bb59b43333d50d659be7d97aa43f0a932795ee89db59335c1387', '7acbca258eaf4d23f7a8f2aa1ddc0850', '7acbca258eaf4d23f7a8f2aa1ddc0850', 1, 12188, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2bc4fdd0ec673b15897a32f5fb22493e64cacbce', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2bc72a525e6b3534897f79cf653951cf635bdd3e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php', 2, 'cfce4e91864fce20f090fd54e88eb8b10920ed9291c07e20b523a5a3d9d8585c', '37075bc0738a99275e27b05d3207f904', 'cfce4e91864fce20f090fd54e88eb8b10920ed9291c07e20b523a5a3d9d8585c', 1, 17400, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2bcf9e9f8cacb91d1ea27c92ae88be85bcc4e622', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-uk.mo', 2, '4f2a3b58ce9cb99196316e66e6be87d36e01f52bb49b9e8002b03917d33efc55', 'bcca804f28cc5fe0c54a7de5c99aa4cc', '4f2a3b58ce9cb99196316e66e6be87d36e01f52bb49b9e8002b03917d33efc55', 1, 120604, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2bd1fc4af00a4084b68bb0c2948cef17becc346a', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/img/loader.svg', 2, 'c5f00e686ceed4523553e67b13242a2f38cf3c79c17d4ad30106a9d75ec7adfc', '7af04c6c87d15bbfc93c61d6685d36d8', 'c5f00e686ceed4523553e67b13242a2f38cf3c79c17d4ad30106a9d75ec7adfc', 1, 648, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2bd97d4a00176f1cfbc15bf43f211e3f249940e0', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mw.gif', 2, 'be919e8564229a282eda444643e03c547e722cd08e6ad61dfa9d952b7a10c378', '12b2a62fae9c618544a56fef3d687306', 'be919e8564229a282eda444643e03c547e722cd08e6ad61dfa9d952b7a10c378', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2be6185b0b37d4d725799779de02087fde7ad2ba', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php', 3, '2e102a8d9438bb1905b89a6378326bec32462cd9f3a1ae843bd68de43c062acd', '777704eb155f928359e1d6814e9c7b80', '2e102a8d9438bb1905b89a6378326bec32462cd9f3a1ae843bd68de43c062acd', 1, 10755, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2be8fd667c592c0519bc196b2503e3d21256438e', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-110.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2bfd75664763eda7feeee4baf051f2bb9b4aeab1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_heading.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992610, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c00dcf70c11152e7ab6a6a467317404dc62ad0f', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/interactive.png', 1, '8e74b5e31b8839cede4492b4bb41fade133f860bc38cf6040a9a592f21494caf', 'af52cf6d60f2edba609939a70304e601', 'af52cf6d60f2edba609939a70304e601', 1, 2217, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2c0b45e9c6c6f67de5818c707093a12cd973d026', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/5063908ee7756884cee210485a0517fc.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092961, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c0d242aea1c83304e3b8e57ea00c07af162f678', '/home/hkrhostingreview/public_html/wp-admin/css/forms.min.css', 1, '332f2bc712a63f9117515a5701822b05b0dc28aa651e7ec6fa5dd60579d54103', 'f67578c4abafa31a7df8ab3bb1915f3e', 'f67578c4abafa31a7df8ab3bb1915f3e', 1, 24165, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c103695cbed6b40ea494381507e428f8cf688d7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/SuccessMessage.php', 2, 'f163d5e6acf8f556d9a219b8b50abe0555f43fded0587a53809a5269acc0b707', 'b4f34e7b663ff39753800c1564a57afe', 'f163d5e6acf8f556d9a219b8b50abe0555f43fded0587a53809a5269acc0b707', 1, 2281, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2c12a8569dd9171778f1512a49011f55a168933f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_image-size.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992609, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c1771f23361ab63750cc86fbdb2b645115f2556', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/jquery-smoothness.css', 2, '70b8c2dbe2ad9032f7b685c815be804af7b02e68969f6007b278a33ce47970b5', '408dd91897a792623ce7c06d45a71725', '70b8c2dbe2ad9032f7b685c815be804af7b02e68969f6007b278a33ce47970b5', 1, 27421, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2c1c02812ce1aa7b310533a4a6e060be3b8fdf63', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_get-support.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c21690b7a9bdaac1eac68f4a35a315ac0650265', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/embed.php', 1, '72ec50a9ac5aeb7f5073672b2fb7c08c1926051f85a330fc49fa49446c219d39', 'c805c5a273be5ed0f4bb71a20f6362ff', 'c805c5a273be5ed0f4bb71a20f6362ff', 1, 481, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c345e5da889161ce9786986b6c357c866c34b9e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bm.gif', 2, '9444cef6b33ef758ab889a2cc1eebcd6fdc9cf719945e6b7f11fb35c609ecc31', 'fba77982d567bc1892c2b64d6ef47a81', '9444cef6b33ef758ab889a2cc1eebcd6fdc9cf719945e6b7f11fb35c609ecc31', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c38d0a9c1e4f2d9ebe33fe1f0db4d90a817f438', '/home/hkrhostingreview/public_html/wp-includes/default-widgets.php', 1, 'a4078f04f3f4ca19b36abc4c06f655f46304d05eb466c7720a3ca7621772c18f', '1aa4e034046b70de77e83f2a80c31cc6', '1aa4e034046b70de77e83f2a80c31cc6', 1, 2180, 33188, 1, 1506320925, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2c3ff721d82cee81b69b69b85af4b893b1759920', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_translate.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992549, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c45a264a39000ffe806320b27884d21bd9d8092', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/nfthree-card.png', 2, 'd52ac9f73e67e28941008bb31c7baa76a00468b71fa5d57c8413882443c8d281', 'c5ad30732a22672c85ae54c8d1ba642b', 'd52ac9f73e67e28941008bb31c7baa76a00468b71fa5d57c8413882443c8d281', 1, 15343, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c4a096e11456f805a0da302e99e0484109bb68c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-ajax-response.php', 1, '0475d23156b0fc1f31542c00971cef56efacb733d7e0c030439ec8192f54fd27', 'ece1f4551d273d7d1e19d3ea7bb5e659', 'ece1f4551d273d7d1e19d3ea7bb5e659', 1, 5235, 33188, 1, 1564015738, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c689504cf5b13aaa5cefa446e85b1b4a177c7fa', '/home/hkrhostingreview/public_html/wp-admin/css/revisions-rtl.css', 1, 'dbbb11d6ed83eb71090f7b6aae3318e967f4d2ad589dc25270faf311ddbfef06', '14180fbee1fff1db3412989150c0443b', '14180fbee1fff1db3412989150c0443b', 1, 10495, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c6edbaaf61f012d17e1848a0866681c371d8cd5', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 'f5aa66bb7b44086c2a4aef578cc823e49dbde5fabb0c5cebb507c13905f87a75', 'e56f81676f199db7bf937e69a64909fa', 'e56f81676f199db7bf937e69a64909fa', 1, 2295, 33188, 1, 1345680258, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c7d1acdfc742bc7a4238b5f4eaa33ae2d4e046f', '/home/hkrhostingreview/public_html/wp-admin/images/browser-rtl.png', 1, '43a5c8d84f1c79da408dafa8a7de98f26707f1e2caf9938239d5054cf5132730', '442291d9d3a041e41aaefebfbf25cc9d', '442291d9d3a041e41aaefebfbf25cc9d', 1, 40170, 33188, 1, 1467718349, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c888a0c6f4b2c00b90141adb17bb625e3f33b2c', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/custom-html-widgets.js', 1, '18a828a32a7f97c6d5a14c97280e9691cbd51d590ec169a01d6e8877a3e8fdd2', '0c079b9a73b9cfc434e2188b5b9a2ce8', '0c079b9a73b9cfc434e2188b5b9a2ce8', 1, 15642, 33188, 1, 1551997609, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2c9e193dcb0549193306ebb4ae53afb73f93ad7e', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/.htaccess', 2, 'c1b57eda97c1b9c19ab961c6d6cae03ac869c6ff767e24e94b01fc1b6958df69', 'bf39be827c95ade49c322dfe231ff19c', 'c1b57eda97c1b9c19ab961c6d6cae03ac869c6ff767e24e94b01fc1b6958df69', 1, 629, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ca797cd6d8f38a3c7906bc587c389ae2e0e56c3', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, '4e7466018dcb5fbd09729a8b0543215086877c0f69f43e09eed7017f28a94ef6', 'dade37ec66f557b7d59a371201c1b486', 'dade37ec66f557b7d59a371201c1b486', 1, 1131, 33188, 1, 1507170169, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cafc6b5c63080c373134a85b9bf720e230c1c31', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-recommendations.snippet.tpl', 2, '9143f95d5254b282e7f8c9d6197b5f27955bf1506a43cf0da5a2d765ddf334e9', '16e655a6530ec5e8f2901b1f54cf6e75', '9143f95d5254b282e7f8c9d6197b5f27955bf1506a43cf0da5a2d765ddf334e9', 1, 245, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cb2d6906336533cc78e9e5e816a480a2160512b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/facebook-feed/index.scss', 2, '49d71e6a38fa4775c88fd32bf61a9e2fb9fb6f4410554eaec409dea866b6ccd6', 'e29aa7a97d167661243a93315f805be3', '49d71e6a38fa4775c88fd32bf61a9e2fb9fb6f4410554eaec409dea866b6ccd6', 1, 7040, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cb38fd6e52b62687fb6801524463caca0dddcaf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-walker-page.php', 3, '38f452a152dbd91bf0b8a30782b4046f05008fb8f80cd60531c15cac34d24af0', '6fe72ef7394e874c37a9f8c29e7c7eb9', '38f452a152dbd91bf0b8a30782b4046f05008fb8f80cd60531c15cac34d24af0', 1, 2252, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2cb86e2c22218d1831065872b217baac50d20b8f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599117795', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cbff55a4492b4fbb046031d96eaf6032141915d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, 'db9e59e0d0ffff7e21f9d7a416de664bac98d0818653dc380af2422421198582', '5179be84a33fbf1e3be9389e560a06f8', '5179be84a33fbf1e3be9389e560a06f8', 1, 100, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2cc5efa2545581126fc05e2368f5d2686e7f8d2b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176565', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ccb015d5b6b3be3cd414350640096f08a2b42e6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/display-screen-options.php', 2, 'e1d2d4fcccc82299ab9b929671d281907d1843a308a94d4cf4835d4e8c5ec8f6', 'cfe3304dd98cf1ce3561ce235bd476f8', 'e1d2d4fcccc82299ab9b929671d281907d1843a308a94d4cf4835d4e8c5ec8f6', 1, 5156, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cd6a3ed20615884379a01afe2d1930da0c31440', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/drops.svg', 2, '88d584b18d393eb8e95a3f5f0021e64cbe91c2ef052c234536240b9af1cd0993', '7c87b195597ae2a2eb9d3618a1de3b79', '88d584b18d393eb8e95a3f5f0021e64cbe91c2ef052c234536240b9af1cd0993', 1, 2343, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cdcf21a43ffb15cf693f7ebbf58bf43e07da4e7', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, '7df850a3b047b4d5a691df65e7398db6f8e5c029c0fe7195014cf6103d733c9f', '0405dab862faf2af1039f41bb087b14d', '0405dab862faf2af1039f41bb087b14d', 1, 96, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ce1eedded961e73e6f9dd396ff62a33b78a637d', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/notices/class-astra-notices.php', 2, '2b298417a38aa21d3ebd73bcc128fd013b9492c5be11512bb816ddd78069f3dd', 'e94de53b4628fbe0fab75511b62deb64', '2b298417a38aa21d3ebd73bcc128fd013b9492c5be11512bb816ddd78069f3dd', 1, 9761, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ce2299b6b7914fa6f7247d4e406911a10a347e1', '/home/hkrhostingreview/public_html/wp-admin/css/site-health-rtl.min.css', 1, '0e7a2d436dfba64f99df17d04b6906f3b5577d221f4fa34170acb52df9ee2c4d', 'c61f97d295efa7b259a1c31ed539a06c', 'c61f97d295efa7b259a1c31ed539a06c', 1, 6531, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cef3875f5c98a6d4997f9a74d59668bee78fb8f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php', 2, '699004d8594e152775994270f48b8519b6abce68aee8f93b1032eeb415ce6200', 'e5eb18e3393fa959b6044f78ca5cfbb4', '699004d8594e152775994270f48b8519b6abce68aee8f93b1032eeb415ce6200', 1, 19467, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cf89884e6daab5348c39714c89773fd03331b98', '/home/hkrhostingreview/public_html/wp-admin/css/colors/light/colors-rtl.css', 1, '8573bb51ff97807f8d14daa56208196b61319893e98c1173354a774f1de022bd', '7e659847f1761bde89f2090ff4675d49', '7e659847f1761bde89f2090ff4675d49', 1, 15463, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2cf8f067fa89a2137a1c918c50fd20eb863af464', '/home/hkrhostingreview/public_html/wp-includes/css/wp-auth-check.min.css', 1, '4203b73120f56a7faf6f456a4d7c45beb326a84620ccb4bda3293a76570dc5d6', 'db371a9bb3c8050843197400f68ba9df', 'db371a9bb3c8050843197400f68ba9df', 1, 1940, 33188, 1, 1559219872, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2d01cab3764912163624a98088e85753e3edf72a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176490', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d0625716e7fd89094f7c316fb5f503705204b5b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php', 2, 'c8919c5171788741e9fc98ed9ee9bb6083dc97319e6294f55cc945099551d897', '8585add24b02959f9826a62a2fa6b737', 'c8919c5171788741e9fc98ed9ee9bb6083dc97319e6294f55cc945099551d897', 1, 3109, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d0ac7685d8a1349cc833ab8de5c08299382c737', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-az.json', 2, '36575dfc57f9978de5c10ac2dea470c23c1df84900e66bc5a4a7f98a2b2af33e', '77375db1ba0075b645e92c8f46bd3905', '36575dfc57f9978de5c10ac2dea470c23c1df84900e66bc5a4a7f98a2b2af33e', 1, 775, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d2442a2f36061cb8f70cea355912275cfa35b3f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff', 2, 'ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07', 'fee66e712a8a08eef5805a46892932ad', 'ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07', 1, 98024, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 1, 0, '2d4c3a9a2c34426431e944b254b07c4c589c4ef0', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_base-category.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992581, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d550120dda1c71e1e20c65300c2172a93b8fd79', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/elements.php', 2, '0c5553b9cdb1e47d44ef658b6f9e8adee1f3133a1d98d7eb6ce07c15e76578c9', '0d90e9236d74e482ff35022011a972dc', '0c5553b9cdb1e47d44ef658b6f9e8adee1f3133a1d98d7eb6ce07c15e76578c9', 1, 7595, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d5706b22b5457f18f5cdaa879762c7b8fd89b67', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/fancy-text/index.css', 2, '96e8f628ac7832c854266568d5f0e0e855fc159d94ab314843de7558ce999de8', 'a221502391fa01a370ddb1fb11c1e999', '96e8f628ac7832c854266568d5f0e0e855fc159d94ab314843de7558ce999de8', 1, 763, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d5d11370df81a07db17eaddb5fd2495d15da122', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-zh_TW.po', 2, 'd41999e7782ebe743833aaad0ff22f43c06fe72f4bd48da893064e927ba23574', '6d0af49809637668d2d403fa532dc66d', 'd41999e7782ebe743833aaad0ff22f43c06fe72f4bd48da893064e927ba23574', 1, 30946, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d84043044abe2cea51051d1b0a653b0c2babec0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d867866586ced7fb8c05634c43d5b38578c75de', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-terms.html', 2, 'ac31df3d9fe50803268748449c867a7887cc7c07c638d964d17d12902fe10600', 'e38f0b528cf99ea31ac33940c517a9d1', 'ac31df3d9fe50803268748449c867a7887cc7c07c638d964d17d12902fe10600', 1, 423, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d89aa306a482ba7be001f938d2fcf8d8e030064', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 2, 'cfce1209d3b0a4dd1df05e995e8bbd5878b5e2806678323aa78f98f39a57939c', 'ca633667dc90176fa8113fbbcac0e431', 'cfce1209d3b0a4dd1df05e995e8bbd5878b5e2806678323aa78f98f39a57939c', 1, 6099, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d8dc1af36e1898a851c315364599776046c41b3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/header.php', 3, 'c35663506fab0a3b2b08c3065b9116668486e8f1ac7739dbad265a4e853a7dc9', '29877b0973e5f20499a38f7accd31883', 'c35663506fab0a3b2b08c3065b9116668486e8f1ac7739dbad265a4e853a7dc9', 1, 1375, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2d907ca6cc57669a1bca61205e154c0466420c73', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_import-buttons.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992544, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d955711ebc8bfd5e85622c6df5a2bea8aa7218b', '/home/hkrhostingreview/public_html/wp-includes/js/wp-emoji.js', 1, 'ff538454ee741443627ee05b3c79b2763b2db0daa7d984c650691cdbe540d27c', 'bd3c01dbc3b971ea143a6a4628400dba', 'bd3c01dbc3b971ea143a6a4628400dba', 1, 8990, 33188, 1, 1570237260, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2d9f108febcb020372336c66ed27f717fc0fb00c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/menu_icon.png', 2, 'e866c4ff1004a55d94b941a072ed2542a6ab618ec1bde524241cdee31c602fd9', 'eb9f550d8eb8099d239fed7a118c49aa', 'e866c4ff1004a55d94b941a072ed2542a6ab618ec1bde524241cdee31c602fd9', 1, 17959, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2da18b2e2313f5b7393af98702f703a7c817be4f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-11.jpg', 2, 'f9e39ba4c9a5bbe3d378f43ddcaae5710050cf440ebfc835483bc2465ecf3f9c', '102ed9fdff05ba24b62e19db39f97fad', 'f9e39ba4c9a5bbe3d378f43ddcaae5710050cf440ebfc835483bc2465ecf3f9c', 1, 147281, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2da4f7bd3145d1e7a668a60779ed071af366c31a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/waves.svg', 2, 'bf0b593d0ba7f381f704b55e0f0a7c05ffac376741f37ac16acd1070a2f78dc7', '91d56a585ca5e58959e60242825082bf', 'bf0b593d0ba7f381f704b55e0f0a7c05ffac376741f37ac16acd1070a2f78dc7', 1, 419, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2da8397dd2d6e9bb18fa3c0e3239213eced1244e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/frontend-msie.css', 2, 'd4a077d9a89f96ca7341d69747ff92ccadd48490980f306149a1f58c2f2deabe', '816a3dc1ff33fa00d162b3437aaa069b', 'd4a077d9a89f96ca7341d69747ff92ccadd48490980f306149a1f58c2f2deabe', 1, 9333, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2db27a17e80f2762a97d4e4e88909cfc751ef37a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/edit.css', 2, '2870a2e4e5406ac93c53a8f5abc0881a5ddbfbf857b5c37077c098dc12a1b733', 'a869371aeafb1736fc696f2672f4ac39', '2870a2e4e5406ac93c53a8f5abc0881a5ddbfbf857b5c37077c098dc12a1b733', 1, 5163, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2de8aa150ac8255d799fbd0eb1c82e69734ddef6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176782', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2df0d3ee8ed7fc260b35ad1b1b2a4d86d518f451', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-checkbox.html', 2, 'a43a6bafbf157ebe283df784acb5e97e23f050c49b63db47f322ca5bbbbc0648', '95939c8d46b0ac0c310fc564af2c70fe', 'a43a6bafbf157ebe283df784acb5e97e23f050c49b63db47f322ca5bbbbc0648', 1, 445, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2df4cce9a8f59d1f54ba4590525899e03ac622b2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/app.php', 2, '2e86b04ad30e56b1991dc9c111a0776e6c8a55c15b87ffc8af697772333c2219', 'd8803e05b469a1db07e3e8610630815b', '2e86b04ad30e56b1991dc9c111a0776e6c8a55c15b87ffc8af697772333c2219', 1, 1252, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e05a969c2da0496f90167e9a88095b95a013128', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.min.css', 2, 'd573276bc45f183259d1f96d0adff03b5a21bf467ae90f1784c8845a77c30f36', '396e56018df13fa2bc1fe5823d9c6573', 'd573276bc45f183259d1f96d0adff03b5a21bf467ae90f1784c8845a77c30f36', 1, 127, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2e074b0cf0a49be4daedf8dfc007fe0d728f684f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176442', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e0a5874f214657677700128687a85e661f55ba0', '/home/hkrhostingreview/public_html/wp-admin/js/editor.min.js', 1, 'd80ffb5ba40559353b4a9a688202864eb5b6faadcd5f23c20606c14e0a55ad27', '9d022867c4e76a4d14c4c8b12b0765b9', '9d022867c4e76a4d14c4c8b12b0765b9', 1, 13328, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e23f1b6720e9c6174748bf7aae7c8f1c0d5d754', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-all-forms-column-title.html.php', 2, 'a452d4d8eab3238de4141384fecdc963374a94c6f6f0e0d5e8fbd3fd1d12b70e', 'cc98f67d0a9b5034730b05a2a525ace8', 'a452d4d8eab3238de4141384fecdc963374a94c6f6f0e0d5e8fbd3fd1d12b70e', 1, 847, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e312d3c6da8cb9f64a49ea21a0004292cfd004c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/element-base.php', 2, 'fbc3a5637ac214c0bf07d175e5561bd587d076321bc5d0ff81bbb959b17ef8ae', '5bf28199c7360f468946430122383bd8', 'fbc3a5637ac214c0bf07d175e5561bd587d076321bc5d0ff81bbb959b17ef8ae', 1, 24032, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2e39cabc08dfa07a6f6106baaa2003c4d7617d5c', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-182.css', 5, 'c07139f41b3b7cb8c09c32253357141820920c537f536ada333563321f1a080d', '', '', 0, 36416, 33188, 1, 1597092969, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e4f091ffe2364b328afb65ce081f9ec3b840948', '/home/hkrhostingreview/public_html/wp-includes/js/media-audiovideo.min.js', 1, '8e459c61475a6d9fc1992827de9b3f67f528a30204f95ea0c5e56cbd9913b08a', '2c17fb7873f73e7f6a19d201a35cb9ae', '2c17fb7873f73e7f6a19d201a35cb9ae', 1, 12847, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e5ab74f619f540c004e0f6862723985d75778ff', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/br.gif', 2, 'c6d20cdd13d5407f6574795f45231467fca8a92def60a4514958bea57a140336', '92858b17e2d5b63d040104586ff52302', 'c6d20cdd13d5407f6574795f45231467fca8a92def60a4514958bea57a140336', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e6acbc1b849ec6f88b9da5d188b064d5032fd80', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 'd17abbe67dbb87e9114f15365f5830de52f5eeea8f44f1265b32cd8c9ca78611', '3b9df32ab76b4c771e42a30be664dd3d', '3b9df32ab76b4c771e42a30be664dd3d', 1, 92, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e7cc97149a0a5ea88240467fd5ff50c8a0a905a', '/home/hkrhostingreview/public_html/wp-admin/images/post-formats-vs.png', 1, '082ebbb05bb6199229e004d0180a8e0872248dd277216436d27b1a1abe8de578', 'a68f53a66c93f4485ca9acafaffc81e6', 'a68f53a66c93f4485ca9acafaffc81e6', 1, 2450, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e8965698b9c8d97dd01c647a8a1ec00d48c3633', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/preview.php', 2, '95340c3a92afcb4283624a64d74ced44a3cc3d4b779acbe2e00b4ed4f22aa63d', '2bc16fe91af196c50895521d44356906', '95340c3a92afcb4283624a64d74ced44a3cc3d4b779acbe2e00b4ed4f22aa63d', 1, 7310, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e8a310da283213a4275b0ca817efc8f99781363', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff', 2, '3ab30e780c8b0bcc4998b838a5b30c3bfe28edead312906dc3c12271fae0699a', 'a1471d1d6431c893582a5f6a250db3f9', '3ab30e780c8b0bcc4998b838a5b30c3bfe28edead312906dc3c12271fae0699a', 1, 19916, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e8a855fb29ab89cc848db8df0a453dce8172a45', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-settings.php', 2, 'a5867fbafebc2937d8ced7e3c3270e93e0123d7b8248d73e7bb6fe80b66414e8', '3b5ad2b2d9affd712da7327ce6c2e3ea', 'a5867fbafebc2937d8ced7e3c3270e93e0123d7b8248d73e7bb6fe80b66414e8', 1, 81459, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2e8e0037dc67ef51a564ab86754d27368f47c01a', '/home/hkrhostingreview/public_html/wp-includes/css/dist/format-library/style.css', 1, 'f6b1f08dcd6a5715727e83c1d37e5c64ed1e5b443d1d035f90b1f7fe859521c0', 'e083f88ed372b2060f14fba501cfabc3', 'e083f88ed372b2060f14fba501cfabc3', 1, 1638, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2ea71c1f4ec8c88e590078a31d288a910780e037', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-logo-min-150x150.jpg', 5, 'a8671b04b0c868340174d923f4c0219edc4ce0debd112e69176e36f7a4686023', '', '', 0, 3234, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ec33ce80be9f0ecaf22f06786587fcdf4dc89a9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Shared.php', 2, '7a7dc3e4316b33b258b92eb1ac9cd26e8a0064907f4da86cfa58bac163c412d1', '2258efadec3973c2846fe1dae8a849e4', '7a7dc3e4316b33b258b92eb1ac9cd26e8a0064907f4da86cfa58bac163c412d1', 1, 1234, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ec5c4c025f96ab1cd641a8a3e8ac3b46a850885', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php', 3, '3356c0dd61bf01f7dfc5767066ac13f78e76eb07e03352aa92b007bae24c1de0', '15734fd1a2f6f92f57db698e5c3661e3', '3356c0dd61bf01f7dfc5767066ac13f78e76eb07e03352aa92b007bae24c1de0', 1, 4089, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ecdd839d6e772e192367fe5cb17ff7a46747f4e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/AdminNotices.php', 2, '5f7982792d8ac1faf781e312c05957b904ec3ff664723d9decfe6a7fc4b195b0', 'c103035ebd34902d79ba185dc01476af', '5f7982792d8ac1faf781e312c05957b904ec3ff664723d9decfe6a7fc4b195b0', 1, 1498, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2ef4b2c36f5fc7e962538231d68eab7f479e2956', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176717', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ef89c0da43c2345f73ec04a35695ade500e7393', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 'db5f0c9e8b3b115ff23164723928d017a775223b1cdb32b212d5040ba68d657a', '0570bd6e8e73ac9d78cc8845b7524c97', '0570bd6e8e73ac9d78cc8845b7524c97', 1, 3035, 33188, 1, 1570226397, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2efb464cc6f0e84d81a995464001448da8da21c9', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page.pot', 2, '448f6e7d672127517f0bba4a63accbcde2cbddb87024e3094626328b22c0b731', '8a7e498d0722a02abee3317bedb921b6', '448f6e7d672127517f0bba4a63accbcde2cbddb87024e3094626328b22c0b731', 1, 5873, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2efbc08eb1d32cde239e85ebcbc109b4deba9893', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min-e1582401461713-768x503.png', 5, '092077a207554776577c26a85f4af530611bb5a773cdecb8e965538fd121e4ca', '', '', 0, 334058, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f01df0fb8d1f37c6fd3d6fec4c595b88a9229d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/spam.php', 2, 'cb33f573ebdcf0453e1f5bf4c43937ae291ed0cce471ec1abef5173d379b532f', '6188bcd310ff7d89518926450ef732c7', 'cb33f573ebdcf0453e1f5bf4c43937ae291ed0cce471ec1abef5173d379b532f', 1, 3877, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2f04b0aac5d5302e29c2f7e16c782ca9adde5823', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/images-1-150x76.png', 5, '8e0742c1aec5b91cb5ad94d692a97a828e88bd2eccc4baeff6f420e967f9dcdf', '', '', 0, 2795, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2f0bc514ef3b4b41e38c1b682d6a807b2190d1a9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_assets_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992587, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2f0d545b585bfe4d2792fe667350f6ddea5e8a91', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Types-of-Web-Hosting-Services-150x150.jpg', 5, 'a927318756d462ede6d183cc3a41e8008265ba2dd3b57e8268f3ab6618b6e39c', '', '', 0, 6809, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f118d634151c0540a678875a06f4cf0c0823190', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php', 2, 'b3d269cf5880ac3c4a42a196c547782c16fdce414550f7d5ad1823c4265ca7a3', '12b655de7ceb0e64a1e72564fba8d9ea', 'b3d269cf5880ac3c4a42a196c547782c16fdce414550f7d5ad1823c4265ca7a3', 1, 5316, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f130b46650468221014527603556e9d034c4668', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Redirect.php', 2, 'f8736e16277cdca15658c9bf6a3a4243d47d4838ee0659e54c9e4f5665b9e130', 'd94ffa6a93d3288fe15b6784dfe625ea', 'f8736e16277cdca15658c9bf6a3a4243d47d4838ee0659e54c9e4f5665b9e130', 1, 1003, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f13e469b0e2180521d3783aaa41ca18f6144d2a', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 'cf3e7db368bd91f2b13823d393b2019c83eaddc8934cfcb83e85761740ab1699', '018a214be50e091e357910bca181532a', '018a214be50e091e357910bca181532a', 1, 112, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f1866489ad7ba81bf8d0e8b1f5571860afedd8b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tz.gif', 2, '9d41c2dd69b0abf3f715dbc5a445ff097f04c1a2e7cb82588cbd59989d679798', '6af3860230e7cc1b12049731a95f4e4d', '9d41c2dd69b0abf3f715dbc5a445ff097f04c1a2e7cb82588cbd59989d679798', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2f2644778fd2338c96dee9d93d79ce7455a9a5c9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176820', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f44926b2d87bef4387383aca3759e943e2b8c21', '/home/hkrhostingreview/public_html/wp-includes/ms-network.php', 1, '144e609933e2deac089538d2371bdde229bc9983dd314a20ee8e79260ad98648', '1c63bae6011ea1b3999dfba589be0351', '1c63bae6011ea1b3999dfba589be0351', 1, 3658, 33188, 1, 1546938949, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f4c08b63f50a97b79684c6558a6142400c7771d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f5486bfd5dc8a5a5fb91af68e46d6fe9905acdf', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect.min.js', 1, '6366af5c74ef316dabfd8c4f5257700c4d456104d25487e0c8f40fafa9cfd7ff', '318747d327332bca86b5f101420c4209', '318747d327332bca86b5f101420c4209', 1, 13266, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2f5f6e198be168218078159498d26d419fac3f70', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176616', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f6ab235471a1840de66e87f19a74eb06081dcf8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cg.gif', 2, '8deb8b8662c4b41f36c0f349be453792d640aef61f8514c2e43b2a33417d2e91', '6ff3d64b899ee3c52af74134dd405424', '8deb8b8662c4b41f36c0f349be453792d640aef61f8514c2e43b2a33417d2e91', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '2f6baaab4b2d457ec68360b98cc5b3e7321fcb9a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226732', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f6f6450f883bb6c0e7113688051e5a461dff973', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.min.js', 2, 'ffa1cd1c5cc53de704aed1994dea6f6b8c805e3b738a22ab57edaec79d1e5f39', 'e5503fd1defa206180bd04103830bc24', 'ffa1cd1c5cc53de704aed1994dea6f6b8c805e3b738a22ab57edaec79d1e5f39', 1, 2247, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f7f8c960cf8aeb44504fc75bb6d52e0792a1652', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Confirm.php', 2, 'fbc5e5067a89c61a4f324acfabc1474aa15b020d5d84a05e6423fad43e9ac738', '2f391470141475ad344b81687c3b6081', 'fbc5e5067a89c61a4f324acfabc1474aa15b020d5d84a05e6423fad43e9ac738', 1, 1036, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f8671c4a1558a4d18a4d0aa1eccf5873cb8acbe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/progress-bar/index.scss', 2, '7281005ca860b6548ecdfd8fd959f9f1f05cdf01b6f2f7a5578f120c47cfc63c', 'dd1b102ba204b08d3da03cca4b4c50a6', '7281005ca860b6548ecdfd8fd959f9f1f05cdf01b6f2f7a5578f120c47cfc63c', 1, 4665, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f882af118777fedd473f0fabc6584d6bd1e8bf3', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-pt_BR.mo', 2, 'cb3d40cba7326f4db76e82f702d12de0f617a3b3e810245b5d815db3e167be47', '214676c7e15e8c4acddfed838a213723', 'cb3d40cba7326f4db76e82f702d12de0f617a3b3e810245b5d815db3e167be47', 1, 57104, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2f8b82b1b9d0c8950af6ae39120624ad916000db', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/img/tablepress-editor-button-2x.png', 2, '1bb1fb99e445fc74cfb8135023202958d3ba1f2d791f5c136125827042fdbbdc', '53c0edd0ee8193abe00fd4656aed96b8', '1bb1fb99e445fc74cfb8135023202958d3ba1f2d791f5c136125827042fdbbdc', 1, 4641, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2fbfc410a07bb20501c8435eb731445a0cc8e4a9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/border/border.scss', 3, '6d379dd03b4e74d82178c993ed4fe993ec43ed51ed209e822219c2c916aba4c5', '2494def6efe3dd7ae7db7edcef61b570', '6d379dd03b4e74d82178c993ed4fe993ec43ed51ed209e822219c2c916aba4c5', 1, 2430, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2fcd604eb015a851982c0ca55ea5318dc2c200db', '/home/hkrhostingreview/public_html/wp-includes/ID3/readme.txt', 1, '81e8d1c62d30b90fb7f16793ef1c0b37ce239a004f5edb8ac22045be2d3ca051', 'dda3f6ff7ad91e65d1a7d1a56b3538e3', 'dda3f6ff7ad91e65d1a7d1a56b3538e3', 1, 26245, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2fd27b9f4ea63ad8257e6965d9467b477adf1de7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Fields.php', 2, '6f47adebe4b9b5d3c9e4f0527add6d61eba70fc50b7674f391d066811cb61f2a', 'b49e3a70eb01bdc3764dec55e8bc7318', '6f47adebe4b9b5d3c9e4f0527add6d61eba70fc50b7674f391d066811cb61f2a', 1, 15058, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2fddaa27716f19b1049e37c5fc65e2ae23bb2192', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php', 2, '89cbb68ac5e8ccc783b30d33c64b2007193ef42bd5919968708af3d6a42f71c3', 'b91e13d1aea04ee51ef1f6f4cf9514e3', '89cbb68ac5e8ccc783b30d33c64b2007193ef42bd5919968708af3d6a42f71c3', 1, 54810, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2fe7bb17f90414600182f75f0f47ef5703dd5709', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/lt.js', 2, '269d7ffd25556253be5006ccc0f945745eb8286d875d8830183643cc97dbc8d1', '0449eaa75efc4a6a8df49f0d09566d71', '269d7ffd25556253be5006ccc0f945745eb8286d875d8830183643cc97dbc8d1', 1, 913, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '2fea2b6277a03256193e28c0e78cbf3bc2f2f842', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/77-300x101.png', 5, 'e20789e10f1cbd539e4765ad747029ac3c32d033a0a66e3b1bb9d83699417033', '', '', 0, 37512, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ff113a8c1a399fb54f8c27c2f250483fd5c531e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ru.gif', 2, '4306ff8241d011fc96dd02789600623ce20f7a2f4d412735fd1217e34e6b36ce', 'addac471b8ddc26a9f1f2fa235330d80', '4306ff8241d011fc96dd02789600623ce20f7a2f4d412735fd1217e34e6b36ce', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '2ffac01378cc47cece8a3eb5109e774f9c650935', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-icons_cd0a0a_256x240.png', 2, 'b2a0ae9548171a2ebb90a2cd75fb9c6f6a4c5d3724b0419178b81af721721b4c', '206dfb857c0346a4f8085fdf9d441348', 'b2a0ae9548171a2ebb90a2cd75fb9c6f6a4c5d3724b0419178b81af721721b4c', 1, 4197, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3003b6ff1e1c2c87881399821ab7eef8d5a1ad89', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-address.html', 2, 'b2323d74adf3bde449d213036494049b197520ac8f7be467d6652b7c3f29e4a2', '929690c80cbdc943e431bcb49c96f3d1', 'b2323d74adf3bde449d213036494049b197520ac8f7be467d6652b7c3f29e4a2', 1, 746, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '300d2e803a74c72dddcf15c673a1aa9369b7a69f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/excel-export.png', 2, 'aaa1e18539e68c7eac4763e904010a35377cdf428b755fb775d5ae6f32b15f59', 'f51e2f69e7cff57e89b7a7313247ff91', 'aaa1e18539e68c7eac4763e904010a35377cdf428b755fb775d5ae6f32b15f59', 1, 19062, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30206c7869a1cf0a14f954856cf2f4498b18c53d', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ectoplasm/colors.min.css', 1, '04238de58acaf27b5219fe2e2ee71fc7b5fc350fe22f91dbfc03650a967f3346', '45acce186fc7ed6edf6a836f996f2c75', '45acce186fc7ed6edf6a836f996f2c75', 1, 12926, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 13, 1, 0, '302101fc3ed4df9f7e52675057ac4550fa41393c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_schemes_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992596, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3024889c5fd97659a1e25966e6fa38c4c4c0f4f0', '/home/hkrhostingreview/public_html/wp-includes/embed.php', 1, '012fb58999395a7f2ad6505e28a9e08a9b85650ad48153a0084ef372fe5a6d6b', '9548f4e825387581c18ee511642a43a8', '9548f4e825387581c18ee511642a43a8', 1, 46888, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '304fc3808e279136a47fe965c64af41f2fbc1b16', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-es_VE.json', 2, 'ad4bde0281eac474463de2cf86525aeb50dd044f0caec9a598ba88a91beb8da3', '55992f7655247aedc3cd1ac49a0bb180', 'ad4bde0281eac474463de2cf86525aeb50dd044f0caec9a598ba88a91beb8da3', 1, 51656, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '305fcf98d60c12d8613356b3298492ad4eac5e7f', '/home/hkrhostingreview/public_html/wp-admin/user/freedoms.php', 1, '811bd3268932d9b6315e143dab81f53375d17b5e74cbdc1252ebe1f2fd9ceae5', '1ba6cbb9e2a9d3deb348997492ed692e', '1ba6cbb9e2a9d3deb348997492ed692e', 1, 281, 33188, 1, 1380068291, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3061166f1e1d6f4bb499ac544fa5b47fe7e55f82', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/nf-upgrade-handler.css', 2, '79789a5d88afd70b3ecaa0167b9708162b65f22ffe33d318381e42cbc7f8accb', '8f7a9a4c2e476fb1c89edb0cb0909865', '79789a5d88afd70b3ecaa0167b9708162b65f22ffe33d318381e42cbc7f8accb', 1, 840, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '306459e2a712b04d34d38f3730aa0fb15dbe44cb', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/hello-elementor/class-hfe-hello-elementor-compat.php', 2, 'af85863deb04ddd8ab189ecb28714d024306775c922f750a3e72a6f575e25a52', 'e9ed55ceae1413eb9afdfd5fc147dbcf', 'af85863deb04ddd8ab189ecb28714d024306775c922f750a3e72a6f575e25a52', 1, 596, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3073047f7c24e71d0e5f8252dd8b20defcc9c5f1', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio-video.matroska.php', 1, 'f603fafbb20fe9c4d11d07ac15a5ffb167647ed9ca867587a3b602dc03c02b37', '9ec6112edb02bdbd6ba7d39f535b0996', '9ec6112edb02bdbd6ba7d39f535b0996', 1, 105731, 33188, 1, 1568818497, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30750fef13aa034b445540314efe07c1dbfdb413', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/de.js', 2, '0ed5c2eb0f0d12c5f91507e209ffc49822ebcd2916016c3a4c1f337e19febdc2', '2aa2959f96465f158c4cde94fde5bb4c', '0ed5c2eb0f0d12c5f91507e209ffc49822ebcd2916016c3a4c1f337e19febdc2', 1, 853, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30872a0dffa70ffda4b9166fb472363f61f96c6e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/class-upgrade-handler.php', 2, 'cce668b2ce3d245452922de713bde9aa4b925b708a4d1b7fb1ab5c1ed32af907', '36f8d1fa06cf0a30a5f76971141a564d', 'cce668b2ce3d245452922de713bde9aa4b925b708a4d1b7fb1ab5c1ed32af907', 1, 4396, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '308ddf7a4ea238a7fdb509bec2a3943b32c877ff', '/home/hkrhostingreview/public_html/wp-admin/js/plugin-install.js', 1, '639abf0ee77e8c31767c117fcd138fb1708cc918bef11b8fd2dacda7b3b3a322', '0e91417b2af13f8c8dcd183146051cab', '0e91417b2af13f8c8dcd183146051cab', 1, 7017, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3095b0bb4af8fbe970490edbe073f8f7075e335d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3099b81f429741eb36ccfd94f9c1277b702d0c07', '/home/hkrhostingreview/public_html/wp-includes/css/wp-auth-check-rtl.min.css', 1, '5bb4e4e3db16e59be881b8573f2cbce6c301ccc567c8ceaab394c293a9a0799f', '095feb4ad3dc9c26670120c0f29dac10', '095feb4ad3dc9c26670120c0f29dac10', 1, 1942, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '309de87276617ed2d7e638ac987a3d36c25ef17d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/general/index.css', 2, 'eb93476c6a6ec4cc4c9d4b1b4ded0d0d342be3a71e72fd3310ca75697c918e23', '739325e5cd69fa522612832fe07a1b3d', 'eb93476c6a6ec4cc4c9d4b1b4ded0d0d342be3a71e72fd3310ca75697c918e23', 1, 3537, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '309eccba9e6ac38bd8f31aa88e22a1835f1d74e3', '/home/hkrhostingreview/public_html/wp-admin/css/colors/sunrise/colors.min.css', 1, '7068eca8aeafff9523f2fe6694923fbfc4ebbcae973afeb52919878679f5278b', '0d1a0d8f3ab5b6e25f4f103f1d3cf86b', '0d1a0d8f3ab5b6e25f4f103f1d3cf86b', 1, 12929, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30a380dac825f0ab273424b4365d703c55eaed4b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/lib/cheet.min.js', 2, '17142b9c80b7057e39251ccec855252a233a758dc0fd96a457ac385a96327f20', '767a72b7fab781025ab71fe1441886e8', '17142b9c80b7057e39251ccec855252a233a758dc0fd96a457ac385a96327f20', 1, 2939, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30a9b2d59213f6fbc4f441509907c607371c0496', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php', 3, 'b04222feb4c3bbc45874e5c5b89bdb4a55a1eb8774f6a6fc77a6e0db659113c3', '67ae9b6a90477727a04b6e0e47b48b07', 'b04222feb4c3bbc45874e5c5b89bdb4a55a1eb8774f6a6fc77a6e0db659113c3', 1, 2372, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30aaa807c2dddeb061b7c8fbadabfab20cdb81ae', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/heading.php', 2, '2023a613b943c64fbe1f4bfd7f9348f7a93b566c07f2f0d0056aad615e18b39c', '040c59927771ad77147e4122dbda98a7', '2023a613b943c64fbe1f4bfd7f9348f7a93b566c07f2f0d0056aad615e18b39c', 1, 7473, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30ad3efeae191926725832176d0ada94c29e62b3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/admin-before.php', 2, 'bc34ff6b02b204bc3296f5c38c13f40e2f1ca2953b00472c26d2bc02892ef766', 'ebad7b7c0cedba274110eaff051ea857', 'bc34ff6b02b204bc3296f5c38c13f40e2f1ca2953b00472c26d2bc02892ef766', 1, 216, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30b1c638347b147b7b450a888b98b856b9e6f2cd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/er.gif', 2, 'f569afb1b72cdbacd36b528b4829f41e82ac920797eb8dcfe9f153c368211768', '509ed59423d395c2c73f2e4f815dbaeb', 'f569afb1b72cdbacd36b528b4829f41e82ac920797eb8dcfe9f153c368211768', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30b5c98dcee5eab7df0e4d8bd03fed1b1ce3d4ae', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php', 3, 'f66d770dafc0e83e106df23318bf4805fbd00cd5a658c20270b3f0de973fa439', '7970f7a82e82f84d71dc5b2b6c1431ea', 'f66d770dafc0e83e106df23318bf4805fbd00cd5a658c20270b3f0de973fa439', 1, 2688, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30c31a07a618fdfb45ab781b6e2570664ba06e2f', '/home/hkrhostingreview/public_html/wp-includes/images/wlw/wp-icon.png', 1, '78ab3f803684c8c03be80b4853cfd90e8419943057279140d771f1a19f5b12f6', '311d098eca9a89370877334b1b8f992a', '311d098eca9a89370877334b1b8f992a', 1, 664, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 13, 1, 0, '30c4dc4589ff6150d7a6ef064a4876396632895a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_repeater.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992612, '', ''),
(1627004145, 1, 1, 13, 1, 0, '30d44a1f88bd3c959d3a1c620bb5b59d86c47a46', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-template.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992522, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30d6b2ca929cf76c088aea9acaf2a6c9d2f5c1f8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/frontend-msie.min.css', 2, 'eee778dd137552455c0bb3a409144b9315f952e5e99ac03744683ddd36aeb539', '0819bfac348db457bb57b81754894f3a', 'eee778dd137552455c0bb3a409144b9315f952e5e99ac03744683ddd36aeb539', 1, 8375, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30e28334dcb662bf1b9673476cceeae3936dfe55', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.tag.apetag.php', 1, '686a826adf4be9d07121d55a81037b4c8e920d6ea769c5db6273063ddc38dc90', '860cc9fa69a2d27419829be62d25ddd1', '860cc9fa69a2d27419829be62d25ddd1', 1, 18678, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30e6e06ca91e06759172b048cf3f13ded105c532', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php', 3, 'be9c4f9740fc724de12bd2aa2fd72039609f8c747de5743fa8371270f2c4687e', '64145db41e29ffdebbdc5f9fc3bdb5e9', 'be9c4f9740fc724de12bd2aa2fd72039609f8c747de5743fa8371270f2c4687e', 1, 2894, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '30f4fa966713e2aa6b6fc91564cdb3653e324a40', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/server.php', 2, 'fd2c39ad216261cd844de63ee5c8641eac0b3a95bac935988d4ef6199da7bba4', 'b452f042db700d227d40b30342a88021', 'fd2c39ad216261cd844de63ee5c8641eac0b3a95bac935988d4ef6199da7bba4', 1, 1155, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31024b38e7ef62ca5dc9ba5dd843a58ac1658a75', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-apiregistered.html.tpl', 2, '25c6c6f82b831f9f014378e0aeb7e1ec56250bb6e9cd8572a5df38d44ab7e4d9', 'b036e0de286f2ea97c44f495b1d9fdab', '25c6c6f82b831f9f014378e0aeb7e1ec56250bb6e9cd8572a5df38d44ab7e4d9', 1, 1084, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '310c8ebebaa2b9c6efd91543d903bb865b330df5', '/home/hkrhostingreview/public_html/wp-admin/edit-comments.php', 1, '081548a12629dfd6214cf99348d987208df2b6f277fab8519d1cbb3dc38a5ccd', '831745d541e43c8a1f1d7a487a183fe0', '831745d541e43c8a1f1d7a487a183fe0', 1, 14198, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '311a053cebfe18b059d1070e1418163829bf852c', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-all.html.tpl', 2, '49dde4ff68cb5b311c0ff7dbdaa1cf15d120791f6594d01f1a4d901e0be0cb5b', 'e26ff64aedc46800258633493c2cae19', '49dde4ff68cb5b311c0ff7dbdaa1cf15d120791f6594d01f1a4d901e0be0cb5b', 1, 1929, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3122dfef8d9e77e9c2badf930a2d2bcea53eb7b9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-small-img-150x150.png', 5, '84e66025f2fdb5b404f5ed500fb6b993a75f1ff6a75a70af6f1e8e13fbe8bda4', '', '', 0, 17492, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '312f9c3f1b3f57730651b246e6b8995f1cd857b6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/save-button.php', 2, '7a2fcad6149eabac4ce32a97c3bde6a16d74ab8489bed3de7aa8d6b1f1dcc3b6', 'd891dd9306a5894e0dbfb8399e1e6993', '7a2fcad6149eabac4ce32a97c3bde6a16d74ab8489bed3de7aa8d6b1f1dcc3b6', 1, 371, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '313a9888e3096f4bf0dc3ad305de1bb1028ef172', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/submission.php', 2, '4fed17ac8b8fe48a381d1142a8dea320021d46dfba63de4c7e7f380f1f320383', '70feecb0a3a7f64350cbc76c5130f638', '4fed17ac8b8fe48a381d1142a8dea320021d46dfba63de4c7e7f380f1f320383', 1, 10369, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3144cb5ae1e68e5bdb666e2ce97f001baf97a1e6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-You-Need-to-Know-About-Cloud-Hosting-768x439.jpg', 5, 'b0414f8be59ad79c1102b49b9df2b3de08bb12a9980799ce4017c58f90cb1e7a', '', '', 0, 32170, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31472091415bfb965014add34b4066ff01168675', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-settings.php', 2, 'b9304ddbf5f688397ec93324d974cb5004d92db4bbf587a09ecccf8c5ec3f33b', '57d2dada0513b06fe602970287a41d53', 'b9304ddbf5f688397ec93324d974cb5004d92db4bbf587a09ecccf8c5ec3f33b', 1, 7383, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '314cc86e848642e5dfbf8e9c313294632f1f0645', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/word-and-character-counter.min.js', 2, 'd30af972ee6b7cdf498375441f57cf020aa3a3b04e53244c353cf6917ce481b9', '37defc72274e92a375d0e97674cfbe18', 'd30af972ee6b7cdf498375441f57cf020aa3a3b04e53244c353cf6917ce481b9', 1, 3455, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '314e1f9f6588db371a92b16576855d6eb944931d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/dm.gif', 2, '7d49b9781108b219e2151dc492554569ea3ae667c325de3a5d88b3854c2fbffe', 'efcf65d93c1713cc052dec2e0883b877', '7d49b9781108b219e2151dc492554569ea3ae667c325de3a5d88b3854c2fbffe', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3152f62495bb0812c8c475c5ac70046531abfc42', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/image-accordion/index.css', 2, '3f3632c9d29964e58e0f8c3390b3dbccf362e58e4fe0c79f87cf334c7552326f', '1e6996f25387c793119067374d264a04', '3f3632c9d29964e58e0f8c3390b3dbccf362e58e4fe0c79f87cf334c7552326f', 1, 1653, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '315326fc60b33fed2696a173c8a6496c474e27c4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/split-negative.svg', 2, '633f4bc3fe8ac0b0a93e2fdfab3b673f559caca63a902c7656d8c9bcb2e1f47e', '6aeb961917a8ff48e80143402fb02980', '633f4bc3fe8ac0b0a93e2fdfab3b673f559caca63a902c7656d8c9bcb2e1f47e', 1, 217, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3156461e0259b7d8cee4a24408f51f9110a3c9e1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/services/oauth.php', 2, '7f20877b93e2d523f5019c724b23554233bbcd1e968e04ee92aa0bd7c0dd29a4', 'aa797f8a06069222f9576589054e2544', '7f20877b93e2d523f5019c724b23554233bbcd1e968e04ee92aa0bd7c0dd29a4', 1, 3902, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3156b1d516d3592ffca100076981faf9794601a6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/builder.css', 2, '7099974a46053930923718120e93d791dc76ec551f6032a5b7fddbf4a43d7164', 'ab52a07e098eafb6e884c0406241ac6a', '7099974a46053930923718120e93d791dc76ec551f6032a5b7fddbf4a43d7164', 1, 62408, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31582d2cf5e7f23f1bdf2f385eb10152ec7a3589', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/header.php', 1, '41e893ee485f9553374fee0175f813033a9996bf728eed7ee2c069a9d1eb05b6', '9471d62d747899b5a98f2d5192b1a0d9', '9471d62d747899b5a98f2d5192b1a0d9', 1, 1925, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3170f79fd9d5d49230ff660994019235a10f648f', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, '15ceab89286fa44c5918a6366f37ebf82360226eb5a9ec34aa908fcdea7a35e1', '377e21e6dfe0008ef7c6d4fd2208770b', '377e21e6dfe0008ef7c6d4fd2208770b', 1, 412, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31830756c2a5838c8f089e48be39fe328750d9d5', '/home/hkrhostingreview/public_html/wp-includes/blocks/categories.php', 1, 'bb0d57bb3902fbfd3e7259238f8c1faefee328fbd453b9fab550bafe48723b74', '43a2202a3d2fcc4ab3333a137d7ae179', '43a2202a3d2fcc4ab3333a137d7ae179', 1, 3078, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3190e13d251521f3dc5879734de212553bc1966d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/style.css', 3, '54b788fb7aad5e27258c789cfa250d80f4ee5528e8245ddf354c7ab479ead3c9', '335ac457318e5b2496dbcf91563717be', '54b788fb7aad5e27258c789cfa250d80f4ee5528e8245ddf354c7ab479ead3c9', 1, 125298, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31a75d3a9858b9d90c87e3d1ab0393d70f503267', '/home/hkrhostingreview/public_html/wp-admin/options-general.php', 1, 'f3663b3e1a88371a96e771024143af23a63c01ad18990d32e5bb4f5f0e2c86e8', '188e9d27198e1c913c2e902fc70df5b9', '188e9d27198e1c913c2e902fc70df5b9', 1, 15333, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31b1003703b47c840bcb549e2c51058aa2e34dd4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notifications.php', 2, 'f6d5b611adc0897b7d8a563e1d470bf24f75c52aa7edc3e34169812ce62792ba', '4f5b3c13b6502a53fba38ed3a829388a', 'f6d5b611adc0897b7d8a563e1d470bf24f75c52aa7edc3e34169812ce62792ba', 1, 17293, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '31b9c8de84900a32058627f43bdd6b7399659008', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_html.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992632, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31ed01c839e683d43561ceaa839e75d92e49d97d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Category.php', 1, 'fea2eccbd8e27b954d9496d3c2f0e78ca9620d6bbf845481e1e88279bd88e3c8', 'ba7ec8cc3f13d4f27f2e0adcaf64bb2a', 'ba7ec8cc3f13d4f27f2e0adcaf64bb2a', 1, 3707, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, '31f0b458cb6f6f1dc2816c48d12d9e662a0d3d68', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_text.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992614, '', ''),
(1627004145, 1, 1, 0, 1, 0, '31f8d2a12097468abe28cfe250898d726400ff14', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration.php', 2, '1cb384f7d82afbb3fcc93ce846f4f271864fe6c2198a977231b43695a674d5c7', '566082251c2c3187eb9fe5c960220ef5', '1cb384f7d82afbb3fcc93ce846f4f271864fe6c2198a977231b43695a674d5c7', 1, 14324, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '31f9d4b4392bed5158e85fdeb9e3384900854027', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_categories-manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992582, '', ''),
(1627004145, 1, 1, 13, 1, 0, '31fc75febd757ee8c9a7511d847b794db4199f33', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Starting-an-Online-Business-–-Choosing-the-Right-Domain-Name.png', 5, '6a55b0e2e4236459222f5b7c777d99eb3f27ad94bfe7305081109744c6969041', '', '', 0, 6504, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '31ff697d23713f55c220183d5cbb547bbbca5eea', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_db.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992616, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3202f907d98b0946eda500a1019a6e22ae02b2a0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176818', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703201, '', ''),
(1627004145, 1, 1, 0, 1, 0, '320bc1dd94cafad4b80fcaed97ec39c585d13306', '/home/hkrhostingreview/public_html/wp-includes/template.php', 1, '8f553ff8ff32aeaa15e3afdcbb36ce0d409b73e1104d39064b2f96168c062059', 'e06d8e061344d3f22519b5510a2a1d71', 'e06d8e061344d3f22519b5510a2a1d71', 1, 21046, 33188, 1, 1570227597, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3212bec350e504754045b0ddda9598ffe0b13c94', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php', 2, '4c64efc9a3638cdc0d0e98e84ed52faba4e4aa07b96830d8cc08463a83dc20b7', '65cff8a61138eeba01d51aea7310fd40', '4c64efc9a3638cdc0d0e98e84ed52faba4e4aa07b96830d8cc08463a83dc20b7', 1, 22309, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '321737a92cb87e28530d2ac9eb7b5a289f201840', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/scanner.js', 2, '5b70257a92883ff654a203a4e81c7adfedc7f41c54fb77bf47e93493bcf8edc0', '7f9963598200c3d9cdead0b2ca5eef2b', '5b70257a92883ff654a203a4e81c7adfedc7f41c54fb77bf47e93493bcf8edc0', 1, 38632, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32173bcf11aa9f38d0cb48bc5d9ba2289b1d6827', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '322dc6f2d9f2b24671f53a6b7491030ec0838ca2', '/home/hkrhostingreview/public_html/wp-includes/option.php', 1, '30fcb590c51e368dc60760f85fda696282d57018e91abaed09ca05e1cdac1d28', '4eea18a53f34edd3888c7ced00723af1', '4eea18a53f34edd3888c7ced00723af1', 1, 69881, 33188, 1, 1568513275, '', ''),
(1627004145, 1, 1, 0, 1, 0, '323310dcaf0c1822e1115e50aa412fa168426cc4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css', 3, '4789c98e226d7ccf3019a001685abfa90b1f435a17f5636c998cf0d84f8773e9', 'be9a6d23cb3fbee76b2aff9a5d72962e', '4789c98e226d7ccf3019a001685abfa90b1f435a17f5636c998cf0d84f8773e9', 1, 5346, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '323c40400524f57d61afcc42c096ac3d7123a445', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176588', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3249ed42baff7f1e42c26a15d954ff71ec190b2f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176742', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '3254ee52a9c5c1604b9eab122d471df95f43030f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-blog.php', 3, '0ba0203a7e0c91f725a91886e958a3f1babcfe518a0476a70eb719ce7e136119', 'e6e711b796693f4c74a17549d17a199e', '0ba0203a7e0c91f725a91886e958a3f1babcfe518a0476a70eb719ce7e136119', 1, 550, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '326104c2ac35bb14c0d573ea4d3909b698c5769e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, '22462f794e6941a18a19c6e92f1192a2a4768524c2755c3fec4478ac51afdd1c', 'c4dc76993c68e4e4e8f0ceeeff70fc0b', 'c4dc76993c68e4e4e8f0ceeeff70fc0b', 1, 4927, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3261e0fb3f25aa42dc71f462bb9b2ce39ed5774a', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/admin.php', 2, 'd31bff5a0507060b0441b2ac6f887e86baf13a768d57d085c18ed9ae9c8cbdff', '9d36d36c59aa5b11524fd80b6491096f', 'd31bff5a0507060b0441b2ac6f887e86baf13a768d57d085c18ed9ae9c8cbdff', 1, 17241, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '326e614b8738afa4c86023cb388458c50f6c0aa4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-pl_PL.mo', 2, '67714f38fa51cb4dd28a8a9a80c85cc5d3fecb8dbb2f28803c2ee0d1c4ef3eb6', 'e49e19b41c103947b70db68ca646aa1b', '67714f38fa51cb4dd28a8a9a80c85cc5d3fecb8dbb2f28803c2ee0d1c4ef3eb6', 1, 93947, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3271649936c4b5f33b81c35b4b21fa34de3a87e5', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-270.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3280e9825558aeb81ee6dedc7522b52ffc8f26ef', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, '945f11df1bf0032f6f70c6035d71aba25044a0a34fa0152777b094dee652c7df', '8b41802b2976a448ca4c2736a390d716', '8b41802b2976a448ca4c2736a390d716', 1, 15505, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '328c7a6add2bce6e704603deb7b73c591f3b0c10', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/pipelinedeals-crm.png', 2, '9e63caf2f8227aabd932f93be7ad22ef1538fec51b22bbec8a4be46bb854a5d8', '257566e2b1b7a6b14e0a102f06893825', '9e63caf2f8227aabd932f93be7ad22ef1538fec51b22bbec8a4be46bb854a5d8', 1, 13164, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '328f8fb5ed4573918eaebe337f96848d0b6c408c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/style.css', 3, 'a5d94037fab7dcd5b1572687600b686df3fbc1df80fd8006d82d38e83119f203', '59b4925115008c1fade91c2a0ab7669b', 'a5d94037fab7dcd5b1572687600b686df3fbc1df80fd8006d82d38e83119f203', 1, 3080, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3299ba5bb8a2bd19aa72f56dde967ffb026dc2f4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-config.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992516, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32a4e2d0dc90a16c3f06ca69c2a056488be45019', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bf.gif', 2, '2047f4271f8c011eeb9c2e4ed19538cedf5ef8c420f30cdc38df97e9cd6e56df', '207fcec4143ee2d33d81bf24fd2e93fb', '2047f4271f8c011eeb9c2e4ed19538cedf5ef8c420f30cdc38df97e9cd6e56df', 1, 358, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32a51bf4c33b792832fd42bb368aa6e69d56c01b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/alert.php', 2, 'e2dd62759eeeadc2b53f3dab6dc0d86ee26aeef8eed1df818a31c922bf2a6dcf', '3547e3085ad3a249b7930fc315a84d5f', 'e2dd62759eeeadc2b53f3dab6dc0d86ee26aeef8eed1df818a31c922bf2a6dcf', 1, 8343, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '32af020a9fa8359c4a51fbe9b1c42407407ea642', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_form-tags-manager.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992562, '', ''),
(1627004145, 1, 1, 13, 1, 0, '32b9ee526ffa325c82a1ef7ab57d9f12a7f4ecec', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-380.css', 5, '83d9a120ef98230de414f938de778c65fe85dcf473674eab398eb3ccd5ad7054', '', '', 0, 2599, 33188, 1, 1596825195, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32c6a04a4cb58baff282e6e66f23e0d32400dae3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js', 2, 'ce819054dd7c609a043216543e9daff02a5f356000a407f6a7fa9d1d47a5d811', '8da44cc53aae121564ebe6bf7cad2208', 'ce819054dd7c609a043216543e9daff02a5f356000a407f6a7fa9d1d47a5d811', 1, 3315, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '32cfc1349d8714c59e8a8ab6e0b3040e6236c56d', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-270.css', 5, '4f8d90e81cbc3f7b78df48fb2bac57e7a469104e46f21ae9064901329a8d6a51', '', '', 0, 35831, 33188, 1, 1597092961, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32d63b332b0993a9d316182e47506f16ab70ed4d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.css', 2, '38933c65387f07e68f1bb6abf25027495412ac4e480256da41fb2139cd406823', 'fab39d0797a9eb87ebe3a3262fbdce69', '38933c65387f07e68f1bb6abf25027495412ac4e480256da41fb2139cd406823', 1, 136705, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '32dc7af08ead24e81278a65f8425611a6859cbd9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/.htaccess', 5, '3cdc07f04d22ac9170b4b7b10dc94f2df612a056b8fd3318af2ca74fec053aba', '', '', 0, 286, 33188, 1, 1626992514, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32e2914300c215cce456eebc649c2d1d59a88324', '/home/hkrhostingreview/public_html/wp-includes/feed-rss2.php', 1, 'c66e59a1d9e194d579fa15fbf274bdcfeb392b29c5870749844d21c8ab49cc96', '97fe3efe56322565a440ead86b46e436', '97fe3efe56322565a440ead86b46e436', 1, 3782, 33188, 1, 1555607332, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32e53b62fb1fa514aed511fe84a1697bf629b81f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/410.php', 1, '36b622858debe8aeb5f44c3c1402f66328b00964df930349df42520d546f5523', '71be4f3437dfbadda52f38582184e19b', '71be4f3437dfbadda52f38582184e19b', 1, 366, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32eff471b8a4d81adbb1ec9648e23833bf65c5c4', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-hi_IN.po', 2, 'fc9f1ab7a11e1e623a481c0cd692bf87ca5f8e38e8575a333d24151c871ea111', 'b84bd60310dc2f76d57e7cb38707bb7f', 'fc9f1ab7a11e1e623a481c0cd692bf87ca5f8e38e8575a333d24151c871ea111', 1, 5514, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32f9b8984243361d6e07224a1b911a8b749d7c57', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-hidden-fields-value-delimiter.php', 2, '50dab4b7360208ae592b6352ef7ec73a629962937a0f86750f7637d4c8f151c4', '45e4685656f4c431cec1bf6e392bdf95', '50dab4b7360208ae592b6352ef7ec73a629962937a0f86750f7637d4c8f151c4', 1, 701, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '32ffbf9f5a65ec5e340282e4131f08b4c6a8e18d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/moment.min.js', 1, '0aeb4ecf1091b9c52c9fa0ba4dc118b1abafbd88a51278935e574f6baff0bb49', '8999b8b5d07e9c6077ac5ac6bc942968', '8999b8b5d07e9c6077ac5ac6bc942968', 1, 51679, 33188, 1, 1544760707, '', ''),
(1627004145, 1, 1, 13, 1, 0, '330416637047ce885c877913f50bd7130dc887d0', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-logo-150x150.png', 5, '5328778b63dd5fa62e227f375ddd6ccd83d636b7700bc2883a2812c70c4aaa0c', '', '', 0, 13314, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '333529e83a8f450490c4242a567e98567553872a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33396c27517a259b15dcee648a4e573438e740f7', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_surprised.gif', 1, 'ab54efa6fdf9fa7b6f81f66103900fca586a223520750530ed0e7c35b8edf768', '55ec8bde2deeeb232bfef6b6b530e73f', '55ec8bde2deeeb232bfef6b6b530e73f', 1, 174, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33432c37b56e379ea954e393b138d8a8e2121f08', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js', 2, 'e9afcd5fcd861819b69906d9ffdec2484e0dd3a27a5f4f9b9f37876c81aadf57', 'a865a6c8b98c13bd8b6893adad8b5560', 'e9afcd5fcd861819b69906d9ffdec2484e0dd3a27a5f4f9b9f37876c81aadf57', 1, 74942, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33464c94ab9c745cb2ff024c6ac6df48ab36772d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/post-timeline/index.scss', 2, '98588aa98297eda3f040b0889fd68b1e028fc055c8acfb232dd78d537bc762cc', '5d549fa52d04f28612a3f4002aa2e54e', '98588aa98297eda3f040b0889fd68b1e028fc055c8acfb232dd78d537bc762cc', 1, 6395, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33505f2f89c3b4ee8fc07e7e0d86d6727285b694', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/block.js', 2, 'd4977a5b91bcd3afb48c1f94ecd7ebba29c884209d00dd293c7fdb5f0cedfaa7', '930c68f3dbc3e616a993b0a0e0081c53', 'd4977a5b91bcd3afb48c1f94ecd7ebba29c884209d00dd293c7fdb5f0cedfaa7', 1, 7496, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '335464b8867b24867747fda9e28434c4f6ea52df', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php', 2, '25779e52b6a525a9bc0aa75df30284aa28b78acc0e590121f61e6502fb9d83d6', '2c4926e03693f1110ffcd5e876e8a257', '25779e52b6a525a9bc0aa75df30284aa28b78acc0e590121f61e6502fb9d83d6', 1, 7384, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '33584c58a6135c19ac2583e93c0bf22f1d8979f4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-archive.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992523, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33691113a4a04bbc666e37b02c2c6a55f0c32377', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/modalwindow.html.tpl', 2, '5d1edc1dcbbc8a1e8d5380961dbaa57130593160915ddea89daec2a15817717f', 'f3a318aff1b2236b447c3ad0a43dfaac', '5d1edc1dcbbc8a1e8d5380961dbaa57130593160915ddea89daec2a15817717f', 1, 533, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '336c349ad31e1c74c315df7f62db96f5dbd4faf5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/event-calendar/index.js', 2, '611a29c5e9d73994235edd8ae325af25b35b63c84ae796a18956167eda5804ef', '1ee3a3395c39e411b9afed9d57d29982', '611a29c5e9d73994235edd8ae325af25b35b63c84ae796a18956167eda5804ef', 1, 6453, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '336cc29898897a95ac0c88c85020c65c550d99ee', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-meta.php', 1, '2d4dfb4db2df896e12362805904b81e4ccb694e96d11499c00795432d54241f1', 'd638f210c84cafa9cab52658b98a875b', 'd638f210c84cafa9cab52658b98a875b', 1, 3410, 33188, 1, 1564838937, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3374621f1f0e2060422945ab666aadd49efa0a88', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-plugins.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992527, '', ''),
(1627004145, 1, 1, 0, 1, 0, '337c80ca7df431f217c41c794f015971a87ad9d4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php', 1, '9a438c3a4f032533a0774d6e4a193f1bb96b16c2aab8b43ab1bba8c74c80ba52', '0b37ca6dd788d76308c8dab3454e3b2a', '0b37ca6dd788d76308c8dab3454e3b2a', 1, 15523, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3388961b55e25a10a0776e9577c033a3531d6fb1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js', 2, '1919b356011d620236934ce809e6a2296d32cbbecd7b41fd0415334d9d4d13a3', 'a4b175a2844d618d3db8f543279892b2', '1919b356011d620236934ce809e6a2296d32cbbecd7b41fd0415334d9d4d13a3', 1, 133005, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '338b776d47b04938c96a251d1d9e73727aa74966', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-upload.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992528, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33a6c905cd00427998449e485e41ae31665179b2', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po', 2, '3d3f567b2696df2b81e04d823c76bfc640f8b2a035674b3f1d0ed81ae4362f21', '6427638537bd122036ba947995cf0432', '3d3f567b2696df2b81e04d823c76bfc640f8b2a035674b3f1d0ed81ae4362f21', 1, 114991, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33c6774a877dc598696afb758af37852ef59fb32', '/home/hkrhostingreview/public_html/wp-admin/css/l10n-rtl.min.css', 1, 'eed2d72301bceb18f49945fbb31e8c664421e234a2e52c6641ce40a0a1bdb000', 'c14f53b547661c4be7bd9a8e38dcdb5d', 'c14f53b547661c4be7bd9a8e38dcdb5d', 1, 2480, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33c71c6dea19ca14147f38e729093090c439e5ba', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cr.gif', 2, 'bdd71db31fc1c57a4a1467c6998e9667409b66a9a26fd794ded95cc81982b4a4', 'bd762e1a0567e38bcaea1e9b3956b6c1', 'bdd71db31fc1c57a4a1467c6998e9667409b66a9a26fd794ded95cc81982b4a4', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '33c922fe1170f227a9f6d3c64db1329b8ec7f60a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176647', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 13, 1, 0, '33d266559ad11a74747a74103f81bc38e8816026', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_star-rating.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992636, '', ''),
(1627004145, 1, 1, 13, 1, 0, '33e128ce4c0e2df8a74f384102e525abc33e14ed', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/namecheap-small-img-150x150.png', 5, 'd24309e090e57a08de6893767a0cb9668620b501b9cf9e4ee8ae2d39c9f67fce', '', '', 0, 6479, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33e588e275b5a6dab3ed4f44c9f9476b047296d1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-de_DE.po', 2, 'af214edfcf9a2ab4307f3ef554ea8748b55c44afcc66c05c28af14e19915b70a', 'f0aa4ac680d00d09e16b480c6354693c', 'af214edfcf9a2ab4307f3ef554ea8748b55c44afcc66c05c28af14e19915b70a', 1, 101215, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '33ff8615af95ad49725ff1917aa519cf957249bb', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/index.php', 2, '46d422c109f6443a2a320ef711677bafa5e05750507be622a128635a4fe79698', 'cf6895af2050eb5ae7c0badda2604566', '46d422c109f6443a2a320ef711677bafa5e05750507be622a128635a4fe79698', 1, 26, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '34164aec0948b6debb1564ef4938b9968f67dd4f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176754', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3419fedfd9b55b28f79a6bee16770175f2a5f1aa', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/LICENSE', 2, 'c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024', '955d5fe58c231244f6b49000f383b5e2', 'c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024', 1, 1070, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '343f42a54af5619329b03db397e26a6d67e31058', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/nf-logo-dashboard.png', 2, '7b8e1194408237391191aba82512571c9163bd404074d75ea6dd402fd2de83e9', '25db101e789ba04aee3557fc9929c98a', '7b8e1194408237391191aba82512571c9163bd404074d75ea6dd402fd2de83e9', 1, 7848, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '344aa33cbd8f9f60efcb83aee627d3edd669c9fb', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-apikey.html.tpl', 2, '8af31b145489be1d1dc879a30529144d48d8480c2d203034126c043fa8261f45', '5d971f9f335a816c50952a64e268f4aa', '8af31b145489be1d1dc879a30529144d48d8480c2d203034126c043fa8261f45', 1, 2617, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '34507ffb61a683f6544d4e78d0c3313c2feaa5b9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-187x50.png', 5, 'd81f50a2253cce8e00706d877c59135d2e4ea44797ba09dffcda06d1ae22c833', '', '', 0, 8008, 33188, 1, 1596822145, '', ''),
(1627004145, 1, 1, 13, 1, 0, '345407772001d2cbd2e666efaa7a3f62da92afb8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-status.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992522, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3468e5689d0e8fbb425c1c335768c447f01deb99', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_includes_admin-functions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992558, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3472c20fb128f8ea5fdb1c9bb541df3c3ca83578', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-redirect.php', 2, '92700ac2966889f4bd19e3804bfdab8fdaa61ed4d8f9ac044f5e59283987d37f', '9e2fc74b61abee0339db908623d5888a', '92700ac2966889f4bd19e3804bfdab8fdaa61ed4d8f9ac044f5e59283987d37f', 1, 11697, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '347cdef0685c49f6f1db8c4cbb7d7583cec2c3fb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-message.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '349e17724f490af224896ba04c849cf0c1f86fa9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php', 3, '78ddcd24f32005ef8218dc0782ebd8314aa2f3a074901e996a6f396f3d951d84', 'c6e513fa696c842d62640ede7e7e0ab6', '78ddcd24f32005ef8218dc0782ebd8314aa2f3a074901e996a6f396f3d951d84', 1, 1243, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34a5dd781fedfb180720f0c65a8016ca4ff65533', '/home/hkrhostingreview/public_html/wp-admin/includes/class-language-pack-upgrader.php', 1, '67c7f6ad62795a827faa3487bbc2735bbf8209703ca721ee839d2ab8f5d06d0c', '076b0c4f392bfe72b7ebcf7f592e1539', '076b0c4f392bfe72b7ebcf7f592e1539', 1, 14739, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34ace0ebcf61f30b15d7f1941184e6a3edb92765', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/header-footer-elementor.php', 2, 'e6106226a6511f87a0cb2e373f67f23e333c8f4a3ae497e75123a5c374dacb8f', 'd92d3d86a84abb872483128705647cca', 'e6106226a6511f87a0cb2e373f67f23e333c8f4a3ae497e75123a5c374dacb8f', 1, 1023, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34b8f57bffbf9ec6cf5086b222423601e9983764', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php', 2, '7bb61b908b1a68b82982cefd86f7813e8b160389ada1a3fd84177c2bac21f715', '9da0a7cad97e6994bd53e84221565a03', '7bb61b908b1a68b82982cefd86f7813e8b160389ada1a3fd84177c2bac21f715', 1, 409, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34ba6c9a5b2ccf78df43052c44f47f2c9845d57b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/rw.gif', 2, 'fa6d5ad22c72843db88ba8c0500a596e63a14ac9f10d5de6891867ad98435213', '26c4bdfd43b5d836acd1dfdeaffa4cf4', 'fa6d5ad22c72843db88ba8c0500a596e63a14ac9f10d5de6891867ad98435213', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34c748d2c908ca4560b44bd59133cf666fc71a30', '/home/hkrhostingreview/public_html/wp-includes/Requests/Response/Headers.php', 1, '5a9bbf1776b464abaf147ee234a6d6de8f29c49d245ac35106d7ba1e71152c96', '1ad7c382d2b68f19412da7f43e63a960', '1ad7c382d2b68f19412da7f43e63a960', 1, 2125, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34c88ed7b2f439477ad950822119c0753c9ddb9d', '/home/hkrhostingreview/public_html/wp-includes/images/uploader-icons-2x.png', 1, '87f7bc3b5729467166e41a4e1e25cd0aa4b758e7f915aa8fcc4be4da2b0eb0c3', 'adc1e7b0262d80e44f18a287c395cb7e', 'adc1e7b0262d80e44f18a287c395cb7e', 1, 3542, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34ca89eb5c02b2a0e3a361c45a08537002a79345', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListModifier.php', 2, 'd7270633bb586213f1d4e25ba288bb9a939c0b1473368a132e04db506fac113e', '88468fd796dce258178837755bf88a81', 'd7270633bb586213f1d4e25ba288bb9a939c0b1473368a132e04db506fac113e', 1, 479, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '34facaba5eb3a7ee902936ba4be5970f9e1623bc', '/home/hkrhostingreview/public_html/wp-admin/js/theme.js', 1, '8b8fb37e2a1ee93c2d7e72b56aeb6b28bc7a00436c124d6aa39a402dff19316a', '15c7a2d4f4cdac5a7ad33d2f66106258', '15c7a2d4f4cdac5a7ad33d2f66106258', 1, 54434, 33188, 1, 1561040153, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3503ef80118c6aad6a633316ea1ebdaf856dd7dd', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-364.min.css', 5, '1ba28da0e1315edfca5fc4f14df26b64fbd53020d8af3466aab523818775f63a', '', '', 0, 4955, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3518fc89b5eb758efa111d2e56b7ead54febe95b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd-rtl.css', 3, '56015af54e6fa06a7e97225941929f9d169903a1ba38d893d064560d2ebaf8cb', 'aa37c93aab27c469e4f8b451638fa7fb', '56015af54e6fa06a7e97225941929f9d169903a1ba38d893d064560d2ebaf8cb', 1, 29664, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '352924ad878c4acfd2e2ea3384f224f0736cd99e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/image-accordion/index.min.css', 2, 'e5ca0d5440ca6909d7dc50a90a108c07d2cd73df5b0692e79e97811afcd2d958', '830b3ae90385888f57d290d27593e3dc', 'e5ca0d5440ca6909d7dc50a90a108c07d2cd73df5b0692e79e97811afcd2d958', 1, 1264, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3537b21b8720972d546f5b016c4c6d4af68f4d0e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_wp-contact-form-7.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992570, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3537d68177ca1d2b254263e849feb4a2f8ad5ce1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php', 2, '3fddef1a2baf8bcddb1835f624b83a8e34b251f879fa41963dbca160438b5ae8', 'bac7de7eac0fd22a4a77651d86fdf2fa', '3fddef1a2baf8bcddb1835f624b83a8e34b251f879fa41963dbca160438b5ae8', 1, 1491, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '356685cfd2fc686328dcaefafda8456b84a61e98', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/activation.php', 2, '75fec07624d0e9853c69d3f33ca85a51f4f25ee0cee4d40db0a02e44eb8b6e8e', 'd0307eec1b4a7aaad61a0456d71195d4', '75fec07624d0e9853c69d3f33ca85a51f4f25ee0cee4d40db0a02e44eb8b6e8e', 1, 26720, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '356cd2dd71e42cd3948b4101148924bf4a3c225a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pl.gif', 2, 'de68ad57d8f60ae4556d4e81144426d541866ab04d397cc57ee8c427e13893f2', '279fd88ddc4abbd4d808a087b653ea24', 'de68ad57d8f60ae4556d4e81144426d541866ab04d397cc57ee8c427e13893f2', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '356eee0510d2192d7e779ca29841d8cb4d1d7eb8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-gcloud-storage.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992536, '', ''),
(1627004145, 1, 1, 0, 1, 0, '356fa39e3a987d507a71186dc3de8b43b5f9bed4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css', 3, 'f9f5992e581c43c2d822be83ab6267525b6896e2b7c4f0627816f61372857e82', 'fa833674f7bdb761ab493cfb4cdde2d8', 'f9f5992e581c43c2d822be83ab6267525b6896e2b7c4f0627816f61372857e82', 1, 56, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35872b9d45f5ea251905f282ea0b8f9d57aca0d7', '/home/hkrhostingreview/public_html/wp-admin/menu-header.php', 1, '440e28c6f275ce4ad48b1014bfe8dbbe7fe8c8c5ffc4456f8480ac411c6dc58a', '0639947086b6d673b83b73739c57bddd', '0639947086b6d673b83b73739c57bddd', 1, 9743, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '359c4d8c93c2f6ddd018f9572fafd7189561aba1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/widgets.php', 3, '1d4d73c2ffeb0475f68d9ba62158be7d9502b7f8124f6289ad3fdf92ba6e4881', '092d5701aa1ef7b35fe53d31de118092', '1d4d73c2ffeb0475f68d9ba62158be7d9502b7f8124f6289ad3fdf92ba6e4881', 1, 5864, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '359c72844e3585c5b3d6ed5acd0b21ba654f55bb', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/blur.png', 2, '90c9bd59fcfd3bd868371607ad0c9e03a07179d1ea768b6c966da1f4102aaa71', '01cfb808561a86d8ba5e6cc55bc5cec0', '90c9bd59fcfd3bd868371607ad0c9e03a07179d1ea768b6c966da1f4102aaa71', 1, 11597, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '359ceb1baf3852e3ab56b4f8ff501945753f5b09', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-6.jpg', 2, '5cbc2ca870ff698a2636de1e7f48479f15013f0f65c1cb9ee7b9fff0a881c856', '7e1b15368566f1b525340fb3e16ef4c1', '5cbc2ca870ff698a2636de1e7f48479f15013f0f65c1cb9ee7b9fff0a881c856', 1, 154860, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35a9452efabf535aecbd3b945f7f1bedfab5e5ba', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js', 2, '584a26f39cef2db245f41d4f6b8e3d0f7dfac5c06f0f454a49dfb94f6fb1517b', '488ca2f56c37f84283fc9be63219304f', '584a26f39cef2db245f41d4f6b8e3d0f7dfac5c06f0f454a49dfb94f6fb1517b', 1, 16175, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35af419de8e6721e6d378cc7b8023dadbc4ec906', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/divider/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '35b11c5ca074ef043ea8b8ec6c9687c5e8e35ede', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_base_module.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992574, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35b57426669634d4c9832f0fbd03cd0765edcf3e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, '132040ae83183ac149a8db40ef6a069faed70383df92126d0a25cd2396674787', '111e5c52d4d0f2d41fc16f65884954bc', '111e5c52d4d0f2d41fc16f65884954bc', 1, 15064, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35be0987025d2ea175836863e5d28c91bc0af880', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/assets/css/minified/style.min-rtl.css', 3, '3ad56b7c0d08f40e978b97dcf3b7b6c64e3af400b06fe4949ae9df71c834c274', 'b51b3c8756a3d842b51f63315f58b7bc', '3ad56b7c0d08f40e978b97dcf3b7b6c64e3af400b06fe4949ae9df71c834c274', 1, 284, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '35c5004bff67f61d516797098b81960345f8de58', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176567', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35d000333494379f50c22ee65e949ff12476f370', '/home/hkrhostingreview/public_html/wp-admin/widgets.php', 1, '63fca7876c1a8307e56663720d3d12e82ac40bf1157ffbe157229f86eb25ac80', '9c0b1f45d013e678c40b3bb5ceb9af4d', '9c0b1f45d013e678c40b3bb5ceb9af4d', 1, 19740, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35df1a42da7cc408e0200930b495d64f183e46f2', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-fr_FR.json', 2, 'b9e389386ad63e3bc2dbde661b39bda051b6ea928f7b13344aa168af6fdeb037', '9125ddd88769b5491dc8f0e47aca6546', 'b9e389386ad63e3bc2dbde661b39bda051b6ea928f7b13344aa168af6fdeb037', 1, 833, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '35e1bb4de97bf81a283f685e42f68a3572c9226c', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-zh_TW.json', 2, '6269bd1d833c31f660fb5a99ea2da82a4e07caabf710572cd251823ce4c94a26', '12f1b81686e38fad778919a631192103', '6269bd1d833c31f660fb5a99ea2da82a4e07caabf710572cd251823ce4c94a26', 1, 15079, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '360ff10eb66d3b2b2ce895f1913be666071ec5a2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Render.php', 2, '8f21ccc798c60688b44a8b433cdea100356807d9f36abb2ab0856057346dfc14', '9cf5a8c85c6012b4ef2040ec18514b12', '8f21ccc798c60688b44a8b433cdea100356807d9f36abb2ab0856057346dfc14', 1, 32709, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36137efc6a8ac8f0e55126b977fc2adef576f148', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/eael.css', 2, 'ad9281a40303b8dd57655a9325bb876a1bf4e1ae2b7c2814d75887b5df935508', 'c25106eb360d1bc9cfa230ffa0b1f042', 'ad9281a40303b8dd57655a9325bb876a1bf4e1ae2b7c2814d75887b5df935508', 1, 332273, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3615d1224a22aea8c271a4ad1010877e21c7c6e8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/content-ticker/index.min.js', 2, '326353b39dace7d7bb6966c3feada59b95fb8e4d13acf6ac1e5eee95e23b2890', '80dd2934a4de7a6851e4a02706f68b9e', '326353b39dace7d7bb6966c3feada59b95fb8e4d13acf6ac1e5eee95e23b2890', 1, 1560, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '361a0da915f581f42661021bd6463bfa6c7fe11b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-quoterequest.nff', 2, 'b3cf447854ee766d881b1a501ab6d9475fc3a4019df8a73d98aff46f4635b2fb', '6056f5153910ca6d5f6a457e70bd7a7a', 'b3cf447854ee766d881b1a501ab6d9475fc3a4019df8a73d98aff46f4635b2fb', 1, 248145, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36296c20a088d2e6429a5c6abc1b40f76b79097e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/utils/exceptions.php', 2, 'abead9a48f1a9b5aa5efb96bb7ba34e00d9ab9c99bf6dd2d0749989593258464', '1710205640168de351a854a8996c08ac', 'abead9a48f1a9b5aa5efb96bb7ba34e00d9ab9c99bf6dd2d0749989593258464', 1, 708, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '362f404222e7e2c430b99888d1c0784ef0929624', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/images/astra-logo.svg', 3, 'd75c3718d756f87db0d1b854291cfb95ee6b064853d13c01f50b7ceb8dac7d3c', '0c9d25c92ac5891d83181b7d878c3fb8', 'd75c3718d756f87db0d1b854291cfb95ee6b064853d13c01f50b7ceb8dac7d3c', 1, 1329, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '363ee86a78d803bcdb58ee215512ad6428ee5a93', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php', 2, '08a90be6ef5b48196755cb4add917e33b286f34d384db1e7207731bae7b7c394', '213f36040383979d8ae94be3a47b4c2d', '08a90be6ef5b48196755cb4add917e33b286f34d384db1e7207731bae7b7c394', 1, 2936, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '364551491b9bc8e2831db130fa44bf8df1e4cbd9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Pricing_Table.php', 2, 'd3faa165aae0f437dc38180678ed55cae3a59b7ba5b97d15a61154f129b7f2b9', 'e19fb85ba901797ed3767c78f64b3cde', 'd3faa165aae0f437dc38180678ed55cae3a59b7ba5b97d15a61154f129b7f2b9', 1, 69087, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3645e3e19d04fc8472a14ce9c8c9242616dc3f52', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, '048c9e20ef9be99957bce32dd2f093816cb57477452eaf8f3bac867d2e0bdf5a', '9d0ee441d256fd74d046c6a3b6188996', '9d0ee441d256fd74d046c6a3b6188996', 1, 15758, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3646274de297ccb2adaceb6661c7cc201aed19ac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/admin-settings.js', 2, '7aa41ba9a9452ddb93e775a7f4bc636e0934bd5a114fe7dd4e73e7fb711735dd', '16e3b7980196cfc645666bbd0f4222d3', '7aa41ba9a9452ddb93e775a7f4bc636e0934bd5a114fe7dd4e73e7fb711735dd', 1, 13002, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '364d189b1513819520940b3858988a3ae680e46b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/background-task.php', 2, 'a2c794787f334ae83d3248cdf3e341c459a049b647739d18bbde82b39d905b8d', '902775b6e4c9674ef5c88e1160581b66', 'a2c794787f334ae83d3248cdf3e341c459a049b647739d18bbde82b39d905b8d', 1, 9148, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '364d37f884ae06643f351c879d38a68d0a6fadcf', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/document.php', 2, '6d063a8a8b6e90c29f513acec988164658dc47c9252755a71658f6f479d3f290', '011a4080a8c1a79da089fcbd647c0ed3', '6d063a8a8b6e90c29f513acec988164658dc47c9252755a71658f6f479d3f290', 1, 28931, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '364daea376142f656c8394353df46aa312a1eaad', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/notices/notices.js', 2, '84cfff04134db651e251c4011fd6ab4a0efd162d33160bc5c07578302fab2dd8', 'd62beeb28d3c38e41517b01f642c43b9', '84cfff04134db651e251c4011fd6ab4a0efd162d33160bc5c07578302fab2dd8', 1, 2065, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3652563e442ae3c4366c5ce0b6473c62b06d9f30', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsFieldsAJAX.php', 2, '9b3299346102593c3668fa8c2918cce02ce7925f039191da615e0afca31f35f5', 'b45a1d71d592a246518874155c88b40c', '9b3299346102593c3668fa8c2918cce02ce7925f039191da615e0afca31f35f5', 1, 1028, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '365bf4b5f5c747807ef21ef6079a2a26f28ee58f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Filterable_Gallery.php', 2, 'fb3cbccc362339b37539c4219a8158cdd604eec581b5004854ad43fc96a9b0f1', 'f6dde381c5e54fb9e8fe97b2fa4adf66', 'fb3cbccc362339b37539c4219a8158cdd604eec581b5004854ad43fc96a9b0f1', 1, 133373, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36722ee6c64ac2f1754a99f04be31e77c054173b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/base.php', 2, '53c1f1234593d7d2d4bdee96980422b303e364924957a3497754a8f2f937a2e5', 'fe25dcb75e779654ce96c652977334c9', '53c1f1234593d7d2d4bdee96980422b303e364924957a3497754a8f2f937a2e5', 1, 2152, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3673977bd2601b4e2a0a8a72632054561a7e0b13', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/progress-header.php', 2, 'ec0d2a8452c610af8aa3280bef9c39aeb84c0865fee145a87b297189a1bdcf81', '7d17a637618ee80a1323d15b15113d56', 'ec0d2a8452c610af8aa3280bef9c39aeb84c0865fee145a87b297189a1bdcf81', 1, 1356, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36a1658925f014c4d0446c48caaf6acb1e54fb9d', '/home/hkrhostingreview/public_html/wp-admin/includes/class-file-upload-upgrader.php', 1, '4caa28be688d18cf31e402b57124104b7feabc15968b47927c9cbf838bbc55e0', '3689ed398112ae6d0f3d3355c215504b', '3689ed398112ae6d0f3d3355c215504b', 1, 3380, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36a30a4a10a3f1ad58aa1a1f1e47da6d7c0e4822', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Session/class-recursive-arrayaccess.php', 2, 'c07ccb9603715f4d91189ff6772d7ff047496b13c8006bfcc2428a178e9d4b89', '95e0835bdc2286d090a9710f9b2723b2', 'c07ccb9603715f4d91189ff6772d7ff047496b13c8006bfcc2428a178e9d4b89', 1, 3237, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36a4478fbcc5d294f7267935d16b3ea57842acdd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fb2b.png', 2, 'f55830f2183037a5238715dfc503ffa70e0800625b7850dfbd1c94c80aeef078', 'd97fc07d6494b6ceb0a1c552cdb5caf6', 'f55830f2183037a5238715dfc503ffa70e0800625b7850dfbd1c94c80aeef078', 1, 7028, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '36ad79565fdf0463da278bda5d6f064fcdc74c09', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-plans-min-300x275.png', 5, 'fc3453345153bebf4f3467fa5067eb07a604e5e9011829b91ef22a497f93d2fd', '', '', 0, 74256, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '36cf937bde183f1c29ef3e06f56a3742a342e482', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_color.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992605, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36de0551720a4a08f772e0811638f490a5d1729a', '/home/hkrhostingreview/public_html/wp-admin/images/align-left.png', 1, 'b0261b9415889b20d832fc2ebec7aae376da50d76513660476a827a15f319c4e', '5cfd7930cffa6412f75af26f2e689ed4', '5cfd7930cffa6412f75af26f2e689ed4', 1, 554, 33188, 1, 1348515882, '', ''),
(1627004145, 1, 1, 0, 1, 0, '36e5d78b496d6799e7154498cc41b5e5fa292eaa', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-scanner-integrity-cache.html.tpl', 2, '44c7139491e9250eab20526f396ef2d6a45780fca6ba4e121854aa76fec19a3f', '5f9aae2a97b15a75bc9d57b1c7f29d9c', '44c7139491e9250eab20526f396ef2d6a45780fca6ba4e121854aa76fec19a3f', 1, 1889, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3702b4c1ee089c3dea3ae8d6e64d6c51b2dcb95d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-en_GB.json', 2, '28e0a5d5072b1bdd7fa08cc67402c32913442f417df03016abccafe9ce28a0a9', 'aa7bb450db95d8790d48662ff0c65d26', '28e0a5d5072b1bdd7fa08cc67402c32913442f417df03016abccafe9ce28a0a9', 1, 47042, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '372aa5bc283374fb37c7018850ae9d52e421b794', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/main.min.css', 2, '9d6a7cb420320545ef058c991fb751a5d4c0589d7a896deadbe74333d619f473', '83e8c22aff7a9495ce61208926f4957f', '9d6a7cb420320545ef058c991fb751a5d4c0589d7a896deadbe74333d619f473', 1, 10506, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '372d8eb8d112d516cd713d9f45804641dd779286', '/home/hkrhostingreview/public_html/wp-admin/css/dashboard-rtl.css', 1, 'bdcadc986fb08409a93591680b61f0058272d96aa38d7a48df171d3bfa9aeee6', 'b125dfd27dc6d691dec23472c501f331', 'b125dfd27dc6d691dec23472c501f331', 1, 23697, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '372f899a88ea21d479570a99fec44e84c60e8299', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-date-time-control.php', 1, '6a6604a8a411acd3431efd8e08bfaef532ba6ef97957e119ff3bb34bbbbac049', '1e6579c5bcd44fb43be75149ee1c683e', '1e6579c5bcd44fb43be75149ee1c683e', 1, 8733, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37331bb33719e114c105c82cc08417c542c90850', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-export.php', 2, '4619fef29cffc818784a72f248dfcfbaf39ce47920f7ef93e9a7e0062d2af840', '002b1ad54a43ccc973d19804e63b54be', '4619fef29cffc818784a72f248dfcfbaf39ce47920f7ef93e9a7e0062d2af840', 1, 5956, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37341b3a7dc54760fa4877903a41c2a740500af8', '/home/hkrhostingreview/public_html/wp-admin/css/install-rtl.min.css', 1, '575215a19bf7f8813e8c9312afc7a8d136ea85fb46fc55e1a192f82d5cb0f206', 'a9bd89b5b0dfa63cd42cb75833ff3a3f', 'a9bd89b5b0dfa63cd42cb75833ff3a3f', 1, 5053, 33188, 1, 1569262017, '', ''),
(1627004145, 1, 1, 13, 1, 0, '373965d8f4258f2b76b721f9729aef7696e9133e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-min.png', 5, '54eecec1b8bc2da9cfaea160b7e52c885647f27e946743e71c2728d4f3b7aede', '', '', 0, 61943, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '373e588fdf8538f0c6bbe0b1a4a6c0cb51c67382', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Table_of_Content.php', 2, '62cea4b1d82afa1e7d9a36d95bda86e4ac4cbc686e1c40d8cc9c81032e97a01d', 'f51b4f17affa07d07e0a2341528d4df6', '62cea4b1d82afa1e7d9a36d95bda86e4ac4cbc686e1c40d8cc9c81032e97a01d', 1, 35502, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3744f35101122055ed064d2d5d29d2ebd998a11f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/readme.txt', 2, 'fdbf01ca430777d20cbcced606666f09869f47d706d8bbf067459499b23b887b', '1b856aae485b7047b7dd8a4fbe1f06cb', 'fdbf01ca430777d20cbcced606666f09869f47d706d8bbf067459499b23b887b', 1, 20131, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3745cb7283b923821b3ff77b6adabd49fbbdc76c', '/home/hkrhostingreview/public_html/wp-admin/images/media-button-other.gif', 1, 'acafb909b236721ef09166b077c33bffd3926e38bbbcb411b760db67e19b556f', 'a55126545e825d4242990e670227f9c3', 'a55126545e825d4242990e670227f9c3', 1, 248, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37465150bb37d5d08c4c3c26c561ef512724c4a1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/icons.php', 2, 'b280fbae927e7934388083b72a34ef168a020cbdecf92785891b7fc1de431e7b', '6a666dca4c8b875bb8daf8a284063127', 'b280fbae927e7934388083b72a34ef168a020cbdecf92785891b7fc1de431e7b', 1, 6602, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3752e06e90ded0441a1a608f05025c8335c977b9', '/home/hkrhostingreview/public_html/wp-admin/css/install.css', 1, 'ca42f18f6f660b664553f3e0b3b4626cba4aa0f07cfb58238328765433b84716', '4fbbf669661beb6bb4cf847428843b43', '4fbbf669661beb6bb4cf847428843b43', 1, 6067, 33188, 1, 1569262017, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37672eb398a63bcbef1c5fa85014af58f70e91c1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-es_MX.mo', 2, '8d0bdb74d5599637c87c0c0e32582d2cc12f6e460c005e5cd235d17451430d34', '59edc00e1d5513adb2550959866adef7', '8d0bdb74d5599637c87c0c0e32582d2cc12f6e460c005e5cd235d17451430d34', 1, 65483, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '376cb40eaabbe13a0fbcab79e3afbc04a031c519', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599506326', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '377856d86c2dea7f17a1d72134a9daedfb9c7f46', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-fa_IR.json', 2, '937ecbb6ab0553e348fec1cc39631e61050b486410bb9e3a76604d7f5bcbd42e', 'ae3aa742ce5a6c247b933b837ff9b54c', '937ecbb6ab0553e348fec1cc39631e61050b486410bb9e3a76604d7f5bcbd42e', 1, 32138, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '378f6256dc1763d350e806b326f9c4b2f5222ac2', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-site-health.php', 2, 'e954f7e4850e44f3821ce193fdecea6d097748226e977d78f528b11f94501aa0', '98ac362f011f5cea73c51fb76f84e6fe', 'e954f7e4850e44f3821ce193fdecea6d097748226e977d78f528b11f94501aa0', 1, 5687, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37a98aa2b7bd384d8c8b1d1979cd426b70d3448a', '/home/hkrhostingreview/public_html/wp-includes/registration-functions.php', 1, 'fce91eb14a078bbf505fdc36e9881446b9f6259a01ecd22ce329b6f04746a7b4', '8d2b678a6f5cc93de2e7071702a4e6d7', '8d2b678a6f5cc93de2e7071702a4e6d7', 1, 202, 33188, 1, 1570555144, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37ab8c68c27ae775e24a1ccbf3c4e465e9cb4a0a', '/home/hkrhostingreview/public_html/wp-includes/class.wp-scripts.php', 1, '900e0b4f9d37a556efccd7abd2c173c8a90592c3c7668e60c3d4fd135008beec', 'd4cb3c87c70f2aed6dc220a7678b2a50', 'd4cb3c87c70f2aed6dc220a7678b2a50', 1, 17756, 33188, 1, 1569293817, '', ''),
(1627004145, 1, 1, 13, 18, 0, '37ac555b8823e7cf8a10df5f79733cb36497e0ab', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176551', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37ae9e016318866a51e3f867134d5013d2ff2861', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-partial.php', 1, '3113b3083470bad811544cbce4fc4863e1c069ccbf2888c2b22e55fff1849e21', 'f85b1b9be75ca2b6dd1269b1949da819', 'f85b1b9be75ca2b6dd1269b1949da819', 1, 8855, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 13, 1, 0, '37b86ef01228c579247f5fd98885ad06b1679306', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-hosting-min-150x150.png', 5, 'a135a1df241beab4f7bfc86123f6af648b645bc7e5cdb2fb82cdd7542827ba39', '', '', 0, 15104, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37d0e4408fea52cb780f16c9cf4c33f1a12b251c', '/home/hkrhostingreview/public_html/wp-includes/js/dist/data-controls.min.js', 1, '5416cf4dcce2980c3f97768d5068201820a333a1ca60980cd2a5072efcfa871c', '443383efa01f00f813069ec7346f11a1', '443383efa01f00f813069ec7346f11a1', 1, 2935, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '37d2cd5c94cdffac90c0a0956661e6a68aa5e3f1', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/inmotion-hosting-logo-min-olvrl6v2vmzajm3oqbdevku5vucx1jm91bi7apo2is.jpg', 5, '8633e40a3d06d27f9774b2ad8af9c2935c0700feb9aadcd2393c844a6fe3ad61', '', '', 0, 8427, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37d8339b5a7a6684a0ba81db385fed859112536f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/bs.js', 2, 'd1b122a666d2183da142749b62082db601b1cf5569965c142285b1606f0c93e3', 'c84b6db506aecea232c186e274d6e9d4', 'd1b122a666d2183da142749b62082db601b1cf5569965c142285b1606f0c93e3', 1, 940, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '37deae38e63080f63eca17d1bec0671398b78f76', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_document-types_page-base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992584, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '37efc5939540f33e9c478456e4c392ddf9a98c38', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/sidebar.php', 2, 'b9f18b97b34a02abb9b8b3ff8d973de7b6cd18fde2940229649dcb10d63c9703', '63efc7166a9a1d283858e57a89d1440d', 'b9f18b97b34a02abb9b8b3ff8d973de7b6cd18fde2940229649dcb10d63c9703', 1, 6636, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37f8473a12c3a70d17fa86b2c51f7c14b8b1161f', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-subject.snippet.tpl', 2, '6e66170176c74a56e48b7807922e367f9e9b45ed2ebd749489bc86fe189ee019', '1d8d0ae1af72989300eed404c9d0fdee', '6e66170176c74a56e48b7807922e367f9e9b45ed2ebd749489bc86fe189ee019', 1, 220, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '37feebf44b5b4e00b2bf6b385996796f9d250b9d', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-menu-styles.css', 2, '7a1462fbe2f3c53ce343dc0de01e46961d5ca8ff918ff9c0db0389575c376aed', '57bf0ddf73810f5a393142447aa163ee', '7a1462fbe2f3c53ce343dc0de01e46961d5ca8ff918ff9c0db0389575c376aed', 1, 957, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '38047fbd682fef6813833e41851b42576d9f2e9a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_editor-preferences_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992597, '', ''),
(1627004145, 1, 1, 0, 1, 0, '381402f9ea7c206bcea642ddf9932a4feba3c90a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-pt_PT.po', 2, '6e539c23aa474caed2bc7561f91696d8b8181355e5c276f1bcd49db265d3d433', '78376b1e6512edbcc2d57c4fdc2dd431', '6e539c23aa474caed2bc7561f91696d8b8181355e5c276f1bcd49db265d3d433', 1, 216216, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 26, 0, '38220cc77ec99d238fcf2531acc75517e992bb0e', '/home/hkrhostingreview/public_html/.htaccess', 4, '13abe8d334d34cefcea8c8ca8c946b4907207729333d73000224d16446c99df9', 'af2d8df407dc5ffe00596f71272a6a0f', '', 0, 435, 33188, 1, 1626945887, '', ''),
(1627004145, 1, 1, 0, 1, 0, '382e746bddd10c9b54a684b480a8563cae0437f9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/css/notice.css', 2, 'c2a8e25f098e9a7813bdfb072b08d77c5fbe5a433bf35d728946fdeb11a309dc', 'eaf09629ab8eda39370e715ce0572888', 'c2a8e25f098e9a7813bdfb072b08d77c5fbe5a433bf35d728946fdeb11a309dc', 1, 3397, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3840e5319e2e175d8a0d5594c1c7ed7ba07a9cd0', '/home/hkrhostingreview/public_html/wp-content/ai1wm-backups/web.config', 8, '5f8b7b396628423a747f6fb042935e1b3f70cddee58090e56e265a4fb7d5c40a', '', '', 0, 292, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3841b43dd16a6bddd47f92617b75d01ed02adb82', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real_52.php', 2, '8cffbd7b1140e65729a76c73307e2cac5b1908f05d122adf00720c9b9c3d3ba1', '5e31bccd001d40d5faa01d921e32978d', '8cffbd7b1140e65729a76c73307e2cac5b1908f05d122adf00720c9b9c3d3ba1', 1, 1463, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3852e8e8b615df3027a858404bc0e4f5029c0c9e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/loading.gif', 2, '3fa54e29f88aee644eaaac38e11681ea07858eb1ea76b1baae12597aae83fe82', '9a8269421303631316be4ab5e34870e1', '3fa54e29f88aee644eaaac38e11681ea07858eb1ea76b1baae12597aae83fe82', 1, 2530, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3870f97bc0315e9a8ed1470c523ca248f0b4d5fd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176397', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 13, 1, 0, '38a3be41342c25ad3fbdf669d107832dd8c241a8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_rest-api.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '38b3b1082065f3de169e25b5119763cbdec932ef', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/batch-processor.js', 2, 'f1164d041d59f9d80097eedf91c03a403303f3fb15311ca92ab6856ee046ca5c', '26f81ceaa9715c70f472229cdaaf1897', 'f1164d041d59f9d80097eedf91c03a403303f3fb15311ca92ab6856ee046ca5c', 1, 4238, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '38bafe089bb6ba926bdab3fabd799c9ec72dd6e5', '/home/hkrhostingreview/public_html/wp-admin/options-reading.php', 1, '8eecfb9bee523e3ba4e1fdd75c2ae7de52a491de16f83289bb2f59badc8c18da', 'cb26dbc18a3c9a502589b4978ef16416', 'cb26dbc18a3c9a502589b4978ef16416', 1, 9711, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '38bb413bde8166de9f7c434519293ea12a2df85d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/jquery.ui.nestedSortable.js', 2, 'a4003c34e309f3d5708ac60b1593ef8a1cf7988b3c073a498b9aba1d6b2efaf6', 'b30c8c86a48f6759e1f0bde617e83a58', 'a4003c34e309f3d5708ac60b1593ef8a1cf7988b3c073a498b9aba1d6b2efaf6', 1, 12519, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '38d0465921a6a93cd99da9d831f3ad91c19c5be9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css', 2, 'c4047043368afb4baf1aed25d358a5c2a333842a3b436b58491ab36aeee65b9d', '008e0bb5ebfa7bc298a042f95944df25', 'c4047043368afb4baf1aed25d358a5c2a333842a3b436b58491ab36aeee65b9d', 1, 30999, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '38e461b332da30c3d66a3987e1f8b3f39370e9dc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/sendwp.js', 2, 'e71d60cd61a3d189f7f804b87a10554358fa2f7b40160f831de34d1c6d76db6f', 'ad739a68a648ebbe7829c651f71482b3', 'e71d60cd61a3d189f7f804b87a10554358fa2f7b40160f831de34d1c6d76db6f', 1, 1374, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '38e768fb1e5e86a9caca076e170cb50a9790e143', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/css/admin.css', 2, '7e66e49cc8a3d13be88ac5745324808f68a091559b5222ebea2b34072a1f4ed4', 'd254411c935423fa1023714b0b05bdbb', '7e66e49cc8a3d13be88ac5745324808f68a091559b5222ebea2b34072a1f4ed4', 1, 19511, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '38ebd2679243e7358137c573bc7abd812052de17', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/SubmissionExpirationCron.php', 2, '94c4e5fd8a5452cfac22bfbe26e04f590837a0a894a70602a317c3b7c1a19bcb', 'cf742809c2ba615b0e4fb4198d2e4982', '94c4e5fd8a5452cfac22bfbe26e04f590837a0a894a70602a317c3b7c1a19bcb', 1, 3650, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '38f93acb09f4e0edebec00eefc43cc678f3dfdd2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground_hosting_plans-768x484.png', 5, '5e220569030caea9f2fea47ecbce548ddeee30b2969c929011e64293ea9394db', '', '', 0, 288826, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '393cfde124ef5da4a78569940cd5fa547bfcac94', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/st.gif', 2, 'df0f01e4d92e51589b51e0063d935119992acd8828a4fbd103b8e88442aeea43', '6596dc6cdeed9b4979fbb5c7609e66f5', 'df0f01e4d92e51589b51e0063d935119992acd8828a4fbd103b8e88442aeea43', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3945ac1e880a4cdc7bdb45c5cb8e28358439bc9d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/images/donate.gif', 2, 'e0a11925789fd525d8032a96e1100c0d26648339009ba2e2a4d2781a38f2f5d5', '7979763a69910a97a7f58ee99343620f', 'e0a11925789fd525d8032a96e1100c0d26648339009ba2e2a4d2781a38f2f5d5', 1, 2923, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '394a57ca64ed1bda4122abb89a1aa4cf2ffd9626', '/home/hkrhostingreview/public_html/wp-includes/deprecated.php', 1, '5c87a745d3775fb5b89470649531b99435c478a5283f2debf14cb486969cb0c9', '1536c131c15a55d6fc92f4b0ae47d51a', '1536c131c15a55d6fc92f4b0ae47d51a', 1, 114063, 33188, 1, 1569419278, '', ''),
(1627004145, 1, 1, 0, 1, 0, '394af4e2c1bf8370fb8a89ee2386413c15879f80', '/home/hkrhostingreview/public_html/wp-includes/date.php', 1, '32e27a2ca76a4cd3418c7508d7453bed674d050399a38139d48c6f374a419324', '60754ec9943d0e2b332380fb1ae48797', '60754ec9943d0e2b332380fb1ae48797', 1, 409, 33188, 1, 1564097516, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3961d4500c131932e0e0bd50ee27af44d293e087', '/home/hkrhostingreview/public_html/wp-includes/js/json2.min.js', 1, '15e745ca7412f2c580f0bddef6cc4a85461fa08c1f363baca72cc77f85f3d929', 'c5fe2b8725d6986faa885f6dcc1771dc', 'c5fe2b8725d6986faa885f6dcc1771dc', 1, 3120, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3962f175963d90dde3e4afae0d2db696d247ee2c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/10-1.png', 5, '226541f7bad7e68393d901fdc53f637052ee70684df1109f00a94768825e73b5', '', '', 0, 3390, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39875a077c9d22660d100e446700ebb8d848ea9c', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/plupload.js', 1, '815cef3fb7f36dacf06c38037ee997a1420a95b26e1ab3de075a44e8cdbedc99', 'dda0aa24705a5218d13e271c8c187cf7', 'dda0aa24705a5218d13e271c8c187cf7', 1, 60314, 33188, 1, 1504268926, '', ''),
(1627004145, 1, 1, 0, 1, 0, '398aa3ead7a4e94ab15f4c6212f3748e22249cd8', '/home/hkrhostingreview/public_html/wp-includes/css/dist/nux/style.min.css', 1, '8a41ab5467c12fa500a501200063ce8ca9690051513860bd44135bb996380e33', '2d2b907716b25ae5cd508979a8eeacaf', '2d2b907716b25ae5cd508979a8eeacaf', 1, 2242, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39935097e176e8a2c05d07700175b2bf4b0609ec', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, '17ee7f96e2988465247a3f939376b686e241ddd8189a1e6f66988d402a75a1ef', '6bfe7f89051795f77537d42e463c0eab', '6bfe7f89051795f77537d42e463c0eab', 1, 12961, 33188, 1, 1569270357, '', ''),
(1627004145, 1, 1, 13, 18, 0, '39942e547b42c3c4d2eebd12ea8ab040e4e1a57c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176519', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39ad0fc774625fa521c6ade1180ae682908fa4d8', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/request.php', 2, 'ce64e7c9158461f61069a6f1dc640813e3116f63f41e0936b4baf4d7510c190d', 'dcde5596f8f2e78304e522b0e7e0da9f', 'ce64e7c9158461f61069a6f1dc640813e3116f63f41e0936b4baf4d7510c190d', 1, 2415, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39b542f83a2c99f0cf708d6956f6dce0e2a9bb8f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardExpiration.php', 2, 'fc74a1077fefff9cbc9f8c547007eaef8ccec5b923cd2184543cca4fdd1de552', '1ea0025319488f6566b944d127ff1c80', 'fc74a1077fefff9cbc9f8c547007eaef8ccec5b923cd2184543cca4fdd1de552', 1, 998, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39bfc8c39f962a89bea55d43f492b774b24716c1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php', 3, 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', '3a012982cb4ed67e5ce23fe913de8a66', 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', 1, 126, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39c38a302d80ce23d26ecccd22c73d5f74b8a16a', '/home/hkrhostingreview/public_html/wp-admin/css/customize-nav-menus.min.css', 1, 'ff622e1d3a06cbc77dc36db664a61f33780a3f42939c15494bb37d0be163977f', 'e7fb504704cbc728b307fcef68bc40e0', 'e7fb504704cbc728b307fcef68bc40e0', 1, 18092, 33188, 1, 1554616191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39cb4fb5319edbe73db5d773cc484fdc461f3808', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/theme.min.css', 1, '45f461bf78813a1ee5c3a025b6b9bf83f9c78da98390f7208826dbd64573ec10', '80145dc9e4908a34d14ca5a87d33c6d7', '80145dc9e4908a34d14ca5a87d33c6d7', 1, 1939, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 13, 1, 0, '39cf3313c9483d1f139f64ac7c6a00232295fb18', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-min-150x150.png', 5, '2eeac81e00fa70d620a1d43a5ee6c7ca0690d441f48750edd28e147f5b86a754', '', '', 0, 34101, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39e4c2d44fcbfd99824c96389e58bd7ca2f79707', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/menu-animation.css', 3, 'bc3e67137c47c15757ff956e328e7640007b9a0a141abb2eeb25d22ad2c3ce97', 'a13f181efb22db90dbd558948fb507f5', 'bc3e67137c47c15757ff956e328e7640007b9a0a141abb2eeb25d22ad2c3ce97', 1, 3918, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39e7a2a3364c6f9b27f581cc727bbe7d62b4b303', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Flip_Box.php', 2, 'c37746e7d41ffdb42a651e97b74a06ecffddafc1754827b04a9c21fdade77fd4', 'db23483d8bd24f117f36b3e4c99de299', 'c37746e7d41ffdb42a651e97b74a06ecffddafc1754827b04a9c21fdade77fd4', 1, 44907, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39eb1fb758452336ede27968022de1c9532733ee', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/pikaday-package.css', 2, '0048fed4b17bfffecb81c6a15a5510ca4745a219439da6c75b71ede31773616f', '6d518fb57441f90658ac0101e4ddd1b8', '0048fed4b17bfffecb81c6a15a5510ca4745a219439da6c75b71ede31773616f', 1, 5491, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '39f5cb26bc686999694abd5264763c44f3f5058d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php', 1, '80228e14f6feeec9483e340e1e33a2330a91de70dce9049e2a25f4e19ea1f0b0', 'aa354f02263fab9d0b45ba09bbbb2516', 'aa354f02263fab9d0b45ba09bbbb2516', 1, 6613, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '39fc637b92df5c91b02d6b7ad9c095dc38295596', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground-small-img-olninj6qjkzrjliyqj35r7g7vbzdj622eacub4505c.png', 5, '4dfb21f41230b124ff7cffaabf975db83d015e0bed1670e03e8c0aace9f75e29', '', '', 0, 16319, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a0f866d68c53a951f3931bcc2218e29e93ba443', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/fonts/hfe.woff', 2, 'caae8d98b005c5ec12a3db5e4babbba749e46e48e8b67e4b51b613e28a16c67b', '31543c1a6bfe1eb73d2bdb4b1d81ed5f', 'caae8d98b005c5ec12a3db5e4babbba749e46e48e8b67e4b51b613e28a16c67b', 1, 3688, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a11b77984c1dc1f120605a5d1d7db332f0b7c64', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-title.php', 2, '6d497a01fdb6af259bf913c4557152e4bf2a2913b289e162390e017b4aee1f61', '5d857dd9af0d0d89057091a5be745221', '6d497a01fdb6af259bf913c4557152e4bf2a2913b289e162390e017b4aee1f61', 1, 904, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a15357fc2bda84e0623f65fa5890258d52ef501', '/home/hkrhostingreview/public_html/wp-admin/edit-form-blocks.php', 1, 'fbfb213070a2a2841fac43b3d5f1728f112c7a7d8ae3e76266436f28019b19e0', '1e69b6ad7d47652b37e5bf054556bd22', '1e69b6ad7d47652b37e5bf054556bd22', 1, 13497, 33188, 1, 1570219978, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a18f6af0b74f7617576cd2124af2615f406f6a1', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mejs-controls.svg', 1, 'ad55816ac6c62f214e60a1913ff4f0215ab329034cbc7436a5514941449ca7b9', 'f0849a5e79712b10e1531925e3edb879', 'f0849a5e79712b10e1531925e3edb879', 1, 4598, 33188, 1, 1501562631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a2d85f69289c9f7a15a391694c0e447d47245cc', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/class-widgets-loader.php', 2, '3363f6bc57036955a32626b91faf838c1744ccaf014d0ba353873dbfcffb1de6', 'ea7265fbdccd418e8a5e562f702a92aa', '3363f6bc57036955a32626b91faf838c1744ccaf014d0ba353873dbfcffb1de6', 1, 4249, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a3cbdd543b259a1a29ea14b90677ac7f4055c74', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/dual-header/index.scss', 2, 'c60d01740c78e11ebbff3acbdbcb051ba80beeb393fbe21749e827a9019d28a2', '16146eb8c0997b9a95eabae6d4812959', 'c60d01740c78e11ebbff3acbdbcb051ba80beeb393fbe21749e827a9019d28a2', 1, 778, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a3e8280af13f779901caa9cb846e453724d2e63', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-th.po', 2, 'e6e7c52093a436ce1348209dccdf9a1dfba173acef62f81cf4bab777a050ab7e', 'f46609ba2ce55d420d529fe5fda8d843', 'e6e7c52093a436ce1348209dccdf9a1dfba173acef62f81cf4bab777a050ab7e', 1, 258051, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3a6ae8ed9ca4ed8265d1f3292111b80c719d439c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_base_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992597, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3a77ef8b85220cd385825a95bc786f0bdf158ed7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_debug_classes_inspection-base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992583, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3a7fba817ef1521aa12bd34a8687d324c13bda9c', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random.php', 1, 'cfb41ceca98842bfc8a9801e854597a40f91519a93ae511f674ca38a171aa55b', '0fb535267d6bd2eb1fe9210c36bb2493', '0fb535267d6bd2eb1fe9210c36bb2493', 1, 7687, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3a934093a30c95454bcc855ba2122e873c6afc23', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176692', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3abe99bc7290fe7cfecf46c2b850be74bbc000bb', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, '07d2b96b65c7359dae15a8f633e1535fcd5bf1609b15f79d712f543a43de1d87', '0f1c45aeab591060112ce9ff3f7f4ace', '0f1c45aeab591060112ce9ff3f7f4ace', 1, 2922, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3ac5d6cd897ce8185d98d8088815258216c2803e', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/xdiff.php', 1, 'a917cde722866e9bcc6dd01c46cf036b27d7314ff801c808f0138babb5c5c13f', 'd6b91fc8628a0c0474ad58389a475815', 'd6b91fc8628a0c0474ad58389a475815', 1, 2210, 33188, 1, 1369517905, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3ae05f66f60f2dda5a18a07011ce054eaf566dc6', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 'fd890f6ee9e1a7a011cf2ab84654e01359ef89833f8963ac0f262ae083b93651', 'f31e48beaf2ebc122520fb84a1e54672', 'f31e48beaf2ebc122520fb84a1e54672', 1, 2876, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3ae54ab48ba9fe4b06432e1fbc054310e3a9f9aa', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-364.min.js', 5, '0a2dc975b00016ea0392e50eca3847fbddbad1d878cb5aeefa7ec3a3487a4816', '', '', 0, 1063, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3afe77ccf49155a38bc41af3cd311c2045ecda9e', '/home/hkrhostingreview/public_html/wp-includes/js/imgareaselect/imgareaselect.css', 1, '55a36298517619f755ac3c59b3c37cde07d3c2ce66526bf42df296bda945838c', '7d28cad92829b3d633a087b5f3b595af', '7d28cad92829b3d633a087b5f3b595af', 1, 790, 33188, 1, 1335390597, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3afeb9d0dda2eb73edf61486f206d918072cffdc', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-1.jpg', 2, 'cd349afe897a0f3783c3090798591c01d74471b982743a4adb9cd1e3e05e2769', '636a5f681e46a01308e7839738cf5015', 'cd349afe897a0f3783c3090798591c01d74471b982743a4adb9cd1e3e05e2769', 1, 190792, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b05639dae81b929e5561a82f013b5b3a3dd1f1d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/ninja-forms-three.png', 2, 'f3fe23d4dd7ff2d4e0199c3ff63ab72c527a58639ff37732c1b7483c3da3316b', '01a8e0146b700db874e708c2a4202d30', 'f3fe23d4dd7ff2d4e0199c3ff63ab72c527a58639ff37732c1b7483c3da3316b', 1, 222157, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b063f08e5d742932d40acce61d17b2ae842c998', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/nb-unsubscribe.png', 2, '182a028eddcf83e3d31639fb4baffbcaa91142e22409ea25ace64e52a1e07725', '842cffeff6130e23d8d20fe831abe338', '182a028eddcf83e3d31639fb4baffbcaa91142e22409ea25ace64e52a1e07725', 1, 52894, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3b13b2cd1c825e12dc9a0864fc43a14f3fe18fc4', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-small-img.png', 5, 'f01d3e5945814b41994e6cc37f35d3c8a419802681e88c70f0883057366217fb', '', '', 0, 15915, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b14aefbc1515fee3523cd8172b881077322eca0', '/home/hkrhostingreview/public_html/wp-admin/images/media-button-2x.png', 1, '8801ccfa131e8aed1db636cfd6d0b871834a044e43c67e3429469f6358ee2036', '23db5749e51d85105cb8d03fc81305c9', '23db5749e51d85105cb8d03fc81305c9', 1, 850, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b159e496856a04a055d549aadb8aad81a7797f2', '/home/hkrhostingreview/public_html/wp-admin/images/resize-2x.gif', 1, 'e687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27', '887b335656b4ed4656ac1c1966e4254b', '887b335656b4ed4656ac1c1966e4254b', 1, 151, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b19844737f260dc5f88babfad9861754dccd273', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/flip-box/index.min.css', 2, '93fec01a8db6f8d32e95eda4f78c550473c46f801a8653451f5b1ff61084b95c', 'e54f58d26744424b551113b149e80594', '93fec01a8db6f8d32e95eda4f78c550473c46f801a8653451f5b1ff61084b95c', 1, 6434, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b1c2c1f988b1e60069bbe13cdf32ae34f9e3626', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-sv_SE.json', 2, '3f49cacd9d42366c7b82e69023d4fbb1c5d589b271df2e6a3ab43f4d886fe6eb', 'd4746d0425a765747134e46d687ae1c9', '3f49cacd9d42366c7b82e69023d4fbb1c5d589b271df2e6a3ab43f4d886fe6eb', 1, 50041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b20e9a3b85dda360fd48b1f3559efd3e7560ee5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', 2, 'dfcf50956cc57f5daee0966fb60b7c595aa890cf1a6f694087703ba073be26fe', '757bc3e1371f8a7b1e6349040f470007', 'dfcf50956cc57f5daee0966fb60b7c595aa890cf1a6f694087703ba073be26fe', 1, 2469, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3b20f4d07ea64d013012619f0cec3a0ff596019c', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/743a5c0e4aff4830830e262cd2c87351.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092976, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b25ff17fcb80d72cdaf0188111d1e01331f55d9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/content-ticker/index.min.css', 2, 'fff137dda0bb3795c205da2a762e908290ea37900a16e6482fae64f307434786', 'a3f0e583fd95dcd8c5b750c851489ee7', 'fff137dda0bb3795c205da2a762e908290ea37900a16e6482fae64f307434786', 1, 1033, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b3ff6f292c4d71c39708e495785328d96627ea1', '/home/hkrhostingreview/public_html/wp-includes/images/spinner.gif', 1, '5c2d44038a6c53bd74f3a26e690c1974e1385fffbc6def4c59f91dc1f738f0b3', 'd54cf50a44bd0aca6fd98bd46acbb2ba', 'd54cf50a44bd0aca6fd98bd46acbb2ba', 1, 3656, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b42ba2400b7a67834c2b32ce3f8d1d0baaa3792', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css', 3, 'ea9877046cb5ed92e4d99bc3e07fa29d6eedf1064ffced3de03db89ac6950374', '8a0a65027bfaeab05e1c7ec686d41c8a', 'ea9877046cb5ed92e4d99bc3e07fa29d6eedf1064ffced3de03db89ac6950374', 1, 25676, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b47500143d79de0009061c3333d47e8bd9e355d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/pbar-ani.gif', 2, 'a03a0e52f0f18d00375e4358ede5ec2ab934ea7a739e916c7c1caa702833e1b2', '04c803a46f47b06bcc102fc8ef49ccf1', 'a03a0e52f0f18d00375e4358ede5ec2ab934ea7a739e916c7c1caa702833e1b2', 1, 3161, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b4af4e13ad433dec56db0b3bb3b24dfb5f8683f', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user.php', 1, '842051839822e5c05436554f9351b029e2d09f164a62707c70b30fc8d2495683', '62614f836bf798ab8d0063b1bc821d67', '62614f836bf798ab8d0063b1bc821d67', 1, 21766, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b4d758daecba1a3fe31d16aa54b758db5dcbcf6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/jquery-ui-fresh.min.css', 2, '558543e5452e13925ae008b837b7d1cc7d1bec20923d705518070c7061c6639f', '61aede914019bf154782937498de0e4b', '558543e5452e13925ae008b837b7d1cc7d1bec20923d705518070c7061c6639f', 1, 25086, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b586a050bbafec492f4ad59f0cec2d000d67f9b', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/editor-styles-rtl.css', 1, '9bcc849d903ca65694711a89ca39d10239b7a795aeba6d2e76f65ee79af7cf60', '8977b727a799ed3a59692b81e46302fe', '8977b727a799ed3a59692b81e46302fe', 1, 2304, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3b60f9c8acd4a09579e1f4ec4f89890eab49ae93', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176676', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b616b3f8e59b63efde2f0f45b34529e9c2f6ce9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', 2, '928c19bfac6a007c7d107aa09d0f7fedbc14849a4c0f880c40282d1f81d3d3dd', '44d34b22645b66f1d4e6f6753431c7c1', '928c19bfac6a007c7d107aa09d0f7fedbc14849a4c0f880c40282d1f81d3d3dd', 1, 6122, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b66665530d8ad93c7142a4f7aa68240891a023a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/fonts/google-fonts.json', 3, '10dcd8e70b63a1259f46be6d05c27255ba5626248270ded020e3f18620db8f40', '0c4ea83bad317f18be540d88b755b9e8', '10dcd8e70b63a1259f46be6d05c27255ba5626248270ded020e3f18620db8f40', 1, 207000, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b6b81808f8a56041ed40f11a439afadfc78f4e9', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/constants.php', 1, '778cb68ef19cb904c4950da5f19429a65e73fcf5d3f3291df63a1b473f736ca7', '12fec4db04d403e6a142ba06eb21dbac', '12fec4db04d403e6a142ba06eb21dbac', 1, 4101, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b732c2749d44751c2bda3eaa6844410fd8e5a8e', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/img/warning-icon.png', 2, '85f1d0deda200b0231b8c7abbc69f08a10c9504530ed8e7d1fe6de586a5dfc75', 'cf04df1da8029a17af4712d73cbca20a', '85f1d0deda200b0231b8c7abbc69f08a10c9504530ed8e7d1fe6de586a5dfc75', 1, 5210, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3b7e7dc46ff75dac7444a728994034e475266300', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_categories_edit.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992581, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b84433c0b69d07e7f2a25ad006d94fd7ce5eec6', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/dialog.min.js', 1, '2ce55c139884ba5ed300ba4137bc8b1d741af4c1b2a239a9bbcf81f92b73e17f', 'd0933f1e5b9b5592dd5e219f7eba2f14', 'd0933f1e5b9b5592dd5e219f7eba2f14', 1, 12098, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b86cba966959796b63e8993919ceafa1bd0a76e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-es_ES.po', 2, '0c85ebce4cb049da7fbbf44c79b8e1fc168a452472f82b457f655d9ecb48e190', 'ac78ac698fa62d073bd61a50f1ca8069', '0c85ebce4cb049da7fbbf44c79b8e1fc168a452472f82b457f655d9ecb48e190', 1, 113720, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3b984894f8d15d0d0bcf7eb1cdc5b43e40afb4a8', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, 'd7abbed639fa45d61bb46678ed7546737e11878e84191080a58b7e30fdb86273', '5b527a40eb4d4d10516d0672f7018385', '5b527a40eb4d4d10516d0672f7018385', 1, 3871, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bbcce91c7d0ac1f27deaf969ac6510f35d297ce', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js', 2, '770008a560398e6ab513700705e2431fce9e999b8e10c299ad9c4dafd0c9010b', 'e5bb26def607ac0e0e114a502ac65e38', '770008a560398e6ab513700705e2431fce9e999b8e10c299ad9c4dafd0c9010b', 1, 139191, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bc9181d21d53642fce3524702a716b999ea352c', '/home/hkrhostingreview/public_html/wp-admin/index.php', 1, '98cfc924bd43e9f5536f08ce441003a157ee179b12d8696c981426543d4c32f4', '846d7d612a2a30206caeeac76d1b3cdd', '846d7d612a2a30206caeeac76d1b3cdd', 1, 5901, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bccd0abc6125ab23c67abab6cd1a9d573f11acf', '/home/hkrhostingreview/public_html/wp-includes/js/backbone.min.js', 1, 'f828a6d9e9cac6ac79092ce5db177f19d6a69d42c0ebc5bb2a8b6b599c4f4ccf', '2781e10bd1b33dacb15e164e8a1e872e', '2781e10bd1b33dacb15e164e8a1e872e', 1, 23936, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bd55fd2e5cbab83e574843cc0583f76cd6029a9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.min.js', 2, '1da90415bbd3f0b067b9882167f725299e3d7a8b4d9b4daa728cb61f0bcaac88', 'f71530bfa177063afba2197125deb313', '1da90415bbd3f0b067b9882167f725299e3d7a8b4d9b4daa728cb61f0bcaac88', 1, 8844, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bda466a986b8a2f498a77f13344745930ef56df', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/504.php', 1, '653e35d61def9db5eadadde4b52aacb934f3da3ddefb2de928751fb05e3f9d81', '02d76d8cccaa446293201112908a2aa5', '02d76d8cccaa446293201112908a2aa5', 1, 399, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bdf6cac1a0b06db4a63b69c931a0b5b7431428b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/daygrid.css', 2, '88965777fa615e0cd55c3e2ced9e85cafdaf0a35aee06880e7ded33623ac3c3b', '819ae3db8586d8ba18a57b5167c0e6ea', '88965777fa615e0cd55c3e2ced9e85cafdaf0a35aee06880e7ded33623ac3c3b', 1, 1807, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bf5b71ae54f783db14db237b3d56c1e803b4a36', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-dynamic-content-tags.php', 2, '32b6020c0fface9951b86e1c0bd34b893935ba51e5ae620aa7e085961b0fb352', '62643ef8579edaeed292e6fd5bf854cc', '32b6020c0fface9951b86e1c0bd34b893935ba51e5ae620aa7e085961b0fb352', 1, 6660, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3bf7237cef05e61c80434a30f03fda4e547d96c3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/bgwidget.png', 2, '648163b17b8ada68c3e5ee2c8d7c45db514644c937597ee866ce0e05f4bfa021', '504d360565769d8418b8f433af02bd84', '648163b17b8ada68c3e5ee2c8d7c45db514644c937597ee866ce0e05f4bfa021', 1, 8196, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3bfbf9f892bde85df9d2b2bd0ff79a6d4e4b978c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bestcloudhostings-favicon-150x150.png', 5, 'a198a33228f274586e66ca25af35fc0e8b5565c985de49c36202ba2a26877904', '', '', 0, 9024, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3c0753273ad2d3d0e001b7b93c0413999e42db6b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/responsive-spacing.scss', 3, '3ab186da3d600cfbc48e87cea86e209855ddd5769cca9a23976a122d81f6cee0', '37982377dcb8ac7abf4700ecb7f0b1b4', '3ab186da3d600cfbc48e87cea86e209855ddd5769cca9a23976a122d81f6cee0', 1, 2814, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3c1494b6d6579b72d7eb77edd8df7bd9d76aeb59', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-exception.php', 2, 'f747928327ccdd24218f419fb07455c283d67a9bd6a7f8b073f0e61ddb1cfe41', '052c1c0a43574502cc39845d13691c15', 'f747928327ccdd24218f419fb07455c283d67a9bd6a7f8b073f0e61ddb1cfe41', 1, 3062, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3c251381b9444376eefeb3e2535666a538758f49', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-media-list-table.php', 1, 'b0308f6968cc846a9c8e1105c48f7d65244440c3dcbb1134377b6fc98419f006', 'c925a897e4b773c8f8ed8f04ba48d0a9', 'c925a897e4b773c8f8ed8f04ba48d0a9', 1, 22863, 33188, 1, 1572007863, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3c4634952620e5d033126ef4001d6e3e9b73ef28', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/c4e54e50fa3c5718cdf01666fb29ac51.min.css', 5, '670d39b70a36e8225b0db22d59fa631c82f0b35616ecd9964ee96a3b4d5d9b64', '', '', 0, 31601, 33188, 1, 1624721992, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3c581c966196909e6b5a4ed2e5f4fabcdfe4e050', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176723', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3c5f07ba16f7346b1b1af11196c723fd768e3164', '/home/hkrhostingreview/public_html/wp-admin/theme-editor.php', 1, 'b433ffd4095745f6e4b75e51682f7ae475529f5d101e0799a2d0f4e45b39292a', '72a9aff1b78a9169f9c752e378c9032f', '72a9aff1b78a9169f9c752e378c9032f', 1, 15088, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3c71d33994d3d0f6a2f3a90bfd07167f8b886880', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css.map', 2, '70b4b66b5d8dfb9dd882036c0ef6f5955f142c3ca90c48aa81307d387f3602cc', '889cf011efb8a99f5d9b557d7869116a', '70b4b66b5d8dfb9dd882036c0ef6f5955f142c3ca90c48aa81307d387f3602cc', 1, 1325, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3c8cd982d48e6538d06474fe5f81a740b195058a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/easy-digital-downloads/class-easy-digital-downloads.php', 2, 'c198a1aa4c65825be5dbc6dc02eabc74fe787f30a92eacab775f298c4548425a', 'dee684b29a11c4f992a7c54e58bf8e4a', 'c198a1aa4c65825be5dbc6dc02eabc74fe787f30a92eacab775f298c4548425a', 1, 2390, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3c967b3befa2b5d1a64fba5fea0d50ca31d0eca5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php', 3, '1c4a6494d91889009743c4ebad05922f9d65035f74e1d8cf9c73b638f83bafe7', '06e4de31c5d3598bb262612716963f20', '1c4a6494d91889009743c4ebad05922f9d65035f74e1d8cf9c73b638f83bafe7', 1, 12844, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3ca0455f66225d25bd911c7178c2f667fa4356fd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/stripe.png', 2, '6a1d3e0056c34c050efe47e04f8f6bf2806aadf81fb052a28b75a4b18a86c6f4', 'c3310f0922429ed098f9a04ba7f9f064', '6a1d3e0056c34c050efe47e04f8f6bf2806aadf81fb052a28b75a4b18a86c6f4', 1, 6236, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3cbfe74b8fdee0bd8c90522d587bc56645e5f031', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cm.gif', 2, '4784cbaa8b85d8585842e74a54c371ce4e79a4494c21162a7808b8fb88619293', '8a1d0e21ed2ec1be609574a473493031', '4784cbaa8b85d8585842e74a54c371ce4e79a4494c21162a7808b8fb88619293', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3cd40b0f4330d408153e282ed2af079b0d6291a8', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/target-rule.js', 2, '9dc9a7bc20a3d5c0caf1547dc8b52e03435d4aafe0e8364f33f4eedcad4a78d1', '0a56e48fd9b7a081fb7c7ada4cb5a66e', '9dc9a7bc20a3d5c0caf1547dc8b52e03435d4aafe0e8364f33f4eedcad4a78d1', 1, 7663, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3cd64943102d5f9836b3be48f8ef8ebec3d4cefe', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-color.html', 2, '5c78d8e09f0518c9b583421f292e507b3df5891e388137be49be4c833f4fd962', 'b61d3eb9eb0c3232e2a77a1b19fa629c', '5c78d8e09f0518c9b583421f292e507b3df5891e388137be49be4c833f4fd962', 1, 314, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3cdeb8c96f8de97f3ef53d2d96ee882ea001ac26', '/home/hkrhostingreview/public_html/wp-admin/css/site-health.css', 1, '81d2ac50f000d7f07cb265966811d0c277a14ff145857fcb8517371d77c7207b', 'f8ae37763a8ce5880c9b2eb6846ff309', 'f8ae37763a8ce5880c9b2eb6846ff309', 1, 7852, 33188, 1, 1569251459, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3cf747a7c9ec2194a27a397914ef6b36f90e78f7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/wp-cerber.php', 2, 'c2800902e7d647833c722e5eab53087c7d7b64926f498fa03a8bc7e8876ff5cf', '366356754d8bc20cfb96c3e3269d3ce9', 'c2800902e7d647833c722e5eab53087c7d7b64926f498fa03a8bc7e8876ff5cf', 1, 5110, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d060926071de58a4fda26cbdefa403e2eab8930', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/FirstName.php', 2, '3bd0de6b8d135ac2ef19a23ad4fc2734ec630b7a5622510554b9cec1fdf27ad5', '3db5f6f906613887621efcd9cb0bfc06', '3bd0de6b8d135ac2ef19a23ad4fc2734ec630b7a5622510554b9cec1fdf27ad5', 1, 1161, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d0c3b66e2a0671240f320eb1302035a7a396fe6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/so.gif', 2, 'd0a0623b66614c892d4af68063d9109bce5daaeec74675c826f9fe5e8f5b759c', 'e1d51439b1153ae38776553a7bcf10d0', 'd0a0623b66614c892d4af68063d9109bce5daaeec74675c826f9fe5e8f5b759c', 1, 376, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d220b8b69fb94686d46fdeb70719ce30dc493e4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/languages/astra.pot', 3, '11d6d335770b7041d6fc10307c57321aaa97c4213a7225e52ce454e124f16504', 'e4b49e4c9fa2f3c290595e831e0686ed', '11d6d335770b7041d6fc10307c57321aaa97c4213a7225e52ce454e124f16504', 1, 111519, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3d3116d2114e3829db3808d430e970b14a11edc2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/05/logo-300x73.png', 5, '15f06438c197d3bb300df9ca21020d7dd944d387f3e311eb851fc9eb3da2bad3', '', '', 0, 18070, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d4532391d875127ac0433dce45ded3d42b67b0b', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, '7fea6709f13f79393f7c738d9cfdd0c6f9d1df2bf4f22884d516876290673845', '1d6d5af175dd06021d60cf5d02856c67', '1d6d5af175dd06021d60cf5d02856c67', 1, 27169, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d4a990b501b29839d9d4854a27c0deddee61f53', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php', 3, 'bb930bfd6d86623ab730999eb6bde5568b8b8938c089f3f280353322057ad81c', '2b6a71e7c64e8c2bc6c55a14def8f4e8', 'bb930bfd6d86623ab730999eb6bde5568b8b8938c089f3f280353322057ad81c', 1, 1175, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3d4c262baaeab9c13770cb5ffd3d397254d5ae74', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176702', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d51f1712853f55667d38737db9a3de4f4d4c497', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ga.gif', 2, 'dbf5f48bdde78ba08334beb8de125964c02039e8fe2e2116d5a1192c0488a901', '6023ba4847dd1329d210f687c63458d5', 'dbf5f48bdde78ba08334beb8de125964c02039e8fe2e2116d5a1192c0488a901', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d5271ece87713a772e490c8c31f8fa302307bf0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/services/service.js', 2, '91a0d0a4621ae9dc90724188caf0b2e56ebe1797be1c84537fb914dc996dcfbf', '87b7cd870f9eb1b40a4c441e532e5a2a', '91a0d0a4621ae9dc90724188caf0b2e56ebe1797be1c84537fb914dc996dcfbf', 1, 2826, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d6ca03ff651420f73d105e8c473e7ca7df41aa5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/underscore.js', 2, '92bb44a2b9fad0cbcba66d8b45598f9e12545e724d10672ae8de0b97e78d0f6b', '2bb517685ae640af671d438d5a25a098', '92bb44a2b9fad0cbcba66d8b45598f9e12545e724d10672ae8de0b97e78d0f6b', 1, 257, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3d6e08a91361c53e1d8e636b4d15f0ea8f08c9ab', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-min-768x404.png', 5, '5546ef8f1ec0abf7c1f64b22479eab036dd08386b3deb2050d2689b30fb7f5dc', '', '', 0, 245907, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d71fd1223d106793e00f734b970545d862c945a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notifications-table.php', 2, 'ee93ee2c52005b8b3fee5aa1a17b7ce2037b0815ea8a08c056938fc776eb6769', '464f166671af220f40b1f6e176c9bb17', 'ee93ee2c52005b8b3fee5aa1a17b7ce2037b0815ea8a08c056938fc776eb6769', 1, 20637, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3d7b6b291aa867ef9fd7c4bca8114ee179616343', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599226792', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d7dc9c336aecf0cb591e041f4212d2b25a15027', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/goo-translate.png', 2, 'e81bf6575b428780340cb969e0243cf10c2c727797627bc0af330a0dd011ca6e', '238e63ec2243db210ce38bab78eaaf6f', 'e81bf6575b428780340cb969e0243cf10c2c727797627bc0af330a0dd011ca6e', 1, 6298, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d83237b90f724377c7cb1c168f511feedcd9326', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-admin.php', 2, '794307febe2b864b5fcba0e128fb267367515dbc264d1f4046d11c2486ec267e', '0cd0a3a8bbb3607ddf2ff832a7280460', '794307febe2b864b5fcba0e128fb267367515dbc264d1f4046d11c2486ec267e', 1, 4490, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d8e794d3d43c88089f7bbcfb8c329d5a9187eb7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pr.gif', 2, '894b0fdc148d8bbcdeaf988b2f38955d3d9ff20ce4f4996eb00c8d2fab9a2e28', 'a48b81abee4dfc5f36947006b603747a', '894b0fdc148d8bbcdeaf988b2f38955d3d9ff20ce4f4996eb00c8d2fab9a2e28', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3d9770c88404ed2b226e8d7020c2ee3b61f06994', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Rating.php', 1, '9bc8f317cb257afcbe5ca131e2d963562af9b9a8587097bbe3f61ad408df8d3b', '3d7013a46d09c74b0ee3d8af617412fb', '3d7013a46d09c74b0ee3d8af617412fb', 1, 3451, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3d9feb4506f4c499378e8c7c2780316458673df3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_user.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992629, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3daaf17c7c1b2a00306d320ce333dca5376f87c3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-subs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3dafc034628373774584d006a37ce2cd59029fbe', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-apiservice-checksums.html.tpl', 2, 'b20a323c52756793234c8ba8ed984382f513a7b15e79f45ec9888747dbcef144', '6f966398dc57c95aa755f93ebd055cf9', 'b20a323c52756793234c8ba8ed984382f513a7b15e79f45ec9888747dbcef144', 1, 1592, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3dc76d4296391b7ebb88c92d4395f7510bcaccd6', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-fr_FR.mo', 2, '814719abfdad80eb38c6a88f002f88e80751d954c1eec27ef267f1b592d38352', 'c7a03c025450d58ac16fd8b3a4ee13d3', '814719abfdad80eb38c6a88f002f88e80751d954c1eec27ef267f1b592d38352', 1, 3844, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3dccdd6ed5ff7122f279f1dcc33d540ae8519b87', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599391305', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3dd0bc47d7f93e6edfd72e490a3d76c827530025', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/host-reviw-150x82.png', 5, '2245da70440795dfe763019b08d12dadcc1825924204fcb8a7a097c693a46e5b', '', '', 0, 11227, 33188, 1, 1599728475, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3ddde2fb19d5505778b68bc05b3983f30773353a', '/home/hkrhostingreview/public_html/wp-trackback.php', 1, '8e42ef7e643c65e4a21bdcc591a61d8485074fffc7600c4c4a842e75d994c9d0', 'd74b02cd709360ef78dc226cdbabce91', 'd74b02cd709360ef78dc226cdbabce91', 1, 4764, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e03ae62fc6f2d04a1d2076e898e79a9360147e6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-maintenance.php', 2, '60a3e3a8c35483750a76068ebbc052a281e5a8f9041f23a30c862ed89d5ee5bc', 'f5361e3953480ac6bbd5e32fbfc328c5', '60a3e3a8c35483750a76068ebbc052a281e5a8f9041f23a30c862ed89d5ee5bc', 1, 7938, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e0afceeb05edef27390ee0b89246db337d7091a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-add.php', 2, 'ea4c17d905b8a0b0cd4715b16ec200c180f6022ca7ffc38756e329b3a32853e2', 'ccc01b2448acb65e7f92d0756b6c2d59', 'ea4c17d905b8a0b0cd4715b16ec200c180f6022ca7ffc38756e329b3a32853e2', 1, 3691, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3e0eb338ad2e397b10c217aad944a97c7fcbdf63', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_templates_bsr-search-replace.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e140bf22b84da08dadbdc78f8c148ce485a440f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Core.php', 2, '9f2a14f517cd24314862d0ca182d4c5163a77cc31bf415e89533fb00ac3c18b3', 'e588745a97eac16370ca3c43dc6c8650', '9f2a14f517cd24314862d0ca182d4c5163a77cc31bf415e89533fb00ac3c18b3', 1, 12954, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e1733cf8ce065c8679bef63c749fd4de30592e0', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_eek.gif', 1, '5109a87f343caaa9346525f1ab84845e6492529c512f8fe0f44c1bdc28810e4c', '9c2f4920bfb18a78f129f12822f495e1', '9c2f4920bfb18a78f129f12822f495e1', 1, 170, 33188, 1, 1570285259, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '3e20a11f0df98bd27d74ab7bab960078c076f978', '/home/hkrhostingreview/public_html/wp-admin/js/word-count.js', 1, 'fc004dab0015ceece2958f47b33fcab6717215fbea964812ff83430cfdf15494', 'a4dc4685332216c99b5efbcebf141d1a', 'a4dc4685332216c99b5efbcebf141d1a', 1, 7690, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3e272a978245bc1f8356dcaa37d199b91fd4952f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-2.png', 5, 'bf5498cdc17246945404c7fe9f0258ce41082dcf22fa55944f0871dce864d548', '', '', 0, 9652, 33188, 1, 1596822225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e32c5628b59bdc890d4118ef817bf9efbeeaf32', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/typography.php', 2, 'd8bb391048a8179edcfdb2ceaba75aafe53eaa81ed0f2d86ddd0bedf9fac7c91', 'ec7d736e7910736bd5a124cfd5fe218c', 'd8bb391048a8179edcfdb2ceaba75aafe53eaa81ed0f2d86ddd0bedf9fac7c91', 1, 3071, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e39c0232602683dfd254827b72ce2bbb198bb52', '/home/hkrhostingreview/public_html/wp-admin/js/gallery.js', 1, '6b416df3d8f08ade87f4f736ed294240dffed2c89819589852e0a17243592f3f', '63b104e2188b3c9504fc58e7773425ad', '63b104e2188b3c9504fc58e7773425ad', 1, 5638, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e3f71771b611391c20f8dce6e27d8d7a617135c', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/editor-styles.css', 1, '9bcc849d903ca65694711a89ca39d10239b7a795aeba6d2e76f65ee79af7cf60', '8977b727a799ed3a59692b81e46302fe', '8977b727a799ed3a59692b81e46302fe', 1, 2304, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e53de9bd0877eaa681292722a1a4404af88d628', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess', 2, '9edafb054619c7cf66ffbd74bfe33f01fc90d18c211e2ed3460a4240e076125f', '37d33b9ae6395a6d93c711884dd4cce6', '9edafb054619c7cf66ffbd74bfe33f01fc90d18c211e2ed3460a4240e076125f', 1, 136, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e573ec246deadcc75df947a22d3ac75d7a709ad', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/deprecated.php', 2, 'ded0ed4b14a35b4a3743fa03448cfec7102c0849e3cba9831e03f7972337a7ab', '96f8bd9ca79c53e7af8a0ec461fb20e9', 'ded0ed4b14a35b4a3743fa03448cfec7102c0849e3cba9831e03f7972337a7ab', 1, 28784, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e6ae1b757d13ae054bcf793d66006010b468b5b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 'ecff9a937af88fe087ff432b3dee096213890cf5377a2734edeec880547f360d', '180b1baeb9a362356c4ae523fb9af576', '180b1baeb9a362356c4ae523fb9af576', 1, 8233, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e6f51ae1e9893e2d868d270520ee89df06ed8a8', '/home/hkrhostingreview/public_html/wp-admin/css/l10n-rtl.css', 1, '15b93c1859165565f2adf189b5f647cf83709c96fdfe9dc129e850c4ea1e9991', '69b0527be5b3aa2c1644fe5fc1c34afa', '69b0527be5b3aa2c1644fe5fc1c34afa', 1, 3692, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3e78e76b164051f8f26797dd2114360e3501421b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger-768x388.png', 5, 'de0230842541f1aa2184d5690130180a619718ea8a12f58cf0372d60ab265583', '', '', 0, 224971, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e87b715f6394cd509a763e028d03f1cd7d111d0', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/constant-contact.php', 2, '02a2ad34f6b6c1b9ef71612ae45fc4d6aa85759cb72892037dc23f59d991b375', '09c09e0c3e85c57e796c53f1414b17a7', '02a2ad34f6b6c1b9ef71612ae45fc4d6aa85759cb72892037dc23f59d991b375', 1, 24553, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3e90601a8d858839cf091a194499272441f17f01', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/am.gif', 2, 'f1af1b648d7033a924b4ac448629275c67be920ac20917e3d631c297d9520201', '33b02876d7e0dadfa94db32443dda36e', 'f1af1b648d7033a924b4ac448629275c67be920ac20917e3d631c297d9520201', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3e9d706b0ceee80e6a72fd5fad19a5125a73d15a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176752', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3ead32564209e83dad184f8fc319ce480b772131', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/class-bsf-analytics.php', 3, '8317b9e7cf1b1b4f7e93aaef3cde4a590dcd2a7576b9b88e35c89dc03695611a', 'e32c1b64b5c334d6a8c1c0213f495a35', '8317b9e7cf1b1b4f7e93aaef3cde4a590dcd2a7576b9b88e35c89dc03695611a', 1, 13588, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3eae7724ace7131867bbbb5e89647124895b8d05', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/slider/class-astra-control-slider.php', 3, '42efef457376145819318e2551f00868aedf20934342ac37e4814f22988c2ce6', 'c5f3be416424cdee56f79a56c0b86486', '42efef457376145819318e2551f00868aedf20934342ac37e4814f22988c2ce6', 1, 2867, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3ed35a7ffdd2ce5a957f6677873d50162936c0b5', '/home/hkrhostingreview/public_html/wp-admin/media-upload.php', 1, '661cb21864ae553eb6cc54d646fd11727196c59642d702f478b271d730fee9af', '61f4f226bb859ce51ab7f5e75b9fac50', '61f4f226bb859ce51ab7f5e75b9fac50', 1, 3375, 33188, 1, 1562651158, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3ede43413968ee3a028c611f04a611f578ef9faa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176722', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3ee8c53fee022adb26c5ca6d7e73adbad1a3af9d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php', 3, 'ed82d405f8d7e146c7c248f201efd6a8f757be4461085775cffa4235b7bd9792', '18eeee325013718b0fbae3ef32884ade', 'ed82d405f8d7e146c7c248f201efd6a8f757be4461085775cffa4235b7bd9792', 1, 20136, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3eeb62f8aad6c434b640460ad1418db9527e391d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/edit.min.js', 2, 'ac95b8c801856a5579ec28677c56e81eaa222d17b94a27f1abb997e4255e35b7', '63444cc4c23ee3aedfa0018ffed58322', 'ac95b8c801856a5579ec28677c56e81eaa222d17b94a27f1abb997e4255e35b7', 1, 28285, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3efa77e69dea6bf3b9a33c4e6a0eab300323afdb', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php', 2, '60e53d7cfca4324d3c312dba99b6b91eb2cdf6fbae130d4c050ef7d56e0cca61', 'f8fd86d46090e4897700da0f7f399481', '60e53d7cfca4324d3c312dba99b6b91eb2cdf6fbae130d4c050ef7d56e0cca61', 1, 11561, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3efb87c21552cd92d53a0367e39ae710d809de39', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f000e10d313816c233e7e3e046f2d70d358e47d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/media-utils.min.js', 1, '4b3f657473b0425a3534c1c02190851eb04665643478ae6f9fd25a310ba00d3f', '1b84cc0c2ee1b6b872e501d0dc0c7107', '1b84cc0c2ee1b6b872e501d0dc0c7107', 1, 19183, 33188, 1, 1571666527, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f03c914b905af683d8e4231e57199822fff465f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-front.php', 2, '6e53c902974626a7b342b571b4c047fc4a5c5f402b075dcbbe08885a628c1e37', 'ea79aec2da0e83205a86aa65804eb9a4', '6e53c902974626a7b342b571b4c047fc4a5c5f402b075dcbbe08885a628c1e37', 1, 2441, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f22b79a4c2373c48ac70e01e5fa32423ee97a9e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/languages/essential-addons-for-elementor-lite.pot', 2, '0b2d64cac8522d9bbd83c3110b2dd669e160f89c62248e8392551bd37c1fdf71', '3f208b1dda780ab82db40a22ac40872d', '0b2d64cac8522d9bbd83c3110b2dd669e160f89c62248e8392551bd37c1fdf71', 1, 166723, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f235f7debf72892e08f5885e51ab14f55ff4a15', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sz.gif', 2, '1d7fbd1cadbbf1eb4a22fabf3d9d32c3b680f9fca6f77f50a0b0af2cce7a90bb', '5d7b57a0a5883abcc3fe28c1d4b2df1d', '1d7fbd1cadbbf1eb4a22fabf3d9d32c3b680f9fca6f77f50a0b0af2cce7a90bb', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f26ba01b815434a31c4e69fabe608951df2818d', '/home/hkrhostingreview/public_html/wp-includes/blocks/rss.php', 1, 'cf9dd72d6aa4032a50a47fe4ed9c7fda22b97ddfc461a72b1a8fee6a53115ecf', 'a058eba985f811b94ff16ad577ff9aa7', 'a058eba985f811b94ff16ad577ff9aa7', 1, 4460, 33188, 1, 1568908078, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f42b7c8cf4f9470f6a192dcc7453aadab6252f4', '/home/hkrhostingreview/public_html/wp-admin/css/colors/blue/colors-rtl.css', 1, 'a9e45573716d453d0a00082dc524e309a69cb8d765641b0d886fecd18159a9d5', 'ddf1a9c32c6b7c8f2839c03446c60db1', 'ddf1a9c32c6b7c8f2839c03446c60db1', 1, 14810, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3f43ca0f3fa4cc0ecb6c8f0772e54e88f78b1631', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_tracker.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992629, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f44ee065abf35b8ddfab32a6f25d165753032f1', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-users-list-table.php', 1, '099ecf88ae833745d0b845ca12196c7d16ea97b7f27e3802aa5a444e0fd31d4e', 'bc75b872380b1e7b8763be15b9c924fc', 'bc75b872380b1e7b8763be15b9c924fc', 1, 17751, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f45ec142b8bc46528d7f7138e223d7e654323dd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/label.php', 2, 'f11fc2cedd1cea81d245813075c19e3b110db07441d0dd6ec2a59e583648daeb', 'd031e8565b89784325150cebf98bf7ce', 'f11fc2cedd1cea81d245813075c19e3b110db07441d0dd6ec2a59e583648daeb', 1, 2173, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f4b2f4d91dd046545827150143627401241596d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/monokai-theme.css', 2, 'ab4c9d8ca074ff4317bedf93d4c2245c6e00ef57012ab8fe58f0cb066e173e2c', 'a778e3a734f4a088f3773acf73d6cf5e', 'ab4c9d8ca074ff4317bedf93d4c2245c6e00ef57012ab8fe58f0cb066e173e2c', 1, 1243, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f4b48fcfa6297e6213e9b0e834f7e826abc6406', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/conditional-logic.png', 2, '73424272566934031a01c05e39247af5a4d1a765d82e1039c42295d43ddb8d21', '13d0cc60f7a4d1eccd325f2e2541370b', '73424272566934031a01c05e39247af5a4d1a765d82e1039c42295d43ddb8d21', 1, 12967, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3f55201430edcba773fe9dd76053014bb041e86c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground-small-img-150x150.png', 5, '8ac1f9361119b1db653b30630df1fa84c6d25a1c524e6967416ecb4cf20bb97a', '', '', 0, 18482, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f56bd21a91250e7e9ea57bfd39b0bddff2e55b8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css', 3, '35efeae936761bf2944b3ed059fc8efa8314e58049fedc5b87c239a33ba056f6', '2a9073c169397cdb0aca370bc403f20c', '35efeae936761bf2944b3ed059fc8efa8314e58049fedc5b87c239a33ba056f6', 1, 85788, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f643d3ef6f2e38d7df5a2e0c14070740146df1a', '/home/hkrhostingreview/public_html/wp-admin/options-discussion.php', 1, '9bc8f6abeb5e93d1805ffdc39ac9797fb6df85562bdf962994ecea32701bc6d6', '1f5abba754573061d922e9eec9b0f94c', '1f5abba754573061d922e9eec9b0f94c', 1, 15312, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f7cb21574c7c2b2fe873bfc65512ec5d13d00d9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/admin-settings.css', 2, 'fbcad2bf83ef8d0277e84a9c86c554e2cb10bebac87a2fd33d1e82c188b82078', 'acf011188e6eeb6afc80392b6c3a16af', 'fbcad2bf83ef8d0277e84a9c86c554e2cb10bebac87a2fd33d1e82c188b82078', 1, 1353, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f7fd4c338862fc8472b33c6af5391463afacb28', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout.css', 3, 'f1bf9b2a07c5afebdb95ca09d3e3bc566469a905603dd1fcad5cea216b471191', '5a327a34c49befa3302e3dceea3bf1b1', 'f1bf9b2a07c5afebdb95ca09d3e3bc566469a905603dd1fcad5cea216b471191', 1, 22440, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f8a019be207179df800ca5a7c222761c015d4f8', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-request.php', 1, 'fe2f8ffd6aeb5d3f69d68cf8f456271a2267bfd18e9675731c687e431201fc1d', '25702e3c8d53c7a1ea99d47a31cfa204', '25702e3c8d53c7a1ea99d47a31cfa204', 1, 927, 33188, 1, 1472249313, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f8d973a22829bc822a6bfce2419819c0c913928', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/fancy-text/morphext.min.js', 2, '54a31c6e79f3a0b7d4986c83b9cacda0d88d09aea005235ab05a701ab218096e', 'c1c0c8160454ae526e457d4cf1d7b99d', '54a31c6e79f3a0b7d4986c83b9cacda0d88d09aea005235ab05a701ab218096e', 1, 977, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f91f828a90d66527a1046342c6f46329cd11449', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/installer-skin.lib.php', 2, 'eb50b40807ac74c9534bd16a65af6e9052b62f7505221abafa33638fd3b8671c', '7625800819c050abb17e345f3847322e', 'eb50b40807ac74c9534bd16a65af6e9052b62f7505221abafa33638fd3b8671c', 1, 2148, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3f923d669c4e9fdf6d83a2ab8f4a81f511bc639e', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-bruteforce.html.tpl', 2, '0533eb9528248d151f4b73a82b2b9e9a2226857cad0f1ea50db991fa52e0ec2c', '90f4d65b31fb9a20630be563b06f3c79', '0533eb9528248d151f4b73a82b2b9e9a2226857cad0f1ea50db991fa52e0ec2c', 1, 1347, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fa55b70ab6a80533f7ef7eceb2da3f00bea2d1d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/SodiumException.php', 1, '4dc4b39dfd4ec7932aa9680ee915ec5c407e3bf6699f3f694102b292543e8b04', 'ab48446608e9d76165a4e3d47ab09052', 'ab48446608e9d76165a4e3d47ab09052', 1, 158, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3faf642e0d77abc1c4f0bab37a37281283d6db71', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/calc.php', 2, '8586d1c22f155067607e3c553cdee4bfc7d9e07db73c95d6ec9394c3caa63871', '8c636f952145072faa35bc29990c2e9d', '8586d1c22f155067607e3c553cdee4bfc7d9e07db73c95d6ec9394c3caa63871', 1, 2069, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fb732c4168104a5935c40a4ca20034c8ba31510', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/file-uploads.png', 2, '90d064bc3d858bccb6b05bc5cb677612cb4a42c8802cca85e5b3d4439e3baf3d', '1a4d742ad8c91d14c8c9c8a060ede2a3', '90d064bc3d858bccb6b05bc5cb677612cb4a42c8802cca85e5b3d4439e3baf3d', 1, 10884, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fb979c142b007f74209eeb7277c86fec4d1a805', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po', 2, 'b538bb3b21553a8998691494ec13ed4b1b491dd820048e0b20b3d366499aee57', '6e24ba0cf50f46cfc7004af3ea963a65', 'b538bb3b21553a8998691494ec13ed4b1b491dd820048e0b20b3d366499aee57', 1, 124928, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fcaeae5bbca35cbf952612364454880bfd48a62', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPDeveloper_Dashboard_Widget.php', 2, '2fe091d086ac5a05892cd56f61adb77af8007fb3afe5f77a42bcaed176d3ce02', '2a52882eebe071d3d1d36eb3275454fd', '2fe091d086ac5a05892cd56f61adb77af8007fb3afe5f77a42bcaed176d3ce02', 1, 2411, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '3fd1604c241ca4ec22377fc6851f63b0cad2482d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-mega.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992537, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fd42ce65ff5011b4263705d9a6c431a6fe0ba1d', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/431.php', 1, 'b9341e27a31fe484cb0ff2f0c8e33d0a6853149e7293732c31436bfeb18c210f', 'e0e3737c622417ca08d5d1933c1489d9', 'e0e3737c622417ca08d5d1933c1489d9', 1, 535, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fd6020a241268dbded86213f1507d3b4878eb46', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/help.php', 2, '80c2c3640a2fab67f977b294722f7a959a1c3b0bc89efc6d02d7440ea6ca5d72', '6a826cb77e5ba1dd24c64fd2a382ab67', '80c2c3640a2fab67f977b294722f7a959a1c3b0bc89efc6d02d7440ea6ca5d72', 1, 1841, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fe552cadf8c2755d6e08154988f12ad2f0f7ba8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sm.gif', 2, 'd0090d3a77097429972b57dc64249828ba89c5f858d3c014d2d90346b10ab5e5', '59f434ebf3668c85d1fbbffa751fff6e', 'd0090d3a77097429972b57dc64249828ba89c5f858d3c014d2d90346b10ab5e5', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fe726b1e484d436a16a932c7e5248a8149be097', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo', 2, '7d1ce2a14994a96365769026a1902a9f97ec1d8c8d1bcaf424f6e976cfadc565', '7d81681d0df522ebac5e695d39082971', '7d1ce2a14994a96365769026a1902a9f97ec1d8c8d1bcaf424f6e976cfadc565', 1, 48968, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fe975e1c2758c50fbd785af77b644064447308b', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-selfhosting.html.tpl', 2, '19b878c03149a94479d0707b25b7f52fe12d5a1cb98c1d650f736ab0b4bd21ac', '49b109289ff3f444af625a94c4c30f2e', '19b878c03149a94479d0707b25b7f52fe12d5a1cb98c1d650f736ab0b4bd21ac', 1, 1848, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3febb6ea7fddf5f09ac65f1c62b2e9b0210a82b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/constant-contact.png', 2, '2b637645a07de49f905dc93fd721c145899b71f7afe05e679e2161b461e60a32', '153b65e4ac39e4cfcf896885dd2e3aaa', '2b637645a07de49f905dc93fd721c145899b71f7afe05e679e2161b461e60a32', 1, 14033, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fec80d06c0f74bf2c674324e38287f89c01002b', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-custom-html.php', 1, '841f3482a93ed3915bddab586ae102931be2a6be3d543bc9d0d655f37ac9d36d', 'cbddf4079374ea6a78ce09f70aa5c870', 'cbddf4079374ea6a78ce09f70aa5c870', 1, 12142, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '3fee14fa920484c67d02428a25c058063a657996', '/home/hkrhostingreview/public_html/wp-includes/class-wp-comment-query.php', 1, '9748d34932a5181488afca5924bdea7f5dcacb422deb4ee7cb7dfe208b4dbe2b', '333697060dc303ece148ee6c47ec3237', '333697060dc303ece148ee6c47ec3237', 1, 44133, 33188, 1, 1568548436, '', ''),
(1627004145, 1, 1, 13, 18, 0, '3ffcfb995650cfbeed74cf55dfe151a480ad6467', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176451', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4002ff5bd12a421cb3a4eb5bf68369d5fceb3ce2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Feature_List.php', 2, 'a8c680eb61152b227ff60eaf8802fd518938530f2beb48a836bdeaba624c1dd4', 'fa3da77ad5fe95be44d407580ff1530f', 'a8c680eb61152b227ff60eaf8802fd518938530f2beb48a836bdeaba624c1dd4', 1, 1393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '401bd3e64f45b1cb39acef9dcc0805dabd15451b', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/embed-content.php', 1, 'cbe9a3892beb2aebf40d1569c106840757597dba1dcf645046b69f0f038a760c', 'f76d27e78989b1546544e2115d704341', 'f76d27e78989b1546544e2115d704341', 1, 3451, 33188, 1, 1534470696, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4025e4304f79e4ce0e8a759fd0f9a7b3a7edc48a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php', 2, '08f5c2a3d8647a2645afee01a599afeaeb8720592e0add1c6e063fb64cd38a4d', 'bfdc9bcddd11fe6d2941cc68309186b9', '08f5c2a3d8647a2645afee01a599afeaeb8720592e0add1c6e063fb64cd38a4d', 1, 14393, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '402dc6d79364163d7a1b7acd5ef9c77bf69ee8e4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/MockData.php', 2, '87c85205b0e44fd5d40ebec15f40c20ed735d9e76a116e3008dad2af62f15535', '935a752c746ddf79d09fe8232e83f8ab', '87c85205b0e44fd5d40ebec15f40c20ed735d9e76a116e3008dad2af62f15535', 1, 46775, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4030f676c0a914a21c9879d29f560db68a50c356', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess', 2, '195f43729299ba70e50d48f249e11941ba037de807cfbc29a5320cf628c11a62', 'cc9d3d4adf2b8719721c7f5adb08358f', '195f43729299ba70e50d48f249e11941ba037de807cfbc29a5320cf628c11a62', 1, 140, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4050b832ee14bd202058c2b14b83ca0593c670c8', '/home/hkrhostingreview/public_html/wp-includes/feed.php', 1, 'ae78f359f94053d319c5215c816845c2004b4b064277cf5c07b352dfb265a0e0', 'b3c1f6b01914f08268d0d89f0886b00e', 'b3c1f6b01914f08268d0d89f0886b00e', 1, 21599, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4060261cd9f231a5877e77017c1fb465f4770ef4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_button.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992605, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40654b69a6af99bb7f2d85abbdf94aa77787bd27', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/twitter-feed/index.css', 2, '8ea8cb64ffd63b7b4248ab0ed29a048418087a5ef6099383d3275c98d650f2b8', 'a3460eeab55ad52412f8f7c5997f0303', '8ea8cb64ffd63b7b4248ab0ed29a048418087a5ef6099383d3275c98d650f2b8', 1, 2543, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '406858303eaf2f19af2e730517bd25ce69a33a19', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo', 2, '65a39df7fe51b16a5dffbcd32a5c287e38fa94f238541cc987e0c2420c94c8b9', '8b40da92c49b49f20bc86719fd962c38', '65a39df7fe51b16a5dffbcd32a5c287e38fa94f238541cc987e0c2420c94c8b9', 1, 80384, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '406a557cdde3772508d67b5cab9fa923bce03425', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-150x150.png', 5, '9eef5cb1e23314895211f41067d5ba1e17c47634ebfa1731ea2353203e2d86bf', '', '', 0, 18126, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40706f17b9bfccbe5a39d6203b0181f9c7e45cba', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 2, '505d3e4b6f05df3c4ba03bdb81289f7f041d75ab7b6816819567ee918e9af417', 'd47047084ba4c0d911f6332bb664a292', '505d3e4b6f05df3c4ba03bdb81289f7f041d75ab7b6816819567ee918e9af417', 1, 212, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '407371ba9c966466a89ff1eaf08a45d2e3be462d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php', 3, '9ab059d704093da81ceba0a57fc7ecc3053e61d19781d5c0236fbaa1991f0cc5', '4d5d160e0b18d51cc55e325b913a98d0', '9ab059d704093da81ceba0a57fc7ecc3053e61d19781d5c0236fbaa1991f0cc5', 1, 5650, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '407b37fcd571f5003d1b9fd0fe15205e9315d5e6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php', 2, 'b5b718ec600d7975444e0307b227a9f101687bc842279bea4c7b1b9d07dea5a5', 'f07028931fa29ab967989a84455f5c85', 'b5b718ec600d7975444e0307b227a9f101687bc842279bea4c7b1b9d07dea5a5', 1, 15388, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '407bcd9d016418c3c1f4c3581c808fa2c8913ed6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-e1582912497704-768x536.png', 5, '9e45167fcd7b11f0c5590c6be7adb01417c231a0faa2f2ba82654974521d5235', '', '', 0, 269194, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40ab4c1a170c72f61dee11c07cc500a444bec2e7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/ss-nuke-option.png', 2, 'e8b7b9333a2fe9c6a9addaf4777980c8625cf9a9237c5f9f3bf7b502fbab2b18', 'da30394c7aca3f3f419a4754094d9821', 'e8b7b9333a2fe9c6a9addaf4777980c8625cf9a9237c5f9f3bf7b502fbab2b18', 1, 17370, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40c22036958041e89f286d3294e346fbdfce5417', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/group.php', 2, 'a384acc880b4c42d9de8496cf36a98d8669c18ea9687fffb50f7969dc0544850', 'f8ba30fd058ded36fa5dc7bab717fc79', 'a384acc880b4c42d9de8496cf36a98d8669c18ea9687fffb50f7969dc0544850', 1, 7845, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40c4c8fe7519607ddbfb28519001b4d6bae0e3fb', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-en_AU.json', 2, 'eb9908d6cdf0b48beae76e5b6abdb41978b24af477ebed350216e08469ac5573', 'bf9e6cf99689ce2667d6ae2be94698a6', 'eb9908d6cdf0b48beae76e5b6abdb41978b24af477ebed350216e08469ac5573', 1, 47041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '40c8412bcae47c1ca2133bdac441adaae7238a08', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176578', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 1, 0, '40c9ca9f34c75e2989aa3ed30010bc62c13d4644', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_admin_canary-deployment.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992573, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40ccc91f628201639b28e9feccb606643e93d51f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/convertkit.png', 2, '517cf86d3d99ae5e92e8c91cf1a5ad346bcec3f8ecc1802969d613be1be804b6', '29c178e611516cdf3b7e864f0cba3dbe', '517cf86d3d99ae5e92e8c91cf1a5ad346bcec3f8ecc1802969d613be1be804b6', 1, 12172, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '40d170da7fd078d6428a92fadee0112d234d6b0e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_missing-role-capability-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40d467e4c679df6d691dc95a781e8db1094a9f87', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet.php', 2, 'bbd563aa54b3ab9eca407613dadd8000fa396b3fdea58bd794f3de297fd31c2d', '59233986e272ea798000acd3cfadec98', 'bbd563aa54b3ab9eca407613dadd8000fa396b3fdea58bd794f3de297fd31c2d', 1, 58034, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40f2fdd5607845804e60e2c716493faae792a7d9', '/home/hkrhostingreview/public_html/wp-includes/css/wp-embed-template-ie.css', 1, 'bcbe06779eb578b3f0f124a40ccccb68a20dcf84343e2f0a5b69338ffd6b458b', 'eeb729369ef309d89ed0bc7120aacadf', 'eeb729369ef309d89ed0bc7120aacadf', 1, 1477, 33188, 1, 1446266305, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40fc3d08557ee1ea86e794b4ac917873814815e3', '/home/hkrhostingreview/public_html/wp-admin/setup-config.php', 1, '0aaff7aadffae1ef2aea8c32cb3f502ed717ae08cf0c8de3febc1e5911cfafdb', '9dc74b84b7372dcf721bd56a1229be0a', '9dc74b84b7372dcf721bd56a1229be0a', 1, 15908, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '40fe72908936a6a12702da9e522caa3e07382949', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-navigation-menu.php', 2, '82df83ca52062c09854497d10a3138ddff23d2df8a874fe4effb365b912ce908', 'c572263aceaeffe4b0279288cd3f00f0', '82df83ca52062c09854497d10a3138ddff23d2df8a874fe4effb365b912ce908', 1, 56004, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '410e5226ce56d97db29c7579ce41bbde4a995fa2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/EmbedPress.php', 2, '9c8b43f3b0ebfeb4ecee98a0e1215f6f1b20f795aa2266cf7800de1414f246b3', '7ed4312251eeabbea6d28c1bcb36ce84', '9c8b43f3b0ebfeb4ecee98a0e1215f6f1b20f795aa2266cf7800de1414f246b3', 1, 1830, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4117c63d019c73090f52f053fa7ed910213cfebf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/extend-customizer-rtl.css', 3, '9ef830138db550a2099b095efd3c3bad4c3a9384c1a80765462132de7fef557e', '54f1e0a3972002a3820237eec268889b', '9ef830138db550a2099b095efd3c3bad4c3a9384c1a80765462132de7fef557e', 1, 1926, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '411870577392684609ed832f438431daf50ade27', '/home/hkrhostingreview/public_html/wp-content/plugins/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', '', 0, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4119bee5b2a0a379942f2cc88380633823fcbc8e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsOther.php', 2, '6cc980c43d3a2b6578e4678c2799177b10a77c8a010ee69e2c5c004465d1bbdd', '523b25f014f8e262a6dc942b6ac279f9', '6cc980c43d3a2b6578e4678c2799177b10a77c8a010ee69e2c5c004465d1bbdd', 1, 1598, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '411cc75c9ff64bada33be2d59c7c3730ce78b4a6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Recaptcha.php', 2, 'd51f1c8f922b4101b5634bc4ad7108fd2d7098cc2e859001d39415653237d418', '8c69bf16e78c51a4749e65170d5e3a69', 'd51f1c8f922b4101b5634bc4ad7108fd2d7098cc2e859001d39415653237d418', 1, 3097, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4123608371c4bad9ba37523063e86ede7cd8f93c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/extend-customizer.css', 3, '4c7c335b4ba858bcec78ac9772a4a311f7438018037665b3afd0e5dfcce77129', '4e8d8fbad30183b88e92f56485b19a7b', '4c7c335b4ba858bcec78ac9772a4a311f7438018037665b3afd0e5dfcce77129', 1, 1925, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '41295b13ececd5b92525a30df36e1186d0e574ba', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/https-url.png', 2, '16bcb0ba53600c011f2583c511bacebd868dacf112ef2e2bb2b75242ad363db0', 'd93501d2fdbbea7eaa4bd5f4b68f4706', '16bcb0ba53600c011f2583c511bacebd868dacf112ef2e2bb2b75242ad363db0', 1, 88709, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '412e5dafde25cfe72aacaaf19e06007f27ca20b9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-1-187x46.png', 5, '7c1dabaf4fecdbfff185bc5376ab1075806fac10f06b5a0c072ba820681ae9c7', '', '', 0, 7333, 33188, 1, 1596822211, '', ''),
(1627004145, 1, 1, 0, 1, 0, '415469a70c2feed4908bc0adf7ecc2298be3cd66', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/customizer-controls.js', 3, '39db71eb65cf30f96bd777028ff1532250a8c06ea4c529cf6638df10add8f8a2', '92fb5f0b2e0baf02ec9c82f5c3479e38', '39db71eb65cf30f96bd777028ff1532250a8c06ea4c529cf6638df10add8f8a2', 1, 2107, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '416071315f663814cd863a8ddc2d220a108c76ac', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/log.php', 2, 'df694d9850947b100b1d237e526d175ac922c2cd558ce56d5fbc606895b581cf', '9ede765f5527d5d7ea2ac38f8b8a7482', 'df694d9850947b100b1d237e526d175ac922c2cd558ce56d5fbc606895b581cf', 1, 10854, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4175ab6de1cb6c35f10208fde48f826218462d14', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', 2, 'ed412775b7341541da564030abc6ec0cc2a5aad3f78dbf9622db4ea7de4aeeb1', '53dcc017325126eb436e85f89827300d', 'ed412775b7341541da564030abc6ec0cc2a5aad3f78dbf9622db4ea7de4aeeb1', 1, 19427, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '417ae01ea1adfc1fcfbba8168e2a4e861068e879', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/401.php', 1, '77e788946a2c354466014066f4a7246df8335e10c715da3c9294d942e27920fc', '3b2ab80eb9cbfd87baa23fc1648e9940', '3b2ab80eb9cbfd87baa23fc1648e9940', 1, 390, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4188e2d75c8ebc2d073b387c68bb42494a302fd6', '/home/hkrhostingreview/public_html/wp-includes/class-wp-xmlrpc-server.php', 1, '14c1b849d42c75a8ca8fcbfcf08046f78d273ccbadc0f1e86c80b55161b22d02', 'd47a3de75ebebd683a86fd5efec231f7', 'd47a3de75ebebd683a86fd5efec231f7', 1, 209662, 33188, 1, 1569087717, '', ''),
(1627004145, 1, 1, 0, 1, 0, '418ed23ac6f64d2551a7708c943873e41f58e76f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/class-hfe-elementor-canvas-compat.php', 2, '70917591f1d2f740b007dfbe4fd5443441258f903dabeea8304585bc4b74f4f9', 'd3a9aa5fab8ba2a554fc4d42c3e05454', '70917591f1d2f740b007dfbe4fd5443441258f903dabeea8304585bc4b74f4f9', 1, 2810, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '419178999e30ef4df9fe19bf868fd42638e1151b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/dj.gif', 2, 'e131574c3a4a8e1bfa168194ff9dba60d8beadb9dffc9807d65d7ab3db546303', '30bd321e11df6356b73eaa21fb183eae', 'e131574c3a4a8e1bfa168194ff9dba60d8beadb9dffc9807d65d7ab3db546303', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4191a48a79a43d2d3c89c4388daa437ebcb14ece', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, 'a10fc4343d95b716c16d77463d475be5c079599ea67e1cd2bd3a94d5e7f508f9', '12d26c285b71d790f4b0c94423ef1f99', '12d26c285b71d790f4b0c94423ef1f99', 1, 9492, 33188, 1, 1453263513, '', ''),
(1627004145, 1, 1, 13, 1, 0, '41b29525324f5399fc633a0b5175b1cd698e7703', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-webdav.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992538, '', ''),
(1627004145, 1, 1, 0, 1, 0, '41bcb2dc624a10e7654661f62721a7fe67056c25', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-about.php', 2, '4eb70f9d6b973e8896dd92215ec5650c9f10e5d15cce7d9e25f418d7ac54d7a5', '803945b8e38011adca2fdf5a9c67b87d', '4eb70f9d6b973e8896dd92215ec5650c9f10e5d15cce7d9e25f418d7ac54d7a5', 1, 11793, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '41c565c33fe5faa162619b9ba0ee8a3bb3e3e823', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/cropped-350.png', 5, '592f34e0fab4a10bd709fc977a5c3d4570c7c67258176c4e1fa8c8e5efc104dd', '', '', 0, 33504, 33188, 1, 1599729073, '', ''),
(1627004145, 1, 1, 0, 1, 0, '41c905c47d2bca1d7d6d8f8116be70634542ae0d', '/home/hkrhostingreview/public_html/wp-includes/images/icon-pointer-flag-2x.png', 1, '554e5e628d5301b7d3ed9d20f79342c1176a334e0a0d6d2ee7612afec0ed6b25', 'a9e5e1a632f1b3b962e4c426d55acc72', 'a9e5e1a632f1b3b962e4c426d55acc72', 1, 1369, 33188, 1, 1348711974, '', ''),
(1627004145, 1, 1, 0, 1, 0, '41cdd03bf855715ebd6b36e51c9bb38d5994d024', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/output-tab-metabox.php', 2, 'd0788b395d4dd1ccd01fd8c6beaabebf8d619fcbfbd046c7c61030bf9c4cfd65', 'a1bab809e9303dd8880e0e1d22bf559a', 'd0788b395d4dd1ccd01fd8c6beaabebf8d619fcbfbd046c7c61030bf9c4cfd65', 1, 12932, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '41e7a794cb2bc4c88198c28c30a6033780b8ae32', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176587', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '41f0dfabc3c13924e33d02ce94f25efd8597327b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/sendy.png', 2, 'eb531342ca6df13ff8b49a8da844a33aeeb54cd2dabb009607fbfd9aeca1183c', 'e995607e387b257657f022d5fda8067b', 'eb531342ca6df13ff8b49a8da844a33aeeb54cd2dabb009607fbfd9aeca1183c', 1, 12558, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '41f41872aeed20d69fa3a8eb3b86f603c3b1c1b8', '/home/hkrhostingreview/public_html/wp-includes/js/wplink.js', 1, 'c56a39e56ce75421c354d2c8a662e4601a2854ac3eefd274b63fa5ba462f6ab8', 'ccf54fa65c9b33ce8d2069bd8e3fa0c4', 'ccf54fa65c9b33ce8d2069bd8e3fa0c4', 1, 20960, 33188, 1, 1548507589, '', ''),
(1627004145, 1, 1, 0, 1, 0, '421a3d1a18d20e75220d1b29952ec3f403d0fdb7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_VersionSwitcher.php', 2, '073042398bfd62a014474b128fae6ae821b95fb451d6df6804576dd5d6b31fe3', 'a377a59c62501f6cf7f29489c352e230', '073042398bfd62a014474b128fae6ae821b95fb451d6df6804576dd5d6b31fe3', 1, 17102, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 15, 0, '4246423725fb5f8060ccac8b51045efc16a9ad73', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php', 3, 'ae9a44956b53b6744971b069a02331c9f4f95490ebfa6d637ac80cfe7252f139', '90b4a135c6a47ee24a8193e2db0a3661', '6fe43ea4b9db167a8281713ce78972b4fbf34393bb43a4df290762946eebfdc8', 0, 3155, 33188, 1, 1605438582, '', ''),
(1627004145, 1, 1, 0, 1, 0, '42475a78fd227ba3fa4e984f6ad87c82d5eee810', '/home/hkrhostingreview/public_html/wp-includes/Requests/Transport/fsockopen.php', 1, 'a9c9d1c6693472c5fbab644ae779e6fe59ad7b7f0ffffa3816635ca1bc545600', '8c3eac72bf878fd616db51481dcb8656', '8c3eac72bf878fd616db51481dcb8656', 1, 12436, 33188, 1, 1569262319, '', ''),
(1627004145, 1, 1, 0, 1, 0, '424c04c93a4e599128d4fbc8ebe86aeb8d1e5732', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/fonts/eaicon.svg', 2, '589a6a49dee99597c7d0acb4c6f1546f6cd77683a7aeacac0cb594d8ff6ff6d9', '1c61cc4d79bb5703f3f2306a5ab294c5', '589a6a49dee99597c7d0acb4c6f1546f6cd77683a7aeacac0cb594d8ff6ff6d9', 1, 151318, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '424c4e3f4cd295bb0206e1733282fa2c70e488b8', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/File.php', 1, '7890c0a02a8667f6b1532da1a38623faf2af4c6cd5a00a1d54471b43934a3f81', '5dd66d03c777e82fe65cc6793511da0e', '5dd66d03c777e82fe65cc6793511da0e', 1, 82, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '42758a8eb985f7957b9852ee17bd7853376ba90d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/style-rtl.css', 3, '944d2844ed29c711fbac9d18c6fb73a84c5e24f51f07fc771de7b27f02926e93', '3e04a5e82d627e3f7a1d4477758d4db6', '944d2844ed29c711fbac9d18c6fb73a84c5e24f51f07fc771de7b27f02926e93', 1, 125420, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '427a57f387d5ded8aa36d3028643592edfa3d55e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/clouds.svg', 2, '39f9cae0c277c116e761557de9edbebd23cb9d7cf819fc63ce419a95e702a4c0', '4a34ea145eec75fee78752e8fc3567e8', '39f9cae0c277c116e761557de9edbebd23cb9d7cf819fc63ce419a95e702a4c0', 1, 1193, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '428a92d03ee5c6e3bc2faae6efb60394c9ba4fb8', '/home/hkrhostingreview/public_html/wp-admin/js/theme-plugin-editor.min.js', 1, 'a7e815f48888e8c09e5d99fda8a18933c780bb03614ab1c9efbca79c0bb7b7a0', 'cc1a6596f81f2efc3b0ef5882d8b4d00', 'cc1a6596f81f2efc3b0ef5882d8b4d00', 1, 11232, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '42aae4a52a60eaa6055b86133176b0c1b980454d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/10/logo-review-150x150.png', 5, '1531fb50030c37ce544f5eca5b81a3acbb64372796257c79adae3f54c959fb8f', '', '', 0, 19098, 33188, 1, 1602133458, '', ''),
(1627004145, 1, 1, 0, 1, 0, '42d4d03de59a070ee8d4e6130a50fc7f1e8b5fb5', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 'a46628383ebb2eaa1462c33791f50916395f876ca764fb774b271c676d641f82', 'da1ac595fc2d924a411668b04a7497a4', 'da1ac595fc2d924a411668b04a7497a4', 1, 83847, 33188, 1, 1570542182, '', ''),
(1627004145, 1, 1, 0, 1, 0, '42dd7749865bba7accce513b65510b960afbabce', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/fav-fields.php', 2, '908f4e74475d70ac9d60f71a0b4b0d1c135d9a4a11eeeeaa7246c32abd31fa4c', '1afbcc82ff9c31f2313622b71d3bc3e5', '908f4e74475d70ac9d60f71a0b4b0d1c135d9a4a11eeeeaa7246c32abd31fa4c', 1, 980, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '42f714465737cfd2b0289e4ff5359c4ee0718b6c', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/apache.php', 2, 'd02ea4a6df742371c11605ef31e46d26e0485c1d909b2adad442f2a658955fcd', '2a4738e1ca30efe5ae1d2ff2ff7da581', 'd02ea4a6df742371c11605ef31e46d26e0485c1d909b2adad442f2a658955fcd', 1, 4976, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '42f9fb4064e2135d53217f6a015e3942b53089d1', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-calendar.php', 1, '54bf89a1c480d1a95ae5f8fb443bb5712d1a50ea429e51ecb9fc7dc0c6222546', '4f999c5005825cf750747c861f2db5a7', '4f999c5005825cf750747c861f2db5a7', 1, 2863, 33188, 1, 1559747393, '', ''),
(1627004145, 1, 1, 0, 1, 0, '42fc7d7ab10ae5db576b7d46be97983a9a405068', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Controller.php', 2, '553ff79df8707c0f08f2feadbe490a4ecba8403189e98220a37fe0be77aec151', 'b09f3b5f26050f48b3f13ad7f241a36f', '553ff79df8707c0f08f2feadbe490a4ecba8403189e98220a37fe0be77aec151', 1, 1644, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '430888787461d89f0cee7fd8cd8aa2b6c031ef8b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-zh_TW.json', 2, 'c9de530997768948710b23e34de76d578e568fb7dba67aed1f2f7102278c17c1', '116bc301e63ca545bd736bc351c3dffa', 'c9de530997768948710b23e34de76d578e568fb7dba67aed1f2f7102278c17c1', 1, 553, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '431397b15a4143b960e862340700d7a5ab010d9a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_maintenance.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992622, '', ''),
(1627004145, 1, 1, 0, 1, 0, '433a0d878b2560806815b53a6c6cda3d6dd6c544', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gg.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '434963b8a84ef6849565b6290a070007f7bdea9a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-notice.html.php', 2, 'c51792fa44c95b6c492a5e3cc2e3771d0cf83d94d5cac26af8bad97aba3c2660', 'c13ebe1d132b19c656debfc7e52e338d', 'c51792fa44c95b6c492a5e3cc2e3771d0cf83d94d5cac26af8bad97aba3c2660', 1, 90, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '435f7d41d0a96418ba7871a88b171cf5cfca3780', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-submitted.min.js', 2, '102afad4f762208ff187a8233cfee58e69271c6e12a8f1bb6b607c2d38edbcbf', 'a809fc804f40703ba003c3dc0fb952ed', '102afad4f762208ff187a8233cfee58e69271c6e12a8f1bb6b607c2d38edbcbf', 1, 1659, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4361c7d81d60454467b7944bcf07a1cd550cddd7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_managers_image.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992623, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4362e09d20500aaeb861d16fefe0701004954362', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176493', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '437176a5eca50ed079ad993d7707565c36df213b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-edit.php', 2, '70b12c2ff14b133444e0c81d71f5a4e710b3ddd09f34528cd14b0b0b4433b726', 'f22df634814b846b3dde5abe92ce8437', '70b12c2ff14b133444e0c81d71f5a4e710b3ddd09f34528cd14b0b0b4433b726', 1, 41821, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '438af31df3f345b7829416bac04c5ff188e6cff1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/form-hp.html', 2, '8dddae8a9db5614e4d9a805801d3dac93806c772be0380b227214078297cb381', 'c4a647b9d4b1e05245b7403d420b718d', '8dddae8a9db5614e4d9a805801d3dac93806c772be0380b227214078297cb381', 1, 278, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43925a8e7a8460c0e04b552c2b9680ef70285e94', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/slick/slick.min.js', 2, '0c7178cc6ca34fb18e30f070a5e7a1c287b2d7ccfcba2cfdf06e0f46eda55740', 'd5a61c749e44e47159af8a6579dda121', '0c7178cc6ca34fb18e30f070a5e7a1c287b2d7ccfcba2cfdf06e0f46eda55740', 1, 42863, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43965f3125e3cadbdf655601690560bfda52c33a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', 2, 'bc2dd382f5a9a59555b5eddd72ba801220a8c83b30808269854b51231dfb1698', '915472530764ee57d60c281bd27ff83b', 'bc2dd382f5a9a59555b5eddd72ba801220a8c83b30808269854b51231dfb1698', 1, 2695, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43976a2613012b9784719a1ad4b15409b58a9ec1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/modules-manager.php', 2, '759eb37b836096c32f7b60aea391e1d9446454ee781949e63031811c8f173e2e', '9fa8b86b58ff06e9449a306d01c38e3c', '759eb37b836096c32f7b60aea391e1d9446454ee781949e63031811c8f173e2e', 1, 2242, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '439de4103757ee49483108214291bfdc8d502772', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176832', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '439dfe42cad888b0151c158d2db256bb84b87e31', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php', 3, '02e03e9cb4ca60c1a78b515dccf503e3729e497099caaafdde9d17d5958f88f8', '4dda34cf09a83ab3b60ca4cdc41fc444', '02e03e9cb4ca60c1a78b515dccf503e3729e497099caaafdde9d17d5958f88f8', 1, 1654, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '43a389b3c73d00b0ee9c9af0c0deef2525eeebf1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-failedlogins.snippet.tpl', 2, '04529f7ba830cf75dad88c3496af569841645dd4f8b7247360bc8c8b6205a7d7', '4092e78fe550fd3794601501d0b14fdd', '04529f7ba830cf75dad88c3496af569841645dd4f8b7247360bc8c8b6205a7d7', 1, 334, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '43afb95099413c3ae37472d82622d24ca61b44d9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_counter.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43b1f4de6e4152e6b1c139758b443a1674c5335d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/WeForms.php', 2, 'e91023e9a71a8570e36e2314d654952a99f9aa6237c1208cec444ca9d79232c6', '054eb45434fc59c96476e90eb8e492e4', 'e91023e9a71a8570e36e2314d654952a99f9aa6237c1208cec444ca9d79232c6', 1, 31709, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '43cf9676fcbec85e52b1a07e3d52675079790c46', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_base-units.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992604, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43d7bd81b64a4e72eda5589d049c8007e6fb48b4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Fancy_Text.php', 2, 'd644dc8fea37158f15fa3687eb0e05189c6011102ad42fc49ae452463d3c2ed3', '4c0d946dad9b98c273545899d2ac506f', 'd644dc8fea37158f15fa3687eb0e05189c6011102ad42fc49ae452463d3c2ed3', 1, 1024, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43dc77c830009867903098b16834f8343a24ed93', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/main.css', 2, '4bb9fa64bb3720121c38f4a6bab55919b74dddc8366343802d3ee500aa9d4e7d', 'a9dc4f4fa4f0858493831b78143532f7', '4bb9fa64bb3720121c38f4a6bab55919b74dddc8366343802d3ee500aa9d4e7d', 1, 13653, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, '43e6cdd22b65ff99441db1a9fcc28c51e6c5d7a3', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-plans-min-768x339.png', 5, '0407f39ec38580e4d8678e5010d03362f5ce37c3f715a99b0fd9122137f4970a', '', '', 0, 362902, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43efbe13b4d15b1fdc14d49e84eea2fef86c9e7a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/HTML.php', 2, '515f1b266931ad1eb8e0ba3ed3b9897393e4be5ad41f2abe3ba5321a318504f0', 'ade10e33a87ed0f3f3e4f8a0d46b653f', '515f1b266931ad1eb8e0ba3ed3b9897393e4be5ad41f2abe3ba5321a318504f0', 1, 1261, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43f1aacb29a44bc0e077653f238d79d363e5e8fb', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-da_DK.json', 2, '4ed5130f3f77a03c15623c6303f21d9257c1e93e72b69e087bc6f233d1ad144a', 'be7d1ef81c01d6ed16cd0f1f1fa23dc2', '4ed5130f3f77a03c15623c6303f21d9257c1e93e72b69e087bc6f233d1ad144a', 1, 469, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43f1c467faf53b881e604a4bc3b62f560effae6e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/css/eaicon.css', 2, '7aac53444a135fdaac5165876719ea0afa82b10f22815c5ba72bf00df35473e2', '0c135f623bf0fb8a6a9ff1dbef6be0f5', '7aac53444a135fdaac5165876719ea0afa82b10f22815c5ba72bf00df35473e2', 1, 4810, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '43f2f9c31904a58ae07f0648213166e7ce8fbb03', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/checkwarn.png', 2, '0168aeb08aa9bce57df0aecf2d544d22adbc3ce37669440a51adf552a6581100', 'aba61a82999eac8635ab6b85a898e51a', '0168aeb08aa9bce57df0aecf2d544d22adbc3ce37669440a51adf552a6581100', 1, 1774, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '440c98921d6ef5458470e272f40e50d1a4ae5eeb', '/home/hkrhostingreview/public_html/wp-includes/class-wp-locale.php', 1, 'd768a6b6b23a1c94f28ef27124cf67171edc4e3e374cdb57ec9829c50e5c7dc0', 'dfbca0bd071cb4e3a580d4ac74e59018', 'dfbca0bd071cb4e3a580d4ac74e59018', 1, 13893, 33188, 1, 1569016977, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4415f59a6f96fd56161768e609462bcbc5dcd75f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44197be92c1a204bfad2fff18791b69d0ac373a6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php', 3, 'a111eca7c6aeb4e4a10edd2a5e8488a2d39deebdff558a83ed9d18f4df8d0e92', '0490cd7f8604a0cea64b3349daf11574', 'a111eca7c6aeb4e4a10edd2a5e8488a2d39deebdff558a83ed9d18f4df8d0e92', 1, 30541, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4422ea4099da1eb23e368d0e9109a91760663da3', '/home/hkrhostingreview/public_html/wp-admin/includes/class-ftp-pure.php', 1, 'd7794b888064fd7124127db63c0614f865b77f7f72ee52bc1b6b94eaf371cc0f', '06c43882160dee5a21c8be34fa1edc4d', '06c43882160dee5a21c8be34fa1edc4d', 1, 5400, 33188, 1, 1552785649, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44238a5af2f56f22b2f070d559524cd4b7ab4007', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-sq.json', 2, '4a81061ed0a49b1cb3d5c8a48ec731cd26d945cc4d14a695bd0f2dc323cbb4a5', 'a720b4a014107933750eaae7d577773d', '4a81061ed0a49b1cb3d5c8a48ec731cd26d945cc4d14a695bd0f2dc323cbb4a5', 1, 824, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '442571f3d7d9ba75722dc528cac4ec08cbf0cb5d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599303404', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4427c44cb98438b15e97aa05a0ff378aab9162cb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/pikaday-responsive.min.js', 2, '32e450ad50335017f501b46d5e30399309ff0dc2052c37b9a1aa40d85be33de4', 'd395cd8b11ecd0cddaa903b91ab0da1f', '32e450ad50335017f501b46d5e30399309ff0dc2052c37b9a1aa40d85be33de4', 1, 3193, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '444bc5070fce1508eb3ab63f727f2bb434fb7ff6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/admin-notices.css', 2, 'ee75f1a5f0e4f70f92093f5834f68b3b83f94a87bf426cd62d54a663bfc9328e', '2f123d6380c3a1c987b0eb1de0b7facc', 'ee75f1a5f0e4f70f92093f5834f68b3b83f94a87bf426cd62d54a663bfc9328e', 1, 1204, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '445dfdefc313ca50168f0871ee24b182b72268bd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/ss-new-form.png', 2, '75387aa5b9dc123cca9cc5bd77619b2256ff2a33ad0c29c0ac33d3536518b1bc', '271e1a33da880cf19f30a76a03cc8560', '75387aa5b9dc123cca9cc5bd77619b2256ff2a33ad0c29c0ac33d3536518b1bc', 1, 76572, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '445f7be9f2dbe1c5a566f5272ebc26572f7ed861', '/home/hkrhostingreview/public_html/wp-admin/css/admin-menu-rtl.min.css', 1, '9881b0a02c8ab5161bf2e3192529727b00096742bbe20559ac6f6657239a0d41', '5ea1958d0718eca4ff1a039e3390764e', '5ea1958d0718eca4ff1a039e3390764e', 1, 15500, 33188, 1, 1571337483, '', ''),
(1627004145, 1, 1, 0, 1, 0, '446067beeb3f5a7b36056693671bca30218f529d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/post-fields.php', 2, 'c2c693d11cf18e2c851d13908f86f0a938b049dd8e4a748503de1ea12992767e', 'c4e8698f47cc5abcb462091279fa3197', 'c2c693d11cf18e2c851d13908f86f0a938b049dd8e4a748503de1ea12992767e', 1, 1430, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44662af2f58ebe3114b3e91216452ae58794c2c6', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php', 2, '11962b642e227e5895555a09b9884e68a60954576f0bf86037f57175fc7b7289', '84267226c5f3f45936eb61d0f853e066', '11962b642e227e5895555a09b9884e68a60954576f0bf86037f57175fc7b7289', 1, 7067, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '446650c6d3bcd1e9122398bee1f0496340330a37', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php', 2, 'e2cf05c9a300fe156e4119d8ac65ab898e165947d4037f226ffd45d52ea1a72c', '369b2816a66d405d9fa331fa04cd04b3', 'e2cf05c9a300fe156e4119d8ac65ab898e165947d4037f226ffd45d52ea1a72c', 1, 5054, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '446ca644060ddd74b7209f57970a1394ece8158e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-upgrade-routines.php', 2, '14152f1e872cc9790a8d1dd54d11c3d18ad375f7972737ee77390f46899937cb', 'f0aa2bad1debf215e3e324031f48302a', '14152f1e872cc9790a8d1dd54d11c3d18ad375f7972737ee77390f46899937cb', 1, 1645, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4470e5711f92001cc2d7273e9815c18344f82675', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 'bea73e889f6d9549ed697cf3ff223395d537cec2fce37106ed8e572855c7bd1f', '4eb22b0643232b7cf3665aa69d995de5', '4eb22b0643232b7cf3665aa69d995de5', 1, 1122, 33188, 1, 1507170169, '', ''),
(1627004145, 1, 1, 0, 1, 0, '448357b9f78726769acd1e0715c8e4488a72c813', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, '01d0ec55690030f13aaef04555a43cd9131cd1b00a7d3102fb7916de6a5e8331', 'd99e3058b29cd6d435e7557ac1aa333d', 'd99e3058b29cd6d435e7557ac1aa333d', 1, 12444, 33188, 1, 1567724755, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44876a9d9da8a44b163f8d5df38aa9bb4f954dd4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 'e23aec8e591ea6ebe9260e67f32b335692c5e847b383beb705065ee6c676b630', 'dc5c999dae94f1f5e03a520e2fe22b05', 'dc5c999dae94f1f5e03a520e2fe22b05', 1, 1379, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '448ebddb9769eeeb71a6b0180a730f00fe8a99a8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo', 2, 'a9d7e68f8d2c8bda4984221332846f9ba5915a90ad486cad50ab2239df0d08fd', '57470b3d4504377daf3e4326148424eb', 'a9d7e68f8d2c8bda4984221332846f9ba5915a90ad486cad50ab2239df0d08fd', 1, 87158, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '44ae25ea5b4edc62946dd98a7e6ff2ab348cf950', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176635', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44b0d1c2ef8a5dbac149936e560ebbf52ea75ad4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/highrise-crm.png', 2, '08432f880077171e1327b5b10bea1ed8bb29fe3458404d1d420294d44020f116', '1e664b80c6f371e59bfed6cf42afee19', '08432f880077171e1327b5b10bea1ed8bb29fe3458404d1d420294d44020f116', 1, 11424, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44c466f886159129fc73e15573f478962ac53ede', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-amp.php', 2, '5b9f5844abe771ee727ac30de0fc39a26caf04d9429c9d3202cf7fe615d4993f', 'a1785eb9d5a458252279a3b7ee0df802', '5b9f5844abe771ee727ac30de0fc39a26caf04d9429c9d3202cf7fe615d4993f', 1, 2014, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44d594baec783d118f15c9948c033c9ddeb2b098', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/req-fields-pre-process.php', 2, '7ca3f607d62fb65d220f5d797346aa6fc8cf1d01c670f5f3d27209442ab738bb', 'c59c141078e773b7c409710dcec6a2d7', '7ca3f607d62fb65d220f5d797346aa6fc8cf1d01c670f5f3d27209442ab738bb', 1, 3193, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44daf55d039dcd116de2987b7491edc692f04555', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/data-table/index.min.js', 2, '3629b7d2627c67354385ffee47deaa08bf7b5e5e02943c9691b99a4a7ad06809', '2d0e298fd34e00641335ee3368082302', '3629b7d2627c67354385ffee47deaa08bf7b5e5e02943c9691b99a4a7ad06809', 1, 1706, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44df712952deb502784eb1126c20380bbe11f6ff', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/connect-jp.php', 2, 'fa3cbf3adb9e67ab08f1ec10a8b60e7850159b4b0952533186a4e09ef57d5f62', 'c1e173879e51fa58f7bfe8921b33a2fe', 'fa3cbf3adb9e67ab08f1ec10a8b60e7850159b4b0952533186a4e09ef57d5f62', 1, 4985, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44ef2a4fcf313bb7eea4ccd7471fd7eb84eeb890', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/tooltip.min.js', 1, '4e2ccba7e21a653865388a84fc6aa0cb70697f4e8cfc47819c8bcea97a23bbbf', '26c741acbef3207eb8c79483cbc08dde', '26c741acbef3207eb8c79483cbc08dde', 1, 5662, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 13, 1, 0, '44fc0fdd1ac13b9271a2ee742b7cee0066117776', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-182.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '44fc7dc1d5151d2d07e18a65fd86f1600d1f01f8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-product.html', 2, '99f0063fab66a66d16a392ca9e7a8c3d7cfb61237f622b9888358e134b97d86b', '7ec769fcd6eb84795fe5adbebda9c042', '99f0063fab66a66d16a392ca9e7a8c3d7cfb61237f622b9888358e134b97d86b', 1, 1403, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '450bdcfabfb7999807f8cb6010285d28aec39317', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', 2, '90c1ff0b8095bb5f2fa56aee5678d78adaf2265df5c32e1b54dea66c7e937c1d', '7e29c23288383e613d4275ec9f6f9d38', '90c1ff0b8095bb5f2fa56aee5678d78adaf2265df5c32e1b54dea66c7e937c1d', 1, 43584, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4516080f779fe83d25c6ab1c3ee357ec2dfc902a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/tools.php', 2, '1e94790596721cdaedb72924dbcb91cad8c37bbe67dbbab460e2497e9177c594', '1fc8519ac0deaec92534ce7c907adafa', '1e94790596721cdaedb72924dbcb91cad8c37bbe67dbbab460e2497e9177c594', 1, 2029, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '451fdbfb85710f5de9ad37a3f7aaff9b5637a2c6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/timegrid.js', 2, '071ffba3802b8d4e38e536d6816d8edc1b89f7f8f92080304dea83e74ea86ead', '98372a8fc5dd91307c6bb709c5edac5f', '071ffba3802b8d4e38e536d6816d8edc1b89f7f8f92080304dea83e74ea86ead', 1, 68516, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '453167a52b15ac62ac1c15bc7990fe41530c913d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/admin.css', 2, 'd5a9c33d2284af0b79c74511a1e6de0374ca5795942929c292fd56f48f99c5d2', 'f9f658348b17c42c90c20c871be60a82', 'd5a9c33d2284af0b79c74511a1e6de0374ca5795942929c292fd56f48f99c5d2', 1, 35435, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '453392e0c1312f1ef927742738d377ef2e0de2f9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/ModelFactory.php', 2, '9348a0e7ab49c6880ba6e8dce9e9391351eda00bea1b895cfa950f57a10acfa0', 'f4bb05edd85940083e7098d8a7237ddf', '9348a0e7ab49c6880ba6e8dce9e9391351eda00bea1b895cfa950f57a10acfa0', 1, 14396, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45378281a43515ef57a5259f2a9dafc4ea187e2c', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-recipients.html.tpl', 2, '22412bbe7483d4b194dd9a3d52dea95882ff3790400a1b6dab26088249581b22', '993f299b68be2238892510504635ac25', '22412bbe7483d4b194dd9a3d52dea95882ff3790400a1b6dab26088249581b22', 1, 2032, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '453a60d3a87bda063c97c1dfd1ff009ae0876662', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, '476bd1b5616129d66ffdf024a4c5090b96883e79a4026f948a0996a1f7287e43', '8f458bd7c92c980080e17ae981fecc2c', '8f458bd7c92c980080e17ae981fecc2c', 1, 14832, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4544ec937ecef4ab9fd888be237ae638dd036647', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/7-150x76.png', 5, '07667de4b0ee740d23d810cf9c2f26314fe549f8f12ca319cd4e0271400da09a', '', '', 0, 8821, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '454d8e0fa2847d475cd961460184a8a034e0063d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_image-dimensions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992611, '', ''),
(1627004145, 1, 1, 13, 18, 0, '455e624b789f4bccfad9d6b11887923d43eccf10', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/http.clients.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4569caaa7972e2af96373d3f296a9b5ef5cee0f4', '/home/hkrhostingreview/public_html/wp-includes/Requests/IDNAEncoder.php', 1, '6eea52a23b1d4a5f369c7c524ae2f308dccc3817168f082333ecd6959156358f', 'd77dada232f0079b1412e0d050b4d8b1', 'd77dada232f0079b1412e0d050b4d8b1', 1, 11325, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '456db3b79f0c40019dff74d5c410d1efa9705396', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tg.gif', 2, '74857c015f7a014e27f1fa2c6fa3e9dd6e39a970cc64316a7f6241d556d20bbc', 'ece0a5d9d0ffa8662f66a37c667e9538', '74857c015f7a014e27f1fa2c6fa3e9dd6e39a970cc64316a7f6241d556d20bbc', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45712c0788702a290db3110378416e0ba5869d06', '/home/hkrhostingreview/public_html/wp-includes/vars.php', 1, '8c0ecb359fb17bf1fe9f64899fe0ce9782f2eb09231c0d78999ec136c7baa428', '601eb367adef555f227dfca2e448abcd', '601eb367adef555f227dfca2e448abcd', 1, 5815, 33188, 1, 1564094757, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4579c17b471719c5228c53276fb89af3c3306897', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/changelog.txt', 2, 'b301758abcf9db2a2cc32800d2e1708a973d4c9b4abb05422bd97d56ba29f787', 'f5fa6def285225bb3b08abd9a2ad1de9', 'b301758abcf9db2a2cc32800d2e1708a973d4c9b4abb05422bd97d56ba29f787', 1, 17716, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '457c6d7b3c6346d6f10599e000efd97d07fa829d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-lt_LT.json', 2, '6a5673b2a9f2646bfece5a1c22ce52b0b9be714040d69321699402e6992e87ce', 'ea92c587ef4041bf88b49f04ff82c97b', '6a5673b2a9f2646bfece5a1c22ce52b0b9be714040d69321699402e6992e87ce', 1, 503, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45863f2cc62a9b2aa4c99457ad8194e4efc8bac7', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-drop.min.js', 1, '5029d1b46a5e49b9dd5df5067d9830e2d8bae00602deb0838ccf955d5024ff18', '59c7df6dedd02a304f58985e7cfb8e1e', '59c7df6dedd02a304f58985e7cfb8e1e', 1, 993, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '458ffc149168e8abf97a63fa472a8c6ffd4807c0', '/home/hkrhostingreview/public_html/wp-admin/js/tags-box.min.js', 1, '8e6fcc8af2a7c23f9e813e07651f31b5e66cfc59f70781c570d536ba8d5a81fe', '580ffdf678912278549e642083a40302', '580ffdf678912278549e642083a40302', 1, 3042, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4590ec9b8a61b3e91a7a71730227603d3bf33dbb', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/color/class-astra-control-color.php', 3, 'e8857b4de5af49d291688af7a74e81da1ce5ddd0d065cafea851211b44b1ff97', '041e95f0a1b0ca26feecb5f350225707', 'e8857b4de5af49d291688af7a74e81da1ce5ddd0d065cafea851211b44b1ff97', 1, 2652, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '459c01a9a2aa55f626df3b90e48801ccf585b688', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-admin.php', 2, '7f11ad3a3a875d1cec4b01aa0e11e30f8e325640e5ca8db711f6c3e051b96f45', '76e6f9c0c4874a5d6676f355e1303e60', '7f11ad3a3a875d1cec4b01aa0e11e30f8e325640e5ca8db711f6c3e051b96f45', 1, 14495, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45a46202a5fba4611f5479bd5c0f70c84649b4ed', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/sr.js', 2, '5322ae9e156948a6dbe036eafe3b40cb01a12365ae9ed5eb4ad970301b1e43bd', 'bea46ab6f8cecee10a5ed9117132340e', '5322ae9e156948a6dbe036eafe3b40cb01a12365ae9ed5eb4ad970301b1e43bd', 1, 938, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45a47174e41fab7ef11d603ff29b6eceb0ccda58', '/home/hkrhostingreview/public_html/wp-includes/js/wplink.min.js', 1, '20410b6ce2b972381dd3b9831b1fae140427e84f454fb4212f8784b9304e4ebf', '067b1858667ec737ba52026e37c22f77', '067b1858667ec737ba52026e37c22f77', 1, 11180, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45a85d095e6d48d868faac786dfaa1493baebe2d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.css', 2, 'c1a31974d651fdd6d65ed71b6744e28c20e0e08b2c46fb7a1f9466ab305d9505', '41e0aa5cdd4e8161fc3043852c6d5483', 'c1a31974d651fdd6d65ed71b6744e28c20e0e08b2c46fb7a1f9466ab305d9505', 1, 173244, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45ac68955ee174e7290e097a5b8df364bb5348f6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout.php', 3, 'bbac3f699a5837dd713fc5e16df1362be2ad36f0458dafd8e85cdbd2c1800511', 'b641538783bddd608cbfc9759ab023a5', 'bbac3f699a5837dd713fc5e16df1362be2ad36f0458dafd8e85cdbd2c1800511', 1, 1179, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45b75d367298b3a2c8a940163ee549c418224f2c', '/home/hkrhostingreview/public_html/wp-admin/includes/export.php', 1, '8269bfacfab787b987864b54f9b06550f4f0994cd778fb6abc2eaf3ae04d35ca', '25bb9f88a2e60b7b7144025b215e6bdc', '25bb9f88a2e60b7b7144025b215e6bdc', 1, 23609, 33188, 1, 1564921736, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45b8d945571c687bb329dfbd9df91bb181460183', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/Conversion/Calculations.php', 2, 'e1bdd27b4c68ded55be188020f0650fd71a436c2d4b926a49129d3a913692b45', '5bd4a2f6fd7c181a768517e697d3bf12', 'e1bdd27b4c68ded55be188020f0650fd71a436c2d4b926a49129d3a913692b45', 1, 4871, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45be42c953086f49b2feb122ef353c846bcc7b23', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff', 2, '468e579fe1210fa55525b1c470ed2d1958404512a2dd4fb972cac5ce0ff00b1f', 'cf6613d1adf490972c557a8e318e0868', '468e579fe1210fa55525b1c470ed2d1958404512a2dd4fb972cac5ce0ff00b1f', 1, 19888, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45c0821bbb37a2992b79ae9935105404872a76b1', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/give/class-give.php', 2, '75c929f0ee6d9dab24f06c535b28e1ea38bfaf4767806ac616c1bcb2267ff719', '16f4b9f2ff088e10a895913bafe7c7cd', '75c929f0ee6d9dab24f06c535b28e1ea38bfaf4767806ac616c1bcb2267ff719', 1, 1029, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45c99c3cc8d900ccab395f54cf2acc38ea69273d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Core.php', 1, '2732a1ae3ec4e49abda1ef4a3ef9635e5eb74f6fa8a4b15c006148632323fc49', 'a4ae19a923b890f2dcf7e2d415fd1ad2', 'a4ae19a923b890f2dcf7e2d415fd1ad2', 1, 2268, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45d9af1bdd7acae52ac315f07b4757a7e508d5a9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-it_IT.mo', 2, '8024145e91c87c979dfc63bb8a4b81969fe3fb1d2f5fcfa85caf97985ef9be02', '665d1be18fa186d0f7c57758a1249d8a', '8024145e91c87c979dfc63bb8a4b81969fe3fb1d2f5fcfa85caf97985ef9be02', 1, 93678, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45e402f83b4a74a4619d482721f18926af636f38', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/honeypot.php', 2, '7f74a4498631ad3806f0d128a99891f82c41ec0b2125777dfaf53dffcb45c70d', '5f9b2de63d06ad4271fd2588a0ca9503', '7f74a4498631ad3806f0d128a99891f82c41ec0b2125777dfaf53dffcb45c70d', 1, 1980, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '45ec6be749986bf1a3768cdfa081773d32cfc456', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-73.css', 5, '286e38de1b11be498c43799606dd330535ae7429b0510e8c337df824b4b69a6c', '', '', 0, 93091, 33188, 1, 1624772766, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45f8720f3d96f169b224d34d83668bbdc51754ec', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/slider.php', 2, 'd8e1ce9b7b20c2b2cafa30df9128c0d9b288d8753195027b3d53b284dc829a6b', '81b90773e96d71e78f216342a24a50ea', 'd8e1ce9b7b20c2b2cafa30df9128c0d9b288d8753195027b3d53b284dc829a6b', 1, 3569, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '45f9a9b84842cb4010efa2f302914359b3295cfa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/add-form-modal.php', 2, 'fc5ee9e544953fc18bb4c6b6676c56a53061ffaf46abcc84c04f8403bbc67bda', '085718affc89db22f016a654eafe9c0d', 'fc5ee9e544953fc18bb4c6b6676c56a53061ffaf46abcc84c04f8403bbc67bda', 1, 4645, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4614391dff726f7fe76f5bda1e29787dc783facb', '/home/hkrhostingreview/public_html/wp-admin/js/common.js', 1, '894e5921fa0ad964fee1a399a19c306b7a707f73d979340a195089be6afbda68', '6925251401e3b9e69ef7950fdb34c6e9', '6925251401e3b9e69ef7950fdb34c6e9', 1, 43666, 33188, 1, 1569259858, '', ''),
(1627004145, 1, 1, 0, 1, 0, '461c97de5ae3fada23b88ecb5e9cad7fd9f4f792', '/home/hkrhostingreview/public_html/wp-includes/js/dist/priority-queue.js', 1, '855ff3823bc6f389b1ede1a2c2982313d9763ff3cb667698dfb1427e4aa62190', '9ec356d434b7a09e112bf1c086b7bfb4', '9ec356d434b7a09e112bf1c086b7bfb4', 1, 5795, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '46258391432f9429f225cf776d5c8892c3940931', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/PublishProcessing.php', 2, '634d8c8b0b6ba5e042b375078a9413eb43508a88aa6cc3943b8540e5a0a6d475', '73ac63e264ab82c63ca4a3ff641986cc', '634d8c8b0b6ba5e042b375078a9413eb43508a88aa6cc3943b8540e5a0a6d475', 1, 811, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4635252c1a331e22326cfbf68bd7b7cd77caf2c6', '/home/hkrhostingreview/public_html/wp-admin/css/site-icon-rtl.min.css', 1, '7bb3a685cebb378be2a753ed19d620dae41102fa2e6fa981186e566bcddfa362', 'c5605f3fde843ddb7cf887a72b9464a8', 'c5605f3fde843ddb7cf887a72b9464a8', 1, 746, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '464162b6c2733b875b0080e35403784936adefb5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php', 3, '5d076b70a2ac360be9cdac80768255d9bc9dafe2d82f2c3d8d0c61c74b9f0fe1', '04b69769a7aa01d77a812b21970f230c', '5d076b70a2ac360be9cdac80768255d9bc9dafe2d82f2c3d8d0c61c74b9f0fe1', 1, 23679, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '464f9390519eb1a26fa434a34ba267a71d2d470e', '/home/hkrhostingreview/public_html/wp-admin/css/dashboard.min.css', 1, 'a3013ef1b9a291a48193e4b1b7d1a1149034faec00b40975969bf5d7d89e7b1d', 'f6b3073e60d1315a6594a871465fc199', 'f6b3073e60d1315a6594a871465fc199', 1, 18718, 33188, 1, 1569251459, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4650c9ed7c6ebcf74b8f9e8f3128262990687ccd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Post_Timeline.php', 2, 'c0bb5ba2e7c5d9ee276d026c7f785fd467bf6f8747d6c56057eb8c8e901251ee', '33dcf1fc2b855ebaad04ce5ce9f073ae', 'c0bb5ba2e7c5d9ee276d026c7f785fd467bf6f8747d6c56057eb8c8e901251ee', 1, 13400, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '465c563293421fed6fde1656e9867805ed7f997b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-min-1024x529.png', 5, '7f844c90d8cf3ac737d728a8b54d978457549cf1a3802411b16d3ab79199120d', '', '', 0, 602207, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '467732aa8f3c389150b513df0de533623420cfe6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/common.css', 2, 'ef338607cf3a70b888a0fb740d6f71f740382db9ecd927a54695dcabdf58a88d', '35a34ccd5b973c768b3eaa9bbe01e709', 'ef338607cf3a70b888a0fb740d6f71f740382db9ecd927a54695dcabdf58a88d', 1, 14602, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '46892cde41bac5bd4a9e93e53cb58fc61ca7190d', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/native.php', 1, 'dd3b7eb3f5428d5698b7e2535f2bc073aaabc17d7f3cda93915c466b4333fae4', 'af53f6d50c16840d93189e01247fd454', 'af53f6d50c16840d93189e01247fd454', 1, 15888, 33188, 1, 1509022373, '', ''),
(1627004145, 1, 1, 0, 1, 0, '469529a86e75beaf9750f94117464ca41ab03be5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', 2, '99619aa1935e111f9d8f648e2c7e7cf4b78b453b418f59ccfaf50cca14b814d1', '941be5bcdade01d417349b41c1c4e465', '99619aa1935e111f9d8f648e2c7e7cf4b78b453b418f59ccfaf50cca14b814d1', 1, 1246, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '46952d0d4289b1f71a2af83a8006b0d866daeace', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/select.php', 2, 'fd331a6097b564c00d829a00075a7e8590989709688cd29e290334f1307e649b', '1bfec67bbea213fb8c7785a2c89640ce', 'fd331a6097b564c00d829a00075a7e8590989709688cd29e290334f1307e649b', 1, 7355, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '469f99c682ffe8cf5a3ff1d8ee1d31c01fa37bf1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/class-submenu.php', 2, '2c003af325f864c783d91e05f7ac826909e976a9bbd0e350b5461422eb79333d', '1e8e4680e215eb4dc8c53e4a0d1a857a', '2c003af325f864c783d91e05f7ac826909e976a9bbd0e350b5461422eb79333d', 1, 5706, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '46b2db231796d74cc034d9334951f7a55a003c3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/libraries/wp-session.php', 2, '641945e632be127524c0b1d9bbd3e1b491e83135cea13fead6170d13ac91f96a', '1e8f8641d2257f1761560ff6355bef1c', '641945e632be127524c0b1d9bbd3e1b491e83135cea13fead6170d13ac91f96a', 1, 4315, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '46be5b8df95f190877d95a30b75c6019adae1fd5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/site-origin.css', 3, 'dc0a28691e2219baac83b3f7d053d91855a4599b8fe9fee9dec0f1f21111501f', '551084621d8382d0d61997f8ad96eb75', 'dc0a28691e2219baac83b3f7d053d91855a4599b8fe9fee9dec0f1f21111501f', 1, 423, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '46ca10ebaf05da44dd171b834af48929f865548f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php', 3, '2657db9ca24016840f21ef7483e50d577c065d4a9b60651dddb620e95e80e02f', '894911a247ffd5af6e8b15488c28016b', '2657db9ca24016840f21ef7483e50d577c065d4a9b60651dddb620e95e80e02f', 1, 4399, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '46cb79571d0fd328f3ee62839928b01e9efd46a7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/PageEmbedForm.php', 2, '1f9aa1d88a46f3359a61b44c3af45f2eef667140c2536d33c869a5a1096deb20', '586f61dabe8d3cfed9efdedb4b977272', '1f9aa1d88a46f3359a61b44c3af45f2eef667140c2536d33c869a5a1096deb20', 1, 679, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '46f57524e6abe48fdd09f4ea4e89308114803cd3', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/743a5c0e4aff4830830e262cd2c87351.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092976, '', ''),
(1627004145, 1, 1, 0, 1, 0, '470102579c31b8ec4d1a5ca3861c35a6f7675451', '/home/hkrhostingreview/public_html/wp-admin/includes/media.php', 1, '7b31e87074a896b9628e87070ca2b74244e895b97df6c374fea6df1a5cf1e76f', '1652796de65fc3a2a101ea08f5a1486d', '1652796de65fc3a2a101ea08f5a1486d', 1, 113158, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47167bd71f1a80700228fbd89cd83f5b222f0da7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php', 2, 'da5edb04e5c03b53f050ddd46edd1f94de7d900c0ffe19e5ffce0aa11a4b0576', '227c9c59c8604268f2733ae009c43076', 'da5edb04e5c03b53f050ddd46edd1f94de7d900c0ffe19e5ffce0aa11a4b0576', 1, 4158, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '471d90575b5f3fb9a1e4b60acb2c738ecfe29a56', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, '3c48c73a03f031a86cc3cad901188388ee340461bf45686d49060b40f3d8b6e7', '640cbc0058638c4fb0400370dbcf25a3', '640cbc0058638c4fb0400370dbcf25a3', 1, 5966, 33188, 1, 1428538287, '', ''),
(1627004145, 1, 1, 0, 1, 0, '472441a5a0961c96820195296f42cdda704e9dc3', '/home/hkrhostingreview/public_html/wp-admin/includes/class-ftp-sockets.php', 1, 'be67a0a05b36b0e97cfb6deeca50c2b92f1eda4d44cc351b8fd700ef7698a8df', '1633697b2e83b923ecca04e6caafeeb2', '1633697b2e83b923ecca04e6caafeeb2', 1, 8449, 33188, 1, 1552785649, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47246615217236c4e76890ec3d36e1566453e829', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', 2, '23e02e0ba213d9d5a1daf52a08a9aa3c8010580081654e49e781d07cb1259a01', '34394c9f052b2a0929b3ef60904d66df', '23e02e0ba213d9d5a1daf52a08a9aa3c8010580081654e49e781d07cb1259a01', 1, 2209, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4724824badcf7bc64d798be9f21f7628abed5329', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/mountains.svg', 2, '6fd47a057107799e12f2e53b944ad450d0ab58b26bacc4eebf5322beecaf41cf', '00507125d440dcf375c1c222034fcecd', '6fd47a057107799e12f2e53b944ad450d0ab58b26bacc4eebf5322beecaf41cf', 1, 780, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47267b3461dc537308522964a311765f3a547abd', '/home/hkrhostingreview/public_html/wp-admin/css/ie.css', 1, '74f6380b1a01c439d5431b8bcb76232393e2e8b99c36ad219965a93bf0de4ad3', '5960f69e0ed72d7a00e9bceaa55c9901', '5960f69e0ed72d7a00e9bceaa55c9901', 1, 11924, 33188, 1, 1553182321, '', ''),
(1627004145, 1, 1, 0, 1, 0, '472e3244d9a310a362d2c3ce3c8fe36775c5c629', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/strings.php', 2, '5d0617cb69a9ef879d79d04bf636cba3bf183c510098f8ed99cffb8f735ac5e3', '53ff973827151ebe5a82afbca5694b5c', '5d0617cb69a9ef879d79d04bf636cba3bf183c510098f8ed99cffb8f735ac5e3', 1, 46702, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '473302ebbd2ebc190e012d1763a5bb1028194219', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting-min-150x150.png', 5, 'ab63205be0e26668b122f853f799fea69d8f1350f8d2aecc4e8c33742f1a203b', '', '', 0, 37802, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47360072898f346941abcec640ddea316091db5e', '/home/hkrhostingreview/public_html/wp-includes/js/zxcvbn-async.min.js', 1, '00289747a2226be149b8094330ccb739ae7ec8edd090127ca809df7ca75bc653', 'bf8ad109c3719269fdec077456a255e0', 'bf8ad109c3719269fdec077456a255e0', 1, 318, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47364674e254a2b3ebe3e9ca5941b0de4eaeeefb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Preview.php', 2, '60643ca5818b5152fd1285af17d0e46d7fffc15cf3d6123d669fa0bf7acd270d', 'bcf86bd9b81e0c6474e3d1520aadecec', '60643ca5818b5152fd1285af17d0e46d7fffc15cf3d6123d669fa0bf7acd270d', 1, 2470, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '473c9666e69de34724091a93c595fe0ac604cfad', '/home/hkrhostingreview/public_html/wp-admin/ms-delete-site.php', 1, '800d6848bd4fe88168b639ea9648d77886991bc80cc006f5fe834f893214710e', '55c74da26af0d258b199518266c63f9f', '55c74da26af0d258b199518266c63f9f', 1, 4199, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4741c792e7b5f9ca6b6e496f554ee67e7a11b236', '/home/hkrhostingreview/public_html/wp-admin/css/code-editor.min.css', 1, '93fc99710f27e4e2c249ccadb89b9cb5384016b5c219d3c20e092993ec6dae90', '4f2bbc906ad777689f33ed3a8e11de4e', '4f2bbc906ad777689f33ed3a8e11de4e', 1, 1431, 33188, 1, 1544544806, '', ''),
(1627004145, 1, 1, 0, 1, 0, '474badf24141c2dbb4dbdb760bcc78eed0c42535', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_com_dotnet.php', 1, 'ba1418a14e6a473706abc86bfece95b5507adc4277c10247a6a2d8c7e41eb473', '6e4d403cdfdb4136c21840218159e0e7', '6e4d403cdfdb4136c21840218159e0e7', 1, 2903, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4750ecb6d6aab09ab3daccd6767b21f61e294513', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-webinfo-details.html.tpl', 2, '63e7081df064590438135c638897e2e449a5b5e5da51f3805d7b655ccc232aae', '60bd54fe9d362cbd9550cec7e7b53294', '63e7081df064590438135c638897e2e449a5b5e5da51f3805d7b655ccc232aae', 1, 334, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '475a0a70da3e2ac77aaf86b61a7d6d75f6f6c8f6', '/home/hkrhostingreview/public_html/wp-includes/css/admin-bar-rtl.css', 1, '2371a0bc5e2baf2c4f72e83b9d305dc58d54cb8b380dcfc79d9af37ea1592b0f', 'a8374ae13c60948627afad8d05b577f3', 'a8374ae13c60948627afad8d05b577f3', 1, 26140, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '476094a52f241849ab9770b5b71fb40ce7970422', '/home/hkrhostingreview/public_html/wp-admin/network/plugin-install.php', 1, 'dadab2a74e0a1b4bdec0fb5d23df8e3fc7b0c0fa7df23e3e51b8072a164d6ed5', 'd9d1d30addb0da61f1c085059db0fd18', 'd9d1d30addb0da61f1c085059db0fd18', 1, 394, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4763287718f62398e15e4d41776e86d72f7f0752', '/home/hkrhostingreview/public_html/wp-admin/admin-post.php', 1, '3ac157143b3115bba35e8a3063569bfec7ce82fb3e8f277484b9d6b58adbd243', '029f99842005b2ef81dfe5619f5ec8ef', '029f99842005b2ef81dfe5619f5ec8ef', 1, 1692, 33188, 1, 1547617310, '', ''),
(1627004145, 1, 1, 0, 1, 0, '476c7a53a07b28ad0b6702b85b1d746c2f19be09', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, '81e544f88b402e6d040741acae42e7846c24c971bf2420479e0e5be16c907bf8', 'f2c59bf14ce5115cf350da9c051dca55', 'f2c59bf14ce5115cf350da9c051dca55', 1, 104, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '477b006211446625194f6d4354409533cff1e762', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-favorite-fields-import.html.php', 2, '339bc014d1791a8972105974036629e3cc1cc01744ea6b3cf2de58acddf00168', '36418c0933904aee0d381678e58895d2', '339bc014d1791a8972105974036629e3cc1cc01744ea6b3cf2de58acddf00168', 1, 1018, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '479f690a3bc7ebc48213056659a1acdcac02f47c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Content_Ticker.php', 2, '66757fda638f2f8f0e033f09b50b460379b1b1b310e2a79b244108849d20d0d8', '11b729194a7d62415b8413dd847a922d', '66757fda638f2f8f0e033f09b50b460379b1b1b310e2a79b244108849d20d0d8', 1, 893, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47a629c9af1b3907f4f79274a9610d0b4b57922c', '/home/hkrhostingreview/public_html/wp-admin/js/image-edit.min.js', 1, '94f164efdf203a2df76c6824d00fc4caa6d8353879348f48a7bd527907c913df', '56db71c85951d868ec1242aaec00c37a', '56db71c85951d868ec1242aaec00c37a', 1, 10131, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47cde06a2aaf6179aaaf40c5a82d18829f98cde5', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 'c664aeecda9c16f92ebdd8df87afefd16361fc07749858da44c68d14b86513f9', '39d6da8be0e91e0150c0684f8b9b7274', '39d6da8be0e91e0150c0684f8b9b7274', 1, 25581, 33188, 1, 1548328311, '', ''),
(1627004145, 1, 1, 13, 1, 0, '47d6d3d9bfecf778a5a0ba134f7399a0eb3b8f6f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-logo.png', 5, '73455d9805ce9382271e85dc45711e7ff2e7dbac80a8dcfe3c26a8c94c3cd700', '', '', 0, 8947, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47db07cfe50dea198ccc86a23b161f642af79a36', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-ads.php', 2, 'da6780206eff7cf9a5e909cf79e366ac82bf72f76bd323ca2d9d3b466c37414c', '34e1d62c471572d2e10a1833a86188aa', 'da6780206eff7cf9a5e909cf79e366ac82bf72f76bd323ca2d9d3b466c37414c', 1, 7673, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47dbe3cd9f61266279a08a9e2a82486d21102c23', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Info_Box.php', 2, 'cacbe7adf4032f3d84fab11b8bc8202c15f90527449a6af985bfc7628f496dbc', '0fcdbd689487fe359a10f55459e0171f', 'cacbe7adf4032f3d84fab11b8bc8202c15f90527449a6af985bfc7628f496dbc', 1, 54570, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47f26ad6952e39e302937547961826813c5c7df6', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/dsb.js', 2, 'cf7ec71d8c62f48e935c75e2eba84c4e8b355f464d5e84d69012521e2237aaa4', '9476fdcdc929a8b8a759ff10eb8cecde', 'cf7ec71d8c62f48e935c75e2eba84c4e8b355f464d5e84d69012521e2237aaa4', 1, 1015, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '47f33d6358cdbeafac50cba21740892e9610849f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2', 2, '8e4560c16c7970efa47680450b2cf239d4a482c056d308acea12bb9022906c8b', '822d94f19fe57477865209e1242a3c63', '8e4560c16c7970efa47680450b2cf239d4a482c056d308acea12bb9022906c8b', 1, 75936, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '481c4ce10f117c9e69e552ef123c5aef3d98f8f6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176657', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4822a477c7899864544f7975dc43fc78cc1410e9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/feedback.php', 2, 'b889e55657118e43f1a5c1194b2f0d34ee2caafd33a69385c9975fc074482ad1', 'eedcd110c75601dbfdd99416090c8c79', 'b889e55657118e43f1a5c1194b2f0d34ee2caafd33a69385c9975fc074482ad1', 1, 6193, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '48319fe45535574de1af85e71f4511cc2f2a9062', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226837', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '48336808725bc18acde7f413c48752b561dcbdb6', '/home/hkrhostingreview/public_html/wp-includes/js/mce-view.min.js', 1, '3477da8155642bc45629944e107a323d6c55ae6b3d57fd73e985afe67bde8bcb', '5a54019a3f7e48c4249361115f8e41ec', '5a54019a3f7e48c4249361115f8e41ec', 1, 9873, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '484057bb5223be362c43b40bd1ad5c9c153c87e1', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/.gitignore', 2, '5f4d0cb39ea5878aeb6d812356654346b4f5f4284ab0d018f2b027c381b636f5', '700352e4324c72c0cfd0aa4199b672e4', '5f4d0cb39ea5878aeb6d812356654346b4f5f4284ab0d018f2b027c381b636f5', 1, 9, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '48424b2d1a2f5cb898534bf821f738c65fbb2e07', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css', 3, '8ace8849de413338895962a6f644111276ac67c60babdde095ccc414eb07d3f6', '72949eb97848317df02a34a6ba54baa0', '8ace8849de413338895962a6f644111276ac67c60babdde095ccc414eb07d3f6', 1, 3864, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '48487ba4eea7f3eb390c8eb9464eee2607f56561', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsGroups.php', 2, 'cc21ff4678ee2a2217e4ad523942ad2ca0f8c302ddb771753300265566349ff7', '46d4346e102c5c77431ee53c359864c0', 'cc21ff4678ee2a2217e4ad523942ad2ca0f8c302ddb771753300265566349ff7', 1, 641, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '485f1e8d973acd2cbd6a8b7c67e7c731c3ad7e6b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-plans-min.png', 5, '77940e1cfe34bdb05d0afd1ca184d77b182e4403460e93bfab5402041413481f', '', '', 0, 167972, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '487f37ce5e52d17959b1533e57a9579359c92ff3', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/hook.lib.php', 2, '8fa6570406897d86e55409134f146830dc44744f9c9b8699a80860bb8f1272c6', '34c67ac1ecf232a895a6ef2640017951', '8fa6570406897d86e55409134f146830dc44744f9c9b8699a80860bb8f1272c6', 1, 38762, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '488e6b0bbfc120607f34e06c9ba5cd5d2df617e6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/common.min.css', 2, '27b61269c86e078b580374f2afd39044c96d05572611955dfc491758a584a5eb', 'aa5af0c681b531d94bd5dfdd7839ba0e', '27b61269c86e078b580374f2afd39044c96d05572611955dfc491758a584a5eb', 1, 11415, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4890fa4667fcd2c2fba9eee7ad7493eec6536b6d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/flexibility.js', 3, 'a4d081dfc2582ca50f4134e5561c9f9aa7a8565d0e315cdf04fdef5ec43d4db8', '331e8459736a021b9078ef047b2a80d8', 'a4d081dfc2582ca50f4134e5561c9f9aa7a8565d0e315cdf04fdef5ec43d4db8', 1, 26084, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4891518c2a3dad016c3f14d78e546fd20a998fc9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/sticky-video/index.js', 2, 'b8c7228652cbb79599173e96d04385dc6bb1b8c115eb35b190fab26f7ad0e819', 'd593abc9dd2dd24e06f6188e493dc53a', 'b8c7228652cbb79599173e96d04385dc6bb1b8c115eb35b190fab26f7ad0e819', 1, 6578, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4894d26f5f3c58978866df122be70b07ae2fe076', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Shortcodes.php', 2, '6a8592e91d578eff5f71419b91409262c50b7993e0e5f88c5ce52061c83888e7', '3f6bf8a08d4fd3a452db76369cf6ab13', '6a8592e91d578eff5f71419b91409262c50b7993e0e5f88c5ce52061c83888e7', 1, 1624, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4895e8a79638e2bb1e93ab6506189aec2819dd16', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-plans.png', 5, 'ae4abcf9797cc9e90d0a617f25f8ebb0be0a797f485d4a74990a4c925d2a1460', '', '', 0, 64675, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '489a9d5ca975681273e114152fff52a9dc4318b9', '/home/hkrhostingreview/public_html/wp-admin/css/customize-widgets-rtl.css', 1, 'e0cf5207d4985f5cf20f8096e2b3c5fa327d130647a4b3ad162a6c899569311c', 'd86d15f33703587a4af713132b2936be', 'd86d15f33703587a4af713132b2936be', 1, 12382, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '489e73a0a882fc5257ef612fd565844e0aaecba7', '/home/hkrhostingreview/public_html/wp-admin/js/editor.js', 1, '5554fef98da21e2641d016f73d0fc401621b35bba07af47e59f655ece65288ef', 'f34b196dd1411f3ab1cd1b9f284f02d5', 'f34b196dd1411f3ab1cd1b9f284f02d5', 1, 45313, 33188, 1, 1547829231, '', ''),
(1627004145, 1, 1, 13, 1, 0, '48a516b9841c5cfed2dcd5e42e834ce6262dfabe', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_includes_editor.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992559, '', ''),
(1627004145, 1, 1, 0, 1, 0, '48b08488c8410250b235e23b185d98417499f0ea', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php', 3, '8a0a5bad3c3c3a5ccab084b25331acbb5a39beaded1542d065fa82026ce028c2', 'c34af40f8f8eb2b5d61c542383e55b17', '8a0a5bad3c3c3a5ccab084b25331acbb5a39beaded1542d065fa82026ce028c2', 1, 2676, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '48d8131be3af388484403e81b59168fd3df246d8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/WpForms.php', 2, '51e20befc095dd13ee138a47fd9f881ac062973d22cbc1fa642a80ffc40720b0', '2ed8e04beab55b9be359fb0b277c891a', '51e20befc095dd13ee138a47fd9f881ac062973d22cbc1fa642a80ffc40720b0', 1, 62075, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '48e465a24f45b72724acd73dc5b94e8e50617456', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/woo-checkout/index.js', 2, 'f150965b40bc9bb68e424c455b83ffabe79ab1a948a42e71659ee158f8047ae3', '7458f035b8b6008d353cf049f6c8c266', 'f150965b40bc9bb68e424c455b83ffabe79ab1a948a42e71659ee158f8047ae3', 1, 1640, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '48ee111d3ff57bc3550ed362c48259a2377fb034', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/newFormTemplate.js', 2, '9c01402000458fe767f499b72b47d2928b4f402edaf5b4408ad471812f46a5b3', '62c700c03721ef233c11affd9feabc31', '9c01402000458fe767f499b72b47d2928b4f402edaf5b4408ad471812f46a5b3', 1, 2206, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '490c0572328a9fe1f18e7d30d4a32fa58b659e01', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/500.php', 1, 'cf7d4f0bd51fd7ea0beacd91df7476b4fef4ff87261289dae1b81f18dade976d', 'c0afa9c66b6d830a094815f2124dffda', 'c0afa9c66b6d830a094815f2124dffda', 1, 417, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4914d5c08b6ce5090a9b5120e8ef53614a694794', '/home/hkrhostingreview/public_html/wp-includes/user.php', 1, '4e9a101ce75b3476803c9651ff27ef74b7e12f2b1720f9339005f656ff1d7e29', '65ce238deff66c892cebd2459a45fb97', '65ce238deff66c892cebd2459a45fb97', 1, 123717, 33188, 1, 1570449245, '', ''),
(1627004145, 1, 1, 13, 1, 0, '49175ccce3fd517a1c4ee13431bbc6fced56c0fa', '/home/hkrhostingreview/public_html/wp-config.php', 10, '96fb8c099f2d27321c4b5713eaa2583c475969d3e4d7d48005edb524f6640a0f', '', '', 0, 2878, 33188, 1, 1626869698, '', ''),
(1627004145, 1, 1, 13, 1, 0, '492389c1f5292828ce513c784d6bde68a5f5be1b', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-400.css', 5, 'd1e7eb1fafcc758be4454ba81a9600ea3b6c74d131e69a9c8d297bcbfd08b235', '', '', 0, 22429, 33188, 1, 1597092979, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4927b4f1f5a2d6ebb94d0575295865cbe5453574', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176454', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 13, 18, 0, '492ee1ce1a565984606cc9cc6c302a8d7d345b24', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599592825', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '493b7705c783c5bbc8e9ce32a477be0729b3fbd0', '/home/hkrhostingreview/public_html/wp-includes/js/dist/redux-routine.min.js', 1, '62ccaf32e8e09c451d5c12d5d1a1f0370d9a945d17a726f64ee33f4cca157d00', '8923ea20eee433c28a5d36f3e07dd5a5', '8923ea20eee433c28a5d36f3e07dd5a5', 1, 9721, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4943c4766209e9387b0417028da6db8af75340b4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599218055', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4959ee488e035a39c1fd0d24ceada9402d994927', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/jo.gif', 2, '19be86db87277fd7c1dc51c0f869d30bf90b8cbfd6cd4b023a3026aeda092d22', 'ac7a3e1aace29eb636ed41332b4c68ae', '19be86db87277fd7c1dc51c0f869d30bf90b8cbfd6cd4b023a3026aeda092d22', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '495ac74978e1680f0d4508c5e1794960c15781b5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/process-message.php', 2, '59ea904e3ca8d91293a2059daa8d2415240b3146deaae73797114bc25aa3789c', '9b8936e75e387a5a0e59369751cbf62f', '59ea904e3ca8d91293a2059daa8d2415240b3146deaae73797114bc25aa3789c', 1, 895, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '495b10b258e0674bfeb258b2f406dcceee550ccc', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css', 2, '4b8b06e8edfab1dd4475c13ee021e4f582b075677a9018e2f0ba56cc3fc2f0b6', '55ab7f65f6025cf7f088dd2e5897bb29', '4b8b06e8edfab1dd4475c13ee021e4f582b075677a9018e2f0ba56cc3fc2f0b6', 1, 26702, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '495ddba052fdd1d966c959bc8bc4981824ada7b9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/adv-tabs/index.min.js', 2, 'cf7cd56c10c623bdcb3fcecc54c1af23a0952d0b777b5bd2afe974cc6fb1bc49', '0d09a6a856d0bdfdc00178d4c59d4a0b', 'cf7cd56c10c623bdcb3fcecc54c1af23a0952d0b777b5bd2afe974cc6fb1bc49', 1, 1652, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4967b50eee2d783c247fbfe5a1fe96e874da5b25', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-287.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '496bbf8347d2b37609c7f3750ff46689d9021a4b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php', 1, '8c5b83b626454c36f53a39a0d839ce1e796614df60c87679acade3e152cc8989', '21f0699cd14cb3563d582bb20976307e', '21f0699cd14cb3563d582bb20976307e', 1, 1574, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '496f14ca31ce64df4c66194db4c88f78ebcc4c67', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/eh.gif', 2, 'dbeb748f6be57b608f415d0bc99c432623ae7ff26e659809b9f778897eb18382', '043ce3f2f09f6ee41984a83757365e1a', 'dbeb748f6be57b608f415d0bc99c432623ae7ff26e659809b9f778897eb18382', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4972a5deaa712be152cb2ccf799e0987472c6b9a', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-trustedips.html.tpl', 2, '119e37124289188dcdbfe226da4b2624e5b913cf3cd486a29c050521c7679def', '507c1fb70e6bfda904ada8a768e6c044', '119e37124289188dcdbfe226da4b2624e5b913cf3cd486a29c050521c7679def', 1, 2530, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '497cad780150aac63e57bb583874d70dfff47215', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-after-setup-theme.php', 3, '67d33644d83efef679ecf92453861039403c3bfb6f456dfe0b9ac5ede9803e51', '16296e33e380bcdfcf22c3cdcf112fdf', '67d33644d83efef679ecf92453861039403c3bfb6f456dfe0b9ac5ede9803e51', 1, 6919, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49953048c8d01c49e8a152fa1cbd7a6ddbba863c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/header/header-main-layout.php', 3, '9d5403d2a57f8950089402067712cbb22241ef5585115de4ade244fe12edb247', 'fb61a56b0b848d0d378dfc939be7c08c', '9d5403d2a57f8950089402067712cbb22241ef5585115de4ade244fe12edb247', 1, 945, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '499da3837b372341da5a2bf211aeb7903e9c5f67', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_editor_notice-bar.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49ba30936d0671493483e7e40fca19776381fefc', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-9.jpg', 2, '0c380b36b525b33c8e5a19467b2c5d878221367244699a5e1da2621ce7e8ee40', 'e590acf0c7643faf7bb95981847e269f', '0c380b36b525b33c8e5a19467b2c5d878221367244699a5e1da2621ce7e8ee40', 1, 128878, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49bc5e318ba35b5db0fcb71f26b555c7d2d86216', '/home/hkrhostingreview/public_html/wp-includes/js/dist/server-side-render.min.js', 1, '06ac008df4ba397555f3f884a7d15eadbe982240c5f55d493e18857639668d44', '655821377848fd385c27c38c37d61a07', '655821377848fd385c27c38c37d61a07', 1, 7778, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49c723225ab8fa9280699cb36d37cd9f660117bb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Elements.php', 2, 'b85bdf29216203cfe888f8c0f829c5cb53f125039bacfac12528333f1a6fb061', '3dba88f0dd512f5824e943da58a23ba5', 'b85bdf29216203cfe888f8c0f829c5cb53f125039bacfac12528333f1a6fb061', 1, 20900, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '49ccdaa53bbc68310b3e6d4178e93723a42c5c7f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176530', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49cd69efcc30465c983c337bb905f406bdd73f7e', '/home/hkrhostingreview/public_html/wp-includes/class-wp-site-query.php', 1, '518d154ee3a573072efd7c90291a0c466d4ea81848517dd09a3ae21cc22fc675', 'ee1e7152c7176ea64422c813eac580ad', 'ee1e7152c7176ea64422c813eac580ad', 1, 28531, 33188, 1, 1568326675, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49d2ca6d1587ea88820a3fe128170b167aedac34', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/emailoctopus.png', 2, 'ac3bcfd7ae465a1112de8577870b634964874f5cef37508b5925eae00492e761', '840c33ee6e8a13a87846878cf60392f3', 'ac3bcfd7ae465a1112de8577870b634964874f5cef37508b5925eae00492e761', 1, 11965, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49e606ff251037cf6ed04ffa961bb865621b1f83', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/tablepress.php', 2, '848cbcab2ed07c27364209078977dd317606c6738c8a49113411a8ac14cf16e6', '5c5f9e7abcf672a76953c5820918967b', '848cbcab2ed07c27364209078977dd317606c6738c8a49113411a8ac14cf16e6', 1, 2500, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49f2e1097ef2c8c10a872bd3b1ca4c9881c3da88', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/codemirror.css', 2, 'e867539350d20b3f48ed051086a0c5a75a2e9eb0059a1bf76063fd3bbeaf82cb', 'fee7ea92b20c9f74b1afc729af260206', 'e867539350d20b3f48ed051086a0c5a75a2e9eb0059a1bf76063fd3bbeaf82cb', 1, 893, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49f67b1bb33584097bc4e7eb9ba8d834677d281e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/elementor.php', 2, '9bb7d9e8647e927e2bd80997e7ac9f1831dd13823eaa63939f2055f4ab1b0099', '08b3dbe87481fe3374fb1d60d4e01567', '9bb7d9e8647e927e2bd80997e7ac9f1831dd13823eaa63939f2055f4ab1b0099', 1, 3422, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '49f79ffe2c0317367bb6d3bb972888de54d3fb80', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/license.txt', 1, 'ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6', '751419260aa954499f7abaabaa882bbe', '751419260aa954499f7abaabaa882bbe', 1, 17987, 33188, 1, 1311929975, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4a1c443ce26fcc52fd529ea1b653b43c8b704e7a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176645', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4a21639fdb38adc9593264a83a0508af8db57361', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-small-img-150x150.png', 5, '4cefc4c93ff184f8b9e4cce9a8d950f75ace529cf5d0bed3b307f41fbab7d67e', '', '', 0, 8479, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a2cda889e8cd3dbdf186ee8a7b7c94b272bc467', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/js/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a60bec1acb13e9c3a5c0db93a8c8cea77878425', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-integration-options.php', 2, '42d5c0228363f80a28547707d94485bfd4323bb25d8c301f29323beabc10284f', 'fc9a3fb03828d3de19b1aa6d39fe6d3f', '42d5c0228363f80a28547707d94485bfd4323bb25d8c301f29323beabc10284f', 1, 1536, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a619d51028feb4ee634b1486ec80637611d3de1', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, '2b40b5cc980b2c61cf11b3805b2e504ef285bcece051f31b5383ea3056a7569c', '0bc917a5763ecec51923ab89216ec128', '0bc917a5763ecec51923ab89216ec128', 1, 98, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a6d5fe8e29c8168cb02eea6d786d4215f24c96f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/readme.txt', 2, 'c79709ed17493b6bf077ef850062cc4ecdeb2f146499bd0bcf29bf530c81933d', 'b0fe2cb3b7145cb77b600d23e4362d10', 'c79709ed17493b6bf077ef850062cc4ecdeb2f146499bd0bcf29bf530c81933d', 1, 56983, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4a745ba0faebeca817d3d1754b74cd53a82fbf49', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599254242', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a7ab4667dea4057d0ca6b3aa373a520f5a4b8f5', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/enter.php', 2, '38ab5d8aba56dc53abc2b3ad46536d8ed97998da5ed1072e33460a2dbb3803be', '19148d4547b05492b013413e08b8734a', '38ab5d8aba56dc53abc2b3ad46536d8ed97998da5ed1072e33460a2dbb3803be', 1, 803, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a8a5a71bb26b3a1789755650375dedff46af7b5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js', 2, '17a4f8724651def7220dd80c3e656c8bb36ac77f9d4aca7fd3bb0dc6bca55e5c', 'a543da635b098f9500be3f8f3585b592', '17a4f8724651def7220dd80c3e656c8bb36ac77f9d4aca7fd3bb0dc6bca55e5c', 1, 49703, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a93c4c5c02d61dee7537b8059d7536c51a189dd', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/410.php', 2, 'b594735537e975522e354cc8135db511fa75a3d01e5ae5195aad251290cf76e1', 'f182f916655ea4be2651d84310de4ffe', 'b594735537e975522e354cc8135db511fa75a3d01e5ae5195aad251290cf76e1', 1, 671, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4a9e312a79bfa80521360201d42e9e4785901975', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, '2d8c95220c42f648c8bf10146f77997f4a23cf619ab4e5e0e76713f8cc79f7f6', '1659a2aacf9bd1767f6a9fd70ac085cf', '1659a2aacf9bd1767f6a9fd70ac085cf', 1, 218, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4aa355ca8dde45b62bcfb51bfe248080cce4b3d3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-addons.html.php', 2, '14ce9778dca1332291799214a8e67c706de1fcec82ca2212c587165b92aea547', '2c5849f10a591fa68df5b28703fcc482', '14ce9778dca1332291799214a8e67c706de1fcec82ca2212c587165b92aea547', 1, 2957, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ab3f90a0650801c31642a3214deb78514d9cbc6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Requests/NullRequest.php', 2, 'b4f4dc2b7cbc2dc0f2924db6741de625f2e92c0ecb492cbe06555b3203fb80aa', 'f3a9e8131628bae16f6736af96745bfc', 'b4f4dc2b7cbc2dc0f2924db6741de625f2e92c0ecb492cbe06555b3203fb80aa', 1, 247, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ab70eec44bd13fc9ee269ea6ac5f0af48763e67', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/app-layout.html', 2, 'b0bfd4259db20225b16c5cea68e71d6b97a325622b07d054eb109843f5f52e22', '043ec4b3504c5f79e011646165286e99', 'b0bfd4259db20225b16c5cea68e71d6b97a325622b07d054eb109843f5f52e22', 1, 526, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4abd142db39948522fd614df709503ae39947c64', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, '2fb1a3eca81cb0b2eb365a8410911e5f6d69dfc11d3c02f9355273e1b92c2855', '2c405aa51f83d252cc0b5eb1bede2f1a', '2c405aa51f83d252cc0b5eb1bede2f1a', 1, 2791, 33188, 1, 1565903395, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4ad2926f1f323a28e4fb99326f9727a7c2c6aefe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176474', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ad6ce999eb135aac391ca8dfb5a4368fe70898b', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, '84d35201689d08969a92a8ccdc5a0002da01eac30651fef23e79e1993ace2ebf', '50c955d592e8a54a0e4cb4936d386076', '50c955d592e8a54a0e4cb4936d386076', 1, 18824, 33188, 1, 1548842870, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ada226fe0dbab09e7cb9c3d98ff3ac55a3a557d', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/412.php', 1, '64d7665635413d56c120dfb9d50c285fc004c52e8cb55a929659e42bbc716630', '25b88449dcb7a1a83dd906378aa556c7', '25b88449dcb7a1a83dd906378aa556c7', 1, 411, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ade2cf1b46b431334cf9e269cf884554a7c3442', '/home/hkrhostingreview/public_html/wp-includes/js/wp-auth-check.js', 1, '000742568fcf391c862aa62f3389a2d13f3b56ef72efc73e3bd477db43ac33a8', 'd92e8027e527bd17fad278c48962d397', 'd92e8027e527bd17fad278c48962d397', 1, 4373, 33188, 1, 1530153218, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ae51a61606ba9e6018c417a5781aaa1b9584d7c', '/home/hkrhostingreview/public_html/wp-admin/admin-header.php', 1, 'af6fb98f434e7b6edd977a7b5356239eaa78709a4d88abb2a535504d501344b5', 'd8b55b4cfbc65e8299b3d4f5c74e93b6', 'd8b55b4cfbc65e8299b3d4f5c74e93b6', 1, 8180, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4afd3a22fe59c41b566a763191d30553a06204da', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/services/services.js', 2, 'bd9a59abe11f7d4aed43b9677f34df26d9f66dcdba3e1e8c1ea806ed3e8224f4', '3d2ab113b37c857d33bb04c7251c46d0', 'bd9a59abe11f7d4aed43b9677f34df26d9f66dcdba3e1e8c1ea806ed3e8224f4', 1, 671, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b07d116df105ae5c40113b1019c6553348a75be', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf', 2, 'a6a728f25d22a1d19ad851df13a7580f0235d73886d0e0ab210dac62a7677001', '1254b954cfa629841e16d766487f405e', 'a6a728f25d22a1d19ad851df13a7580f0235d73886d0e0ab210dac62a7677001', 1, 1292, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4b0909b97a32a62817cb020f25dc726f3e538f5a', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-194.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b11f6aacc4ba9b34acb78ad52118498737d67a8', '/home/hkrhostingreview/public_html/wp-admin/ms-admin.php', 1, 'ef10bd17cc7d74340d81809a88642b6af8001ff8a2e0a419cb90b06cbee2b7a4', '9a05b49740dfcdaf4516851b623606e4', '9a05b49740dfcdaf4516851b623606e4', 1, 211, 33188, 1, 1380068291, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4b17519ba652f54090f26bf8d7306615855f1b61', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-1-150x120.png', 5, '261f066b5c54bb12bac2c5fe6cad7292594b98c755aca4b2ede26bb4ab356008', '', '', 0, 668, 33188, 1, 1596822211, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b214947eb0ba90de611476385031c9349354221', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css', 3, '8d73330a027c2d163087fa52ba5854540ed1438b86fecdab760760367ee6c0d9', 'd60902f322b3131d5f67520d7277c070', '8d73330a027c2d163087fa52ba5854540ed1438b86fecdab760760367ee6c0d9', 1, 2194, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4b250cc3e649fc6a5bdd9da20ec16705398a3153', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_form-tag.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992562, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b28779c695d3d55d32709aca5f1365b78a5751c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js.map', 2, 'eff0580191e3c4cc6e7a87764dad351e692fef85f323f41f1f61ff1e05b222f4', '8a848e2794693de89044108a6184865a', 'eff0580191e3c4cc6e7a87764dad351e692fef85f323f41f1f61ff1e05b222f4', 1, 1128088, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b397e34396fc1424c42a35da3ec8b3ead33f4d7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/reading-progress/index.min.js', 2, '6004bfe2c3d25911c9794f6733a89ca8fbc4443d350873851fd26ab88c65265c', '4214e743e562ab710609606e02278c7f', '6004bfe2c3d25911c9794f6733a89ca8fbc4443d350873851fd26ab88c65265c', 1, 1780, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b416309ea123c9c4a620285d76a6075b837e9da', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/combobox.css', 2, 'fb28dc5385fcfa091d5c1000a70bfd3c4f3c0f9f32a3eb3c114af2bf7a076586', '65d41375c678d0bf2b4094aad40287c2', 'fb28dc5385fcfa091d5c1000a70bfd3c4f3c0f9f32a3eb3c114af2bf7a076586', 1, 1840, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b42a46f8591cfcfd5770b6eb07396112adc5017', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pe.gif', 2, '330161b99a8cbd91547e1deb0c04a30d3e95e4c93a0c4bee4b44119f38c381ea', '983af8b4835a96641f85449f2779a831', '330161b99a8cbd91547e1deb0c04a30d3e95e4c93a0c4bee4b44119f38c381ea', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b559b6b9448274b6a38145bb9391a702412f3ed', '/home/hkrhostingreview/public_html/wp-includes/fonts/dashicons.woff', 1, '20fabfa803d080cde34001dc0371473d089cb619e20ea2e1d99c16832af9ed1f', '0c1c1ad41c025f72592bca820e073bec', '0c1c1ad41c025f72592bca820e073bec', 1, 26124, 33188, 1, 1458332786, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4b5698b52f1030c9ba5dd920e4ef88399c7224fe', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_document-types_post.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992585, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b593796eddc22345d200fd3df926370c877af35', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/download-all-subs.php', 2, 'e7657896f3abb1007ff9912f3abbfbcb43343cf6003085c5d1e5a92a31f8bcf0', 'aafccd2dcdd002632f51ffd7fbef9ad6', 'e7657896f3abb1007ff9912f3abbfbcb43343cf6003085c5d1e5a92a31f8bcf0', 1, 3447, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b606acb0a448ca69b1478dbef4401fa27373c6b', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/settings.php', 2, '6541bc601a1aae27681d385de831fb3c1aa5e2bfe54362ddc7f11b14806bda80', '42efe8d158cc992bbb59e53b024fabe6', '6541bc601a1aae27681d385de831fb3c1aa5e2bfe54362ddc7f11b14806bda80', 1, 4262, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b63f7b557defc0f30210e9ea4261fecf55d021a', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user-request.php', 1, '391d0ade9b109bd1e44a6bdfb69f58618355d514b3a9afa420cbd886f2201bed', '81786093c1cd7da5ccc81b62efaf7df2', '81786093c1cd7da5ccc81b62efaf7df2', 1, 1996, 33188, 1, 1560210893, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b68b38ed5216ac0f26c1595e5bcce853bdb08e9', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, '91a638095ea606358fce4fe872095287687c21cbaebfb890b51693ff47344075', '6c2cd70b1c8972cf25b85e1e78a5251e', '6c2cd70b1c8972cf25b85e1e78a5251e', 1, 603, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b6cb9739d1bc9d1f4e3c8d5e563dddf76530d58', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/is.gif', 2, '3b36ebe5faeed19f044893a2783bed5029a725f5d0ea9098ef33a01c0fc16358', '347f6ff824ac5e7a31fc549811c9aac7', '3b36ebe5faeed19f044893a2783bed5029a725f5d0ea9098ef33a01c0fc16358', 1, 373, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b6fefb3d2af6f768248ff75afe07dd718a3ca56', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-settings/help.php', 2, '35a6742056af2aae2383bcee935f6e30269006390abdb525a399b798878c4e05', '216c6e947d763de19ee784d0aaa97153', '35a6742056af2aae2383bcee935f6e30269006390abdb525a399b798878c4e05', 1, 544, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b7387fe29d01896f4b9e1c9bac37fbe90845d71', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/register.php', 2, 'a1039e3704d8f1186f256de474f03e533ffd5aa6da75952709a2b8672599e084', 'd1a4965a192ab0f5d3d0a7da5a8f278f', 'a1039e3704d8f1186f256de474f03e533ffd5aa6da75952709a2b8672599e084', 1, 7587, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4b7b27328dea22b06287820f0a33a1b7a872b2c5', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/index.html', 5, '4c71b9b95a8660406e60b9818f447042b77e607e83d77680009784f2736afcdc', '', '', 0, 39, 33188, 1, 1626945135, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b84a2fe17960e08086b3a54f0f82c10cfae1d3d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-site.php', 1, '99b5d98559ae76fbcbe5528d577b568f1c83d62ac894fd8cac2707e59383ea34', 'df11790016e68914247eaca6610861d7', 'df11790016e68914247eaca6610861d7', 1, 7367, 33188, 1, 1567082576, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b8556300854207f7cc3605707d323b26e542ba8', '/home/hkrhostingreview/public_html/wp-includes/images/wpspin-2x.gif', 1, 'ee51ea01bd02aa5e091a9552aabf71456c23e9d14ae52f6e9d33b6f7115e9c74', '6d53acfb07ac1bfdd0db79224389c4d2', '6d53acfb07ac1bfdd0db79224389c4d2', 1, 8875, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b8b9867dfd9da9725c111d2f9d305c52ca7a5b7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/fonts.css', 2, '620b099603036f2fde121df1f98cd1bda54b91ba0fc79996c35b84db3b0f3946', '5dab3c4fbd46af1c31e7e5674a47d01b', '620b099603036f2fde121df1f98cd1bda54b91ba0fc79996c35b84db3b0f3946', 1, 1881, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4b9074bbea62b0cf601b3aeab3a641f40e38811b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/fancy-text/fancy-text.min.js', 2, '483dbb1ff22667d1000de829f94424d676d0653758931727614a3b05a8e469de', 'a20cf82c7c03da3e586c86b17ef3a0e3', '483dbb1ff22667d1000de829f94424d676d0653758931727614a3b05a8e469de', 1, 5492, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ba0e3e5efe2a7d6a17c3dcdc88ce3b3f8303873', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/edit.min.css', 2, 'c71b8ee8fe88cdc9d81bdad7bd4bfa8534159feb5f927fc325c35c339bd73f68', '2a3a257bac3b86b4e05a166d23904fe0', 'c71b8ee8fe88cdc9d81bdad7bd4bfa8534159feb5f927fc325c35c339bd73f68', 1, 2795, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bb39ca2e7ee58ced8323a8a07b077f5981dfbaf', '/home/hkrhostingreview/public_html/wp-admin/network/site-settings.php', 1, '265daf167828c63d3b6bc017d62bb76d13b5e16d6b417e7de5fd70eaba73092b', 'dd1892afd7553ca9a66c83094bc5217a', 'dd1892afd7553ca9a66c83094bc5217a', 1, 5561, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bc04b52ffb1f82f6dd86c62d3822a759d147a9e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.classywiggle.min.js', 2, '627ae562a5813b4c37c76f9a98ff4aaabf302e99c771d1591f066a46cfbaac55', '2fd2904e6999ab3eb931b2d7418608ca', '627ae562a5813b4c37c76f9a98ff4aaabf302e99c771d1591f066a46cfbaac55', 1, 1673, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4bc1e8c1dd18304975f0370eb74317ff79aa73b6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176781', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bcb33741b6060376c36feb7e6f7b7902c906798', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms.css', 3, 'b2ad2a21b4316411aa2cf6ad23c8fcc028a7f9845fe8c685357f110e70cb5812', '7659426d00a8431df044b9da0fb5914e', 'b2ad2a21b4316411aa2cf6ad23c8fcc028a7f9845fe8c685357f110e70cb5812', 1, 30425, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bd233f7d23350deddf45910d6d70da3e4ab2134', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Eael_WPML.php', 2, '66202000b33aba1db1210a1ec79d26cbee8ba71e1c9c7759911c9e49bc2940e7', 'decf87f69ff848d2c7b4bc75867f5f1c', '66202000b33aba1db1210a1ec79d26cbee8ba71e1c9c7759911c9e49bc2940e7', 1, 18382, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bd74474f113e383c5f1cb8bee48f3c0a4ccc6aa', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-mk_MK.json', 2, 'e13f0f7cd53bf4364f4dc66135bc8c0be8069d7f2a4a18c431e4e964c5a0df1f', '099cd13b0ebb9ce3b91d6644aaa36406', 'e13f0f7cd53bf4364f4dc66135bc8c0be8069d7f2a4a18c431e4e964c5a0df1f', 1, 755, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bddf3edf8cf9e5b18a2cc0235e1c6447fd499a4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-jobapplication.nff', 2, '237f7680154a8bf91276308e70940c27f90e92e55ea077c56e98fff214a1237f', '7e655cd8e1b343507d54de052dc02715', '237f7680154a8bf91276308e70940c27f90e92e55ea077c56e98fff214a1237f', 1, 57616, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4befcb98d2301e0cb27e9a7fab3a55be65e0ffba', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod3ko5u1r4pl1cb57kwefas0ycuz5vf127ls0.png', 5, '56479b745de1d41d81f90e311a9ab1dbcbbac832e4e4cd9bb157653e74f4b105', '', '', 0, 132682, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bf1693eb67b54cfb0ef64103b222d3ab414895f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/firefox-push.png', 2, '796c8c5f4ddc0fa886dc1cf9f413d6c6a13467b8343eeba99a38877e10990665', 'c601db3f87bf4b9ab41867110fb8d9c2', '796c8c5f4ddc0fa886dc1cf9f413d6c6a13467b8343eeba99a38877e10990665', 1, 53539, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4bf8cc35811eb7c65447a3110c381fd758a1c2bc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, '229c34972af661a6c2fffb9f46b048c4f2f871bd147433495d07afe15bc43a14', 'd58b7de7ef0e421eb00ef748c0d63731', 'd58b7de7ef0e421eb00ef748c0d63731', 1, 126, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4c02aaf974e8cf92511e4252ceca17b67900131b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/skin-base.php', 2, '1d1b7efaf1f51feee057090ec6f65e35feb970ee4463122871158baeab6597ae', '1458f1e6a616cbdf32aeab722dedbc1a', '1d1b7efaf1f51feee057090ec6f65e35feb970ee4463122871158baeab6597ae', 1, 8322, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4c02be388e4001cbf46a8b7a6eabd8ce5180c7c2', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/961242dc24bd4b1fc147f48d2c54b3f9.min.css', 5, 'caf28a8cfd7fef607a52f09ec0b1f649459ff79204e629bd803efab40aa89c67', '', '', 0, 32999, 33188, 1, 1624703180, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4c069639f96722efe7c671edd9ffdd1d891488e4', '/home/hkrhostingreview/public_html/wp-admin/nav-menus.php', 1, 'adec8ce7382408c551232a8bd5669a0fe45ca41a5e3c1f15c3e51201035b239b', '5aee659fc9ad101deae789e69a3849b1', '5aee659fc9ad101deae789e69a3849b1', 1, 43841, 33188, 1, 1569272458, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4c24ad35fa64386a2037de10298c16302bf92c93', '/home/hkrhostingreview/public_html/wp-includes/js/utils.min.js', 1, '5034a2cf8b821f397dc5a4ecb67f2b17a3c81ce345973fd9a5e325189758db86', 'c6fe48bca8ff16583cacfe347d4a6fd8', 'c6fe48bca8ff16583cacfe347d4a6fd8', 1, 1833, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4c29aba186094d6540c2fc2528b9dd23d7751ef7', '/home/hkrhostingreview/public_html/wp-includes/random_compat/cast_to_int.php', 1, '75188371569ae7cdeb74ce7066edb6f79020477c7db14232b853c491c3a51aa2', 'fd21b23e869e1c90a7113d499991824f', 'fd21b23e869e1c90a7113d499991824f', 1, 2630, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4c4b84e4a747ac81dc79753f88902ae085bdd7da', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-264.css', 5, '7b84a5cfc901c7e5d9d4ab44af6310dcd64e07ded0602c7f501eedb16a2e51ec', '', '', 0, 34738, 33188, 1, 1597092966, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4c5e95b653c516e65049be3ff4d4d0097cfe4b24', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting_hosting_plans-768x419.png', 5, '5d0d0dddce90c82d1c29cf7c39e642f7e5a1a221844d10c81363acc6e29da79a', '', '', 0, 187281, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4c7381ec910187daf366acedd3bb0e5d4a14591c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176812', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4c89b1885f6418eb99108bc85b7a1eebd53ef2e8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/filter-gallery/index.min.css', 2, '8018818d6cabe88aa101947e5dd0f50de8b561d679232781a655d1bc5360372b', '241d89335d52c41fc89a1f0ede5d1974', '8018818d6cabe88aa101947e5dd0f50de8b561d679232781a655d1bc5360372b', 1, 20202, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4c988ee37ba83b6eb7af75650bcdc49d56847194', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176432', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4c9a91600a41f16d913c6651b3c966e2573afa4a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', 2, 'b4a02c7edb92e85fdbdfa86fcd3d6838d70a29fd5ce2eb79a062c4c2a3227667', '46b4bfeb8b5ef71ee2c50b7f681f6054', 'b4a02c7edb92e85fdbdfa86fcd3d6838d70a29fd5ce2eb79a062c4c2a3227667', 1, 1479, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4cb8678675df6ce2ad1dfccada8531949c40bc7f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/star.gif', 2, '5fd075331477f1fefe387b90b403b6384ad4540bbcb4d2b740511a7c902e4c20', '3b7a845229f4041f5d8a18399f4c7357', '5fd075331477f1fefe387b90b403b6384ad4540bbcb4d2b740511a7c902e4c20', 1, 815, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4cce7b38da6bb8931664af0cfaa5b0291fc37b2f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/codemirror-xml.min.js', 2, 'b89e5c433a53e11bfd058dfcb5e430db7bd68862b747c711e6f0c50acb7ad1b1', '9d6063d17a66fe14833885aa8f7530a4', 'b89e5c433a53e11bfd058dfcb5e430db7bd68862b747c711e6f0c50acb7ad1b1', 1, 5280, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4ccef1f2b7c14f46ee5b881fdd46f95dce439b9a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176643', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4cd032f7cfae24ab0c2e208d0b14e06dea3c11a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/NewFormTemplates.php', 2, '189ff681d817e24767e3e768ccd8e1167e54ef86cf0638970ebc3809af6ce5b8', '196aa5458379f5d4a7532bbec073ff71', '189ff681d817e24767e3e768ccd8e1167e54ef86cf0638970ebc3809af6ce5b8', 1, 1841, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4cd5e839da9960bffb1bba2044e70041eaba8503', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sv.gif', 2, 'e6079e0cb0c0e1da69f0d0f5a6de4243f2802c6b4a33707cdeedeff79689d890', 'e3479c1d5ac76b8b7dcfb709cfd0083e', 'e6079e0cb0c0e1da69f0d0f5a6de4243f2802c6b4a33707cdeedeff79689d890', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ce960d1964fdfd1a5ceb5456ec3a2a69a003e48', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/tokenfield-typeahead.min.css', 2, 'c23cc264c3ac8a1a95166bae28e4dcb1e3b2f6ae3a43b56a31392d5285838a5c', '65ca9df1e18290048dc8a39665d7841a', 'c23cc264c3ac8a1a95166bae28e4dcb1e3b2f6ae3a43b56a31392d5285838a5c', 1, 3367, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4cf2e7c674aacc08d1ff1ce3b9aa4ee7f857753d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/insightly-crm.png', 2, 'c1be6b87215a445966944db842dd437a3ada6e22b36b3c7476d914e0f688ee21', 'ccca27a34f3da78890247c6361e9d616', 'c1be6b87215a445966944db842dd437a3ada6e22b36b3c7476d914e0f688ee21', 1, 22406, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d0e1a943b8f4754c367fdc3698b5d85fd1ac93c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php', 3, '59fc5a3745993d80e4e582df19a8b57070d94d4389869bfb6f0d0006b019bdda', '1ba3e2a771c534ecb75b2642e224b076', '59fc5a3745993d80e4e582df19a8b57070d94d4389869bfb6f0d0006b019bdda', 1, 2317, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d19c6559c2706f1409ca87ea1121415b974ccac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/help-info.png', 2, '7f4c0e9fb137be8bed1739e6697d8511f211f3702da61b0c2b54f53a714ae7b8', 'b04887896cab62c2d07f73fd2b71c061', '7f4c0e9fb137be8bed1739e6697d8511f211f3702da61b0c2b54f53a714ae7b8', 1, 310, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4d2c849d2489400b1d7f0a9d912df9625004afe5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_settings_settings-page.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992626, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d468048078027a93174edb222d47f8fd17e55ea', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/admin.css', 2, '5029882a295239beafba9b3485e0880c6cc968acc314c070b33b7db402120ddd', '63ec1ab430183a97e77ececf4ace4ffe', '5029882a295239beafba9b3485e0880c6cc968acc314c070b33b7db402120ddd', 1, 68720, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d578fe69888f654e84810ec8685955bf7c1eafa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/elavon.png', 2, 'eba9cbcd850858f4d1cab72bb7ad4eb855a625441703c93128652dcd4dc7d2b2', 'b06f3c2ebc49e13777e923f4f2458226', 'eba9cbcd850858f4d1cab72bb7ad4eb855a625441703c93128652dcd4dc7d2b2', 1, 9127, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d587210e5016f9dfa724b87ad15288c6c289fe6', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real.php', 2, '54bebf09aa188e869751911e7716978ea15c9924d08c0954bafbc0609a4e2e12', '6ab5c72940ee85561484fce66910d514', '54bebf09aa188e869751911e7716978ea15c9924d08c0954bafbc0609a4e2e12', 1, 2476, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d6de747c534aebceffba3017be5091df6815a2b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ko_KR.mo', 2, 'b9966531c32d47c26eb89871252a424ea63d1b02aa8ae2d04333797ad6a4044a', '171a8e409ae9666c28e8ec0b47712da6', 'b9966531c32d47c26eb89871252a424ea63d1b02aa8ae2d04333797ad6a4044a', 1, 95205, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d77e126a118dfb5140f5e2a777f16f2124bcc37', '/home/hkrhostingreview/public_html/wp-admin/includes/class-pclzip.php', 1, '7aece19af6a8d0ce1a4ea45f2d289bee1d028a56beb16a262c6844457bb75dd4', '03f45ba92710ee6a865b9e9488696cd9', '03f45ba92710ee6a865b9e9488696cd9', 1, 196037, 33188, 1, 1568413261, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d7c0ebb3e490b8dc5a2fd7c7653452287c491a4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/base.php', 2, 'bfeee999f8c0376b3543ddefcaf75c5a329ae79108bff26feaaf6c5f54c4d90b', 'e3576d7d5720dff8a10b9a90672c7605', 'bfeee999f8c0376b3543ddefcaf75c5a329ae79108bff26feaaf6c5f54c4d90b', 1, 5490, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d8398fe6a4e6c571725c66aad356e3e13ca98f0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Hidden.php', 2, '04f12e0a9a3b969efc12e2c1246e0f23b7aebad5607de9b6d63895b3760587b5', '8149bc628372f5fd9fef7a583eb14260', '04f12e0a9a3b969efc12e2c1246e0f23b7aebad5607de9b6d63895b3760587b5', 1, 977, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d83f9821e4d1cd3f6bcfa7332b9a92ae7c52174', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', 2, 'f8bb20ec726bec5ff18151be54ca03303d57589b17a28377dfc514e2c86a6e7e', '53c742fe972cf23e3ad7aa4412d6e6cc', 'f8bb20ec726bec5ff18151be54ca03303d57589b17a28377dfc514e2c86a6e7e', 1, 97116, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d8e119ccd062c2cb1c8180e4f3fd99af31aca01', '/home/hkrhostingreview/public_html/wp-admin/css/l10n.css', 1, '021874326e3dc5c21446159f5ea9ea20c20ec58e3318311c2b03f627f6c09f0e', 'b5c4b8f85029fb7c84f0719f72b280ad', 'b5c4b8f85029fb7c84f0719f72b280ad', 1, 3689, 33188, 1, 1466188648, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d968d9582f9d66a66c048a229cbb1183742c67b', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/413.php', 1, '9aa3d96e3839ce8645f4ffd02b4984c370914aa7eda6779d12a07225bd8376cf', 'e9963cc15dc99059b7d9ff584c17bfd8', 'e9963cc15dc99059b7d9ff584c17bfd8', 1, 426, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d97af9297e9170f0414164b5abb71de3df40aab', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/ninja-form/index.css', 2, '1bfb0b98350a3b29dbbb3d7792550486b741615184b2b09a40c1fdc6c2f5bd25', '9c2f2e96b6a598757e1529ce8535210a', '1bfb0b98350a3b29dbbb3d7792550486b741615184b2b09a40c1fdc6c2f5bd25', 1, 1852, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d9a863552d30a3d941df6335c3d9d530cb94e36', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4d9cac542e269c19d0ef5385eb050e9f5e1e1ba7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/jBox.min.js', 2, '79d32c1883ba25dfab291d32ef7d322790d025bbeab3891dc8c90f32f65aa218', 'b8b8cf824ca52be7b779f607030652dd', '79d32c1883ba25dfab291d32ef7d322790d025bbeab3891dc8c90f32f65aa218', 1, 38375, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4da352edf626db2c9f9adfd226b541d6e5c95092', '/home/hkrhostingreview/public_html/wp-admin/images/browser.png', 1, '2f962464206d5088f4705306a16b25be29f3ca28d1d5b40fe58337b22595f835', 'c1b2f9c29eb54b1f5c0284629524fe46', 'c1b2f9c29eb54b1f5c0284629524fe46', 1, 40626, 33188, 1, 1435701865, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4db13f220c51292d59b6887b7b7dd21841d0d88a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-front-end.php', 2, '6856b3cec623c5987336434ee74aa07636a74e8933390ff7da049d173509a5f4', 'd346c7a6fcb8c658956386e772cf1c9b', '6856b3cec623c5987336434ee74aa07636a74e8933390ff7da049d173509a5f4', 1, 4434, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4dc0e56b5889c11279e8b1a7c40db134e8c71a3e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css', 3, 'ecd1229ef331afa1bc85d742adf7fada484caa781f8ba9a87bcd9aa5b0d12dc4', '476776ffe42db554c2b8cdcd8baae224', 'ecd1229ef331afa1bc85d742adf7fada484caa781f8ba9a87bcd9aa5b0d12dc4', 1, 59, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4dc3d8a1831190c164cacb208b75008c718f9b1e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176655', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4dc6f109d3ccd1fffdce0fd274aef46eb4e03c20', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-227.css', 5, '4ad30bc31d62ccf53db710315b731bfdd8826c249e3449126aa1d1776d17e0f9', '', '', 0, 36308, 33188, 1, 1597092974, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4de20c63aa01532d1f108ee3b06365c65fc3f7fa', '/home/hkrhostingreview/public_html/wp-admin/css/edit.min.css', 1, '6fcc049c53849bdb9434b44a7c143739afe72cf58a314bef9770b3f11822f3cf', '6ace78179d1df3dc9b65b5184338332c', '6ace78179d1df3dc9b65b5184338332c', 1, 22072, 33188, 1, 1570290117, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4de2f67e9b7a24f4caf37004c948d941467cfab4', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/http-prompt.jpg', 2, '8df028930afeb528b088b14297bfe92bc5b8558c9d63cd7adda098d2796175d9', '32570b73227692a32e6fb20950597537', '8df028930afeb528b088b14297bfe92bc5b8558c9d63cd7adda098d2796175d9', 1, 176212, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4df01a516464d9b75b7dea29b83fed334b9f3cec', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user-query.php', 1, '76bef6f2c1b7c0ef4431e33385a547537b8216ee7cfcc35a03c109a47076f661', 'dc227dbdbf13a473ab16e2d1574a2257', 'dc227dbdbf13a473ab16e2d1574a2257', 1, 31298, 33188, 1, 1568735036, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e04a10c1dabc25a11cbeeca7e87a16f29a18a8d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php', 3, 'a48dcd3cb4f84016ea6d00f1f2da536be9808f64ff19ccc4caa31aab11649ece', '48fe2f0540f9c2eab7a1f9b93e3beece', 'a48dcd3cb4f84016ea6d00f1f2da536be9808f64ff19ccc4caa31aab11649ece', 1, 9836, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e061d06d4f78abff2ecad8fc589210ca662e95c', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-client.php', 1, 'f61a375d7f8919003e292d07fa270f17bf4c34e2c7276ce7e571547d1519eb5e', '51c4a34bce41cfb25dda8e75850e5951', '51c4a34bce41cfb25dda8e75850e5951', 1, 4643, 33188, 1, 1472249313, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e12c2e5ce5ec128ba42c5fad7c5122b4bef6325', '/home/hkrhostingreview/public_html/wp-admin/css/customize-widgets-rtl.min.css', 1, '388fa0c2b46c5eccdcad144e96b8d778862bdf914f9d254d713bff867da03a60', 'dd3522e0b40b9053c20ddfb4d5f77d3d', 'dd3522e0b40b9053c20ddfb4d5f77d3d', 1, 9724, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e17f5a2545cb7e6b6300a7f68bac87a705de5e7', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/keys-2b.jpg', 2, 'cb1a90c752a80e956128fc87b8c46df169ad3398cfc49416aa0527396f94fe1b', 'c623bdbc821f97ca52b5e6e7b0bf3c8a', 'cb1a90c752a80e956128fc87b8c46df169ad3398cfc49416aa0527396f94fe1b', 1, 46881, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e18037e0d696f20cb5ad1ada8fc47410f9ea0a0', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/third/font-awesome.min.css', 2, 'cc2276c18da268e592f0b29a49f4ce675d425eed5761fd6f0ad676b9d4c29ce5', 'ec212a30c51de73b832d54b5847d2cdc', 'cc2276c18da268e592f0b29a49f4ce675d425eed5761fd6f0ad676b9d4c29ce5', 1, 31092, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '4e1cf0f7202f9e4f1057ac51cb3dd55cfe169707', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/image.php', 2, '6fc531a1ce1bf9cb00bc3cd187fd8712a6b77e51a0724c3b2c999e339764a426', 'cf8dd94032f4373eaf77491b88f6b00f', '6fc531a1ce1bf9cb00bc3cd187fd8712a6b77e51a0724c3b2c999e339764a426', 1, 3858, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e1fafc8d38c4e519f022e66efa4438e0439c9bf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/pbar-ani.gif', 2, 'a03a0e52f0f18d00375e4358ede5ec2ab934ea7a739e916c7c1caa702833e1b2', '04c803a46f47b06bcc102fc8ef49ccf1', 'a03a0e52f0f18d00375e4358ede5ec2ab934ea7a739e916c7c1caa702833e1b2', 1, 3161, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4e27fedc8f058a9f6942269748f3889979bfc19d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176584', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e376e86a316c25d8c047d068886b6512095bd8c', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/support-footer.php', 2, 'bac0a8564dbdb4f28c56b53e98476dc6e8d68440adeac1da7110d72a6bc0df2f', '52bca409142f23459dc1c94f86a5d141', 'bac0a8564dbdb4f28c56b53e98476dc6e8d68440adeac1da7110d72a6bc0df2f', 1, 632, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e39787613ed878c5b1e0b6500c6754df08bbb33', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/cache.lib.php', 2, 'd4cbc64a61929c87bb741b90f127725206cf9557433765f533ef5086e24241e5', '28b7ed000ede131d936590ae213a534a', 'd4cbc64a61929c87bb741b90f127725206cf9557433765f533ef5086e24241e5', 1, 16448, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e56a632d8216456d0f98028c3621815f7417774', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/lr.gif', 2, '364d40f4e2ccd9f97c1ad76cb5602d284a9a0d2912dd4dcb6c29b8f899b0e5f1', '21cd61ee215e4b0147ab4320822cf2fc', '364d40f4e2ccd9f97c1ad76cb5602d284a9a0d2912dd4dcb6c29b8f899b0e5f1', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e56cfaf09b5ae9617d93f293dd8d9a5056bc0a4', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bi.gif', 2, 'f941ef13c64bd827523b09d05f45857bdaa1913034c778108454d27465994253', '2c7cf6b75c5fe88be53237ce6b9ba709', 'f941ef13c64bd827523b09d05f45857bdaa1913034c778108454d27465994253', 1, 374, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e574200b6e4ae88c6bb12a0fc80b74031f0e586', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/ObjectMeta.php', 2, 'ab00895fab0313009249797202593512977823f4d2845dce2ba828484bc540c1', 'e9e94e68573deff3d97a92648db8af96', 'ab00895fab0313009249797202593512977823f4d2845dce2ba828484bc540c1', 1, 1548, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e5b5e76eb9fb5dca872da01730ba2f533b524c8', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css', 2, 'd28bcd4c171c2f5246275628f595f6a51f208f4255b42e80dc006f7eac3a992e', '982fd07da1dd131c5e33c13f35723bed', 'd28bcd4c171c2f5246275628f595f6a51f208f4255b42e80dc006f7eac3a992e', 1, 65113, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e600da5d25fb5620111f9ba17bd84a1308c1afa', '/home/hkrhostingreview/public_html/wp-includes/images/down_arrow-2x.gif', 1, 'ce868ff20778f554f17ec1b5dc70ec2a3a3e57e6a4f8e31939df83a90c199198', 'f75deb11e71999ea4d859ec1fb8766dc', 'f75deb11e71999ea4d859ec1fb8766dc', 1, 84, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e672a798f4a4e5ee8d37495ddea94ff6ace8087', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/nothing.php', 2, 'a81aadf22914c8749dcb8b58473dc66ad8ffdf3c07512d6aa3e88dff589bf41e', '966e816013ddf203a59f5ea6c6bae409', 'a81aadf22914c8749dcb8b58473dc66ad8ffdf3c07512d6aa3e88dff589bf41e', 1, 228, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4e6b78eff82d391f998777a393d9ff9cd8327bd3', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-min-300x132.png', 5, '9bd8cfcdd4809059e1e1a903a758b5040688d78e79e715519bdbcb6b77c44d7d', '', '', 0, 51125, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e78e42073dee07da8f877d61aab9a9cb8c88b4e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pn.gif', 2, '157755539513077d12b91ca16f0496e7fae06a043b3454b03289438867ee456e', '997fbcf797457e2658d8f6df066cef78', '157755539513077d12b91ca16f0496e7fae06a043b3454b03289438867ee456e', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e8f1320389792b0264935add2f845e99cc6977b', '/home/hkrhostingreview/public_html/wp-admin/includes/post.php', 1, 'cdc1f000c72ec673c96174cd2f752685a7e7e70df07b5e2a75e9548db9b09e77', '51ad4242196676a7fea1af433e2a53dd', '51ad4242196676a7fea1af433e2a53dd', 1, 74804, 33188, 1, 1568213576, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e8f7b1910e297298aa91f5bbed892407d945d31', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.min.css', 2, 'f3e4458cabb7ae5983a974d1258bbb592573e4fad6095a943a1a941594571f91', '8c4bb18e482f1647b02d4d63c96697ec', 'f3e4458cabb7ae5983a974d1258bbb592573e4fad6095a943a1a941594571f91', 1, 140962, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 16, 0, '4e91d6afcef53467aaa8d06a9959fd01918e1545', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-sitecheck.php', 5, 'c1cf6444aeb645734ce86acbf34bc30318812b25bb3349d32f30570ac46ec606', '', '', 0, 5887, 33188, 1, 1626989443, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e9747e06a097ebd17a7148e3b0a721061a62b50', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts/fontawesome/FontAwesome.otf', 2, '444dd4366615ffc4a16d012b2fa90137065d3ccb410fa6fd5e4ddd7b5e4ffcd5', '0d2717cd5d853e5c765ca032dfd41a4d', '444dd4366615ffc4a16d012b2fa90137065d3ccb410fa6fd5e4ddd7b5e4ffcd5', 1, 134808, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4e987752ec87ef20d45641985db0205322b642c7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/adv-tabs/index.scss', 2, '73fe6c33a68ce11d1c90f7f24e6a2c27c82077eb1ab58f7c57e7e199aa014358', '6d34904047b4d54fee62ca30d1705803', '73fe6c33a68ce11d1c90f7f24e6a2c27c82077eb1ab58f7c57e7e199aa014358', 1, 3797, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ea0399a4b867658279dcd9e3e7fe9ac4b2c0b4b', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/css/styles.css', 2, '811e8960b8f79f14983e30df80a4ccc69d82430ccc0520d2a1a3d1405cfbb2a1', '8983e25a91f5c9981fb973bdbe189d33', '811e8960b8f79f14983e30df80a4ccc69d82430ccc0520d2a1a3d1405cfbb2a1', 1, 1746, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ea86233ecd2bdbe78f88276b9fb274d4fb1bc68', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/sub-settings.php', 2, 'f98e9ab6f4fddd0e61fed224be350f76780eee97bd376877824c277fa5fec13e', '91f160f2a420a6d8d435aa38e444ecdb', 'f98e9ab6f4fddd0e61fed224be350f76780eee97bd376877824c277fa5fec13e', 1, 2102, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ec0cfd3d4f082a35fd5e8d54243653ca8ab459a', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/datepicker.min.js', 1, '79d249bab4461fa4adc1fab32de3371bf64689f83b9d77929279fc7e4af7d929', '70b4930dc8e018f851f8530c330b1456', '70b4930dc8e018f851f8530c330b1456', 1, 36380, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4eca92c8ebfdfc7ceac0507d002e84b151e026c7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.1.2-flush-list-cache.php', 2, 'cef5c72aac83ce0bc1407cd2c35cc04bb6346a24fc4d51d97010ed8c6b05fe72', 'f5255045f6cc4155d70fdb2f283c2e73', 'cef5c72aac83ce0bc1407cd2c35cc04bb6346a24fc4d51d97010ed8c6b05fe72', 1, 331, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ecf5ddf01f64c80a4e4859cca299d41c4dae121', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot', 2, 'c1465a6b8743622f759b08a6d5336e57eb6eabdba1b6393fba6d30d45382f3d2', '3ac49cb33f43a6471f21ab3df40d1b1e', 'c1465a6b8743622f759b08a6d5336e57eb6eabdba1b6393fba6d30d45382f3d2', 1, 34390, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ed54a96637f4d43ac6df4a148ed3bc762a6dc1b', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_AU.mo', 2, '05544d8507cba52e05a03a8f05309a8f548c908940b95147ca646ed1725fd2b4', '3e1a3d91748f74b97ffde1269e19f7a1', '05544d8507cba52e05a03a8f05309a8f548c908940b95147ca646ed1725fd2b4', 1, 52942, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4edbfb5926ec5e8cc4ad528fe382fe7904190709', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/description/description.scss', 3, 'af7b9580448ffcd10bb1f9fca81b1ed2a991aedbab538397507a4fa9ca6801ea', 'c7236aca9bb8cea4c9f9030cc84b4523', 'af7b9580448ffcd10bb1f9fca81b1ed2a991aedbab538397507a4fa9ca6801ea', 1, 208, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ee81629957a4929739695a414fd0bd53b92bb84', '/home/hkrhostingreview/public_html/wp-admin/includes/meta-boxes.php', 1, 'c873caaaec8a2ffbf2b85546fe703d292fe37b50867ac262402a9e40ccb86062', '38011ecae4f68272e566df8f19913f2b', '38011ecae4f68272e566df8f19913f2b', 1, 62556, 33188, 1, 1567987677, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4eea1903918414f29814fd5458183dc0b6f60b67', '/home/hkrhostingreview/public_html/wp-includes/formatting.php', 1, 'b7f5122423ecd3b209afbeeae5cdfc6169e03fb46ce4dc3c93eccb296e4af63d', 'b955d1ce82423a5db3d8f87a8c1ea11e', 'b955d1ce82423a5db3d8f87a8c1ea11e', 1, 295657, 33188, 1, 1571690464, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ef45b90db3893da344a7304830d4a05fde3d1a4', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-rss.php', 1, 'bc6e2f055860a609e59625816166c667536ae9dd0395b7bf9524cf132ab7a3fe', '43bdaeee1d0d4d4e32e04a00cb4ae125', '43bdaeee1d0d4d4e32e04a00cb4ae125', 1, 3866, 33188, 1, 1562651158, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f02136c8565331bbc7aa69aaf6668c2fb0f3424', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/module.php', 2, '327f659199037c0597097dd1d56b25b1dadf1dc82e61e08ada8b61bc26b7d4bc', '2b648130892015748bc412b7fdb10965', '327f659199037c0597097dd1d56b25b1dadf1dc82e61e08ada8b61bc26b7d4bc', 1, 8742, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f156463007aa4ebb946b09fb09e54b4fc644d32', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/slider.min.js', 1, '35d2c57b0f4bb78128bf9bfbe688429cf1c10995d82a9c80ddcf067ed8103275', '6c55f2f9a18a80fbf2b3a59dd9e8c7f3', '6c55f2f9a18a80fbf2b3a59dd9e8c7f3', 1, 10931, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f1f79119d59448ea1252da7be3af90a5249e7dd', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-terms-list-table.php', 1, '1418cca2601ecc8c4042a9317296ca8613bac2c2a1be6176ca2d4522fe4e6010', '9fb7a8631784376ec1badb8d379288fb', '9fb7a8631784376ec1badb8d379288fb', 1, 18679, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f26c1ed45d50b9d5fdd9b5ca5469c968b2b7fd3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bj.gif', 2, 'd3ad7864caf00029edc18466d5a3cf8d436746d394e6002f707090b3fc767bb0', 'da5abd9ecc82282cd8dfa8507d72b19d', 'd3ad7864caf00029edc18466d5a3cf8d436746d394e6002f707090b3fc767bb0', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f28593240c3896ff2f3f5a615d2bb8065436d6e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_AddonChecker.php', 2, '9763f1714d74f518fc59f68e7cc14d1c3a5249e1733da5f3a4b9d2e5fda86e73', '1b1ae8e1193ce3545c40ec5b363f56e7', '9763f1714d74f518fc59f68e7cc14d1c3a5249e1733da5f3a4b9d2e5fda86e73', 1, 1587, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f294a84704527d082bdc528d95c7b096a58a2ea', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php', 2, '57ef20eb14e5ddaee2d4058faa8e96b5bd2c393ae7354dfff72257a8cb3a114b', 'd143fd87e6d5e4a16fdd896078d0db9d', '57ef20eb14e5ddaee2d4058faa8e96b5bd2c393ae7354dfff72257a8cb3a114b', 1, 3922, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f2ccf5ce07e68f09fffaceaa51225386a6b4ed4', '/home/hkrhostingreview/public_html/wp-includes/class-wp-embed.php', 1, 'a75616ad55422ef1b8303a4cf088af960668c3c42461f31f79a7ec80eccf9eaf', '06f95ede49047bdd84a1834973e50828', '06f95ede49047bdd84a1834973e50828', 1, 14746, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f4083d03fa37ed6777cb1861455c05191584caa', '/home/hkrhostingreview/public_html/wp-admin/images/list.png', 1, '028d2ff8bbfde66a0f8444234e2611aa460c810d6ce4ed9591ec6be39f03b355', '1e123e96bd2a1ce2c0d3b305d153f1c3', '1e123e96bd2a1ce2c0d3b305d153f1c3', 1, 1003, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f4154e49babbee575d35202bcfa96e36472c65d', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 'fb3bf589c5ebbff300f5e40ccf52f506a007467cf1eeb6ddface8425da4c4f51', '2601d622e85809262029c6cf3dca8024', '2601d622e85809262029c6cf3dca8024', 1, 1892, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4f42276ad427f6c2757d4cc21e5b9c1dcac0d527', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-plans-min-150x150.png', 5, '73af7a9c82b0b89482885b8a0a53c63c7fbc563114db185bd0804648d41c3656', '', '', 0, 16238, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f44a3fb0bbd535dab5bcc0751912472d320c71e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/lib/notices/class-astra-notices.php', 3, 'f6cde6665647192980ef28fbdbebf03c4b2b23adb2d0e368ef47013e2003de2a', '135548cae0ad6e1e0cf3485416864b50', 'f6cde6665647192980ef28fbdbebf03c4b2b23adb2d0e368ef47013e2003de2a', 1, 10241, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4f51492382b9f1877d2192516b3d29a690c60c22', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-min-1024x452.png', 5, '11fa6c4882829452e20dd0b79966ae3420050c67a2ae65329af0f5670050b1c4', '', '', 0, 536165, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f537c4d8a708ed7714783072b8dfc10edfb36fb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Pricing_Table.php', 2, '45d7a184831bcb16eb75c90bb784f0f05c3257245218793f7f6e5b56499623bb', '847b882c89b457d590e21534fa251cd8', '45d7a184831bcb16eb75c90bb784f0f05c3257245218793f7f6e5b56499623bb', 1, 1437, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f7d3240b33ffeeaf7ad3e9ab99bdd5b71221e8c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/X25519.php', 1, '2a0942f4f0453116035ed8c7a1f3e7da7324621d80d93c60eba30d187a0ea8de', '705afa98a3cb02c43a03218419d9bcd1', '705afa98a3cb02c43a03218419d9bcd1', 1, 9450, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f83a4eedd60e5063a50830005a2f6f5021232e4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-appearance.php', 2, '8e6539f2ef17f54cdc7a110a07f5d9078f3edd34d9f1dc5ecea7fc31495ad558', '8cb729677bbbf2ec37b47f47918ebae0', '8e6539f2ef17f54cdc7a110a07f5d9078f3edd34d9f1dc5ecea7fc31495ad558', 1, 2111, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f88c75c548cb81e8a5b18068eb7a40deb2c4372', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/backbone.marionette3.min.js', 2, 'f3f805f3ac90e4e014b30647305d70ce0fc043a17b86feb8fae25b2c30be3cd3', '299539b1c7eb55d235d02e741f199440', 'f3f805f3ac90e4e014b30647305d70ce0fc043a17b86feb8fae25b2c30be3cd3', 1, 50808, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4f8a04769873eb579503feb05f42e187ea1368e2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_backups_backups-permissions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992533, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f8a0df0100d5e58b0179cf93d5a62e452665a8c', '/home/hkrhostingreview/public_html/wp-admin/images/align-center-2x.png', 1, '5c665c5e03d9f5379a72a2d3fbf4cbb0ed03be51080cbc59afe958399d2805a3', '9ebeb22df3728735042a4a37a1496611', '9ebeb22df3728735042a4a37a1496611', 1, 147, 33188, 1, 1348711974, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f8d91190aba1c124cdd00ba788d69a701c6799e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-icons_222222_256x240.png', 2, '6accf21592dab31502706413cb4cdab41b80a4a989320cf5138d1397311ea582', 'a51bd470388cf24d514e4b674f152b0e', '6accf21592dab31502706413cb4cdab41b80a4a989320cf5138d1397311ea582', 1, 4197, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f953fa88df832c553df634c595356f004f19d39', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, '2482e70fd87c7bd235a340d2df60d88e806eb936b639044eb8732f2ccb3718f2', 'ec56c52afbca46e8b0af9df13c8ea46c', 'ec56c52afbca46e8b0af9df13c8ea46c', 1, 100, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4f9d9ce7b723030ac1c7e21b1d279f34cc68467f', '/home/hkrhostingreview/public_html/wp-includes/class-wp-metadata-lazyloader.php', 1, '31d35303393ee971ad78be56f18bdd32692d8bfe88448d9cc1da1b2622c9a88a', '14213080478b7145a1364b130b1a1343', '14213080478b7145a1364b130b1a1343', 1, 5384, 33188, 1, 1522006529, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fb5e00a3c7a85e742ab7cfa27ebf671164b078f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bo.gif', 2, 'b59958939c1f44c365abe8fde05b2bf5065b0b8db1e91e6cf2ae184e3d7d0028', '0b8ef2f7302d078461e47676119c08ab', 'b59958939c1f44c365abe8fde05b2bf5065b0b8db1e91e6cf2ae184e3d7d0028', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fb611c2506286b25cac70f32f3c55f6e43140c5', '/home/hkrhostingreview/public_html/wp-admin/js/theme-plugin-editor.js', 1, '4f445c01d3361f4d45992f6610819145a14cbbf956e00ff064f9674b0cde94cd', '53b16e979e15d15b8665a518b3498b6c', '53b16e979e15d15b8665a518b3498b6c', 1, 24676, 33188, 1, 1547618510, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fbe3cbc9a88b209cd3af0533483384dec5d08f1', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, '8e346658319f47743c6fb296e7e1051299e2aff831d97e83e1e3a88cdedad56e', '091dd1893b9d7916fd4111200ac21e3c', '091dd1893b9d7916fd4111200ac21e3c', 1, 3170, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, '4fcdb67142fbdd70bb23118dfc4ecbb868ad1dc2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176338', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fce2ee8d8a6c7f16199dfb24409fdac76eca67e', '/home/hkrhostingreview/public_html/wp-admin/link-parse-opml.php', 1, '1d3d1e2fe49beec0cf00162d9e299bb9655c7bc0221c9f0782ec0221eb905113', '814a8a1dbb098ee2b44683e01ae210f1', '814a8a1dbb098ee2b44683e01ae210f1', 1, 2604, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4fd36a8019ed1c8dd19456bcce8e453d9b1ae04d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_config-validator.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992560, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fd75e9bc3a50eccd3d1b27da891ffea3030cd05', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/PromotionManager.php', 2, 'ec9eb28a4dfe9aaad2d4593a869ede5c97e76315eda01a938069a0ba75558098', '943977300ab37b3426782a15a6ded47d', 'ec9eb28a4dfe9aaad2d4593a869ede5c97e76315eda01a938069a0ba75558098', 1, 5738, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fd770ff444826e217398bfdd92760064c2f71ea', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/progress-bar/progress-bar.js', 2, '55029a6d89f18fee286347b23d8a0cfce9efa3812f989188c90a289d195ef68e', '6ed8bebb5c6b6c02537299360330378f', '55029a6d89f18fee286347b23d8a0cfce9efa3812f989188c90a289d195ef68e', 1, 1249, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '4fdc96284485f8dedb8db4ebb98a23380b7aff4a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_structure.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992613, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fdf7265bdca275210b6ca6cff61a937f8241ceb', '/home/hkrhostingreview/public_html/wp-includes/css/buttons.css', 1, '76ccdec66a3ebc3dc3a69f11b7c226b36d0072c69b535fc9a2c27a1f2f20ad1f', 'a1a9694e3949832881055f9cc12c65c3', 'a1a9694e3949832881055f9cc12c65c3', 1, 9480, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4fef6ee58c30aede928dbc76c8f7110d191dcc0f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/fluentform/index.min.css', 2, '56fb082f3fe86f13cf3bd51b2b01418e7702943e9e9295da4a881b96aa44a6b3', 'facb9d86b4185607eee7ab7091aa4968', '56fb082f3fe86f13cf3bd51b2b01418e7702943e9e9295da4a881b96aa44a6b3', 1, 1767, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '4ffab776693ee2d407f53398514e0a4fc9a0131d', '/home/hkrhostingreview/public_html/wp-admin/css/common-rtl.min.css', 1, '03dd4f347117b43b82e08b106216d53be46feb22dc257fc6b6a7dfe6444d7211', '1f735128e0e972560912127d06a124cf', '1f735128e0e972560912127d06a124cf', 1, 54037, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5001724825f67c629e4530e562a0fa2822004c60', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/fakejshint.js', 1, 'e1d792decee55e5248450c6c4dc99a60febf52580ea31f29bb829be684351252', '35c876f72c524f6c78065d4a27294b1b', '35c876f72c524f6c78065d4a27294b1b', 1, 1002, 33188, 1, 1516670972, '', ''),
(1627004145, 1, 1, 13, 1, 0, '50085e16ca5e31965a6c218c8295f87c33644b75', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_dimensions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992606, '', ''),
(1627004145, 1, 1, 0, 1, 0, '500abc44dffe3a88af19a164345141ba6cc8f656', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, '9c214cabc29e2eae51de9111f25cc12bef5cf92d2f07a32d263f6976cb07ebfc', '223c389f1da60bde032ef99fa14ba727', '223c389f1da60bde032ef99fa14ba727', 1, 1248, 33188, 1, 1532365345, '', ''),
(1627004145, 1, 1, 0, 1, 0, '500c54c436d410702862249d8489010a07720001', '/home/hkrhostingreview/public_html/wp-includes/pomo/streams.php', 1, '244e53a1eff637813ef9331260bacf7f7c0b5273e6786aa2898221f3c74a3c90', 'c04753edd285a63707f4417b9e912690', 'c04753edd285a63707f4417b9e912690', 1, 6605, 33188, 1, 1561968117, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5012e3fe43b98da0dbabe84b71e0d9b9ecd0a054', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-highlight.min.js', 1, 'cf059121b52a5e1264b775819c2ad5a6449eb26fa1618bc6b85c8880099bb925', '9b1d4283702ba049f9d88e0a75d05f81', '9b1d4283702ba049f9d88e0a75d05f81', 1, 789, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5023794d591164f522e636f38ed363d2fdd0298a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/SettingsGroups.php', 2, 'b8b2f5bae6943d5e43b1d56a39c9e22790be0d87839ba48d020904ad0e41d466', '4010a6b5e84c1dc156d98fb5a9eac2b5', 'b8b2f5bae6943d5e43b1d56a39c9e22790be0d87839ba48d020904ad0e41d466', 1, 960, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '502527017d28800cd07c8494c7f2be321bc53c48', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css', 2, 'ea9727ff5f846715ec80e9d5e3926d572a8cecf9a849e5e26dcbe59640b705a8', '803cac5c370ef1e8b3dab71783e1e8b3', 'ea9727ff5f846715ec80e9d5e3926d572a8cecf9a849e5e26dcbe59640b705a8', 1, 3394, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '502e7c2954d5320c2861d380fd98492d687614b7', '/home/hkrhostingreview/public_html/wp-admin/js/user-profile.min.js', 1, '8ddc50b6208b60269b9e416ddb89ba82cfef3ca53cb540b2c04b930d82608e78', 'b37c7bd0f42bb0a077cdb5b5c8e15ec1', 'b37c7bd0f42bb0a077cdb5b5c8e15ec1', 1, 5548, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '503576abf9f91dc816577878943556c1a00d7fad', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-scanner-cronjobs.snippet.tpl', 2, '85e4b46d40e894327ff46f5770813cfd816a909a96f3af171d5d4925ce415e99', '91d16622efb28a3ea462452de69211fa', '85e4b46d40e894327ff46f5770813cfd816a909a96f3af171d5d4925ce415e99', 1, 447, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '503ce6c7ec5458b0d3b32573d42cb98cb311dcc7', '/home/hkrhostingreview/public_html/wp-admin/images/resize-rtl-2x.gif', 1, '77324bf0e9bdc25f0d18136c1dafa19d548027ba7e9ed692efcefbf72f114983', 'cf154dd5ef93f9a84df148f521fe5941', 'cf154dd5ef93f9a84df148f521fe5941', 1, 150, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5046a1e7753a1b3f62d8f022a38910a5fd5af159', '/home/hkrhostingreview/public_html/wp-includes/js/dist/block-library.min.js', 1, 'a0180a07dad63eb2bec990f77383351eea358c339769a64bbeb47c503fd2697a', 'f02452393cdd7a8b29709778a74ca06e', 'f02452393cdd7a8b29709778a74ca06e', 1, 302238, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '504dc6054bf323d92fb173fa70823a39409f8fce', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/scss/jet-sticky-admin.scss', 2, 'd6af44607569eecdc8cf437bc915966504f9dbb437e4ceda0ae92dc2b778f788', '79f08e175de4495e790a29547867a0ce', 'd6af44607569eecdc8cf437bc915966504f9dbb437e4ceda0ae92dc2b778f788', 1, 71, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '504f04ccf808300bb63620cb99e07e8d42fb98d4', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, '5b1434ee310b36b5fd7f63e32a0d4a33d677acf068b2b81ef204b545fcecef3a', 'fcb7bcd40abc0a6d003bfc0fcbabe67a', 'fcb7bcd40abc0a6d003bfc0fcbabe67a', 1, 414, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '505fd5e42cd760b4edd5c1a607e52441f512e8af', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 2, '2b81f81ed8a80472e714ff892487b495c618d3d2e9f38260f793314914d90fd4', '3c59f14abdbc105190b9db0ec30c232c', '2b81f81ed8a80472e714ff892487b495c618d3d2e9f38260f793314914d90fd4', 1, 335, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '506932d8a5e3847ccf68a052fef38bc1476232bb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/advanced-data-table/index.min.js', 2, 'c872e13bc82975a34fff55a49de359b9ff8aa42bd01ef12b1ddf3ab7cdf497f3', '1301f622d79b6c4b02ff60b8999d59eb', 'c872e13bc82975a34fff55a49de359b9ff8aa42bd01ef12b1ddf3ab7cdf497f3', 1, 16620, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '506cf9c2bf9b65246251ea3b70070980487779c3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/listgrid.min.js', 2, '2aee9f8036dbb42da8d78cdb4369dd2374c310352ce4eabffed78a8446872f1f', 'c0c4a596cda33860497e852a05de6524', '2aee9f8036dbb42da8d78cdb4369dd2374c310352ce4eabffed78a8446872f1f', 1, 6075, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50778594af7655633c68c314f5a4155976ae44a8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ms_MY.mo', 2, 'a70158ffd68e1a5a008a2467e841202db85593a4b6ceea135a3b1c4b9b0deb7e', '23b09ed04f1ff46387d2466ce088ab4a', 'a70158ffd68e1a5a008a2467e841202db85593a4b6ceea135a3b1c4b9b0deb7e', 1, 88201, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5092a2557c92a0bc2c87978ae5c71fdd8ad15ad8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/webhooks.png', 2, 'c78f707b9c2983db284f4c4773c48f7279ee71ba080e414ad48cd0a555a41ed5', '229f0f1e9d26c607f844526b0ad14ed7', 'c78f707b9c2983db284f4c4773c48f7279ee71ba080e414ad48cd0a555a41ed5', 1, 19484, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50a4b47c624697bb85ec45c64232f942581ad5c7', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, '7dd43f45444adc7aadbea30d33596cf6d4a85b13a8df5e5a4b4141b93d0ca866', '3c6accf0039920bf3c59748c23f4261d', '3c6accf0039920bf3c59748c23f4261d', 1, 895, 33188, 1, 1544762517, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50ac4b14b4a09b4c574622ff59079b83f2623e77', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/firewall-settings.html.tpl', 2, 'f13206b3c49506685ca5bd89483e90f63ffc0d08833c289f13aae90baa30e868', 'd8a69522289cb3ec932f961292586fa9', 'f13206b3c49506685ca5bd89483e90f63ffc0d08833c289f13aae90baa30e868', 1, 4136, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '50b55aea8993d2361a05c587463f2da851d980cb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_archiver_class-ai1wm-archiver.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992529, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50b79358190ecc46af70baf527da752f5e1a99e9', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/options.js', 2, '41631a3ec4667c1f34637f9070f3aa6f0c8345d59cd41da9baa169fde0ba4a4d', '5b2f541fc62e2d324558233aa1586947', '41631a3ec4667c1f34637f9070f3aa6f0c8345d59cd41da9baa169fde0ba4a4d', 1, 1145, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50c53b73440e0c6996a317ef78f2feee3b749949', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/count-down/countdown.js', 2, '205848ce8052e65d8cffbee6335bdab2b951c971854705780687d61cea913c60', 'e77d7c926a6c21730fb8a871df107021', '205848ce8052e65d8cffbee6335bdab2b951c971854705780687d61cea913c60', 1, 7514, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50cc75ca23650b4961228ea121da12eee7bfaa55', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/class-hfe-default-compat.php', 2, '9b29f6bff0453d179a76896bf8600c543a4395c10281199bd94f565775493ba8', '8aa06ddaffc3a2c9a835228a19ded643', '9b29f6bff0453d179a76896bf8600c543a4395c10281199bd94f565775493ba8', 1, 1880, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50d054ab39e722488d0f6a877895974662f0f928', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/autoloader.php', 2, '046b8a308756eb5216d84b4a76d191ec9ee9cceb5510c871775b67d77a044ca3', '88725d6c42ecea610b9136452e192d2f', '046b8a308756eb5216d84b4a76d191ec9ee9cceb5510c871775b67d77a044ca3', 1, 9002, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50ec638d32cf6abab6edb0bca0f7fe8f76ae4504', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/511.php', 1, '63d057555761322386c1efa86469983b50fc000599beb67dc9395c713f029e98', '03756e9a4e3c4b77f8d09bb9918fd140', '03756e9a4e3c4b77f8d09bb9918fd140', 1, 535, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '50f54932745b7e0976a0c03c1b3d64290cdc2a36', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/beta-testers.php', 2, 'e1d75974c4b753dd7fb0b7fb49c8714e1fd369a6a8c606481641b6c5deadb02a', 'aacab8eb1842a5adbc9b2220a7c0f510', 'e1d75974c4b753dd7fb0b7fb49c8714e1fd369a6a8c606481641b6c5deadb02a', 1, 3059, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5108905ee428498acef2f73c4e4fb37a0f5cf5f7', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid.css.map', 2, 'afde4fdbf002df09b1b816e5219548bd4d76300ce098303f5a2072706c0a4cd5', 'ceab446ad4b2f4de06435914d73c04bc', 'afde4fdbf002df09b1b816e5219548bd4d76300ce098303f5a2072706c0a4cd5', 1, 8607, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51143798cd2ff0388f8d41c2882d22a188dc70a5', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 'b819fee7a0ce5d149c5394c4f309aa6b417d01c641deb572b672b2bf08ac0f60', '917ebf2d85c6b75fb464ce511904fb95', '917ebf2d85c6b75fb464ce511904fb95', 1, 10398, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5117e57b720779816c39ab7825bb38eb8dce17b3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', 2, '3d107ace333aada55b5c562d3623935dc4ca2733e6165d477506ab0d3d659f34', 'ed3a38a5b028123d5be3e94f9716daf3', '3d107ace333aada55b5c562d3623935dc4ca2733e6165d477506ab0d3d659f34', 1, 181272, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5129195c6b38f179a7fba50b4920c305332c312d', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-380.min.js', 5, 'deeb94b1556222f6015eef75253680f54f170a8dae1164ea336afc1b8246a27d', '', '', 0, 144, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51309546daa806cdc58bb7b8f5e1cbe171411f97', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-message.php', 1, 'a580f2685665383a89bc63581d74293d1e68009b90e798248264ed825c98f32e', 'ff847c4c6e95a9147d44fbd7e8313497', 'ff847c4c6e95a9147d44fbd7e8313497', 1, 8071, 33188, 1, 1553792031, '', ''),
(1627004145, 1, 1, 0, 1, 0, '513400d91b5ae6346b9d11574250a8c6a11bdb6b', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-importexport.html.tpl', 2, '4c8394c9b822128813be935badf9e5a2b742f40b8ba48b211d91c4fac2a87a79', 'd4de9b6ecd77c12f6bcb4d177426a07f', '4c8394c9b822128813be935badf9e5a2b742f40b8ba48b211d91c4fac2a87a79', 1, 1695, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51376b5b06a048ec6144498507580563657dcd6c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php', 3, '7404dab2ebc594a2f481533fcfa52dfcc05457165b0d3cfea22ec1538cadbbfd', '0a0014db4f8780cc465b5ab955f1fe1e', '7404dab2ebc594a2f481533fcfa52dfcc05457165b0d3cfea22ec1538cadbbfd', 1, 4772, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '514984d8bb40ae52f0da02ebe8d1558a974aaecb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Migration.php', 2, 'd424334a05f2a04a75bb7c6f8bac4556ac497aa6a1140276a2ab4654f0319b0f', '8dbfad21e11acbb39d7788ee114222a5', 'd424334a05f2a04a75bb7c6f8bac4556ac497aa6a1140276a2ab4654f0319b0f', 1, 1561, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '514dfef6062b414e8565b1b48dc74a2d2db3143b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/hr.php', 2, '0013066853b81a3e69a9609e067155e580516fcfb1df37ad1a657bd4ab9d58cd', '0134a9ad3df221ee113eb165c5ba764d', '0013066853b81a3e69a9609e067155e580516fcfb1df37ad1a657bd4ab9d58cd', 1, 886, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5152c1945e22d5364ec0d371710d653daa1081e4', '/home/hkrhostingreview/public_html/wp-includes/js/dist/escape-html.js', 1, '9b5506570dff89bc1438914a006fe382f20fb25a94b669d683f7f889f36991af', '23cd8626f3e0d2006526f4c71b2deae5', '23cd8626f3e0d2006526f4c71b2deae5', 1, 8335, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5157fe84bd0bc4f94bdfc7d444d9456797f064c4', '/home/hkrhostingreview/public_html/wp-includes/pomo/plural-forms.php', 1, 'd5dc81ea5302c7d5529070ee1db0db0628fff2abaa1191b725e91bc5dbc46734', '6a9b165a54680d7519f758e7e7262c0f', '6a9b165a54680d7519f758e7e7262c0f', 1, 7102, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5158cc98df1fd5662960b17e6289b1ba262b64f5', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/common.min.js', 2, '90ffec77879804f0f4e5b688b65ef5b34cf783fdeaab28f1ebc7c237a784d3bf', '80362a9bb8f00e4dd3ed92e03116633c', '90ffec77879804f0f4e5b688b65ef5b34cf783fdeaab28f1ebc7c237a784d3bf', 1, 491, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '517753d7a2b98194156477050feae33fda417f10', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/vn.gif', 2, '929c99f1f34c687906766d88758df40b00ae606a76ab481ce10118f33e678e96', '66364a250886c943e1f40fb0762c0a63', '929c99f1f34c687906766d88758df40b00ae606a76ab481ce10118f33e678e96', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51815803eb09355250dbfe84d32c3492f187132e', '/home/hkrhostingreview/public_html/wp-includes/images/arrow-pointer-blue-2x.png', 1, '2cf236059fc92b35cf4dc7132b36ed9d5fc63c4a09087c7dfd405c4825030a0c', '256de214110572de8c5d34b8391163cf', '256de214110572de8c5d34b8391163cf', 1, 1666, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51953e66a68aadff9f83c6efba33a6b1111ff4ac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-pl_PL.po', 2, '087971bae2e7c9c42e5ce8d0cc435b2511936768835f5f7387ec6f016963d4ce', 'd67c025a4ccaaf82ff7daef496829ae7', '087971bae2e7c9c42e5ce8d0cc435b2511936768835f5f7387ec6f016963d4ce', 1, 101962, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '519df3262f1dcc1f5720f12534d890e62e8adb85', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-https.jpg', 2, '62b0c396c17b843cbf2fd591fb00fe9adfe25d970fa36b598430e9de5e15b7dd', '003816d11f0c440d74dfb21d459de9f8', '62b0c396c17b843cbf2fd591fb00fe9adfe25d970fa36b598430e9de5e15b7dd', 1, 139130, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '519f50a0bd2e221789cb249eacc69c4b760ded62', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListState.php', 2, 'e54a87e2b466461f28b1a4293d11fe0fd6cc93b870ebf73911f0f3d78599f9f4', 'bbcd875590e54bd8d5a0a411248caafd', 'e54a87e2b466461f28b1a4293d11fe0fd6cc93b870ebf73911f0f3d78599f9f4', 1, 1408, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51c43ec84847f07b31a5bb722b528c8ee2925613', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/settings-group/settings-group.scss', 3, '4629e382ba2a49722e62a9ae783da32f03165e22169b8142d98a6bcfdcc53e8b', 'f4f39ed3dfac97a28de2843789c22a6a', '4629e382ba2a49722e62a9ae783da32f03165e22169b8142d98a6bcfdcc53e8b', 1, 4018, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51cd2c4bd86d159241bd6138ea8efbbd89bbfd23', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/jquery.phpdate.js', 2, 'a4d5b5bf0e25508adaa8b0de9c4eda9bd32ecdad04b1866719425a97227d04f4', 'a363662c8d6bed98080e8941cba166db', 'a4d5b5bf0e25508adaa8b0de9c4eda9bd32ecdad04b1866719425a97227d04f4', 1, 8452, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51e7228d34b8a8c203941e1e66c02b50eaa96c26', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/editor-modules.js', 2, '70629dad76a9cdc19fc1f1405b8208d4eec01f69f4b722af46614a078d8e16de', '33312908609acff28c2959213550deb2', '70629dad76a9cdc19fc1f1405b8208d4eec01f69f4b722af46614a078d8e16de', 1, 126051, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51ef078af5d0f3f191a67d99f8dd731ef41da7d1', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/408.php', 1, '206c4957bb30863b13464dbf45ae2f3c322d84c2951b2b171308f61e1588fa5a', '403e3164844958c5144f98ecc8b77689', '403e3164844958c5144f98ecc8b77689', 1, 399, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51fa8fedab3c193ccc975a844c221433031b3123', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/ss-field-settings.png', 2, '17f5c0e6f53550a40b3ef16192264e9b102c0e6fe07c97b8656d5cb7721992d5', '0945a1a11da2b88aa1843772c386a1a7', '17f5c0e6f53550a40b3ef16192264e9b102c0e6fe07c97b8656d5cb7721992d5', 1, 28318, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '51ff714a540b8f9eaddbca268e721913fb81b5c4', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-video-widget.js', 1, 'b3640e75f1c03a21bd4519f6c60b76c3891611dc1e6d7d2db2f28db93e34f9ef', '94f76a64411630ce10e215e74e518f47', '94f76a64411630ce10e215e74e518f47', 1, 7026, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '520ac257dbbdc54664d4d7479457120cfedc8b75', '/home/hkrhostingreview/public_html/wp-admin/network/menu.php', 1, '603689e532ab9786684192d7c6cc068641096a5ec3cd6d18fa8d73befa180ec7', '6991c325d77021cda49bd3befec88cdc', '6991c325d77021cda49bd3befec88cdc', 1, 4746, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5217b6585c422bda705518d9992d7e7afc4b6fb3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/crb-logo-vn.png', 2, 'a46580b1f7d9e4fdacec411de2707c430592559a25f960a9354de14dd6e89c2e', '6a890bd56889fc2574a14aa0860cd2f7', 'a46580b1f7d9e4fdacec411de2707c430592559a25f960a9354de14dd6e89c2e', 1, 43386, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52188151a3169169ac49b28a2171b3d8083fb282', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/dashboard.min.js', 2, 'a2470684e095b61b650de28aff04f55ff34b22808210bed4085a29c892baf087', '2c49731332d40288c90a5d893ab3c86a', 'a2470684e095b61b650de28aff04f55ff34b22808210bed4085a29c892baf087', 1, 33742, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '521e7906b9c0dee828347fafce241ac33bd3ee27', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/acceptance.php', 2, 'eb35e61abd205e353c6c6270ff7953114c98e680922cbdfefdf1308f4b3c974c', '738e98002831a06ac44a494938775f3f', 'eb35e61abd205e353c6c6270ff7953114c98e680922cbdfefdf1308f4b3c974c', 1, 7704, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5228805885cbb4ad16d9b628960582cfd38cf75a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176771', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5234bf76738c4aa84413769288af2ab8c90bcaa4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-box.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992535, '', ''),
(1627004145, 1, 1, 0, 1, 0, '523906899ee105873f516999f02bab808276f89f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FieldTypeSections.php', 2, '0e5c70463612d16b6fe19d26439fec65d829fc3a2d450db4dcaaced489f14375', '263e8f28a610737787df28a5f0be9600', '0e5c70463612d16b6fe19d26439fec65d829fc3a2d450db4dcaaced489f14375', 1, 1979, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '525f46dbbe0f7428d22b132bbb9cce91c726aaee', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-is-Shared-Hosting.jpg', 5, '51319974880c20603d0b769f46ae23587d010b672d7510834f28dc4e303970c8', '', '', 0, 24643, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '525febb0b694b9c7c0029e71b58b90f0dcf45361', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176669', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 13, 18, 0, '526bc18531c01431375b9f07a5f14c164131c324', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176638', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5278cfff6d70286cce9c75d888db0026a989d59c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-rtl.css', 3, '0053a7d861b7035bdb1ed920d42fcef6bf8fb53f46a6a8f1ea8ffc6a357048f0', '4ab41bf1dddc1fe869379e82be17f239', '0053a7d861b7035bdb1ed920d42fcef6bf8fb53f46a6a8f1ea8ffc6a357048f0', 1, 7953, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '527cdc43da48a4f57a6dc8c9ecfbcaeb3b8c5963', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php', 3, 'f7bd8581604b2b8a404093dcf6ae7eab186eae6f40d2e6ae6b66abe44de51584', '1dbaeb76361eee995cb9759dbc24334d', 'f7bd8581604b2b8a404093dcf6ae7eab186eae6f40d2e6ae6b66abe44de51584', 1, 2114, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5280d526fd1ba6bea8d8ccb36bf7b4485b5f6946', '/home/hkrhostingreview/public_html/wp-admin/images/menu-vs.png', 1, '637b7f9aa72a0d71f6a09c9ee2d5298b1dad67c4992dd1e45566aecf0f797ac7', '719980f24cf02c0c5fa53b312fef45ac', '719980f24cf02c0c5fa53b312fef45ac', 1, 5086, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '528dd2dfb56960fa1678cf454466d8d0170337e9', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/readme.txt', 2, '4540439b57cba13d84cc393634a8d915b28305a8676320432bdc11c012f08346', '61360dcd40a4f4e42d0179c4095253e7', '4540439b57cba13d84cc393634a8d915b28305a8676320432bdc11c012f08346', 1, 8108, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5293360b3c5b0acc5f905b5c917468c22d342732', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/MySQL.php', 1, '3c5e413bd5348d3a895b682eb0d05ea98b0626fc2a4ea45bd9eca1b6fe8444cc', 'e8911ece15df42ca43991a48d5785687', 'e8911ece15df42ca43991a48d5785687', 1, 12280, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52a787c1837feda9af1060d5177aad13e93aaa4a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder.css', 3, '72ed7b0b85d9907c80f47e135296564b2c85838ffcfb8168f8e295811f72590a', '5c2d5de9bb86d4d95a33e1f837cb4341', '72ed7b0b85d9907c80f47e135296564b2c85838ffcfb8168f8e295811f72590a', 1, 252, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '52aeb6d11ed64a905daf991de1db2d190871aab5', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/flat-computers-art-min-150x150.png', 5, '786a15c3efb4370e1833e77df5c924558e7648ea9f6a57fd210e368ee1e3d670', '', '', 0, 17833, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52aff28d8547933709fd17e5d62dad4b41300281', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/az.gif', 2, 'ef9ecbd999f55dd12e5cd883d4f44639423eedb9d3ca79b4bb13691980f3da4f', 'b1646ac4434f234d8d5034606a7af947', 'ef9ecbd999f55dd12e5cd883d4f44639423eedb9d3ca79b4bb13691980f3da4f', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52bf46524f3d8f638077bc6f19a9dfc14841e361', '/home/hkrhostingreview/public_html/wp-includes/js/dist/notices.js', 1, 'b77380aeeade9062b16fb3a06969a2c93d10c2f6bd7812632dc159cd7a72444c', '5f1bee3c68fcb07418306a2010736746', '5f1bee3c68fcb07418306a2010736746', 1, 46045, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52c7366a8f52675f9e5e93578cc04e3cfc72ff5b', '/home/hkrhostingreview/public_html/wp-admin/network/site-themes.php', 1, '09e89d97bd5b1642d2dc999422a9ac5626bb15fc90c2e5d4720f1287774320bf', '70afbd72d9f88b39b917bbbfb3a328ae', '70afbd72d9f88b39b917bbbfb3a328ae', 1, 6728, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52c7662142237d51d01e5bee784258bd70fd7b3a', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/header.php', 2, '7fc67a493f33671a7d668da1a1f4cc05355601fa60c241fa29ba82f9287fc437', 'd52a8bb8d11d89cbe1585ab087a2013d', '7fc67a493f33671a7d668da1a1f4cc05355601fa60c241fa29ba82f9287fc437', 1, 3426, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52cf65192f0f9cb50ac3100d9adcf4362277f602', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/module.php', 2, '640e41e2f4bf2649651f18dfa7819c5d5c8789277f2cf5616343de07da830101', '87d8bcb2c85a7edb9895d03e67ca8682', '640e41e2f4bf2649651f18dfa7819c5d5c8789277f2cf5616343de07da830101', 1, 1093, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52f333025cd3a6cfd088741ab0530b5f92fcb0dc', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/aw.gif', 2, '75495694a0db2d55f62646eafbc32cdd65192e559d0f13ed48d4ae3de62c723e', '65ed67b97141c58ea652416ab83f2676', '75495694a0db2d55f62646eafbc32cdd65192e559d0f13ed48d4ae3de62c723e', 1, 365, 33188, 1, 1626945631, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '52f6484faccb9d4c140b934f21cb843766084ffb', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php', 2, '53e29bc16acfec5ade2b80f317f06af41c43718b92811146a7a25784387790bb', '918dd9624425e9743943b140f3a84cab', '53e29bc16acfec5ade2b80f317f06af41c43718b92811146a7a25784387790bb', 1, 3785, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '52faddf3c9aa1dd7d5bba3a44651bb7732aad1fa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php', 2, '1bd8cfe14fbd3f40e0c7e27f5c865c77d4ac24b958ca1b5d0748c19683515eac', '6c8fa918f3541e97e6c86a24fe160c6d', '1bd8cfe14fbd3f40e0c7e27f5c865c77d4ac24b958ca1b5d0748c19683515eac', 1, 1519, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '53041b81959071f860a39251ab052aa2e4ac9d12', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf', 3, '01c04a28580e3570f637bd8d94f4a401105e5a4399c90dc4952abbb3265b66ba', '9831d3cd9d6c8abb3a7a934314a3a3b9', '01c04a28580e3570f637bd8d94f4a401105e5a4399c90dc4952abbb3265b66ba', 1, 1208, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '530432b761b549ae978af11f690b290d400d6538', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/codemirror.js', 2, 'b87f49b829aa35136a2ce90d8d6f4f3e745f9172debbf707c82ceec494cd564c', '890b6657a8b793ef02e68e4244dc6efe', 'b87f49b829aa35136a2ce90d8d6f4f3e745f9172debbf707c82ceec494cd564c', 1, 1574, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '531008306b5ff65eecfdec48fec384b9ae7d9dcd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/checkbox.php', 2, 'eb219193b8c275fa6f0c666ca5704c1a79d3da06126aaa87200c810ac0b0c351', '99cf82f6bc6bfc4503d91abcaf8432f1', 'eb219193b8c275fa6f0c666ca5704c1a79d3da06126aaa87200c810ac0b0c351', 1, 4288, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5311989a664b72ceee5132dd820038aac65c1f43', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-field.php', 2, '884e46250a1f5f292c801bca951dd38e2e7d8c835f6af04ca73e23307ff1d2ae', '7bb05821a2c0e0267de1e0a6855dab3b', '884e46250a1f5f292c801bca951dd38e2e7d8c835f6af04ca73e23307ff1d2ae', 1, 2669, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5319a5fc95b3758ffc384fe315e4d14179331073', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/default-rtl.min.css', 2, '82c2e38f8289a93cb6c91976b7728cc243b80ee89615badad7dd12ffd678a83c', '94a4931044d67bc34cb2a598ff755ed0', '82c2e38f8289a93cb6c91976b7728cc243b80ee89615badad7dd12ffd678a83c', 1, 5126, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '53266328fb35d7f39ab1953da16e7ee6fb83cefa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/weforms/json.gateway.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627004145, 1, 1, 0, 1, 0, '532990cc6e08032bb301f0783a0de711f82d4211', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/cleverreach.png', 2, '5c5134a68d1b79817c3d44708a0fa0486b039a4a3621fae3259b2250f7710ee7', 'b76c110cff474ff2a2ac7b42464ee194', '5c5134a68d1b79817c3d44708a0fa0486b039a4a3621fae3259b2250f7710ee7', 1, 20873, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '533711756fee623b5f9ef967d4d89b1f3e83a10e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176705', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '533e67b87114e03c0cf2b77db0de80760852bcc1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/sections/widgets.js', 2, '61c2f855e2780f0b956febdce32ae9d927960bf558d7e4164ee7d7ae519c92ce', '4e006da59c68ef16db345b13719ae1fc', '61c2f855e2780f0b956febdce32ae9d927960bf558d7e4164ee7d7ae519c92ce', 1, 459, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5356a7cc7ea4ee7ef8cf8d8cc6e5541371bf46b5', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/fr.js', 2, '1f9c82334d9c0f0ce2bf93653a938eb9246866df8ffd0f56a2e09b62c850e7c4', '513900413ec7351025eb0b6ca879d41b', '1f9c82334d9c0f0ce2bf93653a938eb9246866df8ffd0f56a2e09b62c850e7c4', 1, 883, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5359d3cf6c4c10231ae65fe65b523daf185505de', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/hk.gif', 2, '6005bfc92384192f3802ed37a87a4e6b88382f2dcc02759f5e97e8a5f8839784', '692eea40bf0b08bac50f9785a843cb5f', '6005bfc92384192f3802ed37a87a4e6b88382f2dcc02759f5e97e8a5f8839784', 1, 373, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '536806cce9500571665d0927de566803ba4294db', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-requests-table.php', 1, '63a342acc293430fa2ab1f597f15b42de5ad413affd2f7e653ccde24b1a35abb', '4627f19994f3312aeecfd0d9558d7d23', '4627f19994f3312aeecfd0d9558d7d23', 1, 11287, 33188, 1, 1570058578, '', ''),
(1627004145, 1, 1, 0, 1, 0, '539357ed26d03234d26b8c3cc9ffcfc9f7e8415b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mq.gif', 2, 'c9c38f57bac712cadee436fb421597b2142efa01b7b7d305fed77b0dd4eab5f6', 'aa80ab7a73d808d7b3570868cdc3d1fb', 'c9c38f57bac712cadee436fb421597b2142efa01b7b7d305fed77b0dd4eab5f6', 1, 379, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '539391ee7632c6202a2063f97d3c408fe3a84f6c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/welcome-notification.jpg', 2, '56f29ee2385fc36253210470d46dafc7b1a61b69147ca3c8936051d109f2b180', '2fb8b147f60e6e7c62ab8dc93f6afb29', '56f29ee2385fc36253210470d46dafc7b1a61b69147ca3c8936051d109f2b180', 1, 21187, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '539808211e9903eeb2a5a20ae4c4c1077a4a76a5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_assets_svg_svg-handler.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '539c3ba48da582ad77874b4e2576dcf046bac799', '/home/hkrhostingreview/public_html/wp-admin/network/settings.php', 1, '266c834d67e4e370e0cdadb5be3d079f896c73b5f652a27e8411765d84cd180a', '3f5be8961b15430bbd9fa92e8cad1662', '3f5be8961b15430bbd9fa92e8cad1662', 1, 20694, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '53b2fb0dd16ac5f15cfe2179153fe46037b4203b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/list.php', 2, '89c5449882296829b9158de4dff36d8eb0a6515c63de63e32066948c3bc7e324', '82448b89aaefd0e2296ef7cc0f709af5', '89c5449882296829b9158de4dff36d8eb0a6515c63de63e32066948c3bc7e324', 1, 31398, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '53caa97ccdd086a2dc9c19fb830413d44b61ddcd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ug.gif', 2, 'f5bb170e6f107ae5036348f43a0589ad1a0172a19983c0422e0fd6b3c6c3bf74', 'e29af593a8eacb68e81755c78a7dbf19', 'f5bb170e6f107ae5036348f43a0589ad1a0172a19983c0422e0fd6b3c6c3bf74', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '53f61469370cae120e48747565f04cb0e0c3c433', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226726', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '53fd8c153fcb6509776645a7fc61286ef99c1f30', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_ExceptionHandlerJS.php', 2, '401d6c97639f6b89dde7dc05a0065e3b4668ff234b30f9dc800cf910df0908dd', '64e8b87eadfb141532f907fb75aa22a9', '401d6c97639f6b89dde7dc05a0065e3b4668ff234b30f9dc800cf910df0908dd', 1, 1264, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '540481f6db672485da4508d6a7274028abe1e054', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/page.php', 2, '3ff4b8b4ff036344353fead9cb460aa5b0f850d6d0b31d794836ff14d62e5318', 'ff51f4e1b306a5d5db5499e5b2c5d354', '3ff4b8b4ff036344353fead9cb460aa5b0f850d6d0b31d794836ff14d62e5318', 1, 1762, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5410ec2b24c51f01876ed9ac7ded0980fbda360d', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-4.jpg', 2, 'fbb9a4033bd04ee563b33189271ced1249c8b76279e87164cb5d64f78c85f6c8', '9df62ca1387acc7532de44af7027fb50', 'fbb9a4033bd04ee563b33189271ced1249c8b76279e87164cb5d64f78c85f6c8', 1, 170114, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '54139d738c7bfc8a59a1236620c55a1cf0db02e2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/twitter-feed/index.scss', 2, 'ec5b4e5440c9da427f4f367032f05d82285ec2b0f03a6ac6d2098f71e9b47e28', '4ffaab0812cb00decdd6be8423d8d042', 'ec5b4e5440c9da427f4f367032f05d82285ec2b0f03a6ac6d2098f71e9b47e28', 1, 2433, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '542c5a4bc73c72bbe4a81305b8257e460e76ecc4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_dynamic-tags_tag.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992586, '', ''),
(1627004145, 1, 1, 0, 1, 0, '543d3617e7cfeeec08efdf43a1e07ce375f6b985', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-et.json', 2, '083bbedf2d7f930e57bce5d9ad2c3eccdd68e3875cf834ff92cd5b2d32cf06f8', 'e4b5f0702e3ffd52c083897c890d1895', '083bbedf2d7f930e57bce5d9ad2c3eccdd68e3875cf834ff92cd5b2d32cf06f8', 1, 592, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5440b2b3692dabc59d3583550b9f7f310551d1d7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/elements/section.php', 2, '87d54b5a72bd3b6f28594cc7c4839e58dc9813dc43652398313400276ae04199', '15915b39263cc37700be2df49eedaace', '87d54b5a72bd3b6f28594cc7c4839e58dc9813dc43652398313400276ae04199', 1, 36565, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5445cf9b2dfce6d3f1e0b83a75f14c0da50815b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/mail-chimp.png', 2, 'ecd1e0ed2874756d8e95884add36980aac2ea8690cbc090067a8d94bdea18297', '91a3f2e7b6ac7ac459bdf37d63406a88', 'ecd1e0ed2874756d8e95884add36980aac2ea8690cbc090067a8d94bdea18297', 1, 30658, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '544ab5c05403262974d2c0b543d03e30dd45f470', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks.png', 5, '75e16006ab3bd0412be565c5a316cf3d676da8242b795cda8747d24072a93828', '', '', 0, 10884, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5457d096db0b7658edc9e45f86613110d52bbf70', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/hr.php', 2, 'ffa55fe15eb1d343af2a178e311205899cacc35aa53a4761c82070e757d07f02', '30c9f31e8c1b2880e3ed57532a5e3fe1', 'ffa55fe15eb1d343af2a178e311205899cacc35aa53a4761c82070e757d07f02', 1, 1097, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '545c32fefe94709182ed52d29b5c75102c8b5fde', '/home/hkrhostingreview/public_html/wp-includes/images/icon-pointer-flag.png', 1, '655107a80cf1820b5a26a53ba055fb3dcee5430b1e6cb72f0b2c3a3e75387243', 'b0d32c87f2ad8bc2455ebf6a60171027', 'b0d32c87f2ad8bc2455ebf6a60171027', 1, 783, 33188, 1, 1323121788, '', ''),
(1627004145, 1, 1, 13, 1, 0, '547cc97a2478593db9f3ba5ad95ab5fd2a9a058d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-backups.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992520, '', ''),
(1627004145, 1, 1, 13, 1, 0, '548c2121381c5ce10fcade957d454eef20384879', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/How-to-Choose-a-Web-Host-–-Web-Hosting-Guide-150x150.jpg', 5, '3236322856e92b9666790b001c7f6f45946a2cea4fa26440a1d11e2e0d6e2640', '', '', 0, 6639, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '548ddd53a0521bc9d85980ed956242d2a311415e', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, '5cec611bb0b3e9e1099b12fd3354fe8d5d95eddfa412678c4e5d5517c2549553', '87b088fb5e989ae1d3bec47ae1f68ca5', '87b088fb5e989ae1d3bec47ae1f68ca5', 1, 21094, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, '549844fc90c916368061ee4b8e0ab76a2c95bfaf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js', 3, '1236e095cd45c63ed5ee534b39cad88c1102edbe287a135ad51c597fc50c4a25', '43cbcd5ab6a8bc478de63e214b05736b', '1236e095cd45c63ed5ee534b39cad88c1102edbe287a135ad51c597fc50c4a25', 1, 1113, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '54a023b7e95a503ab9758361a846a1537f91b927', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599391252', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, '54a68d667944f3ec9824359715349043e3118bb6', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/inmotion-hosting-min-oln23s3a903ragsglmv7uwv0ggpk1sbkfq31w0nq2s.png', 5, '6f65eab53276cac44c1314faf3fa01706cb012bd57b323e44a9820571f79d57a', '', '', 0, 111553, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '54ab875d71454fffe1c5c921d29c08462ee630b0', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-upgrader-skins.php', 1, '23bc58067b6e0ff1c6557ef1fd52618d4619593713bc0213a0388ece9d21b02a', '5122fa8390bc8dc8d29115e12dd18915', '5122fa8390bc8dc8d29115e12dd18915', 1, 1477, 33188, 1, 1570555144, '', ''),
(1627004145, 1, 1, 13, 1, 0, '54b8aedb6086f2df461c70c156431d5a73ef8175', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/result_suspicious.txt', 5, '7a39c0931e0cdd4d79d6f1c36eeb2183cb2a03d898e3dbe1c629d0a59281169c', '', '', 0, 6957, 33188, 1, 1626992631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '54d1751f633646014f81699411856af8f414390e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_filesystem_class-ai1wm-directory.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992531, '', ''),
(1627004145, 1, 1, 0, 1, 0, '54e0a7932203f149c96074fd193f774a645306d5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cl.gif', 2, '64c043c23b6af402a626f21e69de7407a328546c4a0e41c4318d3de174fd85c5', '78d55180619241a9df9cccf6e3d9f6f3', '64c043c23b6af402a626f21e69de7407a328546c4a0e41c4318d3de174fd85c5', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '54e66a1ce3e06e02de130faa69ece523bb4a403a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php', 2, '13933dbcfc000a31a44a1ff633fa7badf8f18af4e7dc28a5f3d1437c36b55bea', 'b17b61169e70958c29bd874b4b756e49', '13933dbcfc000a31a44a1ff633fa7badf8f18af4e7dc28a5f3d1437c36b55bea', 1, 3793, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '54e95f2a7f2d1f20c7c73834242a7951e9a0a4c1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/350-300x95.png', 5, 'e5574de20e4daeaa672ab15a0b68378a872b64e019ef6e35e3fd8bdf42a327ea', '', '', 0, 29646, 33188, 1, 1599729065, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55124a6009c6cc5846b5ae37f55ec2e250fb7d33', '/home/hkrhostingreview/public_html/wp-admin/images/icons32.png', 1, 'fc62c3317da17cf8f85825f3f8ce0d8e07088d6d94f8f27c95687854f1d35d76', 'd1dbac5be76d39851ce74aa134cc1aea', 'd1dbac5be76d39851ce74aa134cc1aea', 1, 8023, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55184e82c6636590e6649c063d6966470b0f4ce9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/codemirror.min.js', 2, '565c7e09b03587b183c8a7d9684d785afcbfcd0611cd6962d0d6c1d66e9a2113', '4b4d2ee6598066ebfcbbe2503a632d2f', '565c7e09b03587b183c8a7d9684d785afcbfcd0611cd6962d0d6c1d66e9a2113', 1, 110497, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5522ca4fc06286778eaaeeecc241e33dd9e6192e', '/home/hkrhostingreview/public_html/wp-includes/css/wp-embed-template-ie.min.css', 1, '590547a5d79f04fcb91db30ac6c5283e313048d720d2003915025f106805973d', '377b5750db4cf37b4897d918a90749e7', '377b5750db4cf37b4897d918a90749e7', 1, 1473, 33188, 1, 1503173447, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5526d018f02baf6b3e346536b5c9a757a9ea43b5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css', 3, 'a6fa4b4e8675a580e41513f5f3cb40e0a3d1f68d2481c82f9e1b8903c7c7b0d6', '840dc623f6e52ae41e8d940ae54c9727', 'a6fa4b4e8675a580e41513f5f3cb40e0a3d1f68d2481c82f9e1b8903c7c7b0d6', 1, 931, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5528aac135f9a6d6172bb8d793c0d492ba283226', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php', 2, 'a479f956dad83f7b5bc3341c7d374f5491470ac84ee9b0c8be125075b1daf3ef', 'c5808957d7cb3f048a916aab4e9cfbc1', 'a479f956dad83f7b5bc3341c7d374f5491470ac84ee9b0c8be125075b1daf3ef', 1, 1156, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '553a7d0da426cd46007bf1d7ceec149f6dc10ece', '/home/hkrhostingreview/public_html/wp-admin/images/yes.png', 1, '36e18dacc49af4f3a0dfcb7d6be8fd2fb0c7877a37ff0bf66161de9353f6d5e1', 'c42bf814a237dc89970d715ae8516b13', 'c42bf814a237dc89970d715ae8516b13', 1, 539, 33188, 1, 1348515882, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5548b6b04b75c49ba933567bf5d63c114b229de6', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_contact-form.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992561, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5549b99593c1583d1e070b3ab496266c38252d71', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/admin.js', 2, 'e60c4fc4a3df2bc77536a213e624b0454216e30b43f9ce6f993bc1d8d54daeea', '2bed02c2c45f3b7d3d9c0cc033314ff2', 'e60c4fc4a3df2bc77536a213e624b0454216e30b43f9ce6f993bc1d8d54daeea', 1, 101365, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5560149155d1d07e5e5130834d0ee0143a9d8273', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-279.css', 5, '3d267bb45bf53bab246691cecf2c6a75d9cbc9e67a115526158f2458c34bfece', '', '', 0, 35961, 33188, 1, 1597092964, '', ''),
(1627004145, 1, 1, 0, 1, 0, '556120beb140d4dbf8b6eb8aea4bce8cd49bb3a2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js', 3, 'c3da15b10e83d8370a1fe8cc834b4a380b822cf7468285786252fe1e896ba8c1', 'c4fb272a6020484391a1c758aee79b1c', 'c3da15b10e83d8370a1fe8cc834b4a380b822cf7468285786252fe1e896ba8c1', 1, 20831, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55700ed51bfe7dc989bb8853449b6c2e16ec454a', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/base.html.tpl', 2, '11ab45d617c7cd01ea1f5e90414ac7738009ff20aef384fa8abd30490b3072ff', '7ce961324e5067d6cdef4b7bda97fd68', '11ab45d617c7cd01ea1f5e90414ac7738009ff20aef384fa8abd30490b3072ff', 1, 1937, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55864e53dab4ae4bbf4d053011c651bb78a656b7', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/vi.js', 2, '5e8db427ad980e5130251429742d0c4ab6f2ff927779ee293fea607fff38e9df', '91f875052ac9c9c97850c3528c61ec3e', '5e8db427ad980e5130251429742d0c4ab6f2ff927779ee293fea607fff38e9df', 1, 800, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '558cdef8cabfd19619fe88ea4a3146d982ff1547', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/an.gif', 2, '957b7fcd5a7f7c6769c481c73b63c4ada3d11cb03aed5bc0fbdcaabfc4a3fa77', 'caf5f4429cf5a5d91a457385460d9c38', '957b7fcd5a7f7c6769c481c73b63c4ada3d11cb03aed5bc0fbdcaabfc4a3fa77', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '558d5b848246b1cb29711a8d3e07866b469eeda5', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, '4de5c698aa2f724d00a935f2959ae4a1dd8f74095807f852e8a3408267231007', 'a1065fb19f8c105077f9b4501055db34', 'a1065fb19f8c105077f9b4501055db34', 1, 379, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, '559085e5459022e3a0826742340fe08f88b955fb', '/home/hkrhostingreview/public_html/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, '23356b03a7f86c0c426454a05b260554a02259e242420e7d03b0c6353127af4f', '42a6a52fd1121ea0276a9f9ee34048e8', '42a6a52fd1121ea0276a9f9ee34048e8', 1, 5626, 33188, 1, 1557846007, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55938f287e476702fdaa6e654efb2eec4cc8e52e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 'e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee', 'a2a1f732cc34764c684ed521c6f3327c', 'a2a1f732cc34764c684ed521c6f3327c', 1, 24727, 33188, 1, 1467206487, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5597a003dc3a1c0b6a43e1097bb5080edf514414', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/twitter-feed/index.min.js', 2, '2736617417f4e1e2d85e4ff2b775612f3adb004f796d6582950a81b6852af426', 'fce94cc285e3992c51d007624daac64f', '2736617417f4e1e2d85e4ff2b775612f3adb004f796d6582950a81b6852af426', 1, 578, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55a12d12f6876f857140e37b8d6b5897276807d0', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/compatibility/class-hfe-wpml-compatibility.php', 2, '4c128d33726fd67f8e5c3453f493bc1ff9ed415d91500441beedf8db821dcd92', '20ff4f5a5456240e03ed6763ba89b831', '4c128d33726fd67f8e5c3453f493bc1ff9ed415d91500441beedf8db821dcd92', 1, 1638, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55ac72ba035a7cfd6c9a9533d1150473a1afe704', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-file.html', 2, 'e3a2171cbdef183395f3f1ae44f83f92ae4ea3a463312084ab08df4cbfb1359b', '9136f92a2209cb1e9195d3c6d5f258b0', 'e3a2171cbdef183395f3f1ae44f83f92ae4ea3a463312084ab08df4cbfb1359b', 1, 1031, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55c1e0511adb4ee4f40a11f5e8b80d67a30853b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Product.php', 2, '1bbdf20c35cc0be9e16e75c0238518ed006903f4704ee57b628d4cf983255f02', 'b5144feb0b70164abf17489cd9df9fa7', '1bbdf20c35cc0be9e16e75c0238518ed006903f4704ee57b628d4cf983255f02', 1, 8074, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55c7b70ce61d271995bb6f64cc7d8978ef328100', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55d26b57b121ede24e3b7d5ff1b739d2d366e29e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', 2, '2045b2a10725e7c90d8e1306e13935dc0310ab0d5f777aa77be5ed579f2717ff', '4c0731f782a8dcd4eb87438272893543', '2045b2a10725e7c90d8e1306e13935dc0310ab0d5f777aa77be5ed579f2717ff', 1, 782, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55d55ecb96596a44acd8e81b68d5d28afbe53191', '/home/hkrhostingreview/public_html/wp-admin/js/dashboard.js', 1, '962019922465e0fcef048a019583edab3e79dbf09201aa17fe719b1d11ca50ff', '0df88c30eb7ac52b400b1f2121002f91', '0df88c30eb7ac52b400b1f2121002f91', 1, 18858, 33188, 1, 1552585193, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55d632e036b4577f71ae1d1b369e5d06f4dc9a47', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-form-settings.php', 2, '74135df5de273166ab78345ee5dde5d50c6bde69fddba981cf60450b93284b4f', '122068ca9605c3f64fdb809189ac1b8d', '74135df5de273166ab78345ee5dde5d50c6bde69fddba981cf60450b93284b4f', 1, 284, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55e1980a4982424024b29ce47d3959e3f0e43b77', '/home/hkrhostingreview/public_html/wp-admin/includes/theme-install.php', 1, '2b5d6a6e1abc844d11433f5a50bfdaa362d1d0facc99576724d84181316f220d', '345feff5b187d508b2619f802608ffd4', '345feff5b187d508b2619f802608ffd4', 1, 6568, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55e7c7145389731728467b482adc7580067ce0da', '/home/hkrhostingreview/public_html/wp-includes/js/wp-embed.min.js', 1, '0284cbccebf1682452d62d06efa3665c874d642d4e03f5f5f9bb0f555da9251b', '04133d37cfd0f08267530b905a5ffff3', '04133d37cfd0f08267530b905a5ffff3', 1, 1399, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55e8bb0a7ae049553b7beb00f8d75639e1ce934a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css', 2, '250d9b2916decc5204767b3dbe87e35ffdaf0b8fa391c7d591798405c3ff2eef', '0d0ee11846fe47568cbe6ea39f082184', '250d9b2916decc5204767b3dbe87e35ffdaf0b8fa391c7d591798405c3ff2eef', 1, 11206, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55f6ce7d2fd91891f6aad0e3e88d25778f642eaf', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '55fe6d6f2f818c986b3d10d1e54d96d184ffd4af', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, '61609cbbd05134d59342ff9ae3e77cf627be9dac73bde356f36ec1059afb4d3a', 'c2cb53470b05b0cecbba939346bf84c3', 'c2cb53470b05b0cecbba939346bf84c3', 1, 108, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '560229dc393cc5dbf4d3b80c991fda172d086b18', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/kh.gif', 2, '0b18e253c85055b2bbd1e6834a3b997b86c7b0d5623bb6380aa621a35a31f784', '2a0042042f0d6feea0c435f9833b1bd4', '0b18e253c85055b2bbd1e6834a3b997b86c7b0d5623bb6380aa621a35a31f784', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '562c14b6f7b3f9a875ef3c64011608f60599ef5c', '/home/hkrhostingreview/public_html/wp-includes/js/dist/keycodes.min.js', 1, '68bf485208a828e9ee8de9a6b9e0b1bc7490d763a6c9786fa6f3daabcfc52a84', '17a7829459e9f1c0f0e9b623540b7e45', '17a7829459e9f1c0f0e9b623540b7e45', 1, 4858, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5630abd4d7231238bee04ce5550eddb5f6700873', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-error.php', 1, '0f7091d217124ee407e0f5c14f5e9a6bb96dc4962041dd8bb68d519e4ab0acaf', '673622ac95ed755c2733bcb2ad9c628a', '673622ac95ed755c2733bcb2ad9c628a', 1, 854, 33188, 1, 1472249313, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5648613fedbac42a91016c90de2954b8e61144e1', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/button.min.js', 1, 'a6179e1f39ce2e5931b3b3ae0b6676659a4f25ff5dc1c8d385d4798543bdf0c5', '616085fd76fe2c4c2a09d2b94196a669', '616085fd76fe2c4c2a09d2b94196a669', 1, 7217, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '564ae1eac835032937a3c51f3302a7d04be112ae', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/uninstall.php', 2, '21723035635cb85afa722446bff7b7728502038e6f4a23b33a4caee555a0c3b8', '0e9e7831e66dc44e28ebf8407edfa2f9', '21723035635cb85afa722446bff7b7728502038e6f4a23b33a4caee555a0c3b8', 1, 354, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5654a82d1b57884a6aef760a0541ed13e3b142ef', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo', 2, 'c75c86042d5af443d6be798aaa263ed0a51705d2210baf0bf405440fc53b8657', '740e3731c093f7db8542014c91668a90', 'c75c86042d5af443d6be798aaa263ed0a51705d2210baf0bf405440fc53b8657', 1, 69605, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '565b7654e25acdbfe9e576611265c98a568ac305', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '565df32deea9e571675e797c9f352f9a029f365a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess', 2, '1930b6b761ddc919ac95dcd07f764a782cf267511965a35fbf74f69e218dcc56', '6db92698a20183040d73de5503b787fc', '1930b6b761ddc919ac95dcd07f764a782cf267511965a35fbf74f69e218dcc56', 1, 142, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5667ba4c9a5916d9895f71308f711f1ff2999297', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-cookie.php', 1, '530d4e9fdaa4746593f82e0d0a8fe2dcb81ed8e91a217eb27f1a0282cfcc2bdc', '31c29fafebcfb4d5428a1e809203c5c6', '31c29fafebcfb4d5428a1e809203c5c6', 1, 7146, 33188, 1, 1564991816, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5678a619299e5d46abbf01fd17d05400af663f29', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/menu.min.js', 1, 'a5a5e51a313fcd60ff800cd9682da64521fb3273226e86f3754959de7484d973', '2bc433c534a14d09f1f8a2d060ebc7eb', '2bc433c534a14d09f1f8a2d060ebc7eb', 1, 9557, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '567db228235a203b8bb6daaab016432e57e329bd', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, 'ff0f44d534ca1a085ca503a5bc02f0fd5c8cce9ad0cdbd5ab69530497fc92f1d', 'ac071d8268e10c111efcfd50abd4ec14', 'ac071d8268e10c111efcfd50abd4ec14', 1, 102, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5686d822e09f967d5d0238d3359e1f64897733ad', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/rolleyes.png', 1, '5ae63b145b47c2a9ef1e88aebb73862d08db7ff59de147924ccc2a888169d47f', '20bebef0054f851332df4f66dda3698d', '20bebef0054f851332df4f66dda3698d', 1, 1233, 33188, 1, 1428646826, '', ''),
(1627004145, 1, 1, 0, 1, 0, '568bbad591edece0fe21f3c8c3ee1b2aa05c2d3b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/MockData.php', 2, '5afde6dd6e028204887263998a4186a611fcdeaa32b5f1005b7d1d617421f470', 'f04048f8e6c2935edfc9d9976d5ec7f2', '5afde6dd6e028204887263998a4186a611fcdeaa32b5f1005b7d1d617421f470', 1, 1728, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5694a0bb77bcc263b4354dfdea61cc7df2b80ad5', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/bluehost-logo-olvr689irbu9979hu6tdhfiulajbrkvh2dxzre8oy8.png', 5, 'e5c55ac33b9d7242b3ad9993fbfdac95eb6549f8e4dc39d83aa30f47114983ba', '', '', 0, 13875, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5698b3fb4a567f72b6d67fa8a94f14e6be1e3a58', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/step-processing.js', 2, 'f6a5abb3d431b37fc9a253b434c9268ae56b7131e4ce536b8293f05a03aeee37', '21363078b5a070bf7c2f26ac4f121f83', 'f6a5abb3d431b37fc9a253b434c9268ae56b7131e4ce536b8293f05a03aeee37', 1, 2906, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '56ba2ab3c0b2a735dd7fd87f6a50a442e83e4b6e', '/home/hkrhostingreview/public_html/wp-admin/css/customize-controls.min.css', 1, 'cc432ace7a364afc3a2e87daf5a1801dcdb0daf236a89c11e838853188b516b8', '8c5c74220ca4d13347c89a0533cd3cff', '8c5c74220ca4d13347c89a0533cd3cff', 1, 58094, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '56be0ac89ebb07bdcbafbc2c67b33fc10ce7eb04', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php', 2, '8a74bd360c2c23f1e38da3a47f4bad1eaadc95d570a70b64eb727a2ff31c3304', '0983993efcb7c65be649e17261d9a63d', '8a74bd360c2c23f1e38da3a47f4bad1eaadc95d570a70b64eb727a2ff31c3304', 1, 3719, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '56d3f7c7ed1b429f685337a5ec5ca9d97a065abb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-plugin.php', 2, '9df44c9ec5e7852f96cd6567f81ee3656a5939ca532d66f84140a2464b4f7aa6', '95640b94e49386d02c7ec56845269565', '9df44c9ec5e7852f96cd6567f81ee3656a5939ca532d66f84140a2464b4f7aa6', 1, 1266, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '56dfd9c31d10653079bc9bbfd3a0726d52c04cf1', '/home/hkrhostingreview/public_html/wp-admin/network/users.php', 1, '01495122215e198efec2bef2216db1afc5531113804e814b18a223c55f1d3ae5', '9296f64e89fc523c721f8afc232624b9', '9296f64e89fc523c721f8afc232624b9', 1, 9407, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '56e06ecf27a2690ed1841d5baca38cf30f4505d9', '/home/hkrhostingreview/public_html/wp-includes/js/dist/list-reusable-blocks.min.js', 1, 'deb8a20e0066fa9b323fc0a2626cf74fd4eb575d1bc1eb27e0e3878e61900fbb', 'aa582350f107018b73961b3a99fda195', 'aa582350f107018b73961b3a99fda195', 1, 14825, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '56ef95c0b247dbf526af1836f19cc7fe83e62fcb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_upgrade_upgrade-utils.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992599, '', ''),
(1627004145, 1, 1, 0, 1, 0, '56f85cab88aae5ea038744efa2260518e052c08c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/js/admin-bar.js', 2, '26c9ceba488727b2d9cd954bf781c1645815fbf8fc941c4bc7db2c1cba93f89d', '8f25ffbaa3dc7d9a6419ddf1b56f1536', '26c9ceba488727b2d9cd954bf781c1645815fbf8fc941c4bc7db2c1cba93f89d', 1, 2339, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '56fdd4fec3a2a83d3d021dc4dfc89b51985312e3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ls.gif', 2, 'a8d7f847dc3e95233e9602345387814389432d55c092e6a12dda9509e517395c', '68af1c3f00b31ef072c99d95fa453ff6', 'a8d7f847dc3e95233e9602345387814389432d55c092e6a12dda9509e517395c', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '570561ac0f2487d56d41095a1cee64d1b8097325', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-tl.po', 2, 'd790002fec6f2f7a8686ca661dce6cfca21f7093fc9e477afd4abeda2ac9cb81', '249000263dd73a00c769147ac0a6250d', 'd790002fec6f2f7a8686ca661dce6cfca21f7093fc9e477afd4abeda2ac9cb81', 1, 207021, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5709b8f9ca0fffa07893bd89f1a23d4dc347dc38', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-archives.php', 1, '73e0693480759363f7fc5dc4a391b826d19b2eb6716db97a7ca853f27df44900', '0d76d60ec8b2033d0f2070a589f1b427', '0d76d60ec8b2033d0f2070a589f1b427', 1, 6017, 33188, 1, 1568818256, '', ''),
(1627004145, 1, 1, 13, 1, 0, '57121594f03c9f06e630e93f91d04501b76aee59', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/4-3-150x76.png', 5, 'b554792f589bcb1e4be6f7dfe924d6613940239aa68e80a260bd9c3264ada236', '', '', 0, 7322, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5719de1b04120d85aaa02da88ab8a3102ece3567', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Action.php', 2, '157f72c8583dd757133694c19120f2006a3cd2be82331a528f8cc8e4fa75aad6', 'cd6144335348865288fd2e6beed21a41', '157f72c8583dd757133694c19120f2006a3cd2be82331a528f8cc8e4fa75aad6', 1, 1322, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5723f094f895bae3bd9b16ac80f1d66e9ec42908', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226625', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '57269f91444bef9507a94504fe2dd5261b8fc1ac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 2, '7400b910558fe749f6a64f7b5650cc75eb1ee1abe568f317bd2b646d5730b722', 'a7a62c010137222794e04f29acd9df9b', '7400b910558fe749f6a64f7b5650cc75eb1ee1abe568f317bd2b646d5730b722', 1, 88, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '572f9bb7ce1e0d354f274fe85953c057ef61ce39', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/promotions/dashboard-banner-personal-50.png', 2, '91d136a0eebcc54310fee31bae7f1b14a002196920dcf35923aac2d7cb7fe8df', '34a2bcbbcb5d1587e2671ec5fb31ec66', '91d136a0eebcc54310fee31bae7f1b14a002196920dcf35923aac2d7cb7fe8df', 1, 6400, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '57318374746363eaa2af84b5fb581a83bf905467', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-de_DE.mo', 2, 'ce09b71157a75e19e85e8ebda14e6852efdb34314731f4d7fc4c1e9de1c1736d', 'f678ffa06ac79b023b7481cb20272c4e', 'ce09b71157a75e19e85e8ebda14e6852efdb34314731f4d7fc4c1e9de1c1736d', 1, 26780, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '573e2fdcfd8b4a0d4f4e89390e5a70d6c260fa87', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', 2, '0521e75eb805fcf73a6c4a2294f3a4cb50ee4421efc5b3b3bceb2c01b1fb3709', '6b08d64e754847c1c3119c37b698da08', '0521e75eb805fcf73a6c4a2294f3a4cb50ee4421efc5b3b3bceb2c01b1fb3709', 1, 3753, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5742869e13929d2f6a5782a06e9c7b528aa8534e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/team-members/index.scss', 2, 'fa4737e52cd4984479ac04cdb8d434c764099da2f3a690d84583c65533e3fd3e', 'cd2b74b62f650230abc341a815ea057a', 'fa4737e52cd4984479ac04cdb8d434c764099da2f3a690d84583c65533e3fd3e', 1, 2957, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '574eb453d74a42178c8edaf6b3195f042f617ef5', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-update-optin.php', 2, 'ab3964b7e9359bb752eae15e0fb8536112bc6f5ea386e1195e743b741fe07d58', '4e59265cafdbaacc9890d29ee909c149', 'ab3964b7e9359bb752eae15e0fb8536112bc6f5ea386e1195e743b741fe07d58', 1, 3769, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5767f9170b2912def1ac93c926ec5ed4db8bc565', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/409.php', 1, 'a9ce20b386bb732cacfbb924c8bf9bcb63cdee9b34b2fa2814072a089168e261', '995a1dc469e67e2a3d0b8f9bebfea9b6', '995a1dc469e67e2a3d0b8f9bebfea9b6', 1, 378, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 13, 1, 0, '576e36de7dbb1bcdc8be993bb1e66f9a3b3b35dc', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_really-simple-captcha.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992568, '', ''),
(1627004145, 1, 1, 0, 1, 0, '577bfc2d717e3f2d97185cd109cabc9c00f12f5d', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-shake.min.js', 1, '7840c7aa4b83359b228caecc316df2937f7233dffd968fedff5b73150270a84e', '52adac7c5413612aa59472d00bcd0b5c', '52adac7c5413612aa59472d00bcd0b5c', 1, 1101, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '577df3eaef1f91071b3a1fb6dc21dba4ae7a4780', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-dark-mode.min.css', 2, '219810f3903618e044e4bdfa5f843139c9c0d20c3f8feab10dc5000d965c115d', '43d57517fbafb448d603ea9d8fec442c', '219810f3903618e044e4bdfa5f843139c9c0d20c3f8feab10dc5000d965c115d', 1, 24411, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '578e32b36935c0d205ab7006663846da752bb6e9', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-zh_CN.json', 2, '6559f763cf4ce756b0bf359cca7d152a95525a57afeacc5922e82467a38a9127', '1aff1958a7e4a01e479f46243704d586', '6559f763cf4ce756b0bf359cca7d152a95525a57afeacc5922e82467a38a9127', 1, 691, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '579b0005327c3e3926b74e31d44cf8dc2453220b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js', 2, '6b9611076ec2701c0115c4f9105fdfdc4e2fcc8ab21eb491f3bf27b1e358c3ae', '5fc208df77427b19a1558ee3c2e2d344', '6b9611076ec2701c0115c4f9105fdfdc4e2fcc8ab21eb491f3bf27b1e358c3ae', 1, 11565, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '57a6c1d7a7aeafede7c51740d564c90acefbc40a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176575', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '57b26479fc71ce65e7594d2140c356550605588b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php', 2, 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 'c8b909e2a65a5ecec42bc17d69f47f98', 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 1, 6245, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '57b797cad0349460e7d3ad78d56cd83c2e5e6539', '/home/hkrhostingreview/public_html/wp-includes/images/media/audio.png', 1, '7263d0a183d50bef10e32252611423ff50582aa63f2c82e129742b2d71f3001d', '8674614341f1bec5feb22eb7e75adfc0', '8674614341f1bec5feb22eb7e75adfc0', 1, 382, 33188, 1, 1395960074, '', ''),
(1627004145, 1, 1, 0, 1, 0, '580280b9166cb987c4664e4b882e9e4ea330d86f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gm.gif', 2, 'd30ce8036a1c6d7c81a27264829e0a4dfc510f044f203145427b917ccabc3cd1', 'bcfe045327c84129e7d8118d9a7a5524', 'd30ce8036a1c6d7c81a27264829e0a4dfc510f044f203145427b917ccabc3cd1', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '58136b6904514a43874cf59f486b54a9f883634f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/6-1.png', 5, 'baa6c1803d2b6687f01255696cfd079d70554ed66873d785509ef046cd04bb59', '', '', 0, 4568, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5817166b94439375972d74b4005d00ab2abc6cae', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3-client.php', 2, 'b925c4bc863f4403dda3debc521362f8e20dde897b56522f88d29d58c90541b1', '3798275a06cd02f367dcea8b5552c83e', 'b925c4bc863f4403dda3debc521362f8e20dde897b56522f88d29d58c90541b1', 1, 5722, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58220fef68a11f87a15bb8351e183f7122477a85', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-field.php', 2, 'ff0e84f9df7b5bac2f2fa1fda795a412a5d8516bf462316fc8c1267a8e5efc8e', '4f6f0c35f7b3978afb1a410bf29f2ffd', 'ff0e84f9df7b5bac2f2fa1fda795a412a5d8516bf462316fc8c1267a8e5efc8e', 1, 4900, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58301e90e73bcc085cf025912e29a6a052c9b13f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/he.js', 2, 'ab551c3a813afa5b6b3e8ab4b540ba2aed84d5e7d9a406adb8a7f9507e20c9f8', '16849bc86cfd816a71c9affa0ad94156', 'ab551c3a813afa5b6b3e8ab4b540ba2aed84d5e7d9a406adb8a7f9507e20c9f8', 1, 951, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5844ad2ae6359891cc3935ae91bd9a66ee46aa6a', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/lastlogins-loggedin.php', 2, '8e7c7e7a87bdf7d825090cfa56c6da208c779c6ecfa27dcb8e60339396a6b852', 'c53b0bd3cd87124612fc14c38ac22b56', '8e7c7e7a87bdf7d825090cfa56c6da208c779c6ecfa27dcb8e60339396a6b852', 1, 7942, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, '58452e0479331ff0a9e7890330e1bb9c4e8b7b9a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176662', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 13, 18, 0, '58584403addbe006874ba54c301d13ed71c3ef92', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176671', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5858cdbfcec90287f5abb3afaca571aa7d884cd7', '/home/hkrhostingreview/public_html/wp-includes/capabilities.php', 1, 'ccfda3f1882879350d723807bba1fc08dde5f7d3ff694dc9695fb0f3d7e6c82b', '5a6eff36def7a7ca6fc3ee62ff8ff982', '5a6eff36def7a7ca6fc3ee62ff8ff982', 1, 34089, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '585c6c4dfc35868d6a2e40f0886682ee1b9a7422', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/style.min.js', 3, '22780905e5bfdebcb02e7dabaec10a6c4b0553bec8b50c02faad001104b7c9a4', 'f7eb27da9415067a6fd21d75a465016d', '22780905e5bfdebcb02e7dabaec10a6c4b0553bec8b50c02faad001104b7c9a4', 1, 10335, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '585ffc92405aef45df0c7005caf1a138c182c6e6', '/home/hkrhostingreview/public_html/wp-includes/js/dist/rich-text.js', 1, '7ecb2c6d4f91bc5cef63f4cb4cfa3fd61995eedb89f16547f70c3399bcaa219a', '69c199809f214dea6dea7019d9b4b9c1', '69c199809f214dea6dea7019d9b4b9c1', 1, 166263, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58812552925ffbbddfb53eaac94ad9b432d70691', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/eael.js', 2, '1e96762bd5f23ee85f749adb78da2e35dda21a4aaeca0ecccfbbaada2b7aec1b', '2e20a0bc850324742f2f2bfda5298550', '1e96762bd5f23ee85f749adb78da2e35dda21a4aaeca0ecccfbbaada2b7aec1b', 1, 1524150, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '588833a4e5181214550c1766d724020f75caf0b7', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/images/header-footer-elementor-icon.svg', 2, '680f761b8d5c9b8c5b7f3ff34785ed24d85df239964f548d3289692923294823', '823df8ba45f8987c5d03f4fd045d17b2', '680f761b8d5c9b8c5b7f3ff34785ed24d85df239964f548d3289692923294823', 1, 2289, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58924294c7c0fd2a3b5b106fcf37b3f924ba5e5a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min-rtl.css', 3, '7aebefb317f6143d4fa6108e0e5a87cd29e6c19a4d61d1661746416eefdc356c', '552e305101f9d89f6db9c40935fb64b9', '7aebefb317f6143d4fa6108e0e5a87cd29e6c19a4d61d1661746416eefdc356c', 1, 26995, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '589c24f77b0f16d042f15765575172692e7a8bc2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Accordion.php', 2, '8db148c5b80284ac4221f162e6b505ea3b2f0e3cff0fb2ee6e61e532ed151a85', '877b32e67ccc618f6d67c0119cf2cb2f', '8db148c5b80284ac4221f162e6b505ea3b2f0e3cff0fb2ee6e61e532ed151a85', 1, 1437, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '58ab224d877ae584ad03d4e219f024685b6055b5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_editor_editor.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58ac1ecf3ed87c54f810e3a6ef08647301c91ee1', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58afdc7dff54508f970d80da2337865628ad0e43', '/home/hkrhostingreview/public_html/wp-includes/class-wp-admin-bar.php', 1, '9156d79cb7f4ce25a9b6d17fa33a84c8d8c9951462c062eaa97c35f645ec2106', '02ca0706f3f991e13bb0353648b3db23', '02ca0706f3f991e13bb0353648b3db23', 1, 16951, 33188, 1, 1568548014, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 18, 0, '58b74f17fa3d349bf0a33c3ede5563ad1ab94a0c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176593', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58c06c9255f9460418e12c5d6d9863f5e2f9fbad', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/rateit.png', 2, 'db0308c1e6727d5b126470ebc957af810ed56f6507cf71a18c0e0afc8c0119c7', '92293355a664c72fdfdd7b1a4b3345cf', 'db0308c1e6727d5b126470ebc957af810ed56f6507cf71a18c0e0afc8c0119c7', 1, 13298, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58d6b3ddf00ea2b9bac178b29e7107e8dde4bd2d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/plugins.js', 1, '1c1382fc79ca44d88f4a53a2ee7c8e5bceace1ee889c7c9624c8572176f130d5', 'be44053c6cf3cf00096ca0f61d1054d2', 'be44053c6cf3cf00096ca0f61d1054d2', 1, 23019, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58d840720353c0e81d577b772a9ca30f5487b186', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, 'e3950757ddb6a029e76c12c2cf8743cca0965838f06586ebd5d7e9ad70e302c0', '9fe35a0b1b7b33a545272a5c8d3710b0', '9fe35a0b1b7b33a545272a5c8d3710b0', 1, 8906, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58da9f08c7a3bd3041e385411a2b7b0ab4719e2c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader52.php', 2, 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 'c8b909e2a65a5ecec42bc17d69f47f98', 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 1, 6245, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58e1737482747a7a499a2eccb726eeb1d7c3a09b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/jetflow.php', 2, '1c22f50856ca1966b5df04b70fea296dceb560ce213084b6b426a01e6e44bc74', 'ee55d21e918b35a794f8aec820879067', '1c22f50856ca1966b5df04b70fea296dceb560ce213084b6b426a01e6e44bc74', 1, 5570, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '58f53fec89ea16b7ad7c30d47da9069dc8e4120e', '/home/hkrhostingreview/public_html/wp-admin/includes/deprecated.php', 1, '58097a1c8982d938b7dc8d8cea2ef0f10afef5f69d83705b248ab6a0dfab8b27', '51903c8b667709b3c5d917a77f5781b2', '51903c8b667709b3c5d917a77f5781b2', 1, 40595, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 18, 0, '58f9206581779e565f3a64070cf93cc0e5cb1ad9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176609', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, '58fb1ada575915f7a80c567f32d252ea14d5122d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-hosting-min-1024x542.png', 5, '615f3084c8949028d0947cb80868b3a1d94676242d9f53b5238c3b60eec2cbec', '', '', 0, 366130, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59057cb398a8990092fe083e1183bac36ae1eb25', '/home/hkrhostingreview/public_html/wp-admin/js/tags.min.js', 1, '2365c54bf1370b6a00080a835ed0cd9768bd8de3e0e5302f866d917f991d6c3b', 'b0934f29dd7066a46581e8e3e260610b', 'b0934f29dd7066a46581e8e3e260610b', 1, 1786, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '590eaae0b643a68890dc7c81e14bbd9aeb5a6dd8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/as.gif', 2, '615c911f3cdb7018155780c12b1784684ec34ea174697725b055d7e845347292', 'b58f58ac2f16e7d81f1480875a8e33c0', '615c911f3cdb7018155780c12b1784684ec34ea174697725b055d7e845347292', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '590fd6bcc878087776f6c31577cda8fb8bf707c4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, '5007c97b99fc80e34575e3922d4b18c62fc49d6a167abc27a5be4eebad2df1fe', '279955e5b783fcd6207144de46eecf48', '279955e5b783fcd6207144de46eecf48', 1, 3830, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5912efe9601ed2ea5d941e7697a936c785acf373', '/home/hkrhostingreview/public_html/wp-admin/css/farbtastic.css', 1, '6a637d75055fbe91ef03c800937a27afb5081abd9cacac6ad019f2721aade193', 'f9e33829b8faed7d7bbef843fb683255', 'f9e33829b8faed7d7bbef843fb683255', 1, 611, 33188, 1, 1384705091, '', ''),
(1627004145, 1, 1, 13, 1, 0, '591941864a37a9ace6f6da065ea32cb02cc4982c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/letter-150x150.png', 5, '92f78b70b74fdb6e50cf6d4d6458884fb6fca3a5d46dfc003a62832f5d1b220d', '', '', 0, 5625, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '591c384b01417e702364a349823ffa20c125e501', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/dual-header/index.css', 2, 'fdb61e0b0b0a2dbe496ab953efa3a43b8c56bf6b7013f94a033655d85f2ff568', '97e03f542c416b3305158b4a7132cb23', 'fdb61e0b0b0a2dbe496ab953efa3a43b8c56bf6b7013f94a033655d85f2ff568', 1, 795, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '591e9cc9676d47bc45574c71370e6b17efb23cb5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/tooltipster/exception.exceptions.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438565, '', ''),
(1627004145, 1, 1, 0, 1, 0, '592c271411005a4187c44fe9ab0fcfc3d5f79e47', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/display-form.php', 2, 'c32d62dc638891f0a37ebdc0e7da6795b05ee6daf8be3be9dec31f1d248dd21d', '5a3a91251c342f6ae225b45f4b7ff516', 'c32d62dc638891f0a37ebdc0e7da6795b05ee6daf8be3be9dec31f1d248dd21d', 1, 6886, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5932422e00bd9e893e58318ec77cabe467681a40', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/license.txt', 2, '4540a3715dcf16fdf7eca02fef68dc8f8a063e81e46dbfa7f1a980eee0fcbcde', '3dd512baf1d9526532a2c8318cca0124', '4540a3715dcf16fdf7eca02fef68dc8f8a063e81e46dbfa7f1a980eee0fcbcde', 1, 18969, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5934a58cf4945ab25ec17a54e3bec8de86857431', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/custom-filter.php', 2, '51a0447361b43200858a9a306510e075d9e8cc83b897397c782d490646d06643', '8534c3567a1066f79c1e682d38ee36be', '51a0447361b43200858a9a306510e075d9e8cc83b897397c782d490646d06643', 1, 931, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5937dca79316541b24b6d422c94ba16021e7e77c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_class-bsr-admin.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992553, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59393103aa39394ab89e7d621c6effd4be2bd4e7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-es_ES.po', 2, '8a5e929a047ba1bb3e91c6150ae4e96a2833f8c0e65476b145750bcaf21cd749', '1c159220750dd97e13a74991cb2e52cb', '8a5e929a047ba1bb3e91c6150ae4e96a2833f8c0e65476b145750bcaf21cd749', 1, 222078, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59412e38ed4853e90150b45ec7918f374427e001', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/pbar-ani.gif', 2, '9ba31d0b8e6004b63b5db524d3b858140178a19904078fa7aa76fab102039c60', '63ae5a3f69fe1cedba86ad67fb81e43c', '9ba31d0b8e6004b63b5db524d3b858140178a19904078fa7aa76fab102039c60', 1, 1854, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5946acaece823091a7d25e02a95c396a19f350f0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/customizer-preview.min.js', 3, 'a7c804b8b9a4763c0335e80b944134f8708ebd1fca0660cc539b8906b4cab2da', '82e91538c4ab523e5dfeabef954de34a', 'a7c804b8b9a4763c0335e80b944134f8708ebd1fca0660cc539b8906b4cab2da', 1, 37666, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5952f512a0b55dd355b02ce6e1cd3967efa49cfa', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-gl_ES.mo', 2, '27e902a2e0584e34c172761b7a70fb054184948ed3f983f916ab7ccc16d5dcf2', 'f1095d9354ee064233b2d9fcd89dd176', '27e902a2e0584e34c172761b7a70fb054184948ed3f983f916ab7ccc16d5dcf2', 1, 57157, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '595d62c7c1f403474c7609a2abd7f27e0a7d8f17', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/req.php', 2, 'bf28d5dc943634dfccde0e88ba2dbf16111711a1ad98ed72c484375d24d38146', '581f981ebb93dafe22b659395a1428a7', 'bf28d5dc943634dfccde0e88ba2dbf16111711a1ad98ed72c484375d24d38146', 1, 1180, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59617199e79b1c71ab0c4077dd1b8c29fd4606ad', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/main.js', 2, '5f180fa5c196dfea0d5d4e301848ab66ed398c5fcf9aa5d57f7b6a5fb27ec15f', 'f8bc52966af338ef9dc5abcf7927d960', '5f180fa5c196dfea0d5d4e301848ab66ed398c5fcf9aa5d57f7b6a5fb27ec15f', 1, 4156, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '596387e98facc63bf53faf59fb4202c78e267982', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive/responsive.scss', 3, 'ad6311a94beed8b08bc2d035f2d20ddb8b0a5fb0dd791cc364712ee4a7d36492', '34f0252fce248ba29af9e5b68d4e65fc', 'ad6311a94beed8b08bc2d035f2d20ddb8b0a5fb0dd791cc364712ee4a7d36492', 1, 1656, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '59642f527dc4200c9962baec4bc6133158b6a458', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/storage.code.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438448, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5968f64f3ddc9d937b8e476efb83714b482efeb9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Library.php', 2, '5168330f1385c246458d4be2166ce0f75d3b2a016e17c772f86dbd7a3fa37a46', '81e8034f05d869143bfdefb95f4d006b', '5168330f1385c246458d4be2166ce0f75d3b2a016e17c772f86dbd7a3fa37a46', 1, 3413, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '596dfbb66fd6194bf1e0e0cb96348ae3bc68bc88', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php', 2, '3ae3decb5e764d63faa1f990209181b81ff4b3a547de8639e7349d8d348c2b32', '975ecb3334c78dfd275dfa5dda3c213b', '3ae3decb5e764d63faa1f990209181b81ff4b3a547de8639e7349d8d348c2b32', 1, 2083, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '59739582f22eb40b75318afc80671d3c1dfdc998', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176610', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5981583bcf7c36a926408e465f02f8c00262a472', '/home/hkrhostingreview/public_html/wp-admin/css/colors/midnight/colors.min.css', 1, 'cb01d3abd346434819f03eee32f1867a11fb40d6c6831038d8dfeba0ee5e99f9', '580dc16a24cd582e8afaee49d73dcf7e', '580dc16a24cd582e8afaee49d73dcf7e', 1, 12929, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59822c725d5897da14a65429413cbaaf4ad74653', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-cs_CZ.mo', 2, 'd4b002dc807ddbbb3574ea22dea4eff80d61f4dbe1fb875632b56884c9d0c890', '7611cb48073a504f8cd0feb802e93389', 'd4b002dc807ddbbb3574ea22dea4eff80d61f4dbe1fb875632b56884c9d0c890', 1, 3859, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '598f265ab5069fd56a7b70076b75f1e93785c3f4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226779', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '598fea77d54247657a7a573475da5fcb7a8bef2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59a0bf2b16c038d1857c678b9a726d2967e0c680', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-append-a-form.html.php', 2, '1a4ff7d37a18391c4f4f92bd08dca65f5378c6bf63b9ad675b326b8e134cf07f', 'a0f99badeef01dc3bc3f76c3ed99d53c', '1a4ff7d37a18391c4f4f92bd08dca65f5378c6bf63b9ad675b326b8e134cf07f', 1, 383, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59a0d90228152628d73d15aa411cb5cfae5f8fd9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59aaf20a4dcf2279277e3183bac1228a9ac56650', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/sticky-video/index.min.js', 2, 'd3df4e28674d3fe66768035fa75088c6593a4372d604cfbe280f0397b03dfffc', '60bcd557d653e169f2b313921cc9f796', 'd3df4e28674d3fe66768035fa75088c6593a4372d604cfbe280f0397b03dfffc', 1, 3903, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59b8e1df69afc8686bd52e2f612e16c89e405f21', '/home/hkrhostingreview/public_html/wp-admin/images/align-left-2x.png', 1, '00e982796093fc18a026909f41987b549395cd81b36424c331272f5bce9a0c06', '698538b14fb9839aecd01d5e97c66316', '698538b14fb9839aecd01d5e97c66316', 1, 143, 33188, 1, 1348711974, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59b9e05a59ae95233b563cf21d4ad5754afddd1c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/site.css', 2, 'c4c8b8d51ca63573df4d1dfdc93eb7fdd75206e8eefab6b02a68d5915095610b', '631fe799b95ef3f872bf048eee6a2584', 'c4c8b8d51ca63573df4d1dfdc93eb7fdd75206e8eefab6b02a68d5915095610b', 1, 20021, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '59ca1641ba08079d440a667fe7e8e3941520e2d9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_base_background-task-manager.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992573, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59ce8dba7688fa7b98738383b392f0f6f88c99f3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/form-preview.php', 2, '86f1658b4bfa4c1f256f6121bb30b940287bdbb45150969867c6d242879a91bf', 'bfe1849662603c1f48d776f98bd35ef2', '86f1658b4bfa4c1f256f6121bb30b940287bdbb45150969867c6d242879a91bf', 1, 1318, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59d1460d7c69d8a95586904c8e0f821a7f34b68b', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, '5c39e559671ad99d8a213e78c1aba4de60fa4d76470f2675e1eba08ce5ae29a1', '591f9bbbaefec332c4b00d6d7d25a1c0', '591f9bbbaefec332c4b00d6d7d25a1c0', 1, 5595, 33188, 1, 1557963952, '', ''),
(1627004145, 1, 1, 13, 18, 0, '59d377389efae2cc081f2ef63ee948c13b5c0e8d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176325', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '59eb2c9cec78970007e1a733f25aae05dbfd823a', '/home/hkrhostingreview/public_html/wp-includes/ms-blogs.php', 1, '25a33e2bff3f21cb8e43cc0927bf037396c6b35ba1e8624a788361592e313478', '97e4d27342096442d3c89e91c8c3db9d', '97e4d27342096442d3c89e91c8c3db9d', 1, 24413, 33188, 1, 1569260159, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a050650747e45bd934b3471ab3688523fa2dab0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/widget-base.php', 2, 'e37397926a036ef986fcb6eba65445620734fc6c602037735eefd30260f1325b', '924ebb2d1b4f045c2420eaa39442819c', 'e37397926a036ef986fcb6eba65445620734fc6c602037735eefd30260f1325b', 1, 23084, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a0a08ba37670465f5d58506130b9e7a8239e94d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Creative_Button.php', 2, 'f9072146a9ee7c004d916034a6b092cd5693e6466dd720f9fc1303a037a67af0', '03115937eb9a567c9344c82f6d3cf2c5', 'f9072146a9ee7c004d916034a6b092cd5693e6466dd720f9fc1303a037a67af0', 1, 21400, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a0e49778ffb04eae8f8b468f9f7c5507489ff82', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-texts.php', 2, '178516e1d4702d2736bc158e36bd0993c4dbf5b2fb078d373fd59e5ab8497013', '99b0084d5fc7465cba9ac13612f02da8', '178516e1d4702d2736bc158e36bd0993c4dbf5b2fb078d373fd59e5ab8497013', 1, 2528, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a14314a2badac453511cfc8a16c2e1bb66a7e01', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout-rtl.css', 3, 'a4ddb777b5ba829e7cb4a5e2b2c1b6de7bbb062cf5138657712cb3e5593bfe64', 'cad8cf18f55951166a8bd4a118c04283', 'a4ddb777b5ba829e7cb4a5e2b2c1b6de7bbb062cf5138657712cb3e5593bfe64', 1, 128, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a1680ffc457e6851c8d41a3833ca4503b4b84fe', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-hr.json', 2, 'b3ab7db3fec8d5a060990bcdb20500cc326cff4ccf9908412f762565f2b424c3', 'c44a885617825907b7efad3f7eeb8971', 'b3ab7db3fec8d5a060990bcdb20500cc326cff4ccf9908412f762565f2b424c3', 1, 731, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a2c5a61a38c5dc72997a2a655062d9c451d7317', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Email.php', 2, '4c2b0791bd279e68dc338f58f02222a32f7f1e5697243d98392a26f1a4da610b', 'ac4d4e7a1fe4d1c196f9715843c4caf5', '4c2b0791bd279e68dc338f58f02222a32f7f1e5697243d98392a26f1a4da610b', 1, 1249, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a2dbaff8850ddda1f161192ae4eb6dd5b2edaed', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/all-forms.js', 2, '1f652aaad5862cde9282b5a0f058360b09640d88ffb2eac428d002897420a7a5', '707b95682b1098d7729de23213c456c6', '1f652aaad5862cde9282b5a0f058360b09640d88ffb2eac428d002897420a7a5', 1, 228, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a3966623b1498fa29393c0a0348e2d8efbce8e5', '/home/hkrhostingreview/public_html/wp-includes/fonts/dashicons.svg', 1, '719f34a82da0938e872018433b65b3794b494e3e3ca03d7a8214f0e129f41265', '90b2bb03672d9f516946d43fd968d320', '90b2bb03672d9f516946d43fd968d320', 1, 108437, 33188, 1, 1553716792, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a3a51ac6dac749cdc49c92037b2f0920f69cd83', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/tooltip/index.scss', 2, 'b3c02348f33460f57a6f24bf554399da1e05e92a2d33d4894201af9bb0a73676', 'fc2c5f9c13caa39b3da816ca09b54a46', 'b3c02348f33460f57a6f24bf554399da1e05e92a2d33d4894201af9bb0a73676', 1, 3835, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a440be20dec06d5180bf15de7b6915ea003530d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-total.html', 2, 'd54a79eef71d9b0294770f75b0cc2b5f25c9a415fbd2d25b49c1dbce81fba725', '0ce657c70fcd1789396a6d642923d269', 'd54a79eef71d9b0294770f75b0cc2b5f25c9a415fbd2d25b49c1dbce81fba725', 1, 254, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a4dbd1b7dc53ca56269902f284a975209a2bd62', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/style-rtl.css', 1, '3a10c6da78d9f0317270a45cd8ee640c31a62e15c9c5b00fcfad2f1cb1c39c67', '46947f78f46f99af4bac89dd1da70cd1', '46947f78f46f99af4bac89dd1da70cd1', 1, 22936, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5a51337778bfae2e6511d7298b8b083e55989917', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_schemes_base-ui.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992595, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a5158112b7d9034c6486b2f50f4faab4e2621d3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/admin.php', 2, '45bf198d03c620f213315eeb6276c2792163f25d36cf8eb867e7fc44ec8916c0', 'bd00c8b055e57bdea3c0e3dd45f48484', '45bf198d03c620f213315eeb6276c2792163f25d36cf8eb867e7fc44ec8916c0', 1, 11805, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a55ea84bb7c3c96c663cc622bf065eb1f915a3f', '/home/hkrhostingreview/public_html/wp-content/plugins/disable-wordpress-updates/readme.txt', 2, 'd89ec49124319ea17b29766855ea40657921afc7f9e6323ba985fae912ab50a9', '49019a5b16a0a22b94ed7053eb016831', 'd89ec49124319ea17b29766855ea40657921afc7f9e6323ba985fae912ab50a9', 1, 3951, 33188, 1, 1610809587, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a590d63ebc4fec361f4b116180047faf91eefdc', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', 2, '9e6d92986e98280fb858aae20f090bcf4f4a03b6ac87507a38c87141c124d326', 'dfb104eb9ab5f963134bbc83a9e18bf2', '9e6d92986e98280fb858aae20f090bcf4f4a03b6ac87507a38c87141c124d326', 1, 1296, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a6e7ad8461c64a06c49ff314482a21f4793048d', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/lusitana.css', 2, '87bbf7a4d42bee51120b98815f60dd7f0ebba245cab613a73680be7c7b8330e3', '314f9cd07d8f0b9605b9237398d60448', '87bbf7a4d42bee51120b98815f60dd7f0ebba245cab613a73680be7c7b8330e3', 1, 551, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a792546c11363aeb76085426abe23cf78582f2a', '/home/hkrhostingreview/public_html/wp-admin/css/code-editor-rtl.css', 1, '7edea599d7442b4f107db158dbb131419b3829dfb51c4d1050a150e5b0f9f1a1', 'f2b0f0835b1c0011ee2f52a48af4abdf', 'f2b0f0835b1c0011ee2f52a48af4abdf', 1, 1579, 33188, 1, 1551736972, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5a8747001966e0cfcce4a9aa44ca0861aa2134aa', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_edit-contact-form.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992558, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a89900a6edb833aff36f26d710d8c99ceb41386', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-categories.php', 1, '0bf727decbb6c9562ede9de65432148bb3f9ee887a589bf4f5cbe0f15a85c402', '3364325240e6fc807da5b78e21a73150', '3364325240e6fc807da5b78e21a73150', 1, 6169, 33188, 1, 1568818256, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5a8ce021fba02a8ba952918d0439d8c573d15d24', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo', 2, 'f1e2bc7280d6623e2fbc28d4ad3835497ec36651baaf49c2143f8eea70a942c8', '577350cf6d8d4f6e1cc9f508dd9a234a', 'f1e2bc7280d6623e2fbc28d4ad3835497ec36651baaf49c2143f8eea70a942c8', 1, 108307, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ab378ed08d6a42e1e74f4a5e727317afde16752', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/multisite-cron.php', 2, 'c75e3fd1176bd538a8a558b5f38d6c8cbaabcededc514d53ab29ca5c40411489', '30337da17fef30a25329610d07e73c37', 'c75e3fd1176bd538a8a558b5f38d6c8cbaabcededc514d53ab29ca5c40411489', 1, 1299, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5aba5730cb5a31624604b4b657b2b67820731476', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/paypal-express.png', 2, 'f42b117997b73c83be5852118ae0cbc8a4aa1ad3df63ce3e4f7c35b73c9cd7c9', 'df23d9d41b8c70cc2ec256d71dccf642', 'f42b117997b73c83be5852118ae0cbc8a4aa1ad3df63ce3e4f7c35b73c9cd7c9', 1, 16466, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ac75a668514711838f6aba5eb71e0a2f6359967', '/home/hkrhostingreview/public_html/wp-includes/ID3/license.txt', 1, 'b59c12a7191b8f07ab5d36fda35fd8c43442f9ffe48883e3ceac3e91c01132c6', '47d8905625e6505f1117fa0ba8d5b7af', '47d8905625e6505f1117fa0ba8d5b7af', 1, 1361, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5acc67ee1f6b88427937211b15faa2a37e6ce8bb', '/home/hkrhostingreview/public_html/wp-admin/css/login.css', 1, 'd9e253891834561afbdeae6905c64c85616dc41ea026e97b63c02ef020ee9de2', '74eeb188296b161860ba9dbc08f57c54', '74eeb188296b161860ba9dbc08f57c54', 1, 6327, 33188, 1, 1570478222, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5acd23e4a5148b89825aaa9c24d9b0df1f3c608f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-textbox.html', 2, 'c9e8458420ac4f1c8279e3a48f7e087dbf6c99bd58d6b3ed109f5cbf6e00673d', '8746fc5d3628fce6815c9df0fc47d31b', 'c9e8458420ac4f1c8279e3a48f7e087dbf6c99bd58d6b3ed109f5cbf6e00673d', 1, 817, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5add464d6e20f6f5bfb9425db3cc980696e34834', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-type.php', 1, '337fb59d03a9998d6a0e91af48a8410be1c8ab8417903be47472780516b3502b', '99a654085db59c78efffaf91f9131d01', '99a654085db59c78efffaf91f9131d01', 1, 4815, 33188, 1, 1545069652, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ae283051f742512d99617bae1e458df9ae47641', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/js/hfe-nav-menu.js', 2, '5d5fddae7e850abb1b655ae50f7202c6a70e4fc03abab456f6cea9d1e24ce9de', '9ee6350daef410e7d4811d7ed007ca07', '5d5fddae7e850abb1b655ae50f7202c6a70e4fc03abab456f6cea9d1e24ce9de', 1, 22014, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5aeb33a45cfef5121600a4e1df640d70d40eef1e', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/style.min.css', 1, 'e5e11d51840d560c1d3902b04d57a6f72b4efd25b5998518150a82b01e2bd50b', 'f46af19986f894a47409cd04a90e827e', 'f46af19986f894a47409cd04a90e827e', 1, 18519, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b108b8ee5510fbac42c0fa37280213689ae2bd8', '/home/hkrhostingreview/public_html/wp-admin/network/user-new.php', 1, 'a70314766a6f0f3e522555e8cb520db44178c1aea44915db53d73bb17dd51b2b', '608d0fa59383eae1d4c7be59ccfb6993', '608d0fa59383eae1d4c7be59ccfb6993', 1, 4883, 33188, 1, 1567358039, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b2a06e75e5e856a16fcd814c3d7501e9d2b61af', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/notifications.js', 2, '08fb3381cbe24445a06c779b57aba3306ef094dfa94b1b6360839ca9c0ead7ba', '48b86dc52367c3963f5e73061f34beb6', '08fb3381cbe24445a06c779b57aba3306ef094dfa94b1b6360839ca9c0ead7ba', 1, 3516, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b3852e667f68ea23d9cd526470803ca377a0a8f', '/home/hkrhostingreview/public_html/wp-includes/js/crop/cropper.js', 1, '1f3927500803cba997b34a82fa44bc020f55787709b088ff124e03ab14ef4ccf', '1d97b296d918482e1273c56fbff6a8e2', '1d97b296d918482e1273c56fbff6a8e2', 1, 16485, 33188, 1, 1178315323, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5b3c6e53a1835ce461d2d7657b4487cf4669a0b7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_items_js.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992592, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b4b20e1d502ba21aecf91bc1170a85a3c8d5947', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/readme.txt', 2, '68a47262c48a7a89953d8d6520934baaeab97db1f3134d99ee3e725192084a89', '3f4c969233c6ad10c5fac92828f1677c', '68a47262c48a7a89953d8d6520934baaeab97db1f3134d99ee3e725192084a89', 1, 55001, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b4b3a763c373093ed7d6d2196ed18decfb3deec', '/home/hkrhostingreview/public_html/wp-admin/load-scripts.php', 1, '346ec6a7e0d96035b2d74a3b70ed361a2c2c77fad80a74aa2848be4549b75757', '3730858979e46b8f2bc5ebb5d941eaf2', '3730858979e46b8f2bc5ebb5d941eaf2', 1, 1709, 33188, 1, 1564870677, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5b749c4fc5d23498a805f0cbd507c52c862a416c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_wordpress-htaccess-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992550, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b7b1cbaae43c283d0025468a05b56438908c2b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-pt_BR.po', 2, 'fcd805d740da705d8200d1913d67ece11388f5c275842ebd34951c9b29cb40c0', '838d31948721f153db63c80ba6dae229', 'fcd805d740da705d8200d1913d67ece11388f5c275842ebd34951c9b29cb40c0', 1, 111825, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b87c58c4b584b21168dcea820bc4f0caf434ece', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/settings-group/settings-group.js', 3, '7442ddc215835fe1d80d0340afa1b5f52e1622a82b75a528034411fce8f584a1', '0c93e6797186bcf18948f0dfdcbdb9d7', '7442ddc215835fe1d80d0340afa1b5f52e1622a82b75a528034411fce8f584a1', 1, 55210, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b92b148a84e6f0a1e4eb7e231d449a03fb48363', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php', 3, '4bfb6d2dbc705e690bfd2e6541daf40a7e8e56238ea05073d33f56cdbe78bec1', '03cf47769e28a61687754b500f57404f', '4bfb6d2dbc705e690bfd2e6541daf40a7e8e56238ea05073d33f56cdbe78bec1', 1, 27508, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5b9e34eef689d068a2d382f44b4fe95b308be1f6', '/home/hkrhostingreview/public_html/wp-includes/css/media-views-rtl.min.css', 1, '07a2439ccce6b2d7383a5cd908b375947cda8cb96c30db35bd18fadcce105122', 'fcb870e743c4db730c63c9d050b22dde', 'fcb870e743c4db730c63c9d050b22dde', 1, 44103, 33188, 1, 1571700184, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5ba51be96c1a4f478d8ef0e9b280efcac764947c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176764', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5baa04c02f61f1f8efa55e17c4ecce8fd77f4dfe', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-zh_CN.mo', 2, '6c1919c0dd24f301c5d2743ed07466ebecdfcc995f64c96cdd0dd9bd5f334661', '54091430d17de8fa4c79dfaed255b2a2', '6c1919c0dd24f301c5d2743ed07466ebecdfcc995f64c96cdd0dd9bd5f334661', 1, 86465, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5bb3b2ea4082fa6a588d3d64aa7299d85974090d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/The-Advantages-of-a-SSL-Certificates-for-a-Small-Business-Website-150x150.png', 5, '9c8a254af14e8a9fec537053486c8cd796cf0d3dc81ccaa419ce7a54149690bd', '', '', 0, 19096, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5bb6a553867267a9c2b91474685e3690c5f6dad2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_panel.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992618, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5bc43a1230b509679d76d0dde1c01d98cb94c851', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, '645f40cd76a9e39d9baa209314f15d9c05828b5c6170450c3e568a811f68c73d', '0d56de4e85636b30e37d2f10f5d583e5', '0d56de4e85636b30e37d2f10f5d583e5', 1, 98, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5bc461f72ce41569aee9e4f3b64a954470e6f6bc', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/main.css.map', 2, 'bad2ff9a0288cdf984a0bed59a3f5a67033b36e7a34fb7d4ff9ed3356907b6e9', '244659a323024f6cddf625e3e74f87d0', 'bad2ff9a0288cdf984a0bed59a3f5a67033b36e7a34fb7d4ff9ed3356907b6e9', 1, 5616, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5be7b27b10b2c6f0567b448903d519f326544cdc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsReCaptcha.php', 2, '0c75abe6388524d60e09b9f969e2bd55a6f88f649aeab3d02ca265ef52568c6b', '85f55f70ff7f4806f5261528b8751ddb', '0c75abe6388524d60e09b9f969e2bd55a6f88f649aeab3d02ca265ef52568c6b', 1, 2318, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5bf1d89d1dc0d4e177e627693f6871c26f2c79b5', '/home/hkrhostingreview/public_html/wp-admin/images/media-button-music.gif', 1, '227d08937dd134ab6a4cbd95efd13374458fb8f741c77f5d26ccf81246891e70', '345e0f26246fc3e8a00b75662610f498', '345e0f26246fc3e8a00b75662610f498', 1, 206, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c073725607286a08f87daaf3f17b07b1ff78893', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/formatting.php', 2, '38bcbe647f3d6f83a1166d02f35801e45a3d2f1489fbe5f922db708e5e2c9025', '55d0f065edd7f6b4e63a27f6c359ac52', '38bcbe647f3d6f83a1166d02f35801e45a3d2f1489fbe5f922db708e5e2c9025', 1, 10484, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c0aea46d137e7c44338dee6a83c175250e655bf', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-clip.min.js', 1, '90c8c71b472c153ee6c82f3216cbc9e2737994a9ad0b055cd9758c0595caf8ad', 'e9294b5b7374f173b76b4286b53faf33', 'e9294b5b7374f173b76b4286b53faf33', 1, 912, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c13fc18a0da55986f1fa32f4931569e47270f8b', '/home/hkrhostingreview/public_html/wp-content/index.php', 1, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', '67442c5615eba73d105c0715c6620850', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c1876028d2280a2a18f3bd1a290e4e88401fa1f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-id_ID.json', 2, '07c409272f1a551575859ceda15f064f74092300f3167155bdc912adf18aedd2', '2b6fcbd919ff6f2d9dfbb96c35d63816', '07c409272f1a551575859ceda15f064f74092300f3167155bdc912adf18aedd2', 1, 526, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c19803c8dfcfb9be4162f8e008f447225cabf9a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP.php', 1, 'b342b99793734aab23f5c0b08a38835c75c5523aa90440f7dabec79da612cf29', 'e8d5fc68b3c6fa15e4526c161172dae5', 'e8d5fc68b3c6fa15e4526c161172dae5', 1, 1419, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c22d9cfc2628b15d5db3ee220f239ba9279df13', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php', 3, '2010dddb08d6b360e1c2f6c395fe051b15459be6ad6d91fd705ad4377ceaa779', '48816a0c536479995a9101725349c5f3', '2010dddb08d6b360e1c2f6c395fe051b15459be6ad6d91fd705ad4377ceaa779', 1, 1509, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c24616bd924558115248a83131cac3c9f3143c5', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/OneSignal.svg', 2, '68e76b9af664aee762038296b585378e3707f6271f33ee48a251a2612838d201', 'b15768b0c3d929f4325677c8c93ebcc6', '68e76b9af664aee762038296b585378e3707f6271f33ee48a251a2612838d201', 1, 3180, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c2595e0221b0f172102d4e0c2bb7aaf40404b09', '/home/hkrhostingreview/public_html/wp-admin/user/admin.php', 1, 'bfd2698dd558fb6f60a16681ea639741e91544283575fa8deb59de91ed498ef9', '978c72880bc9dce93e59d1c851f96467', '978c72880bc9dce93e59d1c851f96467', 1, 849, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c2609207df9d92e006a4341c83d6d828afad73b', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 2, '3d4060618f747c4378c4fcbbe0b95bfc0d69ec5e2b68c664912df8bba4a51ccf', '04646fb634cba8c8b6487d26200c5fcc', '3d4060618f747c4378c4fcbbe0b95bfc0d69ec5e2b68c664912df8bba4a51ccf', 1, 262, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c3539409e91162061e623467848111e2cb5c2ae', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/mrgreen.png', 1, '98a1f7d28eafca1248848ff14817cc42d3831c76bfac7a4d7a5b1df7d6c6dc2b', '2d35c1e05eb1949106d34add6a9d9dda', '2d35c1e05eb1949106d34add6a9d9dda', 1, 1486, 33188, 1, 1428646826, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c40dc52471e35f461ca2cf591174d9123e5e6b0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Page.php', 2, 'c45ff56dc39802fc9f202054e1c3c684ee185b14ff5bbc1242c4ea8276b72185', '2bcc1f1cdd1160125193703481e1d957', 'c45ff56dc39802fc9f202054e1c3c684ee185b14ff5bbc1242c4ea8276b72185', 1, 3344, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c5aa98855a06a18edf0c6d91e53eeace2f7bdd4', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/react-dom.min.js', 1, '5903b1bee475a683a2d2ac0869fbbdb16609e2b8dede8027d2fee274122d9003', '8e891f5946c8e1780e362268cb45ec8b', '8e891f5946c8e1780e362268cb45ec8b', 1, 114123, 33188, 1, 1569399657, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c74698366ad7ab35137c07fe0a3b99fb025b8d2', '/home/hkrhostingreview/public_html/wp-admin/js/edit-comments.js', 1, '3c5f0c19b7d66925b361d66e178e81e12335d1411a2a18c989493ebc5ab58042', '908f23515f075ea7d164a713282989ef', '908f23515f075ea7d164a713282989ef', 1, 36979, 33188, 1, 1567190046, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c8e23d24de94cb3ba9f6b37bf9c9916bf6a70fe', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css', 3, 'e2b9203588fd0b31af19f1f4699ff38238210022c701d36e7ff0c500373e8899', '4b5e5656d4e32df2a9bd7f63416cac43', 'e2b9203588fd0b31af19f1f4699ff38238210022c701d36e7ff0c500373e8899', 1, 2868, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5c92e838b0de34801cb455ea292a7d046f3f9383', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-general.svg', 2, '304e41dcbe3d46c31469fb99355e6382f94f605a271a7245e0513e598c003e9c', '10e7a36c6c8a7e0ed649a633d4a78d03', '304e41dcbe3d46c31469fb99355e6382f94f605a271a7245e0513e598c003e9c', 1, 3103, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5cac2b25a43fd40a94a2450ee2cde17f592112d6', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 'ba8fa912e91c7711a57db07f6ede7fa8a3599b4bf52e9c72d16b5e511820e777', 'f30b40567b05522338ba376ef36e0a9a', 'f30b40567b05522338ba376ef36e0a9a', 1, 2068, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5cae363a739335e04cea044fb9a4cf90461c1ba7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_file.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992567, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5cbbccccadcdfc2436e3dd6667a5ab0c9bacff27', '/home/hkrhostingreview/public_html/wp-includes/js/utils.js', 1, '6dda84dc140ec50e31dc533bf6f4921a6c918392a6e311be352d693958940451', '3328e64dc78c8f83b8a976dd416b1269', '3328e64dc78c8f83b8a976dd416b1269', 1, 4657, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5cbed21dc6e97b858c30d84a26a80490da26e985', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php', 3, '7ecf5e2d814a061f58a9316edb30951b4cdba361516b0891e499c66a6a9a0fc4', '441534e0f0714c3c5b4041cd2971f27c', '7ecf5e2d814a061f58a9316edb30951b4cdba361516b0891e499c66a6a9a0fc4', 1, 1262, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ccb15234513be55551077b49e00d1a7e5e7c940', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/ninjaModal.js', 2, '28f43e832bd3a4ddd35a8f839e53542c0ae4690e479a2865f067f7011d4658c3', '110652eaf90f6e4d1a1ab0e3ec2f489b', '28f43e832bd3a4ddd35a8f839e53542c0ae4690e479a2865f067f7011d4658c3', 1, 12643, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5cda248fab1494159b418f268be49ecd74c56bb9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-none.php', 3, '365cc0d424e2900fbb0f3a73a87fde260f7bc0241067c46d4550da652c1b770b', '710ac442f8231182ac95665d9c6f7e91', '365cc0d424e2900fbb0f3a73a87fde260f7bc0241067c46d4550da652c1b770b', 1, 1121, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5cea9455c32ee32e607b269ecbe4fb55668a51cb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176631', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ceaff08ebe429d77b1c9fdb773d467e63ada1e4', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/login.php', 2, '7d0d8b3080616057e101c62ccdd5a2c707c9999026e8bc845b73328f77f5e0d0', '53a9a250c88f0c9a18fc15c17ed5fef9', '7d0d8b3080616057e101c62ccdd5a2c707c9999026e8bc845b73328f77f5e0d0', 1, 1397, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5cf85e847024579b155b0ce588d058f2bedc5642', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/8-1-150x76.png', 5, '60962d39984782a784d641cc7962f38a5a3c616ed808c22bdfea2eedbb1f524f', '', '', 0, 7742, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d062a3923e6f411474629ee44414f3e80839ace', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js', 2, 'e5e0aaa723b7e2d92e1cdbcb2524852dad8c18ff8705517fe7eed34165cb38c6', 'b2c9df674c3c9d45d50b233ec631f277', 'e5e0aaa723b7e2d92e1cdbcb2524852dad8c18ff8705517fe7eed34165cb38c6', 1, 14863, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d0fe32027b2da3a58bd82c1c7f452797946950b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php', 3, '21787abd4aa62876baf3991db59ff251aec00264ccc8011a40cf9977b564b756', '4e1d03545cfbe82b85945d5daa683fee', '21787abd4aa62876baf3991db59ff251aec00264ccc8011a40cf9977b564b756', 1, 9403, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d10a5a1b2b1f96e712d12320f87cacd4e078ef6', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/306.php', 1, '0cd6b8fd0ad64f482ebaab22f62698788870d93d9f4178a11b05ee1011b8a18c', '57737a071fa1754e50db6adcc9f25875', '57737a071fa1754e50db6adcc9f25875', 1, 391, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d231228273336b251ec94c301ec4844030ee8d9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/progress-bar/index.min.js', 2, '40a0c4a3421b51c3623dbe8d2de97e89898ddeeb79597414c81be0a39aebd980', 'da21e217b260939a25d680f1a3854820', '40a0c4a3421b51c3623dbe8d2de97e89898ddeeb79597414c81be0a39aebd980', 1, 229, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d253133469b8126c4435acea0cdc2680039b185', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-fr_FR.json', 2, 'db6d293d731a59ee78bc40450bcb997ad2850cd23b8040d0fce0c2668a1c0826', 'a2f36ac2f3ae0e7a7cd797ede8e767e0', 'db6d293d731a59ee78bc40450bcb997ad2850cd23b8040d0fce0c2668a1c0826', 1, 53108, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d2e37a01bddd5b70dc1c0ab8fed18728696b92b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/readme.txt', 3, '210871ac52d7d2560fd1014e77077c8055054b67e17667ab8129eaba992fe4a0', '5e47d78f600ed2591201e92a74a0dea5', '210871ac52d7d2560fd1014e77077c8055054b67e17667ab8129eaba992fe4a0', 1, 4654, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d3048d9138b0ada8085f4951de6a927acd8f501', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css', 2, 'eae7dbee8086528ae8f4eec195fc258901719276c1f30ca4c8e0f909830a661c', 'e9a6885cc5293eb865629abef84fee06', 'eae7dbee8086528ae8f4eec195fc258901719276c1f30ca4c8e0f909830a661c', 1, 14773, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d3c2eddb8e6f39c66aaeda5ce0845e2f79d6e29', '/home/hkrhostingreview/public_html/wp-includes/js/autosave.min.js', 1, '81b250e7b331cc324938e9ad355ded6a2ebdee7dd9614a314fe1995bd9090454', '1ea6e59d88f83106e2ae3aff299d35df', '1ea6e59d88f83106e2ae3aff299d35df', 1, 5485, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d40bf1ce7d115221e2b67806064524347e5b1ee', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.woff2', 2, 'ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995', 'db812d8a70a4e88e888744c1c9a27e89', 'ff82aeed6b9bb6701696c84d1b223d2e682eb78c89117a438ce6cfea8c498995', 1, 66624, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d48a4fe19c9e88af60d58bb451987db46fead84', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/user.php', 2, '4d670cb52d36b23ad7664b24bdc7a2f20bcfab1567281260ab7c816628d58831', 'eca8f0de39eba0ffdf6ebf712c9b5340', '4d670cb52d36b23ad7664b24bdc7a2f20bcfab1567281260ab7c816628d58831', 1, 6673, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d496efef2f0d0ca015ae597a890fff5bd06333c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-el.po', 2, '610675084ce2ae5750146a8699b6fbf3c0a300816a9cd6ac13e6b7b709f8fc00', '3ab27d23927e00a5d451c9a80cd67d37', '610675084ce2ae5750146a8699b6fbf3c0a300816a9cd6ac13e6b7b709f8fc00', 1, 247374, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d59f89326bcc8bbfedccba3e2b073f3b8c33f7d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', 2, 'd6251be277a5f01e3c637072e05802526e501c8fa8a237d8190edf8ee79ebb3d', 'e63c67228df4a03cd91321bdf98e7555', 'd6251be277a5f01e3c637072e05802526e501c8fa8a237d8190edf8ee79ebb3d', 1, 6999, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d722fe31f4c7e4387361a4822655c5aa9f550a0', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-color-control.php', 1, 'e387d9923ccf02d6c0826c8286e4a1076eafb7fe55f7231005c237a196b2d329', '47e1df0250276e893bca671c74539b2b', '47e1df0250276e893bca671c74539b2b', 1, 2881, 33188, 1, 1523632220, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5d7a6c2e0cc39e87e96e124d8360d7eaab9c0671', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/library.accepted.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438448, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d8b1f158f34ec56e52dd31fe5889d16fc321c32', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-es_ES.mo', 2, '8d0bdb74d5599637c87c0c0e32582d2cc12f6e460c005e5cd235d17451430d34', '59edc00e1d5513adb2550959866adef7', '8d0bdb74d5599637c87c0c0e32582d2cc12f6e460c005e5cd235d17451430d34', 1, 65483, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d922b546e09bbc418071f67791bf30a8c6f0859', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php', 3, '3b63e689412917cca8fd451e60e9bfbd47be091379482730babc584bddcfc65a', '53b76e14bab8a714b36fed27405ef398', '3b63e689412917cca8fd451e60e9bfbd47be091379482730babc584bddcfc65a', 1, 2709, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d9aeb64b796b16a251ba71ff3794a63d13093a8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/FieldMeta.php', 2, '19f1b920890df3eceef1b8878549855aae2fa4ecd04e698b90c1887697221bc1', '65f5b67b376ac230fc912272891a3a5c', '19f1b920890df3eceef1b8878549855aae2fa4ecd04e698b90c1887697221bc1', 1, 1557, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5d9d14e730343908a2bab181ff6132d7a3361b0e', '/home/hkrhostingreview/public_html/wp-admin/images/wordpress-logo.png', 1, '16fc59dad281b476356556c5d382811f3fabc51d771002615ef5f56da6160178', 'c6b0f979b9e66fc338f4cb3853a5608a', 'c6b0f979b9e66fc338f4cb3853a5608a', 1, 2480, 33188, 1, 1352314150, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '5da8bc6916acc5658100c7bd7de76b1c262c0a10', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/heading/heading.scss', 3, '80938f8cb9d8c5579efa7279c0616f3addd57f08d2b226fb5d1e722f6ca891f1', 'a82c7be5a11abb05cdbbd00ee93f8eb0', '80938f8cb9d8c5579efa7279c0616f3addd57f08d2b226fb5d1e722f6ca891f1', 1, 1378, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5da8e7c2b8964d00987f870da426d061d4f4cb49', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio-video.asf.php', 1, 'bd52f98c5ff90152567a3eade84c3534dee41762ff2eaa32462a8117cfc8818a', '0e4e7e0f1e4936afc2a6a18d0df6b86a', '0e4e7e0f1e4936afc2a6a18d0df6b86a', 1, 127950, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5daae03dfb2a8c91c19251968c5e09e1fc26f1ff', '/home/hkrhostingreview/public_html/wp-includes/js/wp-lists.min.js', 1, 'f5142ee5cd44419375451b9746acb51301f0cec1a13b53e7d09af24af444dff9', 'df360a33e64d91258ff738d8ae445397', 'df360a33e64d91258ff738d8ae445397', 1, 7401, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5dc31dd3d91f165b9472d2736fa8aa3f1a6c5fee', '/home/hkrhostingreview/public_html/wp-includes/Requests/Transport/cURL.php', 1, 'ca5fa8e6629351446f5040fabcbb76400291e377d083d5324ad68c58dd9e3c54', '0ee4801d08da383712136160435ae0d1', '0ee4801d08da383712136160435ae0d1', 1, 15325, 33188, 1, 1475637877, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5dc480fdd487328e195cff622922b16dd951cae9', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/css/jet-sticky-admin.css', 2, '05dae106031738e49176169fc0a2b53bd7b32ba7b951ccf8a8151ba52ec697ff', '93fe9d62a7c83e5df233d64fc4533265', '05dae106031738e49176169fc0a2b53bd7b32ba7b951ccf8a8151ba52ec697ff', 1, 63, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5dcfce4ce61f38799aafd2fd6b403aee152b0e97', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php', 2, '6f09a03f56497ffe1f2d3d2a287d5de94385730de30a35055ab383396675fdc8', '36f0a14381165a2b2f1e87e7fe2cbe9b', '6f09a03f56497ffe1f2d3d2a287d5de94385730de30a35055ab383396675fdc8', 1, 1321, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5deda48d7e2cb561c5d842a1d87be106c2fad9ef', '/home/hkrhostingreview/public_html/wp-admin/js/media.js', 1, '7810598cce507434482fd5d1d74fbeca87e77a54bf11eeb62c0f1320af17be5f', 'a3f5caf5986947eb51f0f3770770ff63', 'a3f5caf5986947eb51f0f3770770ff63', 1, 5227, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5e1716fb4a895bdef008c1282b90fa4ff3ffe913', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-150x120.png', 5, '93ffa31c24b7f4c19dfae7b0ed31a773702bd6b0265d82f507ece3065982672e', '', '', 0, 2532, 33188, 1, 1596822145, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e175596cbb8d828f15db706b73b412fa87ba517', '/home/hkrhostingreview/public_html/wp-admin/css/forms-rtl.css', 1, 'efc2be016f441fb13c71e05363ba234584089b3dbc0ad8deddd333fedaee1551', '5d93609886b767b6a3f7faee2dbeaea7', '5d93609886b767b6a3f7faee2dbeaea7', 1, 31681, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5e1fa46d6c94059a6d178c2076adb491e628e509', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_connect_admin.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992579, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e3c893c77b39b5fa9ca6b95eaebef38f774020f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css', 3, '4c77d3ea5c24215f11fb7c53f3f5a7aca8d4a2a2a5bf1348b0a7b88333851c1b', 'f952a7a1ca1bea9f0a60238f9c20f3d0', '4c77d3ea5c24215f11fb7c53f3f5a7aca8d4a2a2a5bf1348b0a7b88333851c1b', 1, 234, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e41264c2067051d52f6c0520fa9bd9b4384b859', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/credit-card.php', 2, 'deb0116d4e7e1c1123c7b50cc3021e38f9857ef786165fe5066294dabad32cfa', '15f0249d9dbbec529cec16e2e12a3525', 'deb0116d4e7e1c1123c7b50cc3021e38f9857ef786165fe5066294dabad32cfa', 1, 15490, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e4cb1b82312fb26dc9b54615c71c1b7cb672e72', '/home/hkrhostingreview/public_html/wp-includes/js/backbone.js', 1, 'c64229c09c371f5a3251a94d009042a33e5ae232e2a694f1df5cb881838f4d5d', '222432686a333255fd0f9b8fa4d4e713', '222432686a333255fd0f9b8fa4d4e713', 1, 77794, 33188, 1, 1568740794, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e5257963d08ef49d8c047572d449b6f4e3ff8e3', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/nb.js', 2, '4334544bb3a9a896b2eeff0d615037e30d942bb68e6849d0c72ae11e1cae249c', '780c7d4ca5e5b34f0daf91bb1ddc65a4', '4334544bb3a9a896b2eeff0d615037e30d942bb68e6849d0c72ae11e1cae249c', 1, 775, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e54f632e5c6e4eb2922be556079c2ca019f4b75', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf', 2, '6b347ff01e588a2a6909ccd7f7f5866b27484391547e9df451ab9b4c27920c71', '273dc9bf9778fd37fa61357645d46a28', '6b347ff01e588a2a6909ccd7f7f5866b27484391547e9df451ab9b4c27920c71', 1, 131624, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e688586fef42b0c8d2b70445326c2fdb889320b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-hr.html', 2, '9c4bdf9847568c2c243f10ef804ad833ed9f02a94e83036f725bec8a7ffca61e', 'ba4b5b3d5c0561ef831069efe7f7a592', '9c4bdf9847568c2c243f10ef804ad833ed9f02a94e83036f725bec8a7ffca61e', 1, 108, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e85557ba41c7e6c8c3abb33e4be5173218f7040', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/textarea.php', 2, '96701f9ff0e185e4396932ed0977836f55b8adc074451f3a70040a794ba511bf', '1548ab7ab342b77e9715ae00d62584d3', '96701f9ff0e185e4396932ed0977836f55b8adc074451f3a70040a794ba511bf', 1, 2000, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e8b4550788bafb358836aa494897f4d39090ddc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-sub-fields.html.php', 2, '4a8c3933211aee226267fe731f83c9022ead62f05faf956f61ab8cc32b2de00e', 'a96a62e125d82fbaa8d5aa243e83558c', '4a8c3933211aee226267fe731f83c9022ead62f05faf956f61ab8cc32b2de00e', 1, 1701, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5e8f0246b060a064cd08e76dfb03e3e508e07bbe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176667', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5e908361d9c305f404978cf2c56278e4c996a24f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/evalmath.class.php', 2, '2dcf6aede6d8c03c8b97bec8975a42bd4f0751276cc3dd42450da1eea079bfa1', 'c342086acf12742d7fa7a146d862079c', '2dcf6aede6d8c03c8b97bec8975a42bd4f0751276cc3dd42450da1eea079bfa1', 1, 34460, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ea5415bf692626a3cd89b961e2152093ded34a0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-404.php', 3, '7d1c94f6e86e7360d25944f5b5abdc6b1dc272dc9fa8d0ed1c90071afa888020', 'b015c3a2c7c3f770e2afe60fcbf9b91a', '7d1c94f6e86e7360d25944f5b5abdc6b1dc272dc9fa8d0ed1c90071afa888020', 1, 422, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5eab9af8fa9be5f8d4216fdb3ca6e1636045764e', '/home/hkrhostingreview/public_html/wp-admin/js/xfn.js', 1, 'efaf0276e68d95d156a6249a6991ad42c72bacb14670de23e34d24fe2d32050e', 'f715e9cd03d570820eb81c2990a2b70b', 'f715e9cd03d570820eb81c2990a2b70b', 1, 759, 33188, 1, 1558903853, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5eb63430751662e299b324ed7a35e54a78efcca1', '/home/hkrhostingreview/public_html/wp-includes/js/dist/url.js', 1, '214946886369642cdfa2744145ce81755846aefe4f0a791dc083b0b43f89cdc0', 'edc8ad80ceb6b53aaf28e6610da3ca5b', 'edc8ad80ceb6b53aaf28e6610da3ca5b', 1, 41747, 33188, 1, 1571666527, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5eb7ff556ee05608a880c576dfa79972d8a2498f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsWP.php', 2, 'e542ed91990df83c0dd0495c403e48fe2079711ce56ef5c1f53420d5e8d1bb6f', 'c5716c1b25beb20b30eecc774304afca', 'e542ed91990df83c0dd0495c403e48fe2079711ce56ef5c1f53420d5e8d1bb6f', 1, 6769, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5eb95f87aa6e18d583ab331e3d36539b63348c65', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/8-1.png', 5, 'fdbfa404e096a1105123c2ad660f8496a8c7109affb7112ed0391ebb3d593ee6', '', '', 0, 13525, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ec076c3084bf6f6ed78614e0ed4a7a6a0ad313c', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/common.js', 2, '211d55ead732eeef37d0a6d89fa1802fc486adfb2891a2126ed901a761038ecb', '79262a4f999bb3582c34b2c3a7a00264', '211d55ead732eeef37d0a6d89fa1802fc486adfb2891a2126ed901a761038ecb', 1, 1490, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ec3d01b80ea67c85e08f82a748d0076968ff578', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Team_Member.php', 2, '4fb9817293b9bdd57d1afb9803ad637cf5a61944ce758e3746133537b733fa52', 'e0142a3dfb020c65f847f1e809865ca2', '4fb9817293b9bdd57d1afb9803ad637cf5a61944ce758e3746133537b733fa52', 1, 1209, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5eccf307dad303bf694052de88669f982a029eff', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176456', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ed7c8740a4fde9472b63cf7c66f3b357aad3572', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/app_id-1.jpg', 2, 'f08997022d0fcaaa9ca66bf2adad4056534f886a86c08ac3bc7c1dea6ebf34b3', 'dab9fcedb5e1b66438c3d791fa2df6f6', 'f08997022d0fcaaa9ca66bf2adad4056534f886a86c08ac3bc7c1dea6ebf34b3', 1, 93489, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ee98d30dfb05c691b2fb132b888e56fe517ca33', '/home/hkrhostingreview/public_html/wp-admin/upgrade-functions.php', 1, '5dbfab415b8129e45d0a8111ed7f6b06ba7198676380f0363eeccba485a7ce9d', '2ce9edafd62960bf82b855da79f562d1', '2ce9edafd62960bf82b855da79f562d1', 1, 344, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5eef33fa615fc76676bfd76ca3235eb67e9b96b8', '/home/hkrhostingreview/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php', 1, '89075aebf3473445674075b7981bff93d02e0adbe068a147d44f83c8294a91af', '6b991aa70873f6fc59da9e8cf6678490', '6b991aa70873f6fc59da9e8cf6678490', 1, 1775, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5efc94f126a9d72ea451e90c18de97a02fd2257c', '/home/hkrhostingreview/public_html/wp-includes/js/crop/cropper.css', 1, '89a21c35e3444539f733edb7bbfd43089659e4c708006526ebb0ba1ec7c23b40', '6b79350bf46e0f692a4d1b2807ed0399', '6b79350bf46e0f692a4d1b2807ed0399', 1, 2949, 33188, 1, 1356018932, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f020122d4479148433712a0569bb3f5a350a051', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/quiz.php', 2, '9a0a57951bf4d520019dc0445a6bd9728e35639c11d55b50af25b7011ea0a617', '12c89bca2829374638723f575ab37594', '9a0a57951bf4d520019dc0445a6bd9728e35639c11d55b50af25b7011ea0a617', 1, 6687, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f020d9a98cb471e51cec0f3af3351020d4a97ba', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Enclosure.php', 1, 'b838ecfdc96737445b30773f0215a3da32432aa945c4a29a37a88c96fa570bd2', '122e861f42eb6e01ce8d4b0f11fb735d', '122e861f42eb6e01ce8d4b0f11fb735d', 1, 27487, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f140aa2c2786fdc5fd38da4c328fe2109605a88', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-es_VE.po', 2, 'aa689974284435ffc4a6faefb4282b09caf5252c0e381a8fc8f6e99a912ffccf', 'facf87b42a061d0611e4807000d5c6b5', 'aa689974284435ffc4a6faefb4282b09caf5252c0e381a8fc8f6e99a912ffccf', 1, 81257, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f1f3febaf253e6ae598038051c878d5f934d048', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/icons.svg', 2, 'bfdef833219a6edffd9c3cbc28db72739d22bb4d20cc2e2f8d56a7a4d408a206', '2980083682e94d33a66eef2e7d612519', 'bfdef833219a6edffd9c3cbc28db72739d22bb4d20cc2e2f8d56a7a4d408a206', 1, 313398, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5f2739a2d0ce14478c5f9bfe2a95a92923fe9352', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_managers_elements.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992622, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f2826644324212e1d661032380c47de8eec172d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/locales-all.min.js', 2, 'd845f81198d82384a585dcbf1839702711567b0e0d93fec11e9d927588f762e7', 'f4f9402e073cc542be9a4d7f7e74426c', 'd845f81198d82384a585dcbf1839702711567b0e0d93fec11e9d927588f762e7', 1, 17753, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5f297edbfb0c8f4c80da230ba974303e9ac8fd50', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_flamingo.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992567, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f52fa0c9a50b6225c53785b8cfb01c84672240e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/action.php', 2, '3bd24ff612726ab593a7b17f5b22b9a0bf2150a2d2862d5e9193c46723182430', '02166c7807f432ec211d6451a571e1c3', '3bd24ff612726ab593a7b17f5b22b9a0bf2150a2d2862d5e9193c46723182430', 1, 1247, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '5f54b82d3b4387bd946b3996b6e504e0280b6c57', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-550.css', 5, '37f366b6cc31e231cd7bb75ea72f92762eb5cdabef43ac624fb6ea88b20a8c40', '', '', 0, 2673, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f5c1fbf732b7b8544d1880a791c4dbc3da731a7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg', 2, 'd7d355292f75e591d3de1eefe98bd910e67159170b25efea160ef87a678058f4', '4160318772a7381e7b57b45437d9ceec', 'd7d355292f75e591d3de1eefe98bd910e67159170b25efea160ef87a678058f4', 1, 35160, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f5d6482d5872e2edf676a45f849bd72f9025b4b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Notices.php', 2, '1989b17ffb001f796b708316842f937998b00163cfccc6419689b53136b08125', '7f674ee1afa0d80bcd09e04aeb8f6206', '1989b17ffb001f796b708316842f937998b00163cfccc6419689b53136b08125', 1, 12268, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5f6bb843fbe35a434a558f69b0086a018efb48c0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176787', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5f9d591421733c48d5a035e3c4c8fd1b795e17bc', '/home/hkrhostingreview/public_html/wp-includes/js/swfupload/swfupload.js', 1, 'bb9a05e3b3c8cd2ca208def04248572f5b23ee5e801a631781113b2fe759f103', 'ccd72399988bf939dce13e2659526711', 'ccd72399988bf939dce13e2659526711', 1, 4439, 33188, 1, 1506011748, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fa077e2709e480ea9c00458ee889850ab79305b', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-scanner-cronjobs.html.tpl', 2, '0e39fcfde33baf1f054a84a55c2cdd2420bf8779f1438f574366ed56732944ae', 'b4f713fa585856260d716e0adf2e0365', '0e39fcfde33baf1f054a84a55c2cdd2420bf8779f1438f574366ed56732944ae', 1, 3794, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fa33b5471c16fc4edb4a713843c86461428ad33', '/home/hkrhostingreview/public_html/wp-admin/site-health-info.php', 1, '76047522f72979abd111bc4d855445dd0cfe8ef7dcbc6d3892cf2a541d96c362', '623327d37a9ea47a9b8901b717946e69', '623327d37a9ea47a9b8901b717946e69', 1, 5788, 33188, 1, 1568471396, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fa3a74106b8dc77afe35bd840edbc2a6df82462', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/select2/LICENSE.md', 2, '4ee0cbc51370afde358652a0f977972053729ed578b6a42f5e2a037d114f0b39', 'f94142512c911b193a09e603fb0db26a', '4ee0cbc51370afde358652a0f977972053729ed578b6a42f5e2a037d114f0b39', 1, 1124, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '5facf4eba39b8277b2201059361baff59fbfd2d6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228234', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fbccffb6ad86424ad3e2991c9a51432b13d8726', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/lt.gif', 2, '62efd95f6c5529d5b2876229ccf607d077a8b3f08155e12bababf5ae88d73b5a', '017aa4fbed00bfd848fb021462c296e2', '62efd95f6c5529d5b2876229ccf607d077a8b3f08155e12bababf5ae88d73b5a', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fc3d3f9c453f8189e20fe6b10a7b46fe962aded', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-rtl.css', 3, '42bfebd2984fa811767a9244d9c53f84cc7ec1d2318655e8b2539687eedf619c', '42404363a20f3adbfd2fc60fec4c7944', '42bfebd2984fa811767a9244d9c53f84cc7ec1d2318655e8b2539687eedf619c', 1, 1322, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fc428762faefc106aa05fb4e0d94ebb22f0d155', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/combobox.css', 2, 'e7d184fcd8c605a60e9056dbe7ac31d473dc6f94f58eea661fb9d3adc03eb9c9', '5d8605cf9226b35bcd63be1ba1606169', 'e7d184fcd8c605a60e9056dbe7ac31d473dc6f94f58eea661fb9d3adc03eb9c9', 1, 1823, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fcdad5f0ef8e7abb5afc65e827b0a2496c30397', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/lusitana/Lusitana-Regular-OTF.ttf', 2, '0b091775d5ef1e12fd8a8ec24217f47ca1f0861fdaf790041a06c9f8a9a187e6', 'dddbc1b2a7f119be3d4bde85e3ea9f1e', '0b091775d5ef1e12fd8a8ec24217f47ca1f0861fdaf790041a06c9f8a9a187e6', 1, 102972, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fcef7de283d641d3324e61415419c84131b2d1e', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-parser.php', 1, '7d5247637a4e13f2d549d6482106623c8fe379c5d78cb41d29b1872149b064fc', '054c1d78d3e704158ed348fa2cf3d2f7', '054c1d78d3e704158ed348fa2cf3d2f7', 1, 15215, 33188, 1, 1549530169, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fd5e43adb81264c345c7ee066f63a8f06a95398', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin.php', 2, '9d362ccceb0e40af47fa5bd74dc993c14a8cdcd5baeb4aaff1aff99755dcf38e', '5006c2548c53a1d0fc2580907428b825', '9d362ccceb0e40af47fa5bd74dc993c14a8cdcd5baeb4aaff1aff99755dcf38e', 1, 15391, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fe0231c1d6d445d41d115b15132905c8bed19b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-fi.po', 2, 'b7f85ae33a19f93e6b1cdd28fd36e3d296dc7dc526247f1f1d551ea30482ac1b', '9a14753fe72b28e6b6352c54542a45dc', 'b7f85ae33a19f93e6b1cdd28fd36e3d296dc7dc526247f1f1d551ea30482ac1b', 1, 212951, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5fe46fd76f444a506d8d63a3ac2035304da86cfe', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 'ea0d044a7e61085b0078cb9852e4487e5c9a91733ac298ef023a5a27dddcef29', '799d65ff26b9e5d75251d4754bb5cdd0', '799d65ff26b9e5d75251d4754bb5cdd0', 1, 31517, 33188, 1, 1570934521, '', ''),
(1627004145, 1, 1, 0, 1, 0, '5ffa9365605442e84018d033b8e0bbd5efa8f1ee', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pf.gif', 2, '091acaef3226f36d56d2ad612bea8635cee1c93fed62a6a8f47eb9eb774000e7', '53c0188190e727bd3ea04778b4e83a9d', '091acaef3226f36d56d2ad612bea8635cee1c93fed62a6a8f47eb9eb774000e7', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '602fe79079c9aab869a8ff9bc3974411a4747d14', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/i18nBuilder.php', 2, '410ab3b22a4ab2559a18ad95e2fd95eedd276542e43d9eb740adaa2feb638208', 'bd804c5902640fa84281dfbe4e7241a5', '410ab3b22a4ab2559a18ad95e2fd95eedd276542e43d9eb740adaa2feb638208', 1, 6470, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '60514135b4e61cce8f34945f9d03a00a7807eec4', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/405.php', 1, '7341625cfc94409259c97a5d2072ac18d7d26f8cdd0eebd1cf1417d99319ea23', 'dd38d182de6d21b2d2ac18b381adf97f', 'dd38d182de6d21b2d2ac18b381adf97f', 1, 408, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6053214449479b5834ee92f6d43db50c3dc6eb7e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php', 3, '0b8011cedc6d44d218a165e30047ab87983ad7aa8570953486820347bc7e3f86', 'e2565b7bf45897ea7f4e256ebcfc7ad0', '0b8011cedc6d44d218a165e30047ab87983ad7aa8570953486820347bc7e3f86', 1, 15190, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '605380bd4dca60c418aac3f6a4d7d3fa50c7b02b', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Credit.php', 1, '52af8f184936f560787da56696e3d838d18dde3e327e4f7594ec173286b324e3', '0385e4a14de78c8b2a167f3e0aea197c', '0385e4a14de78c8b2a167f3e0aea197c', 1, 3721, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, '605f3b545d282adff34fbe4026c487c34807f40c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/5-Ways-On-How-To-Take-Control-Of-Your-Content-Marketing.jpg', 5, '9a746049edc24b0a047d72a8d415ccdeb4beb154cd315317bd9ba9adf4255ad8', '', '', 0, 32276, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '605f9b779b5b0d48cad66293e1cf45c407a1edf8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_document-types_page.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992585, '', ''),
(1627004145, 1, 1, 0, 1, 0, '606b02271128f8893deae84141ed7ed4721bfc7d', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/es.js', 2, 'b85e91199fcff3f84ec280a964cf42f18d2693137f40a2563a9f86d26348c7de', 'd703f83df2e2ed712fcb2fed8f9668d4', 'b85e91199fcff3f84ec280a964cf42f18d2693137f40a2563a9f86d26348c7de', 1, 892, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '606e5eb10a4e2bc60d191e82e866f5938f56aaf4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176554', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '607fa9f8dbacbdec43df6ed449fe58c62242ca8a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.min.js', 2, '974c1e3022977a36f0438693fa345e1e085276b75779209bb2180e5feeb264da', '9d702d45e75d4fbef1d8570c0088230b', '974c1e3022977a36f0438693fa345e1e085276b75779209bb2180e5feeb264da', 1, 1256, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '608935055383b8ff6baeabb809442dae85b816e8', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-widget.php', 2, '862e4f52f644841d94ab3b4909f8481dd1d2f2178d9623adf0f2c047651bf0e5', 'daf95bad3eee8a46ac49630925a1fe16', '862e4f52f644841d94ab3b4909f8481dd1d2f2178d9623adf0f2c047651bf0e5', 1, 3404, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '608f996407ea94f1f1a8c3fd466f1f2157e94809', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms.min.js.map', 2, 'acffe67964e2f2693f301f9ca7ecedfc8ac6c08f55a5933ad72a9f1f57ba9396', '98f12ec6ef0fb8863ae6fbbdc96ce5e2', 'acffe67964e2f2693f301f9ca7ecedfc8ac6c08f55a5933ad72a9f1f57ba9396', 1, 30415, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '60b344a260280f30830d1b6ba27e7cffbacb2618', '/home/hkrhostingreview/public_html/wp-includes/class-wp-oembed.php', 1, 'efc72ca99843ec35a8495e018704a30af7d21e3d59a1b41bbb80a5ed9272917e', 'c24bb49666b03dd40bc462bdf982bad8', 'c24bb49666b03dd40bc462bdf982bad8', 1, 30299, 33188, 1, 1568548436, '', ''),
(1627004145, 1, 1, 0, 1, 0, '60c033098ae984d9279701baafea56935a8c896f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-controller.php', 2, 'b0fafb55a83a42080048b7d70e06a3ab25a58194c2e5f33b998b6e61be7dd41f', '7365d5364f55b3168f28e511080a4b70', 'b0fafb55a83a42080048b7d70e06a3ab25a58194c2e5f33b998b6e61be7dd41f', 1, 6321, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '60cb29ddbdef5bfc99189c51a6dcddf5c34724e3', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hosting-logo-siteground-150x150.png', 5, 'ae0f88a7fe937b2de0ea45c5de625efe1b56b6275fda7eb5797a6589560d1650', '', '', 0, 14090, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '60ccfd8967e4b3218444590dc3738b3d16aba759', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/tmpl-notice.html.php', 2, '263a3150104ed01bd9a234862960313663a4f1978095d230de40fd2dd82f3691', 'b4e1be902cc39c11d087084959632c47', '263a3150104ed01bd9a234862960313663a4f1978095d230de40fd2dd82f3691', 1, 509, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '60d94638143a6cdd1037d1af6b940ba29c1b2c0a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_schemes_base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992595, '', ''),
(1627004145, 1, 1, 13, 18, 0, '60dc0f832044bae9023bb635c1d1e0d45d2ea69a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176739', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '60ed36178a0c2426bed82e288a58ef2b36d3ba94', '/home/hkrhostingreview/public_html/wp-admin/js/tags-box.js', 1, '41f42643baf390baa57fbfbae780795797aabfd314792345e4225c12fa893add', '027bb2cd44a823dbd923b98a4f76a9c0', '027bb2cd44a823dbd923b98a4f76a9c0', 1, 11040, 33188, 1, 1555485531, '', ''),
(1627004145, 1, 1, 0, 1, 0, '60f8df284fc4e58728585764c6c453295478a671', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61083f33cc75a84cbb7acf2a6770e683b5f02e26', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pa.gif', 2, 'accb020db29c108f5abb0619a61575e53d41834d1bef82f86fee9a2f5f66dfe2', '192c84595d7ffb76229892030e08e37f', 'accb020db29c108f5abb0619a61575e53d41834d1bef82f86fee9a2f5f66dfe2', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '611414408c989c1d0d70ce3bb97bb33203a8e613', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/icons.php', 2, '44899b5b5aa03ffdb98b69ff79cc3ebf8854cb880c9678703be46f4c7b5f4d9f', '5a815bf135d4afa207ebdb8b3e0e2ff4', '44899b5b5aa03ffdb98b69ff79cc3ebf8854cb880c9678703be46f4c7b5f4d9f', 1, 14170, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '613070c8abc02d7c28ea52a1c5a171639e4c7e22', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_template-library_sources_local.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992629, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6131b448924663a9b11e48bc9d70ce0a0357f616', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/frontend.min.css', 2, 'd574be1557f9fd461e6fccef27e5bb97622031363b2d8adfed696439927b2384', 'e3bff57ab7a960c885d94f81558d05ba', 'd574be1557f9fd461e6fccef27e5bb97622031363b2d8adfed696439927b2384', 1, 110834, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6135c9be641b874c4a67a5f912e6bc780b393f9a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/407.php', 1, 'dea9561974cd6845f65c49a85f68360ed3376ad50dfa3d59a6afdba8e56d1785', 'c2c817e9f5d8768bbde4d66a26e6c6b5', 'c2c817e9f5d8768bbde4d66a26e6c6b5', 1, 441, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6135ebceabfff9979dbcc3f274b35a6d26775091', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-de_DE.json', 2, '6b8b374ecc3e06b69c095d9ad1bfcff201b3bf88d4ae2b25371238341afca91a', '3142c2d864bb2ce3dc355c875da26516', '6b8b374ecc3e06b69c095d9ad1bfcff201b3bf88d4ae2b25371238341afca91a', 1, 732, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '613f07efd516ebb20fd7abdbc6f016eb9893754e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/77-768x259.png', 5, '9ec9dc739f7c8c08a01a9ff378ec41830ab2916e6cf4656e01be17ec44cb839c', '', '', 0, 267382, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '614324d36dd25b12248af497606723068589d4b0', '/home/hkrhostingreview/public_html/wp-includes/nav-menu.php', 1, '8aa7054c2e04f526fc6c90f28adbd52a6ad3db22b7369c73d10ca6bae1a525ab', 'e6882d1899c29fbf6d9aa864b0ab545d', 'e6882d1899c29fbf6d9aa864b0ab545d', 1, 41302, 33188, 1, 1568400956, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61442c4defda97c79ddb802c43d3559bebf27859', '/home/hkrhostingreview/public_html/wp-includes/js/heartbeat.js', 1, 'f4c09181d7ff5a88628cf1a5cfa46c3f6f2ecde5c23b4c0323ceec7fdca38e77', '396bf1e95fa7f2b2162b2c2b46b7a15a', '396bf1e95fa7f2b2162b2c2b46b7a15a', 1, 23163, 33188, 1, 1545074931, '', ''),
(1627004145, 1, 1, 0, 1, 0, '614541ca35af010bd0ee2f5e5cb03645f2e5670c', '/home/hkrhostingreview/public_html/wp-includes/js/dist/autop.min.js', 1, '4ba106b0fecb90f898c84f21da9de4631b67c4c79eb958d5c31a00a448b79044', 'b7cd543a0b0cd07e45cd1bc25a638726', 'b7cd543a0b0cd07e45cd1bc25a638726', 1, 7058, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '614544eb8358a7da8ae979173c7db5deb0159455', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-zh_CN.po', 2, '881b677fef0c061c0142a972fae6eda007a7718fc538eecfbfd44fffa3770eda', '3bde17161c6902c6408739cd22b9e7e9', '881b677fef0c061c0142a972fae6eda007a7718fc538eecfbfd44fffa3770eda', 1, 204556, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6148835f9530466b1d030db4a585f93f9938b4ed', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelement.min.js', 1, '1678fd92766d7aa2afeb7fec2d2ac25088190c23f9f7e11817e085826e5406b8', '2890d236e5e44496f045916182f54d0d', '2890d236e5e44496f045916182f54d0d', 1, 70925, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, '614bed8640a36202fd0eb8fa2907cefa88a1bc6c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/document-types/page.php', 2, '7838ffae147408c111fa9d3bb6b47d6c8ce5a343cde61994bf4bc1a8d5810130', '4c65d18c961ec5a28beddb820e2a708f', '7838ffae147408c111fa9d3bb6b47d6c8ce5a343cde61994bf4bc1a8d5810130', 1, 536, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6150206a896aef4bd3aae800c80eb7bdf81dc432', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php', 2, '71d507bf2b8c1ee82d31788a6890dc8fa192b2b03fdf7e8dc201a22e0732c2ec', '7e8d661e07646455ab1ef1f8ab7d451d', '71d507bf2b8c1ee82d31788a6890dc8fa192b2b03fdf7e8dc201a22e0732c2ec', 1, 2079, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '615b1ff758434b1e885214b7bac93d516c983d91', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6169813db36906a0dfe3a27b087916c2e5847315', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-es_ES.json', 2, 'bcd156031332252d3f3b91cdd165748b8554374f7821c4ba63353df963da7031', '9ac7cd36ca0ab02d2107b35168e1cd82', 'bcd156031332252d3f3b91cdd165748b8554374f7821c4ba63353df963da7031', 1, 51657, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6169aec2c975c0ae9d5929c51f5df12f99e24632', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/contact-form-7/index.scss', 2, '58af699739a9093449cdf29d539354f098ef9c5ffaf4c71d32b6603db9d21978', '1712b896b3e39faa8fec3dd2f0a08b4b', '58af699739a9093449cdf29d539354f098ef9c5ffaf4c71d32b6603db9d21978', 1, 2280, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '616b2e8e542843c4648046a8bbb5f99c24228d9e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionCustomSettings.php', 2, '0ea88f10162568f4797b5d77bfdd492cd83a95c1205817a981dbe786a8b2dc4a', '04392b7792a01deb4d39066fb18ae974', '0ea88f10162568f4797b5d77bfdd492cd83a95c1205817a981dbe786a8b2dc4a', 1, 460, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '616f6872a6eaf97242fd099ad447aafc8204d129', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/index.php', 2, 'c658af48830be13104fad45b6a86d3919db9d3e8e9eb510a3cc668015db314f6', 'f3dffc7e9324a98b8a42b89d9a2b66ba', 'c658af48830be13104fad45b6a86d3919db9d3e8e9eb510a3cc668015db314f6', 1, 126, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '617f65c737943789cae5eb70ab1ca8b130a75335', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/divider/class-astra-control-divider.php', 3, 'fd7459093cfe6ae38ec974af3ec252944c0d6a9e38cd6584f59798b0079631d7', '3d0096017a0277681d843b3252d3032c', 'fd7459093cfe6ae38ec974af3ec252944c0d6a9e38cd6584f59798b0079631d7', 1, 2001, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61844b31389894dedf8cfe8f98237594f1df1b0b', '/home/hkrhostingreview/public_html/wp-admin/css/colors/midnight/colors-rtl.min.css', 1, '6e9dbadbee320c011fd33b4861cc9f3a229b2f62563c68539ec2e92a6cdeb560', '41dbb400a0c7f340a9c93ec5530fc138', '41dbb400a0c7f340a9c93ec5530fc138', 1, 12927, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6186650094b78491c4c0bd78f8852863d75c389d', '/home/hkrhostingreview/public_html/wp-includes/class-simplepie.php', 1, '35b7113814ba6c116b00d067b5525dc8f4b5134405d95cc3cdf167e56cabde14', '0dbef394a91127f068ac8fdd587d4895', '0dbef394a91127f068ac8fdd587d4895', 1, 89264, 33188, 1, 1465183469, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61896a3c077de2e88faabe27f6bc03f3ec7ec3dc', '/home/hkrhostingreview/public_html/wp-admin/includes/class-plugin-installer-skin.php', 1, 'cbbc6a936e0dccd4838118cfd7eba3be6b98a7561603d27ccfe1f24545f27b34', 'e22a9678999690677b931fec942d6f72', 'e22a9678999690677b931fec942d6f72', 1, 4620, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61a98a52724baf5f76731e238b6dbfa5c18bf478', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/403.php', 1, '7cedc897cb313446434ea6dbff3cc757382aa6d63c0aaf2004ffb6d09c095d37', 'bcd160e8f70dc76ffbbf6b33b7fe31df', 'bcd160e8f70dc76ffbbf6b33b7fe31df', 1, 381, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61b80587d7552940951f554aa27fb5bbe2c81e62', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/css/index.html', 2, '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', '10bfc650b0c9669ebf75f93daadec94c', '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', 1, 38, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '61c7a0406f32ea5434b4003fd3f71b37bb69d435', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_filesystem_class-ai1wm-file-webconfig.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992531, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61cca43b07b9cec02dee55df17eba191433361ad', '/home/hkrhostingreview/public_html/wp-admin/includes/update.php', 1, 'ad037dd23248983cccf2056826480092b4b368f1fef6023091991490f04c2a10', '144fe9e4255da5db578b5f79f80c9b65', '144fe9e4255da5db578b5f79f80c9b65', 1, 28560, 33188, 1, 1568903456, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61e3052c858f022c7239b3eff0412c92fdabc6b5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/js/scripts.js', 2, 'a6a96950479daeed158b0c2c8f9a1a722e9d9d6715af64eafbd94f83dfc7005d', '5fbc2a1a585dea5be413b28c41450739', 'a6a96950479daeed158b0c2c8f9a1a722e9d9d6715af64eafbd94f83dfc7005d', 1, 7577, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '61fbd18a8b6e0c3b92910ba44fb5394dfe1ca1b8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/testimonials/index.css', 2, '998dd27f4f6f2e02412dcf41f46e741013db5061790bdfa07b5d87bb7dd216cf', '3ad86d19ee3a9042ef31f4ae415c197c', '998dd27f4f6f2e02412dcf41f46e741013db5061790bdfa07b5d87bb7dd216cf', 1, 10014, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62118b03c7e9b173301189fa26438487b28d05ef', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-details.html.tpl', 2, 'bd3a6c9eeae46d9ac35ecd0baff0dc36ccd4f4f73433a1a0c786aaa85c9bbd70', '0596148d6df2bac44eab79adeb3e0c99', 'bd3a6c9eeae46d9ac35ecd0baff0dc36ccd4f4f73433a1a0c786aaa85c9bbd70', 1, 374, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6217ba78b7593aea34ca6d8a45c6b125cdc3dfe8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/count-down/index.js', 2, 'c22c2435ebbea8d7c329342ff34216f22c6748db9612ef2db49eac140440c1c3', '527b95538807b14b3cb4c67b9bd7f138', 'c22c2435ebbea8d7c329342ff34216f22c6748db9612ef2db49eac140440c1c3', 1, 2481, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '621a356efbbe2f3c0003373a320ff091a96f9118', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mu.gif', 2, '86c7d65b2ed754e7004ebcce652101c872dbf0ba6d5d73085fea48af908a6310', '9869ea31cbf8d3f2d1f42824122b61dd', '86c7d65b2ed754e7004ebcce652101c872dbf0ba6d5d73085fea48af908a6310', 1, 358, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '621b60ca34e495f11f620723f29d0c9ac99b8b84', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/index.css', 2, '8280656cacc54507d51091dd3a9ba321492d02773ba130e2a75bcae48835d9aa', 'd49ec3c13c1e56d925d022b8b47f6a20', '8280656cacc54507d51091dd3a9ba321492d02773ba130e2a75bcae48835d9aa', 1, 4772, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '622130d58fbb584c7fb1f12bbaffef5048ed5c86', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_database_class-ai1wm-database.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992531, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62214eb08cb43a431e00a169145db0e79223d02b', '/home/hkrhostingreview/public_html/wp-admin/css/login-rtl.css', 1, 'a81e0ef86c308bc026b5afc86564dd108ab53e9007fb8a30756beb1fbb49ee95', 'ec4fea38c27fedb1f549773ee967311f', 'ec4fea38c27fedb1f549773ee967311f', 1, 6332, 33188, 1, 1570478222, '', ''),
(1627004145, 1, 1, 0, 1, 0, '622b8d0b9ea3347b88cf075dfb79b889dfa92a4f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-custom-image-header.php', 1, '598fc4673ac11d6d27f075dc4d0b0f6fe950946dbaeb79904bdcc6dfad6828a8', 'b7cab1f90e8e49428b30b2fcc2e43a95', 'b7cab1f90e8e49428b30b2fcc2e43a95', 1, 47878, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6248542a2c3c22587bc7fa21a219ef7feed28224', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_base_document.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992574, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62521b355ce71382f9dbe4fbfe84a1d994ddedc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/NewFormTemplates.php', 2, '584a04e56b40ee52bc73cbef27fb7aa1838688b4c0a0983adbfd2ccaea4273a6', '609451d0becb9715f4ad7d5d454a973f', '584a04e56b40ee52bc73cbef27fb7aa1838688b4c0a0983adbfd2ccaea4273a6', 1, 14812, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6258215c67a6ff684ea39676cca956258b62091e', '/home/hkrhostingreview/public_html/wp-includes/js/customize-selective-refresh.min.js', 1, 'a0f79491b82e33cb8f589c0d22bbfe21b6cc0fdf08fc30aa396258f9942b20e4', 'fcac029c576eba52ee643630959205b8', 'fcac029c576eba52ee643630959205b8', 1, 10713, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '625f604b41074fec5bb410afa431bb38eaf6828b', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php', 1, '549f10c7e269ea5919a0ca6389b273e6b09fabff2ccb2bbe106eabd3ba6ae0f4', '907bc5442a403613e1877bcf847da6e7', '907bc5442a403613e1877bcf847da6e7', 1, 2646, 33188, 1, 1555130812, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62605cc0bd3baee8b8b4dad99a43da23fc6ef052', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/http-header.php', 2, 'cc6c369cef6305f0fa93df25a89aa646ceb482dc3bf2077cca14cd246633c036', 'f9221f83e7752fd1da7eae70e58d8974', 'cc6c369cef6305f0fa93df25a89aa646ceb482dc3bf2077cca14cd246633c036', 1, 1658, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62670c11a2e65725deeb821483ce271583b7bcfc', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mo.gif', 2, '8e06f1951ab74ee3847c14e8e4663f750738bf6cca3158ddae81cde6b4a0e8fa', '04bb90bdf2614d372dec56449e912596', '8e06f1951ab74ee3847c14e8e4663f750738bf6cca3158ddae81cde6b4a0e8fa', 1, 378, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6268b7eab87c3041e366af57e9cc716475746318', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_text-shadow.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992614, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6268fc74533a9b487ce1bbef2a675b2ae18e13e9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Data_Table.php', 2, 'fb1fee7c1b47b415bfd4e326f8417bb69686608a106a6f57f0ab180d0ee98ebb', '7a629e1462296b36ccb352d12ed3f38e', 'fb1fee7c1b47b415bfd4e326f8417bb69686608a106a6f57f0ab180d0ee98ebb', 1, 41700, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '626e00a2cdaeb4e58f6c7067e5d646832e789579', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-widget.php', 2, 'a683fae3e908f9772a230b21f7059951632f266c2acbeb4d53b8cd9c6765d656', '31164f8db33265318eaefba6724ae06a', 'a683fae3e908f9772a230b21f7059951632f266c2acbeb4d53b8cd9c6765d656', 1, 2856, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62747bd70981aa997d5becb6a5d0d9850e0ccb53', '/home/hkrhostingreview/public_html/wp-includes/js/wp-pointer.js', 1, '50512556009c958e141e6b8947c2f64e95e40e1d9ee25193553d6eede2260864', '7c3581af000bc58db4f8129ba6cd12b2', '7c3581af000bc58db4f8129ba6cd12b2', 1, 10309, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 18, 0, '62753fe63ac490a598c1eb48a39747ffdc5df46d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176545', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62779d1ab60fc836fefbdd726ca9a80e65ae1562', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php', 3, '88c70173c040319a8ec8b3743f252f8e192ed65fcaf6ebc24b1f9a0bc6b369c5', 'f6f6c97f6cae1668fb292ec23775c385', '88c70173c040319a8ec8b3743f252f8e192ed65fcaf6ebc24b1f9a0bc6b369c5', 1, 8376, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62919e1eeb95a3e315cf95c772f5e6d70d834cfb', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ai.gif', 2, 'e948385c4a82502d6a49f314c2f712b91cdcf6e0dd4f71b35cbb39b722d10696', '5ff25d17bfde13c3a09961d87b04c1ba', 'e948385c4a82502d6a49f314c2f712b91cdcf6e0dd4f71b35cbb39b722d10696', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '629340ee6d5e2fd8a902b08affa72c5ab4b4d03b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateObjects.php', 2, '7e1115a540c53972fbde70ccbc137ce3a1e1b07e4119b55220e38895c186e92d', '046439772b40bc116cc3d112235fc954', '7e1115a540c53972fbde70ccbc137ce3a1e1b07e4119b55220e38895c186e92d', 1, 11629, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '62a3c2118670a8c964ff202254317d2050f370f4', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/dreamhost-hosting-min-oln1pu5gvh0n2p1k0lwfvfiv8pfjveywipprm9bydg.png', 5, 'aedefb437e484d8c1022d0dfb1b4ae9b501a87244b9c350f7ce8a4da1fc8680c', '', '', 0, 103957, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62aea02cbb411aa6523078e29ce8d22421a4c54b', '/home/hkrhostingreview/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 'eeae71a2a93c62f2aa5a8e4767dc83c6c20d36f3f26adbd10c9b94d27569aea6', 'ca9fae48a78a4cd9cbbb29def07106c9', 'ca9fae48a78a4cd9cbbb29def07106c9', 1, 2107, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62afc976e507158d47c4ac5eafb2df3b6f350696', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/LICENSE', 1, '77ef2f385f44e32c4fa9ea54322d553f01f5afbf8ebb289cdab6982c14136ee3', '02c9c94b41a1e8638cbca074f88626f7', '02c9c94b41a1e8638cbca074f88626f7', 1, 918, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62b802563438717450bae58bcd047570b3e109a5', '/home/hkrhostingreview/public_html/wp-includes/compat.php', 1, '69b82715b119a3c10433177d12512847e504fddecda4d1a610e8a963459616b1', '29ac40417862fc86608ae85f9434de32', '29ac40417862fc86608ae85f9434de32', 1, 11757, 33188, 1, 1569010618, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62b81b413057d5da1dbde6b0e91434de5b10f6cf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/description/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62bbdf1133b5e9279db5eaec5f3cd7ccd2b2bba5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php', 2, 'c79cf29a631a198b422fa8327eae5e206d812c227296b8c3929fa7ab4f5e5c9a', '2998683a62f6ca2d987159d6ae5befd3', 'c79cf29a631a198b422fa8327eae5e206d812c227296b8c3929fa7ab4f5e5c9a', 1, 10778, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62d4909012473f7c4c3f1216d4562df2d8864837', '/home/hkrhostingreview/public_html/wp-includes/post-template.php', 1, 'ba79f8be0138b25aee9a2b777dd21a48350b916651e8209a9be22807a2b3370f', '0222c97537f0e0e9d5e8fa0bdb193a15', '0222c97537f0e0e9d5e8fa0bdb193a15', 1, 62796, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62d6f30f7e8d5fa9d1e8f4786f5e4d4f33a66b2e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php', 3, 'de6b81b0a3f27621ad1d96128f035465e62e5e92b2ef9a49a8740c782e48e784', '5edc6752576cd1df2ab5303345ba2ab2', 'de6b81b0a3f27621ad1d96128f035465e62e5e92b2ef9a49a8740c782e48e784', 1, 1608, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '62de1e31f985c6135d10f96b64146ac28cb37a12', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/nginx.php', 2, '2703f6eed6981b87f59d90c929024f23dc3839ce530802456a5f233c361b38dc', 'fed885de22fba0f3c33eb13feca6ed7d', '2703f6eed6981b87f59d90c929024f23dc3839ce530802456a5f233c361b38dc', 1, 3630, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62e5397765390c2708c60e959f45c34d1190d7ad', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/rating.css', 2, 'b98072559cf7ab6cced91d7a2564a60882138a7360315c8a865173a67d9f4e6c', 'ec3c6782be846dde7698763665c4b8aa', 'b98072559cf7ab6cced91d7a2564a60882138a7360315c8a865173a67d9f4e6c', 1, 2104, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62ea3e0241a3bbfb35fbd845bed75c1553161ea3', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Item.php', 1, '337d33a7e0d8a55de3d8d45881ceed4ed3535a85347a2f76656853bea6d25120', '104510e221fa08437aec008e633cdca7', '104510e221fa08437aec008e633cdca7', 1, 98299, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62eb3a4c40cc4539c9b0f5f050dad88dffd580d1', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sa.gif', 2, 'd3a2337f6452f3f95fe374c1f843b3dfbfc053ce3e1ba536bf16fde90af789c7', '94c55d70da8c458459597aa1d9b60112', 'd3a2337f6452f3f95fe374c1f843b3dfbfc053ce3e1ba536bf16fde90af789c7', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62eb86fc7b1eb3abfadbbd7085830dd69711e9d0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/editor-style.min.css', 3, '4aa32ded0add32c7665b0fb2807474912d8310ccfb2cd3af256ecdd67c2a59bb', 'c859ca42165e416b12fee865f5abff6b', '4aa32ded0add32c7665b0fb2807474912d8310ccfb2cd3af256ecdd67c2a59bb', 1, 25164, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62f9d61531259ad1488bffd5ac5e1c7f8aceb460', '/home/hkrhostingreview/public_html/wp-includes/class-wp-tax-query.php', 1, '4c1bbef9925c0d4f52605a926e8a6c726f5215e2adb9b3c5c7c4a8dd2dcbf9c4', 'ff751b539d694e26315a9792dd682375', 'ff751b539d694e26315a9792dd682375', 1, 19269, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62fe0abf624cc318ee0869fcc9efb5193723d1f4', '/home/hkrhostingreview/public_html/wp-includes/css/editor.css', 1, 'f3d237b00b3b1bebff85028c810702250cd123f80d0c50a1a202d127b528cb9c', 'c449b708d25d875ac9266227666fef95', 'c449b708d25d875ac9266227666fef95', 1, 32875, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '62ff79d37e67042993a4a5e7d828facab9d8ca9c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/dashboard.min.css.map', 2, '856af592ebab87bb49032aa3714108397da75e127d69b6a613ec0b75014b9d35', '05d7b943a72bf2531c06991b1c59dcb3', '856af592ebab87bb49032aa3714108397da75e127d69b6a613ec0b75014b9d35', 1, 17778, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6307912f78e2267beab23cd1ff202e4ebb6ec33e', '/home/hkrhostingreview/public_html/wp-admin/moderation.php', 1, '33080f7ef51c44594ed83f89fea2bf748232fecd5056288935831f1ebc0dfd7f', 'ce723e7202220ea8f6dda16c2793e6c3', 'ce723e7202220ea8f6dda16c2793e6c3', 1, 322, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6313809c3ca7aa81b95712e57f2307ab084fee86', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/hn.gif', 2, 'da76289e5fc82a52fb21bb459ed677191a3584379ca86185f92c0ef68925811d', 'c0e00f96daf73bd2bea3ad87c63aede2', 'da76289e5fc82a52fb21bb459ed677191a3584379ca86185f92c0ef68925811d', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '631ecd79ced2f61229e3db70fedb9eedffde9538', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 'ee0884706a0b59fd1e346420b734c40f7f528e24cfd1c45dc491b1f64ab07582', 'b4d12f447a7814feb6c782c90ee2adfc', 'b4d12f447a7814feb6c782c90ee2adfc', 1, 6941, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '63213d4e93f79054d8ba2522a3c7782d1805846c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-report.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992522, '', ''),
(1627004145, 1, 1, 0, 1, 0, '634e6c78d1185478358ca18558f77436eccf68c9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPDeveloper_Notice.php', 2, 'c895f307408d2d8462dc6d9d1ce03aab8d16b959877ba14246567922fc648cec', 'd6df83f1d3c0c09c0ec7001a6dca0dcf', 'c895f307408d2d8462dc6d9d1ce03aab8d16b959877ba14246567922fc648cec', 1, 37110, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63505197f7009866267e8bd5210c7e64b2a5b810', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ye.gif', 2, '0a856afbe247a23dd57a54391c8ae9f448e1bb550a5eb8e1bf5553d8f8070b14', '743f4826f90f1ccdf9400d100da04ae7', '0a856afbe247a23dd57a54391c8ae9f448e1bb550a5eb8e1bf5553d8f8070b14', 1, 356, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '63524cef4b0b541ffa5e49e9282faebf72a5b958', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/ipage-small-img-150x150.png', 5, 'e7c6ad1ae858506966f741772940ffe89a651695e54f779d6464d1659aa92eed', '', '', 0, 7821, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63537222b7a9171a8c3ca6379f020636d2e1254b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ch.gif', 2, '13606a8c522e91484b1bd8d288fef3f9d20b31b8cda5555a14d5e80d426aa578', 'ed43f66bc567ac6954adf9e949aede86', '13606a8c522e91484b1bd8d288fef3f9d20b31b8cda5555a14d5e80d426aa578', 1, 332, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6358f2a7b37b3912a3e0727a88df94dd46668e79', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/help-scout.png', 2, 'ccc01e6858a726d8c8b0542fd065e2ba3f0f271c6b29f2cc493cdcb4f0281d7a', '947e0c59f3374fdd93cf6dc23e9455b0', 'ccc01e6858a726d8c8b0542fd065e2ba3f0f271c6b29f2cc493cdcb4f0281d7a', 1, 18938, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '635dfe771ffc5ff87a307de5874762354b1e9867', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176696', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6372179449efbb5ae56074044422f5008a2fca39', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110377', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63842ebc315ec4acbb03062e247f4220b013e99d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/data-table/index.js', 2, 'd9eccd03286ab75fff607c01596a394c72426cd550988d68538cb939604e7e61', 'ac42edc7ef54ec6d0e1fb8c77e1a1c85', 'd9eccd03286ab75fff607c01596a394c72426cd550988d68538cb939604e7e61', 1, 2443, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6397190633271caf3a9caffa71a98f170b16ff81', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bleuhost-min-768x400.png', 5, 'a6902355ac2ca4833c5c4c5bcc5d3714d651bbea32e233e92a26d620040d1e82', '', '', 0, 446596, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63975d20233447ae96df527a24537563939812ab', '/home/hkrhostingreview/public_html/wp-admin/includes/ms-deprecated.php', 1, '63e1c5313966c1d4af4c8ad71e8e3542f4903bd7692de999c82e560b90d1f2f6', '959e111c6c8ebf747b306f1be3afde96', '959e111c6c8ebf747b306f1be3afde96', 1, 3031, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63a210459ba0b820b714e96c4e0527e5403d8629', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-fields/impexp-fields.php', 2, '3a5f53790c7db777a685b11892628d7ce7f56961a91802c9ea1773869b3972ff', '9fa43896682d242eab5db104064c8066', '3a5f53790c7db777a685b11892628d7ce7f56961a91802c9ea1773869b3972ff', 1, 4247, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63a4a46656ddc4ec94f98e95983ac371a9f0a932', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-admins-lastlogin.snippet.tpl', 2, 'ce2ab4cb61eeb4e5aff327f95e2ce7d9b80f5021b24820513fe7c2f3e20ac73e', 'cec0bbe3c2ed61ca13c88f9d1eccd18a', 'ce2ab4cb61eeb4e5aff327f95e2ce7d9b80f5021b24820513fe7c2f3e20ac73e', 1, 207, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63b722d89e422ce87f7279215b1a1249d7b27074', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/includes/modules-manager.php', 2, 'b9f7a3aab3dfca4e5a2900075df104a4423f21c592d93587e59f2ed4f14f091f', '3fec287ab039d2220617e2b0fa630f46', 'b9f7a3aab3dfca4e5a2900075df104a4423f21c592d93587e59f2ed4f14f091f', 1, 1029, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63bc99e7ec96188a93846771911dae998f3c8e13', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/start.php', 2, 'bebf2d2ca859795b285f1871bd5030e939097b8b1daac969b759901188e13302', '51b07acc2227b500c00059375e6b546a', 'bebf2d2ca859795b285f1871bd5030e939097b8b1daac969b759901188e13302', 1, 984, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63d0ffa5df7293dcaf0e0f2855acd046d2634beb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/advanced-data-table/index.css', 2, '4a33a3ce6574a8819a1b1b7395e5c6fb3d7862aa8b1b9a728d6638aef96d55c8', '8ae4075f30d8fa8a0dfc2e0177684648', '4a33a3ce6574a8819a1b1b7395e5c6fb3d7862aa8b1b9a728d6638aef96d55c8', 1, 3801, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63dafacad02a7d44b7a01b4663127943bb59f390', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/logo-icon.png', 2, '3fdc621729bac54d4c56b855f01fe0e4b569cbce2d35947327d9d6f0a3b46d5d', 'a1bfdfc8f0465e533d5d6762f0fcd27a', '3fdc621729bac54d4c56b855f01fe0e4b569cbce2d35947327d9d6f0a3b46d5d', 1, 1614, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63e4b0bc5093a549206b5071a348cfbe329fe973', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/controller-admin_ajax.php', 2, 'b9456674839a713b0cdf07a269aba188330bf509614e2d82d79d829763c52b95', 'e3b5923bda078a46cac89b013be3ca47', 'b9456674839a713b0cdf07a269aba188330bf509614e2d82d79d829763c52b95', 1, 12589, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63e9480d4f6e99293bdea513840c1addb709656e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css', 3, '0e45f8388be8fc98d0daca2e2d5440fa9e46c6c0957aa883c7d558577d225dd8', 'ecaab134de2627794f42638fb2e59d37', '0e45f8388be8fc98d0daca2e2d5440fa9e46c6c0957aa883c7d558577d225dd8', 1, 1743, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63f36e2a2144c8ca5d1694c7ab3a23d6ef27df0d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/not-logged-in.php', 2, '190bd655eedea2a2ad742bc497c9254c559b1730bf915cfd0d620d43cf000c67', '488baacf31d3e211c6be07e88a8eec3e', '190bd655eedea2a2ad742bc497c9254c559b1730bf915cfd0d620d43cf000c67', 1, 593, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '63f56e838c1d18b3a7f2b7d04ce5a1e6b60185bf', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176522', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, '63f602e083c365a755dbb82d3123ac4a798c161b', '/home/hkrhostingreview/public_html/wp-admin/css/colors/sunrise/colors.scss', 1, '4a4f70d7109b498c36b8a7162ab833d15168474bf8dc3d4a443f2f56c55c1bb8', '5692871a8a7a1914ee0968ddf9923dec', '5692871a8a7a1914ee0968ddf9923dec', 1, 166, 33188, 1, 1545016984, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6401fd92a493bf6eb807dba45b0e6d790c764483', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css', 3, '6797c99a61ac7f3ae569d91101e0c579cc5281d7a738a286702b1c368e1f93a4', '0c2cf62a350352e29edf1d1fd9c1cba8', '6797c99a61ac7f3ae569d91101e0c579cc5281d7a738a286702b1c368e1f93a4', 1, 2441, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6420323e7f4d8f8d476d86038b02c835b00c38d6', '/home/hkrhostingreview/public_html/wp-includes/random_compat/byte_safe_strings.php', 1, '0ffd4d2e5d82ecbacb77bc63f1714df249a2eba276ce129687e6929488b73c9f', 'c45b101242d2a3c84adad48801c21b3b', 'c45b101242d2a3c84adad48801c21b3b', 1, 5973, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 0, 1, 0, '642428a87fa1d3e20c09cb7bff8147ebbf4c3d25', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/audio/smw_power_up.wav', 2, 'b5632ae6fdbe70d7cb7539c47d9ef692af3c68bb6d97522d52c161227b243650', 'e1b69c429b3d4f0f18baa2ea78e05541', 'b5632ae6fdbe70d7cb7539c47d9ef692af3c68bb6d97522d52c161227b243650', 1, 37402, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '642a523723d899199e5e83679715a283f681aaf3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/NewFormTemplates.html.php', 2, 'f4eda2ba8a14b1a26f596ac0f85a95e24678194379e7a2478463d1c27ffc9e0f', '8902a922336b323beb18f3f7b2f080e2', 'f4eda2ba8a14b1a26f596ac0f85a95e24678194379e7a2478463d1c27ffc9e0f', 1, 514, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '642bb26ebe3757cd4fdce3190ef837250bb65fcc', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', 2, '81d9988ce4caf15d3e8f81a193c95f52602e976286a8d3a6335676d03ff3665a', 'b00a65a4b157ec627ee9ff4d0c8f1176', '81d9988ce4caf15d3e8f81a193c95f52602e976286a8d3a6335676d03ff3665a', 1, 4549, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '64476f0c3231fd14afcb706fbee70552d78cb3f3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-config.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992523, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6458b084f92267dfa406cd3f9c7f06d8e1d93eb9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-es_ES.mo', 2, '9b3aa0f7d95863408155f4b00dbbb3254f723cdd650368c280dcd0e7d2372a0d', '34be858fdd317da922cb8bab05f99572', '9b3aa0f7d95863408155f4b00dbbb3254f723cdd650368c280dcd0e7d2372a0d', 1, 104839, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '645f590b255c831e3776f6c475d309b98e85d735', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-exportdata.nff', 2, '450e3e5916c6371b87216eae07f75b0ac878956ffef78cbaa44cdb89e9364f35', '87f845788abdc63f0782d44fd82f968f', '450e3e5916c6371b87216eae07f75b0ac878956ffef78cbaa44cdb89e9364f35', 1, 7884, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '647212921cd959aa6777a3d40f5f055390afe37f', '/home/hkrhostingreview/public_html/wp-includes/css/buttons-rtl.css', 1, '5d27fdf3f20aa878fd306e5cf0a3caf02643517773d1b38175c0d31edf21231d', '87941cb9071bb1357623efed51881f18', '87941cb9071bb1357623efed51881f18', 1, 9482, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6473aeb10f54108d050e69062cc77ed83a210722', '/home/hkrhostingreview/public_html/wp-includes/images/xit-2x.gif', 1, '03bd4516b71adfd84327f9a4f13d6f0824d445a22ecae0742781bf1b3b7f436d', '9cd381c6753a40340d85e2c57a3c35c8', '9cd381c6753a40340d85e2c57a3c35c8', 1, 825, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '647f76c7b4b8b6d429c567d4b66e5a3059a1c9e6', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/grid-container.php', 2, '9e06021fdc67e961c452563e8877a897cd6b8be340041cb23323526e5bf4eeab', '883bff79a79ee1e04fe5bd5defed5baf', '9e06021fdc67e961c452563e8877a897cd6b8be340041cb23323526e5bf4eeab', 1, 39, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, '648014ced654de53f9fe74383cafb8b71d484337', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-b2.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992535, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6485a0b7ee9d5cf170a7fddbf14948f54377f0c9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/10/cropped-logo-review.png', 5, 'd59c12502c48ad4e6ecd2ae201d0bc9e6b733ecbddea8e629fd713c5cca1134a', '', '', 0, 32209, 33188, 1, 1602133465, '', ''),
(1627004145, 1, 1, 0, 1, 0, '648708c49ef3032bb8505bbc02b9e5f626e03488', '/home/hkrhostingreview/public_html/wp-admin/images/imgedit-icons.png', 1, 'c92e717fb0028cdd62d501c1b765a0cafecfd4a22cb7858cf68fb20ea008fa35', '4bd55c320b9fd9d8127da94789693b4f', '4bd55c320b9fd9d8127da94789693b4f', 1, 4055, 33188, 1, 1416895942, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6494f774cf214d0fea81a2a15bb9d376b8b9f320', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/AllFormsTable.php', 2, '319f6a3c944716c840a0b2adcd8f6ac11ff568a58b5dc4444be9551b9ff52ce8', '620f284d197d6c3abe5e6aa55461c344', '319f6a3c944716c840a0b2adcd8f6ac11ff568a58b5dc4444be9551b9ff52ce8', 1, 8962, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6496ff64203ee27c5ed7ab7a7e000cb0f14be228', '/home/hkrhostingreview/public_html/wp-includes/fonts/dashicons.ttf', 1, 'd1357f7a6794e877354d3a2f38f95226156fb7de4461d3b628924397197c9abc', 'f51888c22cfeae654d923aa37753f28e', 'f51888c22cfeae654d923aa37753f28e', 1, 44696, 33188, 1, 1553716792, '', ''),
(1627004145, 1, 1, 13, 1, 0, '64a93acaf7daa98cd0d413a96f236e43671b4f83', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-227.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64b328e83ab526bd7061b6c043a0e7f234b9420e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-filesystem.php', 3, 'f7f3675dbac8bb3ba0559a5bdfaaecf08a44dba7e8aac05af3fa4f6b0908d578', '540d1fd420a6d2bd34128bf628775170', 'f7f3675dbac8bb3ba0559a5bdfaaecf08a44dba7e8aac05af3fa4f6b0908d578', 1, 5465, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64b5785ba9a508bf97e92a829e87ecee16cf4bce', '/home/hkrhostingreview/public_html/wp-includes/images/wpicons-2x.png', 1, '3e3ca5c608cb0d34133579068509510fb171a1f58af2647e1368e88eca88f644', 'c3e76ed756c4056fa9249a944f667e37', 'c3e76ed756c4056fa9249a944f667e37', 1, 14931, 33188, 1, 1416895942, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64bdcc8f608e463ec0959f446dd6d9cdce54e80d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/is-shallow-equal.min.js', 1, 'ba12a3e33376d19ae21dc3f6cc0789332a6b63848925b6ad3fb7cc7810e3340f', '5b6f24bca1ae714a09544545ecfa0591', '5b6f24bca1ae714a09544545ecfa0591', 1, 1670, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64c77ed26802cdaa2a2bd2047fe85e1fc28b983b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-header.html.php', 2, '127de6aa4cc01cd3731dc42f61accb24e22d9d1fdfb97cc239c73fb874d7d9d1', '62af2bb111333cfa3b4b2d9b17c17854', '127de6aa4cc01cd3731dc42f61accb24e22d9d1fdfb97cc239c73fb874d7d9d1', 1, 1136, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64cdfc097bcdc63f932be3023c736c1e894909c6', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, '3d9cc2c6e0af0415b5d19c825eb7d62caa1299ee31ab68715982976b53c9d853', '8d10a9897cae57779a623e45cff2794a', '8d10a9897cae57779a623e45cff2794a', 1, 1503, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64daa4b54bfdd44fc1ac4ba9275cf50176dbdbe6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/validations.php', 2, 'd3119ae6d2b89390e551a872c5c32a01d1a3636b1c22d13444c91d96581050d9', '23d55b9df48dca0d71fb5aaf02ec2b98', 'd3119ae6d2b89390e551a872c5c32a01d1a3636b1c22d13444c91d96581050d9', 1, 1663, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64ec532c59b24a2639126495216f83ea617e4352', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/wordpress-recommendations.html.tpl', 2, 'ebb0e701f4e57f7f9447660b3704e280a82c18eded91a1f0227ee2ad01ef203b', '52eef398be26224f0b27ad6761fec5f5', 'ebb0e701f4e57f7f9447660b3704e280a82c18eded91a1f0227ee2ad01ef203b', 1, 353, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64f1ffdf0d519bd556076d330d9862f250a34f0f', '/home/hkrhostingreview/public_html/wp-includes/js/media-models.min.js', 1, 'a82a8492a241af226d9a21c66862315e1f539946f2129bc56270a52ec1bdb473', 'a372a9be9eb7e7e3a40e6f8c2bc52573', 'a372a9be9eb7e7e3a40e6f8c2bc52573', 1, 14007, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64f5b4c7f35a1050d4b01a16603ed76747180665', '/home/hkrhostingreview/public_html/wp-admin/js/link.min.js', 1, '664cae6afdd838e9a9929738e7c6f69f89a44a7c169796633e055584b3817f73', '3c2b5fe432b3e74d2f0317612b6ad589', '3c2b5fe432b3e74d2f0317612b6ad589', 1, 1634, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, '64f89e207de2f8863e85f0bd03dd5c50455f5e0f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176678', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 13, 1, 0, '64f8b2fe16e945918ed67bf4cac1e09238f31e52', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_includes_config-validator.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992559, '', ''),
(1627004145, 1, 1, 0, 1, 0, '64fc55878edb2633e1536fba3d45185d5800589c', '/home/hkrhostingreview/public_html/wp-admin/js/user-profile.js', 1, '0ddb1c5ff4fccccab60813dd1febbd4311e625974f1ac026ff22303bfa9a600e', '415a0ae2d0ac703d2570ed209e058118', '415a0ae2d0ac703d2570ed209e058118', 1, 11039, 33188, 1, 1569262017, '', ''),
(1627004145, 1, 1, 0, 1, 0, '650580f3407cb956d8bcb28015b0e9e23011a76f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/navigation.min.js', 3, '3b94e448f5820c952c122c58b21ce0985c35d68d89f81313211db09d8756f23a', '8702f2eda356b181b6ecb7f84179d67c', '3b94e448f5820c952c122c58b21ce0985c35d68d89f81313211db09d8756f23a', 1, 10351, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '650ee4bf20a7e66b83de6595577c78c0ad3b9643', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php', 2, '8c31603a9c5bc8014853951464c522d201ba633a77da62407848dc192b64e225', '0c38ec0a999374aba49611c1798f626d', '8c31603a9c5bc8014853951464c522d201ba633a77da62407848dc192b64e225', 1, 2537, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '651245cb21eb29631573cebfb0e07c17470446b6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599592762', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6518beb23120c2000f30c1c540a5c4f0448c7b12', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/third/font-awesome.css', 2, '5886de2762933979cbef1b1b9b220e2ba301e7bf4143a1061534e058e06edab6', '6d1579d6541506f30094c4a661ea6761', '5886de2762933979cbef1b1b9b220e2ba301e7bf4143a1061534e058e06edab6', 1, 39835, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '651afe420a1e2214581f731e9b2b0b9d22fbbb50', '/home/hkrhostingreview/public_html/wp-admin/js/updates.min.js', 1, '2001201997dbb3ac4aff975e6783eb69093865533f9a07406f8bd6fbf3fcd033', '113fa25e9ece18de5da152a58de9648a', '113fa25e9ece18de5da152a58de9648a', 1, 35690, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '654a0b730f3de28e897bc714315106d5810867e1', '/home/hkrhostingreview/public_html/wp-admin/link-manager.php', 1, 'ed125df0793f947334418cced9d6969dd9b0e9872960562e1b752c930836d976', 'ebc436aba166ed11cead793b9ccbb0ed', 'ebc436aba166ed11cead793b9ccbb0ed', 1, 4191, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '654d15b6a0aacb14752faca36b1bb7c320d3f791', '/home/hkrhostingreview/public_html/wp-admin/images/generic.png', 1, '2744c3560f9dcfd18d1c31a2c235d45dfe0f7f0f40f2e1b4128ab4392ed4b431', 'f88e1b95ff278a5b231f39380b211ed0', 'f88e1b95ff278a5b231f39380b211ed0', 1, 719, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '654da95da342e8ab50322b95de0e0bbacde3fbd1', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-site-title.php', 2, 'bb7fde34d0c0d8b5cf47df9a8a9d595ddd63cd5054e996561bbe63e6bc9ff59e', '25a516c9e853244ecfe280f9cfef155a', 'bb7fde34d0c0d8b5cf47df9a8a9d595ddd63cd5054e996561bbe63e6bc9ff59e', 1, 12898, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '654dc40c4a1263c0b852433d3da7a787f3d7849a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_classic-editor_classic-editor.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '655017070864b3312f9e04b36fa06891c976558c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-el.mo', 2, '81d4f313a7ad82f667e4be763285473e451b673e74051f253bb048d4b0502dd1', '06bf83884edff8154f768df237877880', '81d4f313a7ad82f667e4be763285473e451b673e74051f253bb048d4b0502dd1', 1, 128624, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '655daf1c6ea3aa85d7a23802499837f572d6859b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/classes/wp-background-process.php', 2, '87e2ea7a2f60730916a12b8617a5e43eef600829b3da99392cb027ee8d6e5574', 'f9dd20d3de603285957f54f0b397a70b', '87e2ea7a2f60730916a12b8617a5e43eef600829b3da99392cb027ee8d6e5574', 1, 10845, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '656224f9c49ec22145672eafe4c44cf14b634042', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/hidden/class-astra-control-hidden.php', 3, 'cd80a941b67c6a7da48e00a9b0c81a1a0011421c476d064e3cf2e26025365c2c', 'fcddcb6929fa53e6ef422d404bdafe22', 'cd80a941b67c6a7da48e00a9b0c81a1a0011421c476d064e3cf2e26025365c2c', 1, 1729, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '656f8f4d9a91aafd9c9269bc73610a9b56c7372d', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/our-plugins-header.php', 2, '76f5e59fe35971a041fa8a344b8d5aebd2787bc6d3b4b42544cd083b5b563903', '120312ce65f4b57ba1dcce991aebecd7', '76f5e59fe35971a041fa8a344b8d5aebd2787bc6d3b4b42544cd083b5b563903', 1, 215, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '65842970300ecdf619a774928f7e1409665e5712', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.7-rename-debug-log-file.php', 2, '8a2fecd865a35bb7a6b6926f0d7d3d53d60165fb5022c4f1bf4d4fe3d6c00274', '423ad429f4ba36f981e0027cf026f344', '8a2fecd865a35bb7a6b6926f0d7d3d53d60165fb5022c4f1bf4d4fe3d6c00274', 1, 930, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6589f4963399b1dc5ca99d89a342cbebae9c5c23', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ge.gif', 2, '95ef265c5ead57c4c383ccc0d4a8d190fb864350c2912738886cf2970ae11585', 'a04177e4b34a23dcbf0e8a64838b4619', '95ef265c5ead57c4c383ccc0d4a8d190fb864350c2912738886cf2970ae11585', 1, 379, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '659a5eaf86cb42f485fa1b516579099c8e857600', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, 'c80c0c0b541c72a7bff12c963a3fb317d84b8650f13a1033c0fb0d2a37769e53', '2b67f971fa55ec7f55b25c0af6f459a1', '2b67f971fa55ec7f55b25c0af6f459a1', 1, 908, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '65ac26cddf6ebf8e5483f12f5b78814a655a0233', '/home/hkrhostingreview/public_html/wp-includes/feed-rdf.php', 1, 'ae23f110cfde0c8a4a0f922be404b8e494928ddc235befbe598e390a848b2a3e', 'cc4bfdc0333a815cfeb48bbbbeffac3b', 'cc4bfdc0333a815cfeb48bbbbeffac3b', 1, 2660, 33188, 1, 1555607332, '', ''),
(1627004145, 1, 1, 0, 1, 0, '65bb3e42b65533c4a116a3ae3a98ba9f5a3813d5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrade-functions.php', 2, '465fbc8dbbc47933c8543b910e2f0e08deafd230b1864940fd6f8915f0ce57e0', '5e9b042f78e70ff2377ecfe98164d67b', '465fbc8dbbc47933c8543b910e2f0e08deafd230b1864940fd6f8915f0ce57e0', 1, 17460, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '65c6719213a0cae460e2dde0a451ad063b5b3ead', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_connect_module.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992580, '', ''),
(1627004145, 1, 1, 0, 1, 0, '65e79027e6147788238619ac7ac648e58c7dfb68', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php', 3, 'b0337e683122774223845b855755878912e39301b798be663fa26b4a7c4d0b5f', 'b16e71a894aad5127fad22b8f8ef8b4a', 'b0337e683122774223845b855755878912e39301b798be663fa26b4a7c4d0b5f', 1, 9604, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '661a80a16c9d04750244c7e91543eaf196baa40b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6634a8130183a749c269803f8bc7aa6b46f6639f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css', 3, 'b58a446fa1fdf8965914f6be9b0b985c9fc990b4a7866b0c62daeb4a5d1f6021', '43d7eaea74c3857589a04e7d8b9822c4', 'b58a446fa1fdf8965914f6be9b0b985c9fc990b4a7866b0c62daeb4a5d1f6021', 1, 57226, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '66392be99e8ba39de7811bf350023527f61ce885', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php', 3, '5f11a2f32daf33fdfe6ed29da578a818df058b899045d1d4a9d424ccf125069a', 'f6535c588fb52b4e026e713a23aacb3a', '5f11a2f32daf33fdfe6ed29da578a818df058b899045d1d4a9d424ccf125069a', 1, 5865, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '664ba03ff0fb2a5bcc9364bcf1ee12769ceae492', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/list-terms.php', 2, '91792e2e017c9ee85fe23640ad7f6eb39a51240d0f8c8d3dfaf0a80c32dd43d0', 'e5db1263f07ad77d3e6914d900770dc2', '91792e2e017c9ee85fe23640ad7f6eb39a51240d0f8c8d3dfaf0a80c32dd43d0', 1, 2750, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '664d781b7ffa7be4f2ca186c1a581d1a826da94b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6666a3be364d08100ae7cd6a9f78161bf1a428aa', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-posthack.php', 2, 'e5e36a2b9c5fda830e47cb28be3cb06ac7844512a8cb34a13bf9a89bfd16e67f', 'a4096f57cb6eba289552270c0712f74e', 'e5e36a2b9c5fda830e47cb28be3cb06ac7844512a8cb34a13bf9a89bfd16e67f', 1, 22002, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '666a6f42bf855f585184cce20844e8ccbc1a34b2', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 'ecba76385e7978c09ebba24c9871c77f0753c637a03603e6e5e26e39117f6726', '671c895cbc8044b1c6145fba999eea7a', '671c895cbc8044b1c6145fba999eea7a', 1, 3554, 33188, 1, 1548857572, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6680a08149201e052bd95a6ec11650302b3f023e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_global.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992616, '', ''),
(1627004145, 1, 1, 0, 1, 0, '668302c686e7572f6823514e3436e30e53260edd', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/functions.php', 2, '200a92e22d4b3a58192bfc17e00df47a291cfb6da9f288312a97725a48358a94', '2fa83708acb8cfe92b1dbd4174db7a7a', '200a92e22d4b3a58192bfc17e00df47a291cfb6da9f288312a97725a48358a94', 1, 2571, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6685b4e8e993c53c649da434b910f4953f35fbd8', '/home/hkrhostingreview/public_html/wp-content/uploads/2021/01/o-1536x404.png', 5, 'ecebf417a0931c49b2dd33e72392d51143b104af9abe4c0f8bcd512880f8d362', '', '', 0, 633788, 33188, 1, 1611131531, '', ''),
(1627004145, 1, 1, 13, 1, 0, '668d2759348f00cc0246ea2c9ae47357127df9e1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_class-bsr-db.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992554, '', ''),
(1627004145, 1, 1, 0, 1, 0, '669441360a0d26e3a221db48af452bf4e2e1f254', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-flags.php', 2, '20436eb90d8f7af03f1a27f4cba64767fb2b8f448efadd0c3a6047eaaa7309bc', '33a105168855f699886ee78df823307c', '20436eb90d8f7af03f1a27f4cba64767fb2b8f448efadd0c3a6047eaaa7309bc', 1, 3472, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '669852bc69c28ad2ef6d9bf0e9af96ed31a3ae26', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/readme.txt', 2, 'ac5aaf255c969cb32ebbd8883135e0964b033e049a71858f29829c1d58fa9049', '16a41db653fac2c800641c80ed37528c', 'ac5aaf255c969cb32ebbd8883135e0964b033e049a71858f29829c1d58fa9049', 1, 26517, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '669ec777a14563ebde3e164f0b791b31114257df', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/field-type.php', 2, 'bd1389ee3fe158ad53b119ab5ba236a9f52d0122482591625c39b3bebb099e16', '1f1c07864744a1f23830018af92aa1e0', 'bd1389ee3fe158ad53b119ab5ba236a9f52d0122482591625c39b3bebb099e16', 1, 1225, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '66a70d4344a84aded032166ad7d3c2713528b5dd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListCheckbox.php', 2, '55ee453050c5c0e74ae95bf81b89d4bf4e5712ff2d28c852149c777902e4fa4c', '7294a5880c85e9248d12107d13ab67de', '55ee453050c5c0e74ae95bf81b89d4bf4e5712ff2d28c852149c777902e4fa4c', 1, 2140, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '66d5b09d64f77fea77db518ff34b41ba2b45e3a3', '/home/hkrhostingreview/public_html/wp-includes/class-walker-nav-menu.php', 1, '03be0132fd487725281c617cf203632f8dfdb459fe8b7a585ff1cf3e34bbd2ec', 'c72c71326f2aa5bd8d74b2aef19a6032', 'c72c71326f2aa5bd8d74b2aef19a6032', 1, 8669, 33188, 1, 1570374363, '', ''),
(1627004145, 1, 1, 0, 1, 0, '66d8ad99af6e893d1c73a3ddfed4d5f8ffd05a58', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/clicksend-sms.png', 2, '5a9b9b55ed1f0544abc1be21b56bfb208646e8cfdc100b62d49a8b076b071b2b', '95d8a271992842987ff347a27f3fa410', '5a9b9b55ed1f0544abc1be21b56bfb208646e8cfdc100b62d49a8b076b071b2b', 1, 11170, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '66dbab430b23da1751d7300a5f05f3f4d7d93425', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/model-post.php', 2, '24ace49745c3bb37932fc9a13cc7e675d24244a90055c80ca02a424834b51935', '146baa12d62b56b7120a66a44a66af5f', '24ace49745c3bb37932fc9a13cc7e675d24244a90055c80ca02a424834b51935', 1, 11813, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '66eb139390be437d981f5279dc3c876f1fe9e393', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-uk.json', 2, '2cf55ccca5c9a994ae6fd4032955b59b6aad4e209279cd9b4444cef2e696fdec', '755e66453526a39e94e80673b9586a4c', '2cf55ccca5c9a994ae6fd4032955b59b6aad4e209279cd9b4444cef2e696fdec', 1, 856, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '66f4e89bb80ce150c1972f02834c87864d23c75e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_loggers_logger-interface.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992593, '', ''),
(1627004145, 1, 1, 0, 1, 0, '66f641237caf99c3cf30e02a0b1b68f1362f59bd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/CountryList.php', 2, 'b5b2132ed011857d0af21849d21793bea4b72629e1d8fc3fa0bc921461bd3d2b', '2cc19af2a17fb6853d6ba16aa9b444e1', 'b5b2132ed011857d0af21849d21793bea4b72629e1d8fc3fa0bc921461bd3d2b', 1, 13697, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6707f6ea89cdb17c54dbf6c1ae6372999b053fc0', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/it.gif', 2, 'd4d467cd2bcc7775ca5c044976372f4833305575eafd85b76dac4e1192a874e5', '7b2fba7a5df93ea5980e1d46409642b2', 'd4d467cd2bcc7775ca5c044976372f4833305575eafd85b76dac4e1192a874e5', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6709f261df024dfc43d57d2f32e74d3a6a2c9618', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/view-general.php', 3, 'c32c3312e06704142e0c4240523ce49d9a4b3f7061ee855b8c25fd2e7b644ba6', '807e804f5851f227589f0e96c7d6a81b', 'c32c3312e06704142e0c4240523ce49d9a4b3f7061ee855b8c25fd2e7b644ba6', 1, 1190, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '670d6ede33b75b6f6df47f960863b507cfde8eb0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', 2, '611baf4dea75b3dae229456d78a5c61727f8338682a07eb717d71d7eb54e7dfd', 'd39534d4a8e2e27c3016c18a1be8f2d6', '611baf4dea75b3dae229456d78a5c61727f8338682a07eb717d71d7eb54e7dfd', 1, 24026, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '671b4406140c1e9f0a7c0614434148d24814d93e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/js/admin.js', 2, '4daa7b1cae46c81ffa78b2da4f67678b0e0abac1ec5522ff0edd6c376b705812', '70ae53c71b5dcbaeb1968547954e9775', '4daa7b1cae46c81ffa78b2da4f67678b0e0abac1ec5522ff0edd6c376b705812', 1, 7270, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '671ebf4e97581c3adb6f8abe89ec27f497d7533c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/navigation.js', 3, '3ec17d638a7bf2b6dab2a8ff53c0005f1ec2feae85df30a584e4e00a5050a2a7', '70a5195c0a7888447b2050d3b919849d', '3ec17d638a7bf2b6dab2a8ff53c0005f1ec2feae85df30a584e4e00a5050a2a7', 1, 20513, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67305894f88408c170fde151b7e43f3efcddd9d5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Email.php', 2, 'ac509969c1c1277b14c783d9e15c76ade7c2d4a31e87a0b55f2b460d5a08f8b0', 'de333fa3046eb5b04d230ccf6b5f2b32', 'ac509969c1c1277b14c783d9e15c76ade7c2d4a31e87a0b55f2b460d5a08f8b0', 1, 14587, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6739310254e9da553eab2659e6a5a49ec96a2e8d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 2, 'aa54b996457093c258837eb9a523718be24f5b6209144fdd4b4b683ba37ca603', '894f58dc6e96cc3ea762e8eb1c1dbe18', 'aa54b996457093c258837eb9a523718be24f5b6209144fdd4b4b683ba37ca603', 1, 113, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '673de83f02c0c5dd82fbb5ccb5c27bf938bbd5d3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110569', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '674039ef310a504bd777c7cf64a73b236c0f9704', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-puff.min.js', 1, '3427e644478c1a22ca9528ad85b8efbb1681763d6b8bd699b8a927675b2dadb5', '0647cd3b8da74c8c9c1fe7a317137773', '0647cd3b8da74c8c9c1fe7a317137773', 1, 783, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 13, 1, 0, '675ce1c428e1c5e513872140b3e015e5cc0546c7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min.png', 5, '3bc1af241424f30f26333696399c38a720c8fb16f0a6a59fcca9ef1e15f01ed6', '', '', 0, 147697, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '675f8040548c6d27c93fdcb6f6cae22f3c243bf0', '/home/hkrhostingreview/public_html/wp-admin/css/wp-admin.min.css', 1, '4aabbf40156d65b9613aae00064cd0eb07fe0ae4a8b702caf9b1ffcf0b049ba0', '8065e85570ca93fb489a57745021a048', '8065e85570ca93fb489a57745021a048', 1, 490, 33188, 1, 1553313353, '', ''),
(1627004145, 1, 1, 13, 1, 0, '675fae0a7ac64ca756a164dd9dadbc0ab6295618', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger-small-img-150x150.png', 5, '79d409e032dcccf75fc0eae00490afc1f6c0ab6ac017d98c9081aa3efa06179b', '', '', 0, 7227, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '67653a5d0434f35b94e5cfc9befc17395cda8218', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176738', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '676625f93762d4b472db30010f724ff6ffc778fb', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, '2e10d353ff038c2cad3492fc17801af3e6ef2669c9e9713bdb78b1dcb104c4fe', 'ea958276b7de454bd3c2873f0dc47e5f', 'ea958276b7de454bd3c2873f0dc47e5f', 1, 4186, 33188, 1, 1559940302, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6769c3c82b05b80ca2a900eeb885aa45d6ed4966', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js', 3, 'e5d90a034fd17f37045e1204291f111c4c3ee88fd9cdb708174823f2b1e5cd43', '99ec0ccea02dd9a03114c8876a64ad94', 'e5d90a034fd17f37045e1204291f111c4c3ee88fd9cdb708174823f2b1e5cd43', 1, 2874, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6771e43ea953b6b3fa877cd7d350b025e6c0544c', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php', 2, 'f229798fe649ba1c9d5fd859ff571f28cb56e50c51bbc36810b3074c98cea81d', '4f4b4f735a85f28869492de7b9423d4f', 'f229798fe649ba1c9d5fd859ff571f28cb56e50c51bbc36810b3074c98cea81d', 1, 2118, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '677712dd653d2549fd82b603f1a808301abb8439', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-visibility.php', 2, 'f8838a39e4f420d006ee800313111694fbf81a3b8ecf15a600ad4f8334acf3cd', '02bb650daaf9ada89eda080ce8660487', 'f8838a39e4f420d006ee800313111694fbf81a3b8ecf15a600ad4f8334acf3cd', 1, 943, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6784f3882fb6d4a4e3ae3121c870b7349e3b8357', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/autoload.php', 1, '80cf4e976ef123985e30e2015eb4b888594cb17b625477f851bee9b559cdf2a9', '26eef3aeb4909e2e7354a1e41b8e7588', '26eef3aeb4909e2e7354a1e41b8e7588', 1, 1647, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67874b7d50d8fc5c710a2ffb5f156b88b641d9bd', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-retina.php', 2, '788e5a690dbbdb7823e321888c8db4652c44b32f7928e889ccd3b4dce8989e81', 'c5150a580f8ebb89581c523af7661b5e', '788e5a690dbbdb7823e321888c8db4652c44b32f7928e889ccd3b4dce8989e81', 1, 20422, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6788f9c51406c5d175b906ca81a28d09bd573927', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/index.html', 2, '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', '10bfc650b0c9669ebf75f93daadec94c', '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', 1, 38, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '679ada23eb9fbc72c58fecf8fce1e1fec14dc408', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/post-timeline/index.min.css', 2, '799902e98698472587ba38a86128192a216360ac925a6c172eb5ad4e86b74989', '15c2add13b4db6f1b68d455db0e63eba', '799902e98698472587ba38a86128192a216360ac925a6c172eb5ad4e86b74989', 1, 5152, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67a055582b21f662dce32b3b08807180d00826c6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-de_DE.mo', 2, 'd942db43c0f5c0c759db318dad6c65eba72035806a92cb96b99cad2ed235a907', 'ad59db91173735f60148beefd7852e8d', 'd942db43c0f5c0c759db318dad6c65eba72035806a92cb96b99cad2ed235a907', 1, 48518, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '67ab6a181e44648c8f7ddacdcf45f63d837161fb', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-293.css', 5, '694cdd18e0007e637f5c87b1edef999644dde6c7604f64d8247f3eab58f03e70', '', '', 0, 21854, 33188, 1, 1597092959, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67b44eba0eab5b2fa0ffe666e78a1c31b334844f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/admin-import-export.js', 2, 'f2790c069aaabeb12ae898d21f4bf14a2c21334e3c0bb6dfc7b30875e6a4d4ad', 'c633ce72f5d5e02b80fd66deb0e3ca88', 'f2790c069aaabeb12ae898d21f4bf14a2c21334e3c0bb6dfc7b30875e6a4d4ad', 1, 5667, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67b47a94d6ef8aa8dd3e35e4204a04c641f8e6f3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/contrast.png', 2, '03e422a812041186e4392f952cb9336c5cf48c7951952d8914d65d4a96cab5c0', 'f81371ca95e11ba06ac201525ca6934d', '03e422a812041186e4392f952cb9336c5cf48c7951952d8914d65d4a96cab5c0', 1, 1218, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67bda9c473339d303e7125ff272a1f6b91355d43', '/home/hkrhostingreview/public_html/wp-includes/rest-api/class-wp-rest-response.php', 1, 'd4ea54a9c28d5570ab75692750716a611b209624a2f5a188f3eacec4fa7d8156', '3e9a88ceca33e6af668785dd6a0342b8', '3e9a88ceca33e6af668785dd6a0342b8', 1, 7342, 33188, 1, 1567724755, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67e17fcfcfce9cfcdde76ea4945ec21dfaacb173', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/amp-permission-dialog.html', 2, 'c7d88d01282bffc7233c07705538695c0bc8e2f66b97f813951053bc54fd3040', 'c47087157a131a65050fbdc303e3efcf', 'c7d88d01282bffc7233c07705538695c0bc8e2f66b97f813951053bc54fd3040', 1, 138, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67e8b649c8ead3d36dbf7888174af096f4929399', '/home/hkrhostingreview/public_html/wp-includes/css/dist/edit-post/style.min.css', 1, 'a6b57ccce4b80091e3e487e9f72056c012c8d8823ee208843287779f054533d3', '6165321c05c95b7d947f7bfd79c4126c', '6165321c05c95b7d947f7bfd79c4126c', 1, 80766, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67ead0ce378b410e8e4d0baf62bc401abce2d1d4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-element.php', 2, '1850ccab65cf3bea624ff9d5b2ba7a53b6551c1747f7bf4887d8d802740dac42', 'ca17f7f94c9747f1beed6495ce7cbbb7', '1850ccab65cf3bea624ff9d5b2ba7a53b6551c1747f7bf4887d8d802740dac42', 1, 9467, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67f952a6088bb7bb8410ad0b3f95606577fa8b30', '/home/hkrhostingreview/public_html/wp-includes/wlwmanifest.xml', 1, '843351b8622c97ca4e5ffced1d4feb4a5ec506ea47ff67c699b4e26f8daa6543', 'dfd490b6f383ea02a269031ff05e8896', 'dfd490b6f383ea02a269031ff05e8896', 1, 1045, 33188, 1, 1386791351, '', ''),
(1627004145, 1, 1, 0, 1, 0, '67fb7a3ad1d41b1b62a1c1506c4ba5aa85e1634a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/sections/apps.js', 2, '110b569a335c218eaaf9a8e347f65d3a06e8cad637787dd9d7daf24af7661443', 'f508ae9f303651aee8376c6746b427cd', '110b569a335c218eaaf9a8e347f65d3a06e8cad637787dd9d7daf24af7661443', 1, 235, 33188, 1, 1589534294, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '67ffa72f1eb54c6b10898fcc37019025b17c322e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/bootstrap.php', 2, 'b97500419fd1f237b6ffb4b14d1e01a3cc6aa1b41c73e0919e528b4e1ad134d5', '4c5b94383e9f9b9d66306b661c93f102', 'b97500419fd1f237b6ffb4b14d1e01a3cc6aa1b41c73e0919e528b4e1ad134d5', 1, 457, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6803daf64b244df0018057cb3e7793c7b072f7e9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176648', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '680c42ae44ff9e0302219e35843e620ca417c5cb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-es_MX.po', 2, '0c85ebce4cb049da7fbbf44c79b8e1fc168a452472f82b457f655d9ecb48e190', 'ac78ac698fa62d073bd61a50f1ca8069', '0c85ebce4cb049da7fbbf44c79b8e1fc168a452472f82b457f655d9ecb48e190', 1, 113720, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '680ebaf072befbca815d129482a535d77cfb8833', '/home/hkrhostingreview/public_html/wp-signup.php', 1, '9e075d86a8c56bb683299b74c55275668edea03d39fa5bedf00fd40a9dd1c4b6', 'e3692748d8fda1c64a4b967a6f496aa6', 'e3692748d8fda1c64a4b967a6f496aa6', 1, 31112, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '68106c02fa665c9d59657046ceeb56814504a03b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_common.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '682172f96672ed7730b703025fccb2761a4482c2', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-prompt.jpg', 2, 'cef9dde826ba319975ae412f37a4dba0a5015c997909b83ca319daaeaf6b15ba', '5538864f4975bc48f3f25951e1b1812d', 'cef9dde826ba319975ae412f37a4dba0a5015c997909b83ca319daaeaf6b15ba', 1, 53553, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6823bcf18d7906264853f2c7a5dab8c75669d6d6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js', 2, '4be6dd7283909b5bd72c3e3daa53ed06eda552e1d50ba75ae42294005817fa36', '5ac86476a4e7203b39e323906215767f', '4be6dd7283909b5bd72c3e3daa53ed06eda552e1d50ba75ae42294005817fa36', 1, 45066, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '682bd611fc8d05afd467d470bee29781dd1dea63', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/utils/form_utils.js', 1, '600b3351200b35b5e4f5bab7ba97ca3fdfb9e113f124005a09591be7dfe4aef0', 'bf88fc6ca25582825493849f19fa4c69', 'bf88fc6ca25582825493849f19fa4c69', 1, 6071, 33188, 1, 1494221566, '', ''),
(1627004145, 1, 1, 0, 1, 0, '682cf79c5d665008a42b1ef5895be6f05c975926', '/home/hkrhostingreview/public_html/wp-includes/js/wp-embed-template.js', 1, '62ad576da4196cd0a8722ef07e94d79d342b825badf21692d9206d999a55a081', 'dbd0d1fb592c2e6eb891e7321206518b', 'dbd0d1fb592c2e6eb891e7321206518b', 1, 6245, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6831880c7b9e8d36bfc05e269c3b239a0363f957', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-integrity.php', 2, '3fdb4f47f2941e84c7e1421a04563871ac134ea55e3f6931934df0ce148393f2', '496f6bbcc736acdd62c08e7d6bf2f929', '3fdb4f47f2941e84c7e1421a04563871ac134ea55e3f6931934df0ce148393f2', 1, 5503, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '683eca03e139500a8958b3608cd595449da7c794', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js', 3, 'ce732866e5bd8d7964d91affdf2760be1338070f5e66437ddb766f6b14558bb3', 'd147b4d1127e2daed095398145995c44', 'ce732866e5bd8d7964d91affdf2760be1338070f5e66437ddb766f6b14558bb3', 1, 4528, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '686474b561f95e6b151a5c118ae16d9b7931265d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/save-progress.png', 2, '3ab01ed2c4bd3e5383ecd83d5473c7dc72411d8eb20d206ab70c197fd2145f68', '384934f38106cfb5c250b786bfee9139', '3ab01ed2c4bd3e5383ecd83d5473c7dc72411d8eb20d206ab70c197fd2145f68', 1, 7910, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6865f11d5b5e88ac66ca46921e66115b1c31621f', '/home/hkrhostingreview/public_html/wp-includes/class-wp-text-diff-renderer-table.php', 1, '70c1561d8cacb4077bcfaf1aee47761c1167dd61b18bcc9b3a96f624386e635c', 'a1eea28aa6a0577db4c0eef085366a40', 'a1eea28aa6a0577db4c0eef085366a40', 1, 16796, 33188, 1, 1564847214, '', ''),
(1627004145, 1, 1, 0, 1, 0, '686a0e50276761552ded61de51490cc52afebf29', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/do.gif', 2, '188fe390b4dacfba4e46e9f6e3a581f7e0999ff0cfae46e5481c6db962a8e2ab', '9389aa6eb9859b2a7b00843482847356', '188fe390b4dacfba4e46e9f6e3a581f7e0999ff0cfae46e5481c6db962a8e2ab', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '687841b7b0562f9034b06494a73d7a9eb21f570d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/index.php', 2, 'bcf7c6e44ee89ccad1f89face9503a5f9d348db4af2a1089b645679548c7c315', 'ea7a1bf7a63d76b0f68acc5df7d3e356', 'bcf7c6e44ee89ccad1f89face9503a5f9d348db4af2a1089b645679548c7c315', 1, 28, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68802d9234d15c7bcdb194e4b34973839a8996a5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php', 2, 'd9ccf7d933d0d831bab42188551088b9bbbf3a6455d9542d734a3631b98564ed', 'cf88342e51e2e26570b6ccc32f4d5317', 'd9ccf7d933d0d831bab42188551088b9bbbf3a6455d9542d734a3631b98564ed', 1, 2155, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6889ac7b7c2e0a933a7936e272488f211180b939', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Zip.php', 2, 'f85d4818dbf931a451b553ec3676ed0f9ad15436fb9601d47557dcf1ffb5dd1b', '57249021ef459bc9fceb981744c4bec6', 'f85d4818dbf931a451b553ec3676ed0f9ad15436fb9601d47557dcf1ffb5dd1b', 1, 610, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '688f1bf5907ec7f2da800e018eaee8a318319e62', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-small-img.png', 5, '6e11ea648d6c3adfa5b24462aa9fdeb54960e148a132e9a9569661bafb582edd', '', '', 0, 14728, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '689153b6ee9426cfe8c59711e9e45a13e5525395', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/scripts.js', 2, 'b7e17926b30342edecee8b3a93029ac51462e2b479277d8e077ba57173eb1900', '1534f06aa2b1b721a45372f8238e2461', 'b7e17926b30342edecee8b3a93029ac51462e2b479277d8e077ba57173eb1900', 1, 14440, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68925997c3d035238443261829e6032d2e5d5aa3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg', 2, 'ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4', '912ec66d7572ff821749319396470bde', 'ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4', 1, 444379, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '689807c56f4e2f2a93eb26f11ba6bce813a272bc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 'd9cbae2f47ce93d9499f2947d431c45dc09ef9b05eb0f0bf8ed711b9ca1c7959', '9645edafb7e483c6806bfc766ba2a50d', '9645edafb7e483c6806bfc766ba2a50d', 1, 1345, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68c6801073d2502916a02ccbf59f9eb69a2bb549', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php', 3, '0af2df645c84218056f0dec785f27a271ffd8900c566998e0359ca7478cddef9', 'a8d4a6d3a12efd3b877b733e38ae30c4', '0af2df645c84218056f0dec785f27a271ffd8900c566998e0359ca7478cddef9', 1, 1952, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68def3f0e4ce02676d05b674a61ef3b1299aa851', '/home/hkrhostingreview/public_html/wp-includes/js/customize-preview-widgets.min.js', 1, 'b908f9d8e4bac0aaf0490efdb0d7fb2c35bfa194044a252986829c8c7ca3042c', '7c7901cd82ff1df1dbc556fe17d42024', '7c7901cd82ff1df1dbc556fe17d42024', 1, 7845, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68e4a4151b876e84a3ee464ad420dc9092fd8f78', '/home/hkrhostingreview/public_html/wp-includes/js/wp-sanitize.js', 1, '9f8a19c9ac21605593d330bc30e615eb9ed9a0bd2408048ef4a173210ed4aeb3', 'be9dc83a6b99eaf3458b743651d01b99', 'be9dc83a6b99eaf3458b743651d01b99', 1, 1350, 33188, 1, 1567617201, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68e766bdf9171189998bb49b969d35d683048ba0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-pt_BR.mo', 2, 'd2ffb2ee29904d3c776403fd2b18d00266ff399df522a7025786f36d30ee3af2', '7e10addcaa6d137a77f08648e788148e', 'd2ffb2ee29904d3c776403fd2b18d00266ff399df522a7025786f36d30ee3af2', 1, 63661, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68f0d4e4f1016ea21815cf4ba9e81e0111b6835b', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-widget.php', 2, '0629ee4de3b938cd6dbe9a99279e01bfcd2eba69f31d8a100b29b9bdee6f3ade', 'a3d9f03676806be5aced4effc6baedda', '0629ee4de3b938cd6dbe9a99279e01bfcd2eba69f31d8a100b29b9bdee6f3ade', 1, 2046, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68f13aecfe0ea133c5a93e5a367de03d355d8179', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/responsive-color.js', 3, '0f9a593ee5f6449bff45d9eb457f2789262c1cdfa3a0963918ed89e4ec693367', 'f297403d98a2630562cd61ca2c2046b9', '0f9a593ee5f6449bff45d9eb457f2789262c1cdfa3a0963918ed89e4ec693367', 1, 3357, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '68f5159c52918be34799cd6ffbbea21e5dcf6eb6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/search.php', 3, '5ae34d5c2148f5c657f94c55bce512a630e35c01f2b836fef79d706146fa8ff5', '2074dce7dc8182a671bb529b7e12e8a0', '5ae34d5c2148f5c657f94c55bce512a630e35c01f2b836fef79d706146fa8ff5', 1, 820, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '68f87b7188468213f29695c589be19a5255e5904', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_managers_controls.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992622, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69016e26b3fcfa1cfe7bbe46b525ef3a0eb9dc43', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL.mo', 2, '4e52cfe77b6117ffc07275efa26cd70d4f588dd2dd6cce7c687cae52512dbaaa', '3fe89077e1ae17a8429c7ab06561845f', '4e52cfe77b6117ffc07275efa26cd70d4f588dd2dd6cce7c687cae52512dbaaa', 1, 36811, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '690319e311358f838a0ffa2d60fa55c34982cc5c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/info-box/index.scss', 2, '7378feb11c18d9d41c40cdfb53dc5c6d9a8a3e61ff34a35c02dba37e2db57d65', 'b62049fd23af2f48798b7d1b0ed885a3', '7378feb11c18d9d41c40cdfb53dc5c6d9a8a3e61ff34a35c02dba37e2db57d65', 1, 5421, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '692914528764f636487b699c34eb15347787402f', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/custom/admin-before.php', 2, 'f37e9a7c65b98b52259e46073d985538685efe8037619d2ae1f609517aec396c', '10d4b202a690f458c25f6fbee67d6ffd', 'f37e9a7c65b98b52259e46073d985538685efe8037619d2ae1f609517aec396c', 1, 545, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '692dd1ab136caa5e5d5b2f9e058ddd5350d5ba3c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css', 3, 'c5926ac907e533516e8d533e7ce54699e616744b2ad973b768f2cfbfc4dbe6dd', 'ef06399e21677ad84d8d85ddde4c7eb0', 'c5926ac907e533516e8d533e7ce54699e616744b2ad973b768f2cfbfc4dbe6dd', 1, 2866, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '693240bdac37321cf40e3cb8ef6871f2fbf5a4f2', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-nl_NL.json', 2, 'f5f30a995ca96b8695506dc92730bb964be4d4f697dcec27aa74780fa869c74d', '6fdf2da2bc8196d5ffc0a2b811b2451b', 'f5f30a995ca96b8695506dc92730bb964be4d4f697dcec27aa74780fa869c74d', 1, 40679, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69359c2d0119d15d713d60a9e36996db3f1e5093', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', 2, 'eb567d9bafc7064a86cd894d15a4a43073fe20789bafc64a47ac5efcf7a78285', '79e1042d54d4f1619591d95183c7bf44', 'eb567d9bafc7064a86cd894d15a4a43073fe20789bafc64a47ac5efcf7a78285', 1, 10695, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69398273a9daa01fbf330a5fb1244d29d8106156', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css', 2, 'c887172e5531b01cb9da02cc33301ef832e2eb3920ee85bc2c37c614018e194f', 'b60d3b62763d91ee879e7c54297929a3', 'c887172e5531b01cb9da02cc33301ef832e2eb3920ee85bc2c37c614018e194f', 1, 775, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69452cee99323d046ac0df042fd6d60af6a1a275', '/home/hkrhostingreview/public_html/wp-includes/class-wp-widget-factory.php', 1, '233ec160523356f7807e95b285618b84a2bb9e7aec9f881e089fba5c13b32bbf', '004c60e66be634c3a3a15142b48d6d73', '004c60e66be634c3a3a15142b48d6d73', 1, 2853, 33188, 1, 1569018897, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6952a4b2487158df7024504c43bfcd9c035f1c38', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/html.php', 2, '614cd09f4fb022d1c6422be687c0b44d8cfd183e7c6f46245b5ac7f610726f00', '60369b3620dec44dc856f6df94d0ed8e', '614cd09f4fb022d1c6422be687c0b44d8cfd183e7c6f46245b5ac7f610726f00', 1, 2225, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6952b960ade560256f4b6fad09ea48d470b46379', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_base_app.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992573, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6958409e3eff9d430ce4b21976b40aa95397beb4', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gt.gif', 2, '878ec168917b6b31ce97b369559fe0b76bc8ac5f56944bba29717d5f8f2315be', '65511daa32c81a3eb2fb925e15101687', '878ec168917b6b31ce97b369559fe0b76bc8ac5f56944bba29717d5f8f2315be', 1, 374, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '695ad96f8d77da79bf5634401a161fb5b0522ac7', '/home/hkrhostingreview/public_html/wp-includes/js/dist/hooks.js', 1, '20de54f3d9a95d75acc58f9e5c8aeaad537f17989eb49ad9699e977a5f602c5e', '6dff5d62e5015eb8cb03988ca4fcfeb0', '6dff5d62e5015eb8cb03988ca4fcfeb0', 1, 24052, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '695ff1a88aa1d6ba33327480946621dd35a2843d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-database-file.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992524, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69629ce21c940150837e85a69916b516055fc6e0', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/integrity-correct.html.tpl', 2, 'f06a1e288f242897256f8b2cbe2eeca813cc77fb36d5603da61c04e06030c23d', 'da93d3755798a77ec776e7e0f91fd344', 'f06a1e288f242897256f8b2cbe2eeca813cc77fb36d5603da61c04e06030c23d', 1, 1294, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '696c7bfde91c2a30eb6be2da6b9b828dc4f201e3', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 'cc8aa08af8ef7e8589f8cd845cdaf34f476dffce15e9aedfa9442a07014a8e66', '90479618fe12355d7b2295bce3ab56d8', '90479618fe12355d7b2295bce3ab56d8', 1, 124, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69785d0f19d5263272dfad3cd4d04051a37c0eea', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/sections/services.js', 2, '88df3610468352af8dddbef6e82dd6529cc390876d6fc79a06d66405d75b571a', 'a10720be038abd993037cbf94e01a0b4', '88df3610468352af8dddbef6e82dd6529cc390876d6fc79a06d66405d75b571a', 1, 454, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '697974fd9e6adbf34e5cf317c3d23be4874788a2', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 'e68f5aee44b1dd76d8b242dcc540d7e2a92f03b7de1d9f88f0f1d8e8c289d01d', 'e7709447b6fc6f78d381cfd1b4d985d6', 'e7709447b6fc6f78d381cfd1b4d985d6', 1, 13518, 33188, 1, 1569273896, '', ''),
(1627004145, 1, 1, 13, 18, 0, '69800da952ee2b13030cdaacca98dbe2e8e759a1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/php.work.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438550, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6985f94aef93ed129e78cc65d885230bc4b4bee1', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/2hosting-small-img-olninhb25wx6wdlp1i9wm7xaok8n3rulq11vck7shs.png', 5, 'a4e4bb5287969af99691c1bf379cc261b529bec6fb52c36cd48e72cc44c0a243', '', '', 0, 10446, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69a2e4cfe27f7b33341d7f98ad2092caf60ccd22', '/home/hkrhostingreview/public_html/wp-includes/css/customize-preview.css', 1, '7b8879f4fd0dadf7b34fe3ad304e1f2e97d09ddfdd3170b1c5a7959da4d5095b', '4c4992759e2e9171987ee83c2b4ff8f6', '4c4992759e2e9171987ee83c2b4ff8f6', 1, 3629, 33188, 1, 1559219692, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69a7c9fc4e5ed822a6893495b8064a689c50ffc8', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, '196bed4faf0fe38b89a496b1f41319b2a8077263f85819f8ad42933e0a2e2e52', '4cc86d1003c45134d6838f13e3885db1', '4cc86d1003c45134d6838f13e3885db1', 1, 1179, 33188, 1, 1334113103, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69b199c3f7fa5f4b94143e6f751a75928206f134', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/css/style.css', 2, '3657ae3bd9db9e5679d60dfbf0994ef173532e24b3d77e80df6577c21f4c9c84', '1d731a0737a025b6bf41117606eafe1f', '3657ae3bd9db9e5679d60dfbf0994ef173532e24b3d77e80df6577c21f4c9c84', 1, 1609, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '69b3a29216308a5e3d51c720a01009d0e2ef9d8d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/2hosting-small-img.png', 5, '7bf068aef119d389d0a2f50d0ab5c3a6e4b8caef8ee263c4f5ac11f677e44d09', '', '', 0, 9576, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69c017a29fd8db0aa78c7631160dab9f1b293025', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-ro_RO.json', 2, '7faff44c01011fdd36d2554f063b3ee0e47fce0691b1780dbea045b0232f8b3c', '392a1fedc3e917d5c761ca233bf2b351', '7faff44c01011fdd36d2554f063b3ee0e47fce0691b1780dbea045b0232f8b3c', 1, 547, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69c4e711b95da9d572c884b3b44156a51e00cf67', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/number.php', 2, '7ee728a6ed73987523b154aafab458496d8a046bd85c88f33f8faefa93b365e6', '448504ea9cf6ca1331515537084498e8', '7ee728a6ed73987523b154aafab458496d8a046bd85c88f33f8faefa93b365e6', 1, 4049, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69d4faa9e764fb33e19c32626ca1064982a27d81', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/htmlhint-kses.js', 1, '15013a66ecc4f2b615d958aa25a1756df229f629c9d8a5bde24583f3bbfe7d54', 'eefd81f25baeb66b5bf323634c667b1b', 'eefd81f25baeb66b5bf323634c667b1b', 1, 984, 33188, 1, 1505282927, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69d9c85d8a3a3b92f90e8e5b3a38b931ac69c673', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69e0fb16d2fd765758111dbbaaaa99f4ce921204', '/home/hkrhostingreview/public_html/wp-includes/js/api-request.js', 1, '7886bd09d9159a8af1999ea8c9b5464ee1b83fc76e6b5e7c620e51732e6851b2', 'a09e9e461e42babc0b6fb87ddab313b7', 'a09e9e461e42babc0b6fb87ddab313b7', 1, 2659, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69e8b0d8751577286132b996d03f65a8e5d70c99', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-audio.php', 1, '7ca04f0c9cb8b6f0fc5fb904a78dd0c140f52f3819547610cdbe54d1ce8dae39', '636696c24463a86dfd1b69d049a834c4', '636696c24463a86dfd1b69d049a834c4', 1, 6097, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69edd93da3faf2ab6390c2b6217ded36fe02163f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 'e7442b07c1e0863ce3d9847cc1ee43259a3de65f3e7ded8e6854ef9b146fd90f', '5106acd582aee42c710fe873c9dde352', '5106acd582aee42c710fe873c9dde352', 1, 3258, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69efd55b28338163cd2f7605ffffc7880d76a0af', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/buddypress/class-buddypress.php', 2, '9aa058ae44375e25a977ccc6e45cb731a61c4353dcd518dab562c46352cc9e68', '3931d15456bc10bcbc51e9f7158ce630', '9aa058ae44375e25a977ccc6e45cb731a61c4353dcd518dab562c46352cc9e68', 1, 4798, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '69f46df87bd8e2d48f12b0bde0382fc0e613a943', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-pl_PL.mo', 2, '030699606599e0fbfc0a4b211b1c805773e8236abdddd83faa31554840e2f81a', '3bb2b7fa6949e342f279591de7062f87', '030699606599e0fbfc0a4b211b1c805773e8236abdddd83faa31554840e2f81a', 1, 38649, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a00af9736de563616c1e1c60d35348d1b019c92', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/Unknown.php', 1, '5d189625a0c3191bf16a7834a4cc3ba5f845c8aace3ed032fe8249c899124395', 'da646c02e1ab81b632af41fbcf0a57ac', 'da646c02e1ab81b632af41fbcf0a57ac', 1, 867, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a05ff8dfaf356212f2cfcf615713c343b9ad23e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/404.php', 3, '3db88f236324654c185d43e48a24954f949c6e08942f3fdeb96367903abf51ba', '9e2965aa32a3a45fcaa4138076ca1463', '3db88f236324654c185d43e48a24954f949c6e08942f3fdeb96367903abf51ba', 1, 732, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a080e970f41b496d2d4655a4cab7598ec74af94', '/home/hkrhostingreview/public_html/wp-admin/includes/plugin.php', 1, 'e1f33ec0658d4575d7149f5bb37c3c3d7b3dbb2b7dfe1b941885213d3c651522', 'e183bbf4cf85be8745b486beb16f39cf', 'e183bbf4cf85be8745b486beb16f39cf', 1, 83075, 33188, 1, 1571766724, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a08c3d1e024b15498379a2b19ecfd98e736de57', '/home/hkrhostingreview/public_html/wp-includes/images/blank.gif', 1, '5c390bb4424108c7804361c9b49cb8fbcef0aab2a412f87c0a8a5f016e35a98f', 'c9fd1cfbca9f678ed068ed6b4bbeb666', 'c9fd1cfbca9f678ed068ed6b4bbeb666', 1, 43, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a0d50fd966177d28b24ea8fae39ade92f710f49', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-settings.php', 2, 'bc0d63d91fc122f663979a95b8e9acb670b51890eff58f300fa8c73c2c6f2aa6', 'f1b4cf71100de7ba24b03a106995c766', 'bc0d63d91fc122f663979a95b8e9acb670b51890eff58f300fa8c73c2c6f2aa6', 1, 4799, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a0eab07a3e4652898528fd1909cbab2ed544267', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tv.gif', 2, '75a7abdc4ccbdd0208cde7e7b5b3c5de56f0848d08d99b540dcff7cf9b554b15', '4a0b50aa81de8101f281a3d6dfbc4aa1', '75a7abdc4ccbdd0208cde7e7b5b3c5de56f0848d08d99b540dcff7cf9b554b15', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6a182a44df55a488801f5d37de86e06a62e99e7d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_base_skin-base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992602, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a1986f04fda0e2db3b02997168edaa73f3d660b', '/home/hkrhostingreview/public_html/wp-admin/link-add.php', 1, '2f8e92bf3c34139d31bf72b48e5776f8714cee86333463ab146a2bf5dfa5f716', '8c4b18cd3f8fedd630e59b09181ec962', '8c4b18cd3f8fedd630e59b09181ec962', 1, 727, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a24d0bd43e24eb373042b20af87990193c2ffb7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mk.gif', 2, '353f24f5504a5272b29d9e92f8c324d8c9007c05c4b95fc39eb98792421cdc48', 'b8eaaa78b588dc5a78a213b665c3f41d', '353f24f5504a5272b29d9e92f8c324d8c9007c05c4b95fc39eb98792421cdc48', 1, 382, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a313963f99d67e580cb6e8866b398c1e7050a66', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/lodash.min.js', 1, '55e35a1415438685f71fe809dfb0e94ff9d3b994dd8d8ae8f7206bb878d59a84', 'bc0594c54450e8ac689739b6b198067a', 'bc0594c54450e8ac689739b6b198067a', 1, 73261, 33188, 1, 1566131460, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6a47e5d106d59e2471b864be7d9465849dfa51ac', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_spacer.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992635, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a4a0b64309ac69ae23b67afe9824d5676047619', '/home/hkrhostingreview/public_html/wp-includes/images/wpspin.gif', 1, 'd4b228b86f2a45b8b8fd515bbb2e7094ad3563d4eb9980716038e3b9dea44b14', '680f6b9e75cb52aa0d40396b0cf792e7', '680f6b9e75cb52aa0d40396b0cf792e7', 1, 2052, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a5248f330bb83a71279e60e05812fef2ffb2144', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/step-processing.php', 2, '369ec7f0fb6aedce3b30084edde0c5b7855679696c63f42628c5846bc4b19c36', 'a510be5c92ed1f66b0ff488cfa5570fd', '369ec7f0fb6aedce3b30084edde0c5b7855679696c63f42628c5846bc4b19c36', 1, 4151, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a5c5d0d0bfb92143d33cc2f4d1ab05061aa3738', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 'd68aaaf85d5e6a1eadba27cb19499026a3332dea21865664ebc2edeb56845622', '791be02293e4c537db908a801790b4c6', '791be02293e4c537db908a801790b4c6', 1, 4562, 33188, 1, 1559691655, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a66771521ee8ecdea3f9ed23ad3305ea8f0a8d5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', 2, '9b79e980682215f31f1edafd7883114605466e410f64a790694ed6562fa122e6', '3acee434d15c977d2123b274ea81d3a0', '9b79e980682215f31f1edafd7883114605466e410f64a790694ed6562fa122e6', 1, 851, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a724274412748d3982a5999cff99c7f56f22069', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/contact-form-7/index.min.css', 2, 'b67db2149979bb9a7cf3396c2cc325be8c183be98a5f98fecf8a7eca5c5f78bd', '48747bfff087c6c90bf609e909daa881', 'b67db2149979bb9a7cf3396c2cc325be8c183be98a5f98fecf8a7eca5c5f78bd', 1, 1874, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a768238159158ccee14ad8c50c93b5dd157f75a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pw.gif', 2, '67d8382d75aa7b1e9f8216b157c17ee1a0a26eaf7637cfa5c38776ec09eb7b93', 'a19c54b3a802fa6ba217099df5c4659b', '67d8382d75aa7b1e9f8216b157c17ee1a0a26eaf7637cfa5c38776ec09eb7b93', 1, 374, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a856a8576a6133f9c1ed2255df47b6e954145ef', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/css/editor.css', 2, '6ed7c5a9c9187b6b639cf69d43319aeace03749080812edfbaf92aaebfd6fe55', 'ec1332fd7c9d6103709bc69f8c2d03ba', '6ed7c5a9c9187b6b639cf69d43319aeace03749080812edfbaf92aaebfd6fe55', 1, 3924, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6a882ffcbb968b4914d035f6656278547c4bec4b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176581', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6a88cb8dacfb403c12775bcd68935e61baa7c0b4', '/home/hkrhostingreview/public_html/wp-includes/class-wp-taxonomy.php', 1, '1ef94ce454762be4a5c8d8cf04a909b9ba60ed213bb88bc896fc96077f3f9a6b', 'dcd01b69a9a9f08f0cd27af9a80ab6cb', 'dcd01b69a9a9f08f0cd27af9a80ab6cb', 1, 10688, 33188, 1, 1564882135, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6aa50ca4c1d9ab881dfb5b4acee66937286af91f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-nl_NL.po', 2, 'f5f272d017d3f2c7a3abbce2b8f4b7be22181a418d0519c4686e367ec95a9e57', 'bd7ffc3eb830614e298342e2454e334a', 'f5f272d017d3f2c7a3abbce2b8f4b7be22181a418d0519c4686e367ec95a9e57', 1, 110958, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6aa746aa972e761fba98c4b65e9a66877faa0221', '/home/hkrhostingreview/public_html/wp-includes/js/dist/token-list.min.js', 1, '1fff376af2f24577bf6ad97155efcc0852d3cef894762f3451d6c20308a85adc', '94af1e6e3c4a621d920bd15056ecd6df', '94af1e6e3c4a621d920bd15056ecd6df', 1, 9450, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6aa7670d36dbaecbbc7edb13e75062557a62d35a', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/readme.txt', 2, '72a90411cfea75d03c4a91c37d632aacab7b08e30349b42323dbf285d1606bca', 'ef3b415b5548b351e69365b8b1d3a67c', '72a90411cfea75d03c4a91c37d632aacab7b08e30349b42323dbf285d1606bca', 1, 2396, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6aabeb285a8c836bfc6f24403072a0735ec6d507', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176694', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6ac7720cb4b837f2b28d248d392cdc7164e9f612', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Session/class-wp-session.php', 2, 'a5737c90befea4c9f428d2cf95ed9c36586d321c4d3df2cda988c5ab6f261d4c', 'be845f321bea5c3afd81173c2aaaf54d', 'a5737c90befea4c9f428d2cf95ed9c36586d321c4d3df2cda988c5ab6f261d4c', 1, 9620, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6aca75f306ab64fd5aa9b97a7c9a873a4176b78b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_disable-wordpress-updates_disable-updates.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992570, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6acce1acda1cc0fe74816d1fa27851f90b07bd00', '/home/hkrhostingreview/public_html/wp-admin/js/wp-fullscreen-stub.js', 1, '0fb65fe2f805beb88dfd2957843b39b978f95f2b2895ccfdf0208567cecbaec8', 'a06bba3593bca1f919fbb48fda7a24cd', 'a06bba3593bca1f919fbb48fda7a24cd', 1, 678, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6acd2c07451e30108744d0e2c9cb7d57ebc12664', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/languages/header-footer-elementor.pot', 2, '20889abe3e33032f6cab600753c5132d3e884bc0847a8d7f29cc7783fd222573', '57acc986ecd9d6d70285f87ebb84e458', '20889abe3e33032f6cab600753c5132d3e884bc0847a8d7f29cc7783fd222573', 1, 38569, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6acef26dcbbd41fa010cd609ccca1038de74005c', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/default.css', 2, '37cf117d267221718f51b7b779a0dd72a174e83bcc761295c20b2a5d390b18d9', 'e253c18dd217225be24b0cd65713e204', '37cf117d267221718f51b7b779a0dd72a174e83bcc761295c20b2a5d390b18d9', 1, 6495, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6ad93bcd4572dfbfda9be96176b9c1e43e921f1e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176725', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6adad1c0faa2293398fa59c72fe78b8bf5003c6f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-de_CH_informal.json', 2, '6b8b374ecc3e06b69c095d9ad1bfcff201b3bf88d4ae2b25371238341afca91a', '3142c2d864bb2ce3dc355c875da26516', '6b8b374ecc3e06b69c095d9ad1bfcff201b3bf88d4ae2b25371238341afca91a', 1, 732, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6ae37be65fc1e304147ff3393a2f177defc52379', '/home/hkrhostingreview/public_html/wp-includes/css/dist/nux/style.css', 1, '98ea5926dd26bb82b64783b921f45215078e6c0fefa3c8da0ff13a6cf0f976ff', 'acaea46a81c4c475aff738dbab35dea9', 'acaea46a81c4c475aff738dbab35dea9', 1, 3375, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6aeceaa8d8db27eb67fcddf84b6f3deca1f32242', '/home/hkrhostingreview/public_html/wp-includes/cache.php', 1, '7032106e3b447ba783ddb532e4c5442a17ea04009bb9cbe74e2e349069ae64ac', 'af0a22027562b5590a2a2987693dfb46', 'af0a22027562b5590a2a2987693dfb46', 1, 21854, 33188, 1, 1555013453, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6aeea53ecca8dfbfa9624dd5d25d47f0464d6481', '/home/hkrhostingreview/public_html/wp-admin/js/tags-suggest.min.js', 1, 'fc742bfa7ec4540a98eccd683332458a7b3dcd01eb1a4db1f2ab681675fb5077', 'd9b22becd5790ce6250cf1388f73ce69', 'd9b22becd5790ce6250cf1388f73ce69', 1, 2215, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6af74bf2c37daf2033b283fecea8e2edb06a7630', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-tools.svg', 2, '3559a7d4eadaf6706452b123dcf9ad6bb0caa90c6f0c4e610f0954efee851c43', '8ccc32e5f7b0c762b5600b2940f86b4d', '3559a7d4eadaf6706452b123dcf9ad6bb0caa90c6f0c4e610f0954efee851c43', 1, 3219, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b025d72ded99f32d438551b4828d53d00271366', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css', 3, '31a2c9e17edf4ec4b6844922cb17cb9634bb266ada85d7f8314582916aabaf4c', '43a9337fe7a4a70d9d4ddb7370af0098', '31a2c9e17edf4ec4b6844922cb17cb9634bb266ada85d7f8314582916aabaf4c', 1, 185, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b044aa41dfd9a2474db2a053d8601fbb92f4554', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css', 2, 'a9bdc7d75433d8ccdc28b2c29e7dffb094932c5d2889fe9f5c71a6e0e12decf4', '3ff77ce2a60dcb57ab0820109e1a2035', 'a9bdc7d75433d8ccdc28b2c29e7dffb094932c5d2889fe9f5c71a6e0e12decf4', 1, 110844, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b22a8214269e509c54abfdb2c1ca7be6faa81aa', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.form.min.js', 1, '3b20c7f4231183b11371d9122369cd5a961ee58a5372cd9f841da82b73ddb0be', '60ef76775035959651341315c9d82129', '60ef76775035959651341315c9d82129', 1, 16193, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b2d5e288c09fd8ab5f94e30569c0741fa586cc1', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_mcrypt.php', 1, 'bc6fc4c892ca87e1f34f4cb053e3bd4ee9680d6f5767d936b89062512f37e2e0', 'b78a54ff0fd4a6ca9960b550a7a54c14', 'b78a54ff0fd4a6ca9960b550a7a54c14', 1, 2521, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b33b09379f8f9cd39f81758ae934f5935256644', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/es.gif', 2, '048a252135ee5da45dcd64a8afb068f30a0509106c7bd86ba76078db4b34581a', 'c0ddb5b02a4d2c4d274140a6cffc4be0', '048a252135ee5da45dcd64a8afb068f30a0509106c7bd86ba76078db4b34581a', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6b38ab241d9310ea15a4cbbb1ee564058a276a85', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176691', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6b424fbb30bd8596082310cbb6c9be7ba3bc82d3', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/letter.png', 5, 'ca20892c48cb82c632382063b186105c75c985ad04fbb7492dfecf1e1c7336d9', '', '', 0, 2428, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6b43a28502fdba3fc98e89c6d10cea7521a5bdae', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176699', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b5d7cc1e9846bad806fa65e283045a477706bdd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/step-processing.min.js', 2, '7f38c8c31fc05520543c7722c8246d62ad708413be1a2a0baf338e60d42a7fa9', 'f0eda67cb545ea11b5f736c30a592545', '7f38c8c31fc05520543c7722c8246d62ad708413be1a2a0baf338e60d42a7fa9', 1, 1442, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b676180291afd6cd9d423460d48b69f804c4eb7', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/target-rule.css', 2, '1e69ae1c05c99465f275aeb5f992c3491c5b55b75628d604307839a83fa35c2e', '9e358b5556940df4ff62eff928cc0092', '1e69ae1c05c99465f275aeb5f992c3491c5b55b75628d604307839a83fa35c2e', 1, 2432, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b789ead6350291fd658f08f03ea1997f763b598', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/database.php', 2, '25dee2dfaf57c2da67b451250f2a15cb89d59c4ddc888126c1a02eeac6446af4', '74e935b8d86bee296f72ebbec8af0dd4', '25dee2dfaf57c2da67b451250f2a15cb89d59c4ddc888126c1a02eeac6446af4', 1, 3734, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6b81f1dbab8fe1dbcc6c63e972c643bbfbfd6ffb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599161190', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b98876b3e7c93a21d139c093d5fb5cdda20a77a', '/home/hkrhostingreview/public_html/wp-includes/class-wp-comment.php', 1, 'f2f0b57f1c1fb4ee0e620f346376dc8c30bbba5073488de1269f1ee21391bd94', '313e2f4487de8a1f5657a417ddefe193', '313e2f4487de8a1f5657a417ddefe193', 1, 8961, 33188, 1, 1519590150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6b9b7a12ec95f22b276a15372aa5ec15271cecd9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/dual-header/index.min.css', 2, '5b64598af09166447193935a7b12fad8c4bfdc2db4d427da948a08893a918b36', 'f99863a799cd8af9e5f244000ec6c51c', '5b64598af09166447193935a7b12fad8c4bfdc2db4d427da948a08893a918b36', 1, 543, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6bb5239676aa3e54a45be310a1e78bac9706969c', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-screen.php', 1, '2fa31d0e2ce71c11d8c44f92240bd7308682ab48da9f5a0f23c85eb7250212bd', 'ae622da463d69ab53e3e6700b8bd9892', 'ae622da463d69ab53e3e6700b8bd9892', 1, 35761, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6bc3e5b5525e3117cb0be30c0dc4a4e0fb5a3be7', '/home/hkrhostingreview/public_html/wp-admin/css/forms.css', 1, 'd37c6d72d7a876d41f2eafb487ae24025981e7bae18230d1e49ed2fd133d9cb7', '76a6b8c3745571f1ed6aed74029fe6db', '76a6b8c3745571f1ed6aed74029fe6db', 1, 31673, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6bcb03863c3b04ad9f4f7589105c531be14b5442', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176731', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6be3ca7075d0b7581c7a075c212a3ec07fe557e4', '/home/hkrhostingreview/public_html/wp-includes/js/tw-sack.js', 1, '153be8f38d1816fbaac4ea276253fa065a22a667a44777d0a04fef8c81af0b6e', 'b989a5bd84f6ebcbc1393ec003e6e991', 'b989a5bd84f6ebcbc1393ec003e6e991', 1, 4969, 33188, 1, 1345680258, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6bf46c66ebcd5137a19b7a43a9393a95677f70f1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/index.php', 3, 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', '3a012982cb4ed67e5ce23fe913de8a66', 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', 1, 126, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6bf7a4ce636edf57cfe93d0ffd9494336d4c3f24', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, 'e98d67678cbd7c21d3a0b3a25b08da1ecdc83a67e607d00a9efb21fa462f48d6', '901e68df0c8bd51b6760c9b83ada955e', '901e68df0c8bd51b6760c9b83ada955e', 1, 102, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6bfac92bda88bc4fc2578dc334ac46639e5741c2', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_mad.gif', 1, '731fdf2acb11bf8b453089e3b23dc9787f1e050521e02ba3e028ea607c9831e0', '561e9e210ecb0c400ffd63fb30e253b8', '561e9e210ecb0c400ffd63fb30e253b8', 1, 172, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6bfb3e429b60c1a62a92fb6aad4ffcb268aa65c7', '/home/hkrhostingreview/public_html/wp-includes/js/heartbeat.min.js', 1, '94aa076af800991fd8d8059e975fbb94394b0fb794a7ddf5e9ff5a3896fba327', '1b189a9d958d638c3bd1459ab6d19f8d', '1b189a9d958d638c3bd1459ab6d19f8d', 1, 5899, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6c07e10ffa587d7822edfa6e6d1a811383a7ad32', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_schemes_color.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992595, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c0b8482b29fbc0a276472975b3d490748e67a84', '/home/hkrhostingreview/public_html/wp-admin/css/login.min.css', 1, '864af96742d2e88826a08f44ab3a88d70544d8bf5757dc8422ff6ab9ea0a32ba', 'b0716f9ea0eb89a8037d01d61819d295', 'b0716f9ea0eb89a8037d01d61819d295', 1, 5077, 33188, 1, 1570478222, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c141a1099be81be5b8298052408d757de1bf470', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', 2, 'f66a4a0d39e1f11d70b198afa0c4b2b045265198f5e448c4b914df699ef09e0f', '8efed3f5085e248a11b84e30d983969d', 'f66a4a0d39e1f11d70b198afa0c4b2b045265198f5e448c4b914df699ef09e0f', 1, 730, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6c16295292ddf2d476919aa2cbf7a00b1afc43e8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176480', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c2738bc44060e57a101a1aa068fd7a3c5a46fd2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php', 3, '5d8ae6efdd97737b0f9663cae7d65bd9dfd32cd4d0454dc699988def0987163c', 'e13e609cde879309d29610f2d5bd7033', '5d8ae6efdd97737b0f9663cae7d65bd9dfd32cd4d0454dc699988def0987163c', 1, 1318, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c3ad16e998c05bdcb0e0a869aa148800b2542fd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/eael.min.css', 2, '1cc03d412e83539912902f4bbb23da933ca7e25df5d6eb300a19b0828a2dd2bc', 'fdb708d25e66e14857e6e3c5e325b4b7', '1cc03d412e83539912902f4bbb23da933ca7e25df5d6eb300a19b0828a2dd2bc', 1, 284521, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c47158dc780aee46d10b19eb096dc4db88619fc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/handyman-tools.svg', 2, '7fb10e4e690dc6d044666e458edf7959908d0c151917da43941be03cd32240af', '45e390b6a526e481d6efe3ce9ec3275a', '7fb10e4e690dc6d044666e458edf7959908d0c151917da43941be03cd32240af', 1, 2633, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6c47d1292361366b4b0332c748cdfb9e32f9b6e0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176344', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6c54dcdac2a31fe187092604c3a586d9b4535c75', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting-min-300x149.png', 5, 'd0085fd6dd6dc2c7fb7922931d334af1ed8e9c229b3b7e0a659e31081c158493', '', '', 0, 75944, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c5cd1c422dc4d8d301d912122fbd500fba9457f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/admin-modal.css', 2, 'eb9518b3809ccf242c18d2bde7c439cdf56c5bc5fcf1de86fe27e64b94c735ed', '17eb8e3c1c780aad756fede28b566fee', 'eb9518b3809ccf242c18d2bde7c439cdf56c5bc5fcf1de86fe27e64b94c735ed', 1, 7613, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c6f6e24ca2213328b78e0465095e319f2f5eaa5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/pikaday.min.js', 2, 'dd69b8ba282ff2e0c7b224322cf928f55e45ab244f047d4b94f6cd3fac7f7116', 'b2213d2bbbcf8fcfe0ef0047e6b21564', 'dd69b8ba282ff2e0c7b224322cf928f55e45ab244f047d4b94f6cd3fac7f7116', 1, 13389, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c7231d4d93eafc06bf33bbaf4aea1dbaddde35f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Object.php', 2, 'f82d31ae2a2dd29c0560d6a3020a00954770ce8987d6254a013e472c5ef1b3fe', 'fae3d6e117f44c604e2efa75e7090dee', 'f82d31ae2a2dd29c0560d6a3020a00954770ce8987d6254a013e472c5ef1b3fe', 1, 1667, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6c7c53bca2e98463c05abd8ea55d595e295439de', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_import-permissions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992544, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c8159c998db16061623613491bf739f7d76ce06', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-sk_SK.json', 2, '4d7c57eec7e9462360548f2156d47ca0e724411d02b095dca6d7f62fd00b6c70', 'a23dfbe6071c2805edd22048e93bf013', '4d7c57eec7e9462360548f2156d47ca0e724411d02b095dca6d7f62fd00b6c70', 1, 782, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c878c345771cc59f74bc94eca9e47165c46bfd9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Woo_Checkout.php', 2, '4d6291530794efdbbf003c7a9308d6b95508118060e56daa29a5c60cfbc890fe', 'ce5ae03c63187288d26f814484372f58', '4d6291530794efdbbf003c7a9308d6b95508118060e56daa29a5c60cfbc890fe', 1, 61490, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6c9b5d0323a9003e2e5a56b57acbf275d4e21ca0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csv-parser.class.php', 2, '17fe5728e5d6acd87292dfb3f49e1d868594d9ce9a3b94bfbaee085c95507365', '2849fd785e4edf72712616fac810ad02', '17fe5728e5d6acd87292dfb3f49e1d868594d9ce9a3b94bfbaee085c95507365', 1, 10133, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6cb32956d621fa487e2db9572452a8eb0df7f1cb', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/mk.js', 2, 'a319a6c546e35a2fd5bd02410ada5ae58de1dc537b9f77744829760d542b5dba', '6d008efda78753f02d495ec6085b36a3', 'a319a6c546e35a2fd5bd02410ada5ae58de1dc537b9f77744829760d542b5dba', 1, 979, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '6cc6a9c520ceeb1baff3e5f95d0c78381e7c8a91', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/LoggerInterface.php', 2, '58cae7fced02049b1810dae696cf93d4f7bc37405dfe77c292f2a2e1fa7beb89', '01d6067d0427f1b8cc3b94fc5f321ffc', '58cae7fced02049b1810dae696cf93d4f7bc37405dfe77c292f2a2e1fa7beb89', 1, 2914, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6cc6cfd01e17271ece90b5344f3aafc5c90a4379', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/fonts/FontAwesome.otf', 2, '7ed24c05432403117372891543f0cb6a7922100919e7ae077c1f3faf67658dc2', '87d8ca3ddc57e7d2da6226e480f90457', '7ed24c05432403117372891543f0cb6a7922100919e7ae077c1f3faf67658dc2', 1, 109688, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6cf563c7b495543e2d5eb0f6ff26b4d366984212', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php', 3, 'eaa11059dd0e68e243f21983fe1db52ce67c3ae1f5701c3054a687a43ab9fc6a', 'cfc91dc3fcc20f27a283a3f9b5e1d9f9', 'eaa11059dd0e68e243f21983fe1db52ce67c3ae1f5701c3054a687a43ab9fc6a', 1, 9541, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6cf5ba03a4fad555e56a4e4379f5435d6fdc7677', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-wpforms.php', 2, '6f0b205e1d39710eacafbdceb44bacec4ef9783fc3eacf53f72b1d784943227d', '422d4bd5d18a48f50882a80888970d2a', '6f0b205e1d39710eacafbdceb44bacec4ef9783fc3eacf53f72b1d784943227d', 1, 1655, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6cf91ceee1af5afd1173714c528cb475f7941a9b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176749', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d0647955a6ac4c4db6784193a0c0084135cceb9', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/class-astra-target-rules-fields.php', 2, '9cfdc2127d434ed692d1fa6da396a508caadc4ab72219fe473d17b8008bcb81c', 'd89802e993fbf3b55d1c1d421e85a9da', '9cfdc2127d434ed692d1fa6da396a508caadc4ab72219fe473d17b8008bcb81c', 1, 49312, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6d1086e0ad5cb2cf6a388307bee05696b4e2bbc6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176816', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d1323e9e2428a004378efbe2c72ebca3f2471f1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/color.php', 2, '1a192f28ec1eb0341b5ce9bf951510981590e8447099b30f9c2cc93b4654974b', '96ef17d8f78f6db97e85f35c532fd3c3', '1a192f28ec1eb0341b5ce9bf951510981590e8447099b30f9c2cc93b4654974b', 1, 1913, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6d159c401ce787fadb51e23e2a23fe6ba6c7538c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108938', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d1bbc2a56adf0e936fbd0a4eadb90b6beec28b2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css', 2, '8470c7e9d2da39dfb4ba8e3efaa267cd19bf71d2f9b2ac0840758f1fa44dd943', '4b4de5890dbbbc878e3880b889700398', '8470c7e9d2da39dfb4ba8e3efaa267cd19bf71d2f9b2ac0840758f1fa44dd943', 1, 668, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d224a82575e1a0a368c0e09b88ad2a7f5971267', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d226557f8a7668ff495542852ff23255b9bcea3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ec.gif', 2, '6c57950557df957fc2c1bf42a5d51fa557f5909c0124262ae53f9a97b158b83d', '4b82d78f2a20846b268f28caac6a4ab4', '6c57950557df957fc2c1bf42a5d51fa557f5909c0124262ae53f9a97b158b83d', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6d282508c713de233e9498e86bcf2442ada3a258', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-logo-150x150.png', 5, 'bdb1f115a352d7067256bf5cd198b9e1fd58b0f17d000e36e6dd20bee6810ca0', '', '', 0, 6534, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d2b8a7aa90e19b32787d0ba10538eccd3110e91', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/firewall.html.tpl', 2, 'fa94b1fb9810946406c409507fc0d4c6373a546c62cd07defb3c8cab2dad5a56', 'cdbe36811bf0ea940e48ed2f8802db57', 'fa94b1fb9810946406c409507fc0d4c6373a546c62cd07defb3c8cab2dad5a56', 1, 1004, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d3146a755f4dbe78c7a396473d03eb8a268f639', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-wp-background-process-astra-theme.php', 3, '437e7eefcf2e2ba5b9e24a889b0f297ae1f0a511dacab3c7dd26227b8310d269', '9a1b9f5ef1133f578afc5bc3f7bb9634', '437e7eefcf2e2ba5b9e24a889b0f297ae1f0a511dacab3c7dd26227b8310d269', 1, 1518, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6d37584b7b12480cdd27b25209eddb7191a2e69a', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod8g3afkl32kjg2jbabs38w479dbd8fkr2lcw.png', 5, 'd53709531c8496092da95ee2692036b467cc118ca8e16d41b4888b6ee237df5d', '', '', 0, 226557, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d53404c9491eafbcb364a974f3d73283753e410', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-person-schema.php', 3, '7171acb339c1c869c38e29224c793c528cc0fc9823dd8077252db83bf750b1c9', '9cd3d7986a67d956e9aee7ae28a19131', '7171acb339c1c869c38e29224c793c528cc0fc9823dd8077252db83bf750b1c9', 1, 3446, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d598c5a3eec687d84cf54b5e2d1297de0168171', '/home/hkrhostingreview/public_html/wp-admin/comment.php', 1, '43ce28b4eb46a4053cf68f529d4cb56b56519ef6febc521fb7f05d40708229b8', 'ca129e8e2b26c41a5c2643d8983b9ca6', 'ca129e8e2b26c41a5c2643d8983b9ca6', 1, 11009, 33188, 1, 1567986835, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d6dbb0b5af2cfcef9b521a6b27c0f05ef3829f4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js', 2, '4db2027b94df40a6c14cca7f36141c1d577eb4a5ab95e2ce0b2d2afe512353b3', 'c2ddbd0744d3da2ac63c52ba83f75bac', '4db2027b94df40a6c14cca7f36141c1d577eb4a5ab95e2ce0b2d2afe512353b3', 1, 23000, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d6f72937a9af492c71404a386a75747492332d5', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, '7809943ce7c07996f2da77548d9fcafaaf41cc1c32d7f448bdb0786577a4374e', '787d20f39294ef701d63b0a04be04fff', '787d20f39294ef701d63b0a04be04fff', 1, 108797, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d926d42d450c17bfd14afbf0b1b1abdcf4a5284', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/services/bootstrap.php', 2, 'd1a46528116b3d5a99ad7c95d8ad5b1b0c5ddc962876435aa10233ab803758aa', '56e84d194dca670c5abb1b752b35a054', 'd1a46528116b3d5a99ad7c95d8ad5b1b0c5ddc962876435aa10233ab803758aa', 1, 7175, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6d9ecef45ece239b2e474e44f0f889eb474f94cd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/essential_adons_elementor.php', 2, '2e0104c1d72cbb86dcfcbb6a68f19ea16e676d61ab9f0bf3805c91bba7b4c627', '2fb430551879cd2541156d764eac76fc', '2e0104c1d72cbb86dcfcbb6a68f19ea16e676d61ab9f0bf3805c91bba7b4c627', 1, 2359, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6da660fae2a3c7205923de75a72369473c3371f2', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/eu.js', 2, '720dad02530fb909c952550226e38a5f5837891415f44049edc34638909eb9ca', '00e8957b3e8cdb96ef059850ac3c68c5', '720dad02530fb909c952550226e38a5f5837891415f44049edc34638909eb9ca', 1, 844, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6da8fb6164f030c8937582f4ceb11c3624901a05', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts/fontawesome/fontawesome-webfont.woff2', 2, '2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe', 'af7ae505a9eed503f8b8e6982036873e', '2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe', 1, 77160, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6dc3584fe7dd877933aa98dc94391166be410bc6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176689', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6dc5ce549011857fd0649b4a3f353180b5be38ca', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins.html.tpl', 2, 'c1726b0e5c1bf18939f1bbc0864e7ee8c332401160c27c08149930d237e5bb6c', 'ca67092c649f5fbc62ec8e79491cddd3', 'c1726b0e5c1bf18939f1bbc0864e7ee8c332401160c27c08149930d237e5bb6c', 1, 1066, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6dc720bc114a1e2a29d98c63bb273c9490b27442', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/database-status.php', 2, '336eaa7562c82aa2ed5f8f69255cc4e79aa5d9e37c9ee57f7c2fe4533744f4fc', '00ca69351df5ff1a0b580480ec5581f0', '336eaa7562c82aa2ed5f8f69255cc4e79aa5d9e37c9ee57f7c2fe4533744f4fc', 1, 9753, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6dd5c89ff496267200117f0cf3f1c410e590ee9b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-logo-min.jpg', 5, '831b5b684476e010199e3210703fd5ea0452c3b6340c84bf7a8ec543444fb192', '', '', 0, 11483, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6dd8af63a9ad7189df687eeb5c40d91e7a745010', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-da_DK.mo', 2, '51a21af772d9ddceda8553d668f3406be5b21541c7327309647a9404ed1b8230', '0589667eeb26599bd39a643906f0161c', '51a21af772d9ddceda8553d668f3406be5b21541c7327309647a9404ed1b8230', 1, 92404, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6de97fe947c77f4be8517bdf37ef5e28c7ae9126', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-contactform.nff', 2, '7007b0427c8cd3c434f57238ab6fde64fc961187f827e168845f2fdbd02c08a5', 'c527cbc8c3918467db36c77bd98afd70', '7007b0427c8cd3c434f57238ab6fde64fc961187f827e168845f2fdbd02c08a5', 1, 13161, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6df0c48bd3adec6607a3c71c1b1c36013b8c9b8f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/kp.gif', 2, '67a0da17f0c76844cd43e0692fbea7829ac2d67f2bc48ae9894c3bd492486cc4', 'f45a650bf92b6ad6552bf618d2ffe75d', '67a0da17f0c76844cd43e0692fbea7829ac2d67f2bc48ae9894c3bd492486cc4', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e03f46fadad10a91f1da0f71fb9092a02d20881', '/home/hkrhostingreview/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 1, 'b200becc62bf621cbdc91b4b728501aa28a56d3e370f50339c0e170c7e98bdcc', '8fc455cde485dbee10fb0d2d21a6e240', '8fc455cde485dbee10fb0d2d21a6e240', 1, 1222, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e25deb10c65005df50749ca31306b5e06b36be5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gl.gif', 2, '61f693b714e5bda3a0d31d47a22b5939d2f8ad147228e4150cd12b99847e28c5', 'edcdeb38a22b784f2c19f76f2af37d39', '61f693b714e5bda3a0d31d47a22b5939d2f8ad147228e4150cd12b99847e28c5', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e39c2ba4147e2af4e10dda7b91a22be586ecac2', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/string.php', 1, 'ab5ba3e2368fb78d820ec859565bdb614dd13348199020250085035e9802891a', '3a11b1933d17fc4da9c3000cacef6929', '3a11b1933d17fc4da9c3000cacef6929', 1, 8354, 33188, 1, 1445726725, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e3bcf6f6b716bd06f0c58f1b5808b0ce98fcd6b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-why-premium.svg', 2, '6582b792c7d1c3716fe10f6ebc4d5bdc77b865a2fc56a6691ed706dde524ab50', '466be79995635809570018516cc5f309', '6582b792c7d1c3716fe10f6ebc4d5bdc77b865a2fc56a6691ed706dde524ab50', 1, 7603, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6e3c2dd1939bb19a22a7edb7a1cc10742e708d03', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_button.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992630, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e43ab5aec850ff1bb757c38874380f34cb25818', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/editor-style-rtl.css', 3, 'e7e6ab43eaf338f5305bde5202472ff3730b3a857369e5b711b1fc1bf881a271', 'de68688f9eaa4843d4fd22145e61c3ed', 'e7e6ab43eaf338f5305bde5202472ff3730b3a857369e5b711b1fc1bf881a271', 1, 37575, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e44b2530a935f84595f34dfd114586a7251432f', '/home/hkrhostingreview/public_html/wp-includes/pomo/entry.php', 1, '3597776a4a836948ef9d0ec1ebe716a8444f1067d34babdc7c112079803c2553', '43eb8e65e3456f93cdbf61d6bb42545f', '43eb8e65e3456f93cdbf61d6bb42545f', 1, 3121, 33188, 1, 1536732686, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6e47757cf152e173810eb041386ed9def95141bd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176823', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e49bab3499bb0aa3727d6f260bdbcab64ca4f2a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/jp.gif', 2, '64a274cb62bddf71a34e757f17bb64796c79e85b7bb93bf0f29f510dd8b75c2f', 'b6fa87814a6e40fcdf41d79c5e06c406', '64a274cb62bddf71a34e757f17bb64796c79e85b7bb93bf0f29f510dd8b75c2f', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e51e90e28bc2d51cf135886692f8279e7f471bd', '/home/hkrhostingreview/public_html/wp-includes/class-wp-list-util.php', 1, '1cf3892beb0e0022cb4b500c2325183fd0bcbab9149aaace68d4afa274fdb574', '3d983a5780450e085eb5eb3d97608bde', '3d983a5780450e085eb5eb3d97608bde', 1, 6407, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6e6aa897754d6af7859e4466ddf45fde97fa942d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/jquery.rating.min.js', 2, 'b092bb81d1f43e76762f69b5bc1c5281d9a20bd16e4d6ef878f64945e0e496e3', 'bf984f1676e6a0c54434a27728ad3736', 'b092bb81d1f43e76762f69b5bc1c5281d9a20bd16e4d6ef878f64945e0e496e3', 1, 5454, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6e7563c97fb502714944bad25527b8530e2d6b2b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_fonts.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992619, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6e77412ad979ab336dd6f1d67e6accb54297aa5b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176656', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6e7acca776e5d7268fe3577dddc411443ed0f04d', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael.min.css', 5, '503026e37b1e7db624a21a284fd565c14f0defd8353be1d2445406c3c3d65621', '', '', 0, 291734, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6eab4a95f10b9fb3d9764f234a4e4a3982eaa870', '/home/hkrhostingreview/public_html/wp-admin/js/nav-menu.min.js', 1, 'ae47bf8d33f40397679661c44c2aac1c5e850f24806ddc4fe89a2c9206d8367c', '5b46976c3745c39d14e55e06067a8373', '5b46976c3745c39d14e55e06067a8373', 1, 21706, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6eb2046d7b71a155a76b3597288eb0de7c84e1f9', '/home/hkrhostingreview/public_html/wp-includes/class-wp-widget.php', 1, 'f790d2eb070635e5991c812532f84df2a8ef3b50e5b9cad7f08808edf0969128', '980b01146b415eb2412516bdadd942fb', '980b01146b415eb2412516bdadd942fb', 1, 17842, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6eb479b3d3497c4caf3ddffd035768e710288ab7', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/pt.js', 2, '3d31105c42789ac0c833c23fc1829cf0b49fc1ac2f093fb21f0541e05eb7a3fb', 'ca0b66ada7e5013b931d8c91289f2c28', '3d31105c42789ac0c833c23fc1829cf0b49fc1ac2f093fb21f0541e05eb7a3fb', 1, 859, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6eb7f760cdf0721f1b746b1a8957d2bbc79d1d2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/edit-field-ul.php', 2, 'eef6b1f51a75f3efa4dfb3818e62202370961854a8c1d64524f0d816413ba232', '5ea10c83e4447c96252bac897021a719', 'eef6b1f51a75f3efa4dfb3818e62202370961854a8c1d64524f0d816413ba232', 1, 1155, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6ee81170e55bc9a460962173707c1bda1cecf936', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6eeab1eacb351a56f43b8c78bd61ca440dc3793e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg', 2, '00ae6a7f32af5ec7249ead74fc73f3331fdfa7cc13e2c1a35ddec9c3e5c81329', 'c8a006e06cf6a2e706275b19e82e56df', '00ae6a7f32af5ec7249ead74fc73f3331fdfa7cc13e2c1a35ddec9c3e5c81329', 1, 1252, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f11a0025cd0f916159d21752b6704ebb055f2f0', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf', 2, '1228d05ef95e21c43aaa178efc974886305047f564393b63d81d0390cfc4d83d', 'c702ca080dc308a7860f0bf652b74542', '1228d05ef95e21c43aaa178efc974886305047f564393b63d81d0390cfc4d83d', 1, 10076, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f1e4d614e61e1e3f58f6e684fe73c8153483468', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/common-rtl.css', 2, '79f36860a57e51ed8a1824fbcd37b90c9d6bdad4fc77578e24dc209631b8ed1f', '0870d69bcd8783dbdc1297b691d33b94', '79f36860a57e51ed8a1824fbcd37b90c9d6bdad4fc77578e24dc209631b8ed1f', 1, 684, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f219dcd39300aff4fd3d75036dfeaa5ec0245e5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-admin.min.js', 2, 'e1143abe8f15c8be6a6c2aa1d030af5c483c3d40843d247268ea0b499d638fab', '7341bc4e2ced3fc9cdff17e962bd5fdc', 'e1143abe8f15c8be6a6c2aa1d030af5c483c3d40843d247268ea0b499d638fab', 1, 20494, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f22ae9cfa672d72e7c6c4b031312a89bfc54a81', '/home/hkrhostingreview/public_html/wp-includes/css/admin-bar-rtl.min.css', 1, '79f057dc626f021fde53e77503197ed76e4529ab60303103a7dedf39dc50f255', '64206aaba162a411b337d64de20ecfea', '64206aaba162a411b337d64de20ecfea', 1, 21379, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f36e3341d841200e0b15838a04c3999a4c9b2fa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php', 2, 'e39cfc3152872c1bac7d95b5a7496157947d8928a71a2a62d6fbdbcb0ef000eb', 'ca997f69abec7b7c82a07da5140e1e11', 'e39cfc3152872c1bac7d95b5a7496157947d8928a71a2a62d6fbdbcb0ef000eb', 1, 2387, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f4ce6029da8b2c71b0f9733acbcaf0c013d88ee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/base-object.php', 2, 'ef26469a11f6c125cd21b2df1e9f2dada543f877bbad785e81faba0a32ffcfa0', '178cc9db41eb2ecdda2475e1851c9bf2', 'ef26469a11f6c125cd21b2df1e9f2dada543f877bbad785e81faba0a32ffcfa0', 1, 2912, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f659c5d1ea5ade6b62d5f800a5e434fd7738c7e', '/home/hkrhostingreview/public_html/wp-admin/plugin-editor.php', 1, '02b96d5cd346328471172b988b35da86ef0d58f7e9e1f4f4017e26175aa1a76c', 'ae85c8c923181b42532af55e4539112f', 'ae85c8c923181b42532af55e4539112f', 1, 13366, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f6d61182f357c52ac97d27457618cb04b051752', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/promotions/dashboard-sendwp.png', 2, '953e45044bc6efa3d1adfc79e06a7d2afe80413765618cb62cab1cd12136a6f1', 'ca8e1bd8978728ff1acb499b152d3491', '953e45044bc6efa3d1adfc79e06a7d2afe80413765618cb62cab1cd12136a6f1', 1, 27572, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f762f33ca7e971bfc0bd4554aca7d722be757f5', '/home/hkrhostingreview/public_html/wp-includes/css/dist/edit-post/style.css', 1, '8a6ea7252d70c04015fe72978cb4799f5bcbd6f72a0fcdad2bd92fd474c5a529', '578e6bc0b5b398648956c85f5fecd801', '578e6bc0b5b398648956c85f5fecd801', 1, 98653, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f76f4fbc23be7e7340e48f58cccb12d6ea36725', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css', 3, 'f0f763e8b896ae1c10e1d171b48dc975dce315945881eb127d8c5992ff5ac093', 'b94d219e08a0c2d6be5d8e0dc06ba5fe', 'f0f763e8b896ae1c10e1d171b48dc975dce315945881eb127d8c5992ff5ac093', 1, 598, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f782aa1b89de390b03dec4500729dc220c7ab11', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/count-down/index.scss', 2, '66dbd636de01605dc721330057e3b54701afb4058c598e2774c3b1c3f5ec5ea4', 'e9552e93aa7dc102db309c21b0648e5b', '66dbd636de01605dc721330057e3b54701afb4058c598e2774c3b1c3f5ec5ea4', 1, 1032, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6f7ceeac6757558d3f40100b1a34afa92c527b8d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ao.gif', 2, '9c39269c965b05fc92d88af27cb9269413a10384ca98c18eade4f33cb1ef4852', '4b962702108c12ea1c6375e2d6667191', '9c39269c965b05fc92d88af27cb9269413a10384ca98c18eade4f33cb1ef4852', 1, 244, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6fa7dc65a97079fc4eb0aa6b9f32d0b4a1bf05ab', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po', 2, 'afd3ee0353945ae92bf1cc53d714d3f713e02297c39bfbe0e9ae582e82e695bc', 'e062776efddf83f47c981c379b7794df', 'afd3ee0353945ae92bf1cc53d714d3f713e02297c39bfbe0e9ae582e82e695bc', 1, 91312, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '6fa83be285d93ec2fdf02d0b8e202c8afab1dc31', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176721', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6fb4fc1a2d6367b2acce606cbff71d72998d0472', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/system-status.php', 2, 'beba3c4569dfac72b01d611a549d201c97b661751832dcfce813780472bda12d', '91d18f60aa3ea67e72bafd54d21700a7', 'beba3c4569dfac72b01d611a549d201c97b661751832dcfce813780472bda12d', 1, 269, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6fc4878c56d9b9939017ad9e5de96594ceafd3fe', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_smile.gif', 1, '5f5239a67e6b484eb8ecee803f3de3ff86de2b40e82999bfc950e0e54ab6968a', 'e3e033f32e291fc0328deadd70ebcef0', 'e3e033f32e291fc0328deadd70ebcef0', 1, 173, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6fc6358aa5d1fb7dbb5b86287027ebe282e65801', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/post-grid/index.min.js', 2, 'be966d12015e51f0871334664faf694b7290d08cc978fd25c82c8c2e918675c3', 'dae2ece65930ec3eb5217bb6ae2dcfe9', 'be966d12015e51f0871334664faf694b7290d08cc978fd25c82c8c2e918675c3', 1, 386, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6fd7d8d10b39e28f2132237d969bbfcd4e981cff', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/ea-logo.png', 2, '07d004a04b51e8d0508f238a2b19197e7d42cbbc1e24e1d9ce70efc98d627641', 'a459d377fb1ed35b72e1183ca093e89a', '07d004a04b51e8d0508f238a2b19197e7d42cbbc1e24e1d9ce70efc98d627641', 1, 100234, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '6fe7ef3a67ec935db204550705614c6ae0b6db3b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_shortcodes.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6fefc56258fefed490798534970bb0005f40cabf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ExpiredSubmissionCleanup.php', 2, '1b4a1f82d3e3d24587ce8787334664a0f2435ec3226735a3c9cd2f8ea1858838', 'aac90984557356e35a55da1bf9f41fa3', '1b4a1f82d3e3d24587ce8787334664a0f2435ec3226735a3c9cd2f8ea1858838', 1, 4301, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '6ffbca0a0b42c2dd567e6c7445b2b8424b0cb191', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-general.php', 2, '3efea80ccffd50bca0dfdaa8e9540687030d7cd87eb4d9685892e398a893b5ed', 'f64c57d854b394a32bdea3f63065cd41', '3efea80ccffd50bca0dfdaa8e9540687030d7cd87eb4d9685892e398a893b5ed', 1, 27842, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '701c717ed6bb5dc01152f4b4a67c760abed7811e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-error.html', 2, 'ec0a1556ce1b8fe6cc5b6cc603c1f8365f8ce25d98e9cea3e17138918b343ffc', '7ec83cc3244bae2f3fd0a7340b6c452f', 'ec0a1556ce1b8fe6cc5b6cc603c1f8365f8ce25d98e9cea3e17138918b343ffc', 1, 139, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7020bf0cb13a2e590d914c1b0898023ddd1c9dfb', '/home/hkrhostingreview/public_html/wp-admin/images/w-logo-white.png', 1, 'c84ef2471e911d4aa6c335048040186f4b73dadb701bf20ec5806ad303cd942f', '6ea6ccee4a0176dba27ebb79ac175c85', '6ea6ccee4a0176dba27ebb79ac175c85', 1, 5395, 33188, 1, 1457586986, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7022acb593f774731aa86276a6f5c03ce2afdfb0', '/home/hkrhostingreview/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php', 1, '06dfc95b54055d2f7f852a04e64338aa13449e47d6788cb5fe1e74b97434378c', '9f1296f198565a0c5dc006c845b6eff3', '9f1296f198565a0c5dc006c845b6eff3', 1, 4962, 33188, 1, 1570133036, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7028eefd609009ed2c775a8dfb576e6504415033', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 1, '502f9e4ced3adc99ad8695ce67c9c2e6c8cecae714d7c5ce9ec6467b1c60f70a', 'ed823838339ca0f88793fa781fc1e10d', 'ed823838339ca0f88793fa781fc1e10d', 1, 9631, 33188, 1, 1549520883, '', ''),
(1627004145, 1, 1, 0, 1, 0, '70364fe780e56f38f35f87dd3c69847b0354b9c2', '/home/hkrhostingreview/public_html/wp-includes/images/media/spreadsheet.png', 1, 'ff0e1abf5b65624af79d2af2b8e542f8eba40a409695229ff947355e20b78b9c', 'f1c0a034e4f112d60054fcdecc873fb2', 'f1c0a034e4f112d60054fcdecc873fb2', 1, 188, 33188, 1, 1395781815, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7037849fbf260fefd01d887e53073cd4ce6b556f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo', 2, 'bac08ec9a2f027522ed9ef812e4ec7df195780a80c7695a95a61987e54678d1c', '692b739b0a859ba699e54d101ebbbcf7', 'bac08ec9a2f027522ed9ef812e4ec7df195780a80c7695a95a61987e54678d1c', 1, 82739, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '703aee085eb94074a99de9829e78c18159972155', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_response.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992568, '', ''),
(1627004145, 1, 1, 0, 1, 0, '705d32642e84b112e18b61220c5c815c2d9aa19d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/import.min.js', 2, '15778ca4fd79969376b14a911631e8de6fa8fc8368521bfc273133991d32c1e9', '57dd630c6304bd606449dabd76e49bce', '15778ca4fd79969376b14a911631e8de6fa8fc8368521bfc273133991d32c1e9', 1, 1743, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '705f85f55773010f0d1878e1764811e6b6c8dda7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-digitalocean.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992540, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7065fc16ff53453842cbea251fd43002168662b7', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/IRI.php', 1, '01ad163ffc8687a562ad616e702ffec7213d08103587b61c880918ff96bd1246', '6e16ff20d3e68692cf3b617b875f36f5', '6e16ff20d3e68692cf3b617b875f36f5', 1, 28359, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '706b2dbc5193a2dbb490bfa44785686fe364ce2c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionEmailSettings.php', 2, '886cc625ff73870f0e28c2433ba156d5a7e88e8c1077a1211c849cec88a24ee1', '2a66e206fb951f64f04e497a80b4607e', '886cc625ff73870f0e28c2433ba156d5a7e88e8c1077a1211c849cec88a24ee1', 1, 4924, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7082fb1245eb5bf594785dca0cf0b018ba9f62bc', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting_hosting_plans-300x164.png', 5, '7ac494fbfb90a9fef1f325bc2b810cec65b4ac8c09710c22afb56f08fd6740b9', '', '', 0, 31654, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '709864b61b8370b0edb3791dc6d1a96c3bc5d62f', '/home/hkrhostingreview/public_html/wp-includes/author-template.php', 1, '5fd737538b931b9d925c2edba0932884a6c0edceded599ce2005f6e2f085782b', 'da618a43112e5df99396a7b04a831e6e', 'da618a43112e5df99396a7b04a831e6e', 1, 16995, 33188, 1, 1569419278, '', ''),
(1627004145, 1, 1, 13, 1, 0, '70a11211082d9fecb0eae02c6924b938661ebf09', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_backups-index-php-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992547, '', ''),
(1627004145, 1, 1, 0, 1, 0, '70a8b80c85a0ff6922507a9b7728f12daa2bb8b7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/general/index.js', 2, 'bd4fea7433583134855735b01af37a43d65e7b844c30d3eeacefdc6f31d7a753', 'c867bb36e699500b9a0d76e2fc6cecd3', 'bd4fea7433583134855735b01af37a43d65e7b844c30d3eeacefdc6f31d7a753', 1, 1914, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '70aac1c5992ea01c62a5224452c1096c7c4b96ef', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content.php', 3, 'a1b50d095788f73045598a07db9b7163bf0a0c41ccd6591fc42f1403c38ec659', '19d2f5108a7e0065513012b42c5b30d3', 'a1b50d095788f73045598a07db9b7163bf0a0c41ccd6591fc42f1403c38ec659', 1, 1980, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '70dd24bf63306d72fe19b31e2d0738763975c0b9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-enumerate.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992527, '', ''),
(1627004145, 1, 1, 0, 1, 0, '70dd27ee9cd302cef54db7fcf0ffe1d1dcfbf351', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bn.gif', 2, 'b920021aabbb860d1712796760a06a0bbc11029f6f42f6a13d4e65380514f8f7', '87b3432e4df98e0b73673ac910f01010', 'b920021aabbb860d1712796760a06a0bbc11029f6f42f6a13d4e65380514f8f7', 1, 373, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '70e5b338e4d73f5e8933dedc73dc02fb5bee18ab', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/embed.php', 2, '3c39bfef049b73e11d6ca6fdf0f5ae3a3671aff16a31357e0daf4df90176972b', '9404e50706771d724adca42dec0b842c', '3c39bfef049b73e11d6ca6fdf0f5ae3a3671aff16a31357e0daf4df90176972b', 1, 5538, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '70fa3f077a505a8e4234364237e067ef46e7e430', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/recaptcha.php', 2, 'e888f69538ae10ed1c1fd6f62e16eb4ca541f381f6f60068ecf256ca54f9fa57', '9a8ccd85c37e44ae2114a11ff5effcd4', 'e888f69538ae10ed1c1fd6f62e16eb4ca541f381f6f60068ecf256ca54f9fa57', 1, 4067, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71068a80d5a76ee61650af20ee097353e56a9295', '/home/hkrhostingreview/public_html/wp-admin/images/align-none-2x.png', 1, '57439290bd3467f872aaedfb174d9ff5b039f155d776b013bfeb966f9569eb3c', 'f858439905295bd705b09b2dba3418bd', 'f858439905295bd705b09b2dba3418bd', 1, 121, 33188, 1, 1348711974, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71080107c339c80c8ee8ae9479dbbee00c0b1044', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-id_ID.mo', 2, 'd5ee5abf7c0cb2ef3c17a34284400463471ba58d30731cd14bc87e9740844ce5', 'f4d39e1c4c32947b09d1134745a88384', 'd5ee5abf7c0cb2ef3c17a34284400463471ba58d30731cd14bc87e9740844ce5', 1, 90886, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7108116300842f5142d1cf38706bc0a393f18b04', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/402.php', 1, 'cc4c0e8317d2233e3bd088951c740686b7856686a0bd50868a1e1e2dd3f056a7', '60f859d55150da0b0a7a959ac9f347d6', '60f859d55150da0b0a7a959ac9f347d6', 1, 402, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7113c962afea927e1ff1a8527164b90857d9e964', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/10/logo-review.png', 5, 'cc7b11f07c808094f132c8ddbd90ac24c684a0cb8c4710757b4d67bb14b1cab2', '', '', 0, 32020, 33188, 1, 1602133458, '', ''),
(1627004145, 1, 1, 13, 1, 0, '711c21ee16cb17f0ab00fa5babe2bd5bad277436', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-mu-plugins.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992527, '', ''),
(1627004145, 1, 1, 13, 18, 0, '712391f34e5ca14488b9e23b25c2fc25bd3e5d1b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176712', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7123945764a4c200bd8eef8b45cddc7b67fe7ac1', '/home/hkrhostingreview/public_html/wp-includes/js/dist/viewport.js', 1, 'c05a86f7b88b395321df57cfdc0e3fbfeda79e58bfa22d2cedbdc76e65fccf66', '450867328ab4ca0027028349b98f8f2d', '450867328ab4ca0027028349b98f8f2d', 1, 11750, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '712e46fd40cde9c3425e6a7946bb005cf714b463', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/fields-process.php', 2, '6a3d8fa56204f86940589743a8c397010f51f6cb9ca9bbf16ded66d86c739725', '4c863824ba8417de43d740f642ca8bca', '6a3d8fa56204f86940589743a8c397010f51f6cb9ca9bbf16ded66d86c739725', 1, 1348, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7138605dd100986b8a2d77d5034e0984c7b7571a', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, 'cb43c8ce6939857315f0d1493edc2a281915b20818bc58583ad9963fcbe0cecc', 'e449e3da6dc51f85fc4c571179dd9348', 'e449e3da6dc51f85fc4c571179dd9348', 1, 1140, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71388f54911aaa2896f51b941fc400facf4f243a', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/lusitana/Lusitana-BoldItalic-OTF.ttf', 2, 'cab41c51b4d618b402c01a734364c776270d6f27905bfe8bc22df2d6ac767be1', 'fef450017338732e79ba2d4b5f435647', 'cab41c51b4d618b402c01a734364c776270d6f27905bfe8bc22df2d6ac767be1', 1, 102316, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7148b4481a0b5aa7cabc30e9c1280282bb324362', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/05/favicon.png', 5, 'fcaa64f8421131a103401c8f9b6b5be8fb551df957bcfe598bdd90a498ea1b68', '', '', 0, 49119, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7154337bf4147c3bcca0e14a1b643102df61719c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-settings.php', 2, '20997ec352f9e7a64066e633a6e32ad1c5b97439d6decb519ab0fb10b9642cbd', '6c8a449894261f29676c74c466654ec3', '20997ec352f9e7a64066e633a6e32ad1c5b97439d6decb519ab0fb10b9642cbd', 1, 12653, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7154a59f936f02de6e1caafdb3b08cc751fb7b75', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-1-150x120.png', 5, '9a71aed834f7835e9734e0e0a85d42b430839c99ed0d3d4d1d75e218dc61793c', '', '', 0, 677, 33188, 1, 1596822200, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71595589321926e24124dac3b79407ed5a742102', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/fancy-text/typed.js', 2, '784a3e902ed13a3b00ff7c00f997fc9ba5fd1f7ada3d9ecc27f464f6b0532873', 'f43eac4d6a293e681601b897a89a2398', '784a3e902ed13a3b00ff7c00f997fc9ba5fd1f7ada3d9ecc27f464f6b0532873', 1, 32673, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71612069144a3f32a43b5d6523fdbe2cd1ff4b33', '/home/hkrhostingreview/public_html/wp-includes/js/dist/format-library.js', 1, '70818188991506c5066a33f5743786d668bad724e3515f38fe737471323b09a5', '9f737824d948eed09dcab71a2ab98d0e', '9f737824d948eed09dcab71a2ab98d0e', 1, 49008, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '716c4d2b0cfbf39668912489fad19fa4a5cc298b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css', 2, 'fd33824cbf5c4bb8e5f1eed2170b9f3177913e05bfe6b50bacf1b94273207e11', 'e68d7130470375080b0ce72d9a1f8c32', 'fd33824cbf5c4bb8e5f1eed2170b9f3177913e05bfe6b50bacf1b94273207e11', 1, 69327, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7170dfb137cb6d398f8ab20ead20bc0b484a1928', '/home/hkrhostingreview/public_html/wp-includes/js/dist/deprecated.js', 1, '784b179821fe4daf63406c07d5f1728beaa0c214b35211c95b3ba27d906717fb', 'f1a701ab0a84540fc6bccca46aa242d2', 'f1a701ab0a84540fc6bccca46aa242d2', 1, 7499, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71771840f1b33f210fbdbbf3f8272d305337e969', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-it_IT.po', 2, '36b4c616178a39d3bdd30bfcb2cbb8f2d117f514d4b1f593e324163ef2b29867', '252cc191a42048163efef864c8de5f68', '36b4c616178a39d3bdd30bfcb2cbb8f2d117f514d4b1f593e324163ef2b29867', 1, 70588, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '717e60711d93b89563598337b24ec378ceecaed5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/PasswordConfirm.php', 2, '0a184abf64524a91442888b2fa2653636579699b6f46ac438d42fe8a33b28aec', 'ba48fffe00270b0ec1af7d48470c1c7f', '0a184abf64524a91442888b2fa2653636579699b6f46ac438d42fe8a33b28aec', 1, 2290, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '718794ff1c8c1200a960002dbe5f5cbebe884ac9', '/home/hkrhostingreview/public_html/wp-includes/fonts/dashicons.eot', 1, '81f0b161436f85f1a1636e24dd3422f1439c5a99e7cdf45348a3ce529855ab5a', 'e0eef7c2c85fd5996597c086a87c0ece', 'e0eef7c2c85fd5996597c086a87c0ece', 1, 44868, 33188, 1, 1553716792, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7187a314c6138adb10580adc580df7ca7f8ff2ae', '/home/hkrhostingreview/public_html/wp-admin/my-sites.php', 1, 'c008fe619e3106c876ec43cecc3eac222aea26245d4dd5b06aed21d3653f36c3', '183db07382d68d97f91221311e6111aa', '183db07382d68d97f91221311e6111aa', 1, 4657, 33188, 1, 1554764396, '', ''),
(1627004145, 1, 1, 0, 1, 0, '718ac07220b5c2ac98ba393d26e0ac4291e21600', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardNumber.php', 2, '3162ed60e339e1d7473429e4a185f5066d554d78bbeabf08848f4b9dd3dbbabe', '310b1c5a9a6bff4f1f8237f867398ff4', '3162ed60e339e1d7473429e4a185f5066d554d78bbeabf08848f4b9dd3dbbabe', 1, 864, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '71a6bdb9329715e0aa1097bb2b01f1a045f38d8d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-clean.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992523, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71a6d685284df29ebccc62d02a99f04ab20e0403', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php', 3, 'ea78ec0b8740cd4eec7b8b1f08be9fee2946a013c9a63d7d1e56bdac7f27527c', '38711dbff9bfa3be3cd90fe1f123f8be', 'ea78ec0b8740cd4eec7b8b1f08be9fee2946a013c9a63d7d1e56bdac7f27527c', 1, 1699, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71b2ec88f87ac8a5055724752d7bb57905b245c0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/flexibility.min.js', 3, '1e599b6dec17469503e1f44d64bd5507cc871f99736b95930bfc59a50a7526ca', 'b10091c03d4063e6c27f123b005f9877', '1e599b6dec17469503e1f44d64bd5507cc871f99736b95930bfc59a50a7526ca', 1, 15578, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71d5f8aff8529d636d015e591ea7d0a148378e57', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_question.gif', 1, '37bf38d305937adc7b519f0f77a50f1f286101f12160e3e8810c3b6cbc7fdf86', 'b3df5b2d00d22715be1c1d9157b3a246', 'b3df5b2d00d22715be1c1d9157b3a246', 1, 247, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71e0cf656ed0664d475252d38420cf38d0609e52', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/dk.gif', 2, '3b7ece44471a1f3d745f18ca9e3a9fcc028337b741f5edae312fbab57d64cc69', 'd7c2fddc4b0a9c6ca3d5e2ed13374421', '3b7ece44471a1f3d745f18ca9e3a9fcc028337b741f5edae312fbab57d64cc69', 1, 374, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '71ecb9ea3ad5210633b8a45c1abab499ee083998', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_recaptcha.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992568, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71effa1bce318df5424a6b2f06adbd4d6787dd61', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/serviceCollection.js', 2, 'ed9668ba3bba3ed3efc158977348833a4f98439ec37585a5800e757cef1fde34', 'd9e4a6566227f313425f80a5ecb466f9', 'ed9668ba3bba3ed3efc158977348833a4f98439ec37585a5800e757cef1fde34', 1, 454, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '71fea24bf31fc56fa88ffb22ebe1af8b4f340c80', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php', 2, '9cb25406c1bbffb79b6f4027222ae77c676fbff4504d84c93cf03f2de4e86c63', 'd23036bbdaf1261497289f72ed1b34d6', '9cb25406c1bbffb79b6f4027222ae77c676fbff4504d84c93cf03f2de4e86c63', 1, 2287, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '72028860d0684e843a73202b3dc137358a95d2f2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176778', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '720db9e99af02b83450a5e6eb1e62da7a6a5dc11', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 'e7f53cd2c2d9ed2ad70a14afa08a34c015797a9fa6d7e3a2d488f3a654345d4e', 'ee75ddd3e6a9b205b105d05e9dac72d1', 'ee75ddd3e6a9b205b105d05e9dac72d1', 1, 130991, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7217496b050f36f280469c007179fa3b008aedcc', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/includes/lib/class-tgm-plugin-activation.php', 2, '9bc7f6c01fa53e29315bd195d7a9c9a4756d31fc3b9384db5067b67573919d4e', '52e4849ccfb68d25ecdea26684896245', '9bc7f6c01fa53e29315bd195d7a9c9a4756d31fc3b9384db5067b67573919d4e', 1, 128429, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '721dd020466e4ade93f8ab3954f45d4b40a953e6', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, '15f474f45cea3fece4eac6177580835539cf63849316b37e1e99e4edd14bbca9', 'f1d3480c782bda30371cb89960ae7df4', 'f1d3480c782bda30371cb89960ae7df4', 1, 3673, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72207c9f4c45135b1873ff70e39888570b6513c4', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-admins.snippet.tpl', 2, '86f6ecc4d67afda45cb1f2a4084b96d16f2f3142a33d731ac68de2d6a9d21c69', 'f2f1e9d82f409cf5c9e374981f62269c', '86f6ecc4d67afda45cb1f2a4084b96d16f2f3142a33d731ac68de2d6a9d21c69', 1, 878, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7227a01c18aa8ae9f772c51871e8bf894471dc22', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/et.gif', 2, '265cd60d566c07181d07f8a6074009d1eb709d7ec75b9128c791cfd00aec3acc', 'b738a5aca0b4b4c05a6c745380fcf222', '265cd60d566c07181d07f8a6074009d1eb709d7ec75b9128c791cfd00aec3acc', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72402331bada0d7628498853b14a67b3e981e069', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-sv_SE.mo', 2, 'bc02355dc648a957eb832cc8f441d38b1575a889ab71daa74e0f040402367912', '1efe4db09be04fdabfefff7bee1a104c', 'bc02355dc648a957eb832cc8f441d38b1575a889ab71daa74e0f040402367912', 1, 92799, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '72424b789407d0cdb1cbefafe6b27718dc0b7b0d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-300x73.png', 5, '82a31e8a4e61566712efdc1c2a63dc425cc559ccfaa88cc9af9f285b63d4e0be', '', '', 0, 14753, 33188, 1, 1596822131, '', ''),
(1627004145, 1, 1, 0, 1, 0, '724b71cb481d04a10a6a68a09285d7e90274ca64', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-webinfo-htaccess.html.tpl', 2, '608f3cc03253053287b424e741782f9c87d4900883c0693af5f69d93b3afc84e', '9756aaba7e56256db4d0623269ae4389', '608f3cc03253053287b424e741782f9c87d4900883c0693af5f69d93b3afc84e', 1, 2097, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7251840777630fc838200793e34b26ef3e15516b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_categories_site.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992582, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72552ba979f96221de913dbf3f1e920eac555d4c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/divider.php', 2, '82b6f6f3a68b5611fab52009e1aba1e79de83816de2190fa01afd4e6f53c199b', '74de89e6b942992cadd2453fca210a70', '82b6f6f3a68b5611fab52009e1aba1e79de83816de2190fa01afd4e6f53c199b', 1, 1209, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72710f67ec6db277e51962fef6a6ffbb543940d7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/il.gif', 2, '7e0ae45ddb46553243bb01c044a18bd874d18c83a859493c364c4cfbfd3ea2c2', '44d2cc7e87c0f39eda33a43234d75afd', '7e0ae45ddb46553243bb01c044a18bd874d18c83a859493c364c4cfbfd3ea2c2', 1, 366, 33188, 1, 1626945631, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '728c5c5c1502aa7a27a2de1b0eb75e9fb8a65b0d', '/home/hkrhostingreview/public_html/wp-content/plugins/classic-editor/classic-editor.php', 2, '09e9a50450d5c02d856009f25c4cc27ce2c57589dcefa92e498f9a4bf66af8b5', '769a98745c3c722c5b8dba8df417d662', '09e9a50450d5c02d856009f25c4cc27ce2c57589dcefa92e498f9a4bf66af8b5', 1, 34245, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72937d77064e25a414b904358b4c6d8f95b19180', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-strings.php', 2, '5451ba47a53d0bd9ee8c7e29b2e5ddcf6a4bf328c4f282831084eb4370035b21', '694a78019407ae84ebccd693a8e214d2', '5451ba47a53d0bd9ee8c7e29b2e5ddcf6a4bf328c4f282831084eb4370035b21', 1, 68354, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72a90dd1f0cc7f2b7fc6e314062083fa76b5edbe', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php', 3, '0d9e2132dcac09bcb28e433b36d4ca3c9027ed9d0844ac9d724a779ae251c452', '7d60599bdf092ba5fb65311a13ed162e', '0d9e2132dcac09bcb28e433b36d4ca3c9027ed9d0844ac9d724a779ae251c452', 1, 1441, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72ad28514cc914a76fc0df3ad421a9b8a670462d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, '80151b03429b8d17ea792b4da7de33d1ee60b97b0a82bdaaa2fb98699a368322', '70f7a6c6aeb975af847f026f373b7e7a', '70f7a6c6aeb975af847f026f373b7e7a', 1, 1371, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72b1b7090186907d8b18eb95558830aaf286dabf', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/SipHash.php', 1, 'd678fc9dd5abeb4443a9c2470bdc67435f0e82f206f622e08e0623fa88ab5150', '2506e756fbdcd07845ed8a314e14ecf3', '2506e756fbdcd07845ed8a314e14ecf3', 1, 8026, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, '72b3e6d772a5f7fd206dba304fd43080ec9f21e6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-plans-150x150.png', 5, '3d5a7d100267858b9580e78c884fe289829f167292e44571eeb784f675325469', '', '', 0, 17465, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72b71b1a784e1d795f622363c6f52c6f79ff84e1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-wp-die.html.php', 2, '7a1ba379c21d8edb81a2abab27cee9d0763291ee3e9bbd76917d3eac922902c8', '67c934b53e3b643b1a256a6ad44bdac7', '7a1ba379c21d8edb81a2abab27cee9d0763291ee3e9bbd76917d3eac922902c8', 1, 463, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72c6bc05ae0b74e80acc7b924a07dfbc92ab292b', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72cd317dad591f95e9fcacf98cbe9dc80ca36672', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-addons.php', 2, '494acf944742f16893e78aa8eb2cace040b0ca88b5bd557b457d5fc5cdbe7144', 'c79ce13917547706752ac5d2b29a1d69', '494acf944742f16893e78aa8eb2cace040b0ca88b5bd557b457d5fc5cdbe7144', 1, 8163, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '72fdea32ce92dc6f3c8ee5c79c100c970145dd4b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-render.php', 2, '520c5c725247ab7b211cca1347995fe03dc122710422c0a3dafee412688652de', 'df4c47cc99bce1a8bd2c6cfa115ceff3', '520c5c725247ab7b211cca1347995fe03dc122710422c0a3dafee412688652de', 1, 33222, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '730020feae697c0ecaa94639d12599f8ed970a9a', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-270.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73041af4a29dd50f8d14403e42b6f1d2396bcd6d', '/home/hkrhostingreview/public_html/wp-admin/css/ie-rtl.min.css', 1, 'ee4b6b7a617f08b1b0f7066f70755f407fd268dae20a6d06df07128636267ada', 'd2b699f14ca35864ecdd61c8eec9604d', 'd2b699f14ca35864ecdd61c8eec9604d', 1, 10290, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 1, 0, '730876c068ba0b4f9e2235419499bfc057d678ee', '/home/hkrhostingreview/public_html/wp-content/uploads/2021/01/o.png', 5, 'a67a0006c8a43a19fec0b637c3b52334887e0a5b5ad97437e82624891b81ffbd', '', '', 0, 96252, 33188, 1, 1611131530, '', ''),
(1627004145, 1, 1, 0, 1, 0, '730b7f49e3c0a905a782cfb9415835ab6e287b40', '/home/hkrhostingreview/public_html/wp-admin/includes/update-core.php', 1, '3353b9942e0b20c2debd9bf962e0ee2aa102184e9b64248cb84d3f9d2eb3a801', '8fc6fa9c271b19838be131a7578bd4ab', '8fc6fa9c271b19838be131a7578bd4ab', 1, 59133, 33188, 1, 1571259782, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73158adb74a8a23221a9f419cd62d68f27f96cbe', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/in.gif', 2, '567e8f8a82cf3d654f79d0ece2ce7167ee3e7deae648388df973f4b6a5dc9a87', '46e1776549c9bb866ae7b18f9d847b0a', '567e8f8a82cf3d654f79d0ece2ce7167ee3e7deae648388df973f4b6a5dc9a87', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '731fcf5f8f8e9dd320454ba388b55ca6c733737e', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', 2, '7f8e420a4ac3ea7f6fd081ce07234101414d27df260a6d547663f8e0c0efbaf4', '64dfb75ef30cbf691e7858dc1992b4df', '7f8e420a4ac3ea7f6fd081ce07234101414d27df260a6d547663f8e0c0efbaf4', 1, 35212, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '732cc4f4c4a1fd08958a9341671925a7b52173d4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226800', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7332190996afaf71377e43b8df1a156b5e397622', '/home/hkrhostingreview/public_html/wp-includes/js/dist/i18n.js', 1, 'b71462169d03d2eb97ad6881b941b5efe2214b2d8ec6e635263043c2ab526855', '88e1c5f8e0b6388d6f3c562c61523029', '88e1c5f8e0b6388d6f3c562c61523029', 1, 33943, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '73372b5e7dcaa96d2a1e9634f228cab04cd4d625', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_common_share-buttons.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992534, '', ''),
(1627004145, 1, 1, 0, 1, 0, '733a20e0d7424861229d00954a6ba1ae2bc3d714', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Textarea.php', 2, 'e69f72c8dc8da74eddf3d99bbdc7cf1b5920a8c2cade36109ab27d337afdd0b6', '38d8d94ada6a391cfc0b60d3ca8b2f1b', 'e69f72c8dc8da74eddf3d99bbdc7cf1b5920a8c2cade36109ab27d337afdd0b6', 1, 1931, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7348c88cfca8247a6e83922ca26f86c92d74d3b4', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-server.php', 2, 'a1205e583b7d833171091fb95f6868ee795cfce8901074429cdfadc07349e464', '964ee25b133095a112dbd10ef748dbab', 'a1205e583b7d833171091fb95f6868ee795cfce8901074429cdfadc07349e464', 1, 1600, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '734c9c3c14e8f696335abe06f5e0e6c0b29f9f01', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/autoload.php', 2, '7fb91ae88fd0be1914b53d5a1703a283344d26c56af03c77b97e2fdea9c3657a', 'a9fc52e8959a78ed27257184ad57dcff', '7fb91ae88fd0be1914b53d5a1703a283344d26c56af03c77b97e2fdea9c3657a', 1, 865, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7350a3d036c24e65999791fa7a2c687e88423348', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/preview.min.js', 2, 'd7d0bf849230a665d992c36756cfe15cce8b115c7f9a3996c39d68b64c0ce7d9', 'db524c56e68a729d9bd61162acd5b31e', 'd7d0bf849230a665d992c36756cfe15cce8b115c7f9a3996c39d68b64c0ce7d9', 1, 21358, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '735cb02d6ff075f3fed38854beda5fb0d8e2d686', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, '63289e02808ca02df566508524fa9ec982c56e6e4b932c42ba6026b20c5a81b3', '7bce36bf2355513af7917c193e23ebd6', '7bce36bf2355513af7917c193e23ebd6', 1, 835, 33188, 1, 1396588994, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73612ef63af825d5c70c161476707adbeba8e364', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, '57290d1be97264bfcfe9d5205a0b67581524d1fbbc8bec69ed8ebc41ddcf71a1', '62540989ebe4ba014f392e36f30a2d80', '62540989ebe4ba014f392e36f30a2d80', 1, 720, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7377dffdf5957f08b5dfc4dc8d93d6502e42c613', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form.php', 2, '6c21760971b975f2b7d65660efe0a403511f37e8ec739ee13848229cf3abc5f7', 'c45ab6d13a237571b24f8c476f6a3797', '6c21760971b975f2b7d65660efe0a403511f37e8ec739ee13848229cf3abc5f7', 1, 17966, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '737eb59fb65f7657d3319312fd22a9b121d981c9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php', 3, '4f4cb6aa0e7fad9c4b5899396b06b95a67024bb5df7c34195df30b52391968a8', '5532061f3486d2ade6e8b3fb35a3bb51', '4f4cb6aa0e7fad9c4b5899396b06b95a67024bb5df7c34195df30b52391968a8', 1, 1683, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7389cf0aa2ef4d6ff7a3f521ad855ba0fa7ccadf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php', 3, '20d59b1478047a0f1209047ed8986b66965bf17874971542489e9c1a26abe969', 'beab0dd732467226fe56755f2e73e3fe', '20d59b1478047a0f1209047ed8986b66965bf17874971542489e9c1a26abe969', 1, 4827, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '739bcd592a4614c6c1019c8436445904f6292839', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-blogs.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992525, '', ''),
(1627004145, 1, 1, 0, 1, 0, '739f403c1cb8cf00b9d9e7b117200a0a8e7dc290', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php', 2, '3b7ed4bd3dd41b6a01a0cb5df9501231ca3372239c7c36f6227789bdd32e4eba', 'dc33f08ad9e6a880d8a7a9f2a1b02f92', '3b7ed4bd3dd41b6a01a0cb5df9501231ca3372239c7c36f6227789bdd32e4eba', 1, 674, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73a4bcefb635a3a315d37030e1585f9b0fffebf6', '/home/hkrhostingreview/public_html/wp-includes/js/media-views.min.js', 1, '9e183289210fdb77872101addc422ee106d51edb19296a1d99a24191e1f62cce', '9a6044f6a95fba2ccc9677358bbe0636', '9a6044f6a95fba2ccc9677358bbe0636', 1, 106614, 33188, 1, 1571158022, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73a6983db23d7bbdc1d695379df9e10ea31a5238', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/welcome.php', 2, '3061ab6832c19b619c89ae4f1ee81d5013975e37fd99464b52583bc040f158d5', 'b06ddc5e57b6ca2e75ef651ce1e82142', '3061ab6832c19b619c89ae4f1ee81d5013975e37fd99464b52583bc040f158d5', 1, 20167, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73aecf6b1cee53034728ab9e5f5ff1ed58c8b903', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/admin.js', 2, 'b997d8d1ba13d0e527e911e87ba67151ec9e76b3ce5fb6a4464c106acbc8ddab', '4af513eabf7f6017d4e9eb2e861eec2f', 'b997d8d1ba13d0e527e911e87ba67151ec9e76b3ce5fb6a4464c106acbc8ddab', 1, 13938, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73b22da7f9f10f6aab796e61a4d1274d50bea917', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/react-dom.js', 1, 'b4e8d85c2931a9b9967a3e5ed09429e2f6808b86b89eaec17bbfd21d6f3293f5', '22aa1f16fffcd8050495b19e49143bf1', '22aa1f16fffcd8050495b19e49143bf1', 1, 930766, 33188, 1, 1569399657, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73bb66ff70e7079e246fb03b7f059062d95604c3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php', 3, 'e144974274f5c48aba6d02b5f6ef0eb3fd061340f14f19afef36afaac170cbe6', 'f9923a32145623ee8e61961dc7ba633f', 'e144974274f5c48aba6d02b5f6ef0eb3fd061340f14f19afef36afaac170cbe6', 1, 1615, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73ccb2d5e87939ad681085cdcdf575b398d312de', '/home/hkrhostingreview/public_html/wp-admin/css/code-editor.css', 1, 'cc5d6362ec36f473aa848a5eb6223e91b0c003e12b32a2528e0cd8434a217b78', '434192ef92ee1de6c2d24ffa1b5eee29', '434192ef92ee1de6c2d24ffa1b5eee29', 1, 1575, 33188, 1, 1551736972, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73cd6d5d27e96a1ea6286e73367519034664ec89', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-tel.html', 2, '95806e657ab22232f6e690ab9f5265abb253f7bf746963517975d668c96271d8', '1cb8651d0626c85deda606493bdf7e7e', '95806e657ab22232f6e690ab9f5265abb253f7bf746963517975d668c96271d8', 1, 697, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73d538546b2be974903dd6036574ccb15569e566', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/option.lib.php', 2, 'ad19a1f9c45f08ab3f3830476fff52dd8c06d38b85f252a390553e4a4e49b312', '61d68e7c62dfa59958d9130708f16036', 'ad19a1f9c45f08ab3f3830476fff52dd8c06d38b85f252a390553e4a4e49b312', 1, 23804, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '73fa1c6c767fefac4db29ed4e5ee72573f54cab3', '/home/hkrhostingreview/public_html/wp-admin/user/privacy.php', 1, 'c6b41a05f5980159c69fb538f3cf969007af9a13f1950775002c8cb9f8081b8d', '27ddd7bc6e0da6fac87f279bff299bb3', '27ddd7bc6e0da6fac87f279bff299bb3', 1, 279, 33188, 1, 1509992274, '', ''),
(1627004145, 1, 1, 13, 18, 0, '73fd64341241f10a8a93942ce46cf76aa30309a3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108949', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74023c3a4e504babd04380398def9325372c6ca7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/module.php', 2, '5e66d43c033c2a6a0cfde253c636cda050ad33b775cc8e732a64ec6d1d68616b', '349b70b9f836d63b58ab787932b84635', '5e66d43c033c2a6a0cfde253c636cda050ad33b775cc8e732a64ec6d1d68616b', 1, 2389, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '740be91bb3b78e9e7bfc7b37b6217fe39505e79f', '/home/hkrhostingreview/public_html/wp-includes/js/underscore.js', 1, '4b328e42c558197d5b99d7727cfcc60bac9763fad660651230e8baf93f6067ed', 'f893e294cde60c2462cb19b35aac431b', 'f893e294cde60c2462cb19b35aac431b', 1, 52919, 33188, 1, 1568283599, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7411a8dbfd59db41158f17c26c120853d1f2417b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-debug-log-reader.php', 2, '3da96c8d0a228ed50baf3cbcea8d4213633d62c1d28b86a90e923dbacab8de89', '2d3d3c70a223a64bae6e426dee130017', '3da96c8d0a228ed50baf3cbcea8d4213633d62c1d28b86a90e923dbacab8de89', 1, 2780, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7422064f5f81aa6ada766ae66f54522efdf23e9f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css', 3, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 1, 0, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '74246c05da15f5fd8d2326f298851fc0b89aa2cf', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_page_model.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992598, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74264dc206958d366f1d85a397dc99ab817253e9', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/notification-admin.html.tpl', 2, '9dd5624fdd7284ac81d9c19839e0763c69747b58a2ea37399d714b8aeee0b5b5', 'c294ca5a13b48b93a81559a3f1e2dee2', '9dd5624fdd7284ac81d9c19839e0763c69747b58a2ea37399d714b8aeee0b5b5', 1, 296, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, '74287e2ffe6cc2ac0ecb0933acd5962923f0631f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/sys.exceptions.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438484, '', ''),
(1627004145, 1, 1, 0, 1, 0, '742a06f4f649336d8c1a74a2776d344378559911', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/editor-styles.min.css', 1, '5bfb22bfd7fb099641dad6b2245cf3720f19c303f7e0b7c6b5037e46776e5bea', '4a98fa4de2c4af7e9ecfedfde88e80a1', '4a98fa4de2c4af7e9ecfedfde88e80a1', 1, 757, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '742d850707ae672dbd99f7fffba3d6d9da374475', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mr.gif', 2, 'dc1fe551cce2fccfdfd5ed8c1ee53f525dd3b3a5352548cf04fec07654018734', '08c96ea87ff559d6dc6b4605fcbcfe40', 'dc1fe551cce2fccfdfd5ed8c1ee53f525dd3b3a5352548cf04fec07654018734', 1, 377, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7447188673f571a90ededdde76f98fba619be8d6', '/home/hkrhostingreview/public_html/wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, '4c9c60061706526c635cbd059ac05c814b54d68555a18ff712e7dec370444fce', 'c25f45bff5d0545cb0244345338939d7', 'c25f45bff5d0545cb0244345338939d7', 1, 12927, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7447c9ffd2ea41fe1d55e1518d75a31f638c0126', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.js', 2, '775fa8e3000c6d5f3b10fd58baa12463c84ab7e340a09bb9c71f9d0a58083179', '1a2fc9576ed75523d6acff850f56c94b', '775fa8e3000c6d5f3b10fd58baa12463c84ab7e340a09bb9c71f9d0a58083179', 1, 6158, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '744feac47a445c6738e069523a47f164d8c36430', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-widgets.min.js', 1, 'e3d2c331b207cb40f3bd5549b294708c3c1ba257723efa59660d16eae299a9cf', '28e1652d049ca7d1148616a9a65e4a84', '28e1652d049ca7d1148616a9a65e4a84', 1, 14297, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74559545b4a6a4aaf481aa85489f98cddb94f6ee', '/home/hkrhostingreview/public_html/wp-admin/css/ie-rtl.css', 1, 'da9036eae55fe9f75cc2207bb1c5fd55380b444c368106769e95a8f0686e0b37', '55a791469c9bc1886f4272fd3c6ddf27', '55a791469c9bc1886f4272fd3c6ddf27', 1, 11931, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '746eaa5534726f8ce7dd5bfe823ea44ba7efa710', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-image-widget.js', 1, '4f29c8eb1aba2fad310acdba811640253ed885b929c653625312b02797f116f0', '082c8d564caa265aa7aaaad422a4acee', '082c8d564caa265aa7aaaad422a4acee', 1, 5473, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7474261e88c30285652c859d8a49f73e0b3ee6ba', '/home/hkrhostingreview/public_html/wp-admin/js/tags-suggest.js', 1, '31951761a0e2a078f5a198b8588b07f57c58900df38bf8aa0f259c9249b5b3cc', '1e0f50a2947ccda6a1f9afbc3563b1d5', '1e0f50a2947ccda6a1f9afbc3563b1d5', 1, 5440, 33188, 1, 1555485531, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7478c72cbd9e4669ae106336be2e6788522a35c9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/DeleteAllData.php', 2, '9d4ec4944ae71a8eb7cf19712546fbd658b7219c74406a6ec06af6ad68c69853', '4e57969e2e23772039726a5b0038ed74', '9d4ec4944ae71a8eb7cf19712546fbd658b7219c74406a6ec06af6ad68c69853', 1, 3534, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '747dfbdeb44ab959ef0c50078ef34bc5105eb2c6', '/home/hkrhostingreview/public_html/wp-admin/options-head.php', 1, 'fba06b016828f25df7451e9b7c80fbda5f03fcc789cfaa5cce6eac4bc2a286b0', 'dd6356384123683a65d7ad2ff20bbf5e', 'dd6356384123683a65d7ad2ff20bbf5e', 1, 492, 33188, 1, 1565915995, '', ''),
(1627004145, 1, 1, 0, 1, 0, '748de607ca5714a33e1f40fe8dfc73fdaa94a350', '/home/hkrhostingreview/public_html/wp-admin/js/word-count.min.js', 1, '1fec6ae43a82340851ff869fb36252598b8eb140c449e01ba0605714ce960cfb', '3bd992110e70a32eceff0c0243f33171', '3bd992110e70a32eceff0c0243f33171', 1, 1501, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74926b00e77c6d109555817d331d4ebd38d9e074', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wp-registration-form/class-registration-form.php', 2, '4cb5f423257280ceffae1ba15a2698989270341c0d24a1a3942c5f5eddea02f7', 'b29f93a6915b74110f3aa84b46e4b66f', '4cb5f423257280ceffae1ba15a2698989270341c0d24a1a3942c5f5eddea02f7', 1, 2041, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7498425883fb568af0dcb61eadc3c5eb6a043402', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_biggrin.gif', 1, '2f40b22c7cdb2c74711e2d698a956b750777f11a01b79a37225a0867e852de5b', 'fc4bb2f14a72a7bd3abf5d0e6b49d87c', 'fc4bb2f14a72a7bd3abf5d0e6b49d87c', 1, 173, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74a00240554d3832ce82aa320eee51e1781ad005', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/customizer-controls.php', 3, 'acaaa65590d735af58e56aae4f60cb56c55ec55ce231f65bc37132325585a437', '41ae9d42735026adfbe602abf62dbd56', 'acaaa65590d735af58e56aae4f60cb56c55ec55ce231f65bc37132325585a437', 1, 1926, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74a1a42cf1dd6348cc00164324297164c4afd1eb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/affiliatewp/class-affiliatewp.php', 2, '04863edc84537041bf8a1e860d5ab8b1226deeba88394ab94e5b04b44122d5ba', '3e4c890f45608b27c0a8266a28255cb9', '04863edc84537041bf8a1e860d5ab8b1226deeba88394ab94e5b04b44122d5ba', 1, 1617, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74b1eefc8a593ce34f512e8f98153d4b30359e6c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/gravity-form/index.css', 2, 'e958557cf98783c68cf7f59a47292a8181582f2503937113fabacd363ad20a2f', '268bea4c20588113e38b5882dc3adc3b', 'e958557cf98783c68cf7f59a47292a8181582f2503937113fabacd363ad20a2f', 1, 1439, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74b4f1cb5d700b34a9e5df2a66261bdaaeb564c0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css', 3, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 1, 0, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '74c89d87a2969db5045dc60741a0e53daa2e6e3b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_common_maintenance-mode.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992534, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74d7c2d11e4bfdbdd25fe52bd26dbeb600459caf', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/es5-shim.min.js', 2, 'f04e08b36e901f46c3e765a8429701f91fed71642da73942a23af26d477b331a', '136920ce3d575efb89300c3c277555fb', 'f04e08b36e901f46c3e765a8429701f91fed71642da73942a23af26d477b331a', 1, 25453, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74e062f60331bfcf6a7c3c998d1df8c7834ab62b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', 2, 'b8a94a4ef2d3fa51f67b9d95cd90f022489f8c44d380ffd76f3555386d148fae', '985599224aaf2cba3c370b8c4dc1d2be', 'b8a94a4ef2d3fa51f67b9d95cd90f022489f8c44d380ffd76f3555386d148fae', 1, 14071, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74e4591d83761966d5e6256ce0475629f783d721', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/i18nDashboard.php', 2, 'd08560b8b80f18f03f568bef2997af684d87baa1e2164c92254b7627c78e7012', 'ff888708cb8e2bfb897efad012d08a79', 'd08560b8b80f18f03f568bef2997af684d87baa1e2164c92254b7627c78e7012', 1, 8489, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74e6ce6d065b1004af834254897590d5643f81ff', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-fr_FR.mo', 2, 'aac17285b4f2ae1fe5b3ecad570bf7ce63538df350e05967adb218c1f10537b0', 'ac70f5feb6154c324f93ecd7dcb59bab', 'aac17285b4f2ae1fe5b3ecad570bf7ce63538df350e05967adb218c1f10537b0', 1, 34048, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '74e989c5b0753908196fd136b3fdbead9a38b7d4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/magnific-popup/index.scss', 2, '1b4704b69ed3c7db7627453d584e2ee08522bfed68d3c1b0ae101a502b96fce0', '6fe8e2440720cd674c1f1f9214ea9dcc', '1b4704b69ed3c7db7627453d584e2ee08522bfed68d3c1b0ae101a502b96fce0', 1, 6858, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7506dc1adcb039dcdd6e4c17c9b3c4eaf006c208', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176777', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 1, 0, '75110b845ba1b694b4e6bb04151dff0be6e578f7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_akismet.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992565, '', ''),
(1627004145, 1, 1, 13, 18, 0, '75277dfdeb7cabe609223a72d50c530dfb0c0cbe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176704', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '752c3fbfd2ef5a6a97457f29331d118d15f5394c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-control.php', 1, '86064e34ae20302c27c3893e64edf02fc135893bc25ede4417d6d47cf301fed1', 'e26e868764c6190255b33c6c9c6a65d1', 'e26e868764c6190255b33c6c9c6a65d1', 1, 25054, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75430a1e0dcd7652ab606ef5f46597051b1419b9', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-base.php', 1, '61e08c5d64f17db9a32d8a1e83ff533b8f861f1e6c4e9f7f9777721d16188e96', 'b2d1ff7a025b5160aa73fc56ce94e4bf', 'b2d1ff7a025b5160aa73fc56ce94e4bf', 1, 23104, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '754ce8b037b5563af20087f6d23fa1d103c0a0d6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-1.png', 5, 'dcb857fa35f6b7ed73f6346d76b9343788dc4af10fa967b5e9a5b70594bcc395', '', '', 0, 21471, 33188, 1, 1596822208, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7552aa8348d4d393b5772cdef293e66c3a422059', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_NZ.mo', 2, 'a6b23738b9c3a8b3e03134688ec2a66d3d2d4b22563c3c2db28b1fa62131991f', 'b2ed9bbd6ad3b3e3ac9c7398a013b27b', 'a6b23738b9c3a8b3e03134688ec2a66d3d2d4b22563c3c2db28b1fa62131991f', 1, 52942, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '756214336d046ad5c40162343b2c221b310b1984', '/home/hkrhostingreview/public_html/wp-admin/js/updates.js', 1, '0bea9555293f7d928919a2c62be4e31bc609c7bb189f53c1832527efad353e97', '0865378b9026626b28d1da762422fded', '0865378b9026626b28d1da762422fded', 1, 80570, 33188, 1, 1569801957, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7567097fd95442f3bc22056decff2ff56c99ee5d', '/home/hkrhostingreview/public_html/wp-includes/rss-functions.php', 1, '9fe1af9e46ad7892f5a3ab25857996d3b84eaac1beff6f6a7c6012af7e06e23d', '559c28627ab35fc9598062615507704b', '559c28627ab35fc9598062615507704b', 1, 214, 33188, 1, 1570555144, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7580d83cd0fad7c59f5a3bf548222fb52d982420', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/data-table/index.min.css', 2, '81aa0cbf5420e200f96f21ef9d471a01cdabca5ae2341d00db208a424af8e677', '943866b92604977a9cd70244f6dcd9c1', '81aa0cbf5420e200f96f21ef9d471a01cdabca5ae2341d00db208a424af8e677', 1, 6803, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '758dbd4a914c07ae329a4cd7b0f9591fdca84b7c', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 'dfbf86489d8c101def36d5ebeb965771fd8c1eb70342db96471ee3f92a7c10b7', '80bf220516cc089c067c2db3f41097bb', '80bf220516cc089c067c2db3f41097bb', 1, 23176, 33188, 1, 1569755098, '', ''),
(1627004145, 1, 1, 0, 1, 0, '759b68eb4d28a91d09be6c2153c72b2650b04919', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/test.jpg', 2, '099da0e9ddedd95788d4030e5e22f7077a4564ea6043e6414f67646cde27ab43', 'bbe9b1a2ab1d9194b8ad16c5a78de37a', '099da0e9ddedd95788d4030e5e22f7077a4564ea6043e6414f67646cde27ab43', 1, 88505, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75b0cffee5f1989b6c24678b8d8fa1ca66a84860', '/home/hkrhostingreview/public_html/wp-admin/js/accordion.min.js', 1, '3bb190e0a0553c51cfb50f30fc4530635a4dfe7c2d54bf70512008b08a4ac7df', '67459976d4b544d88025aacbcc5d922c', '67459976d4b544d88025aacbcc5d922c', 1, 839, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75bdd2cf6669fef36ae79062c8b00564eae28f1e', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/code.png', 1, '447759c5326269bafe551458dbe0ae6c55b4481f0ffd522916797eee1281f48c', '1460ef31b2cffaef1cb012f531ae391f', '1460ef31b2cffaef1cb012f531ae391f', 1, 1604, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75c616f7d99eaa4d302d1acb25ac40860211b1b3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php', 3, '5e8d7eae5a6f3a764d17d1273112689d4ceb7c3cd3e28ea010fa4e1a68c5535e', 'da6337cd8313b0aaed323106b6389efb', '5e8d7eae5a6f3a764d17d1273112689d4ceb7c3cd3e28ea010fa4e1a68c5535e', 1, 1396, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75c79e786f78b67f226dc45ddb438343a812aa45', '/home/hkrhostingreview/public_html/wp-includes/js/dist/data-controls.js', 1, 'e16b3e286c8a87f77f6f936f7a00d314590af8883f05f7d12461c8d70fbaf2df', '215fa4db1ef071180a48d29f0dff4d64', '215fa4db1ef071180a48d29f0dff4d64', 1, 12563, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75d888fcf61161d412ea19f05cb92be56e9b44f2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ImportForm.php', 2, '0ba19efb7612222647a18eef0c1a87589b48f062a7ee3014a708ee8b5ca04c7f', '9412757d59d836161e192a3e447e7a6a', '0ba19efb7612222647a18eef0c1a87589b48f062a7ee3014a708ee8b5ca04c7f', 1, 33981, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75e47c90f686a0348934936599b3734752cb5380', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/class-hfe-update.php', 2, '16435dc6b1665967c2d57aad708cb6d51eedee8e42413b3bb43eb431245ffc33', '46566bb7a6584554e422d8d7e95f27df', '16435dc6b1665967c2d57aad708cb6d51eedee8e42413b3bb43eb431245ffc33', 1, 3996, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75e4eb46d6da7d49bdbfd188cac1215c0099b95a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mv.gif', 2, '9c7807654ecb8616eb87dc888dd3fc457f05b07a574d298a9bef497a79105402', '9827918f9646eaa08854d45bef7ea093', '9c7807654ecb8616eb87dc888dd3fc457f05b07a574d298a9bef497a79105402', 1, 372, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '75e6d3e84b5629b9bb2f24c284efdf7ce2b4b160', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php', 3, '03627570f831da47e56a651f2da544b8b2c5ef435f6b29cc616de0738e74be6c', 'd8e8a9a8987b926855852b8ea33caf6c', '03627570f831da47e56a651f2da544b8b2c5ef435f6b29cc616de0738e74be6c', 1, 1739, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '75eed48d62669abd05c830cd7dbd2be06a6e9f2e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostgator-small-img.png', 5, '38a6f74a0a768ca7a253fa53ab6a56e791590b82d38c975f5179244602e7d17e', '', '', 0, 23411, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '76065c330e4bc0041872735cbfc2dd67e363488d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_elementor.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992600, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76079706cd6f987147714bfef2fa0fc6e9bacda0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/list.min.js', 2, '2c49ca419ab5508e2e07403605732210408962d833ba8e9882fdd1ea210aa23a', '8c03bdc90ba20ec37453b275d9e5e355', '2c49ca419ab5508e2e07403605732210408962d833ba8e9882fdd1ea210aa23a', 1, 1418, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7610c23ddd3f5c312ed0662d1b15436206fe45be', '/home/hkrhostingreview/public_html/wp-includes/pomo/mo.php', 1, '5de826ee33f519e61327a71e4ca59eb0fcdd10310eefcb11179bca65a3563ad4', 'df48825cd8a232a97522a60fb0102fe9', 'df48825cd8a232a97522a60fb0102fe9', 1, 9381, 33188, 1, 1545239088, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7614eba145de20835c5268e880d9d0985002edcc', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/How-to-Choose-a-Web-Host-–-Web-Hosting-Guide-300x168.jpg', 5, 'a1029475f8eda272b9c6ea4d048f0adfa1983db5d04ded98ee1205462b0ddaad', '', '', 0, 12956, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76382cca4678c35a739df288cd5633c6627c44bb', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid.min.css', 2, 'be87f5a38e1f7f26c6a46f05c4415e67ebcb4e20afb1bd8bf0456bf88107086d', '78139675037ee512bb7b529c2b46f881', 'be87f5a38e1f7f26c6a46f05c4415e67ebcb4e20afb1bd8bf0456bf88107086d', 1, 18187, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '763ba774a1d979d507cb9da6b00093eb96a4ae6d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Adv_Tabs.php', 2, '7f258a560fa9e9882a3b9f9f72cb18a25f8777042cdf7a0c7ea6f012707cd178', '42af92b30b7685b4f319d4bd45f3ad40', '7f258a560fa9e9882a3b9f9f72cb18a25f8777042cdf7a0c7ea6f012707cd178', 1, 38638, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '76451671b1405586a471c143b030bdb1abb43b36', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-min-1024x506.png', 5, '1fcfc8bb91512af13c3646fc3f17fbb54f38d2c2c27374d9771c526b8d4b46da', '', '', 0, 753451, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7645a76cf05fe3e5bb8a5a52e884282876b231fe', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-deprecated.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992520, '', ''),
(1627004145, 1, 1, 0, 1, 0, '764c06de65bd9d79a8a5de6bcab519a688e73232', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Tooltip.php', 2, 'c428651f6653631436ff163e7a3a6d12ceb24fe466c957d7ee79fae955c80530', '8789f627886a1dce50e51884ffb3a897', 'c428651f6653631436ff163e7a3a6d12ceb24fe466c957d7ee79fae955c80530', 1, 25461, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '765025a441569bd3f472874b4a8336799cae5a93', '/home/hkrhostingreview/public_html/wp-admin/network/site-info.php', 1, '0d3aca6e821cfd208a4749935a38ce7c2578b7e29893c73a81ee96d38d05657a', '658ea1792f51ab6454a5d2c0bff752f9', '658ea1792f51ab6454a5d2c0bff752f9', 1, 7018, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '766318285f8653672cd6c71191401a66b027b4dd', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_icon-box.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992632, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76640c147274917ff2f88824c904777dad34fb9c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/reading-progress/index.js', 2, 'b9a7fd92bb46da0f4a833cffd2c2626c627049c463e1b05fbf734ec4929c5fbd', 'feccafef69041024f9b73c686c1fe36e', 'b9a7fd92bb46da0f4a833cffd2c2626c627049c463e1b05fbf734ec4929c5fbd', 1, 3315, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '766768b2e72d4e5247aa555545cfe3cc0063068b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sl.gif', 2, '84696560f9e5e280e853de73e0eb12f36cbe2145017f4f0c4667a51c2393397c', 'dfea6e55c87213abcca8e95ecca700dd', '84696560f9e5e280e853de73e0eb12f36cbe2145017f4f0c4667a51c2393397c', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7669afe39fc6f0fa947103914ff47d436ce0d4d5', '/home/hkrhostingreview/public_html/wp-admin/js/code-editor.js', 1, '041e8e827411ed67d821df385a3a9242b1f1098081204cbf9e6534446af572d3', '48424898ce3f9ea8bb373f8653282650', '48424898ce3f9ea8bb373f8653282650', 1, 11567, 33188, 1, 1564018077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '766c83e6b3e85e443f68af90bde9f254f03a109b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/load-more/load-more.js', 2, '2177705834a9339cd7d8132d810a96c582a239bf39ef34d727a05a462c425bef', 'e9dbe363642d101805805694ca6b374f', '2177705834a9339cd7d8132d810a96c582a239bf39ef34d727a05a462c425bef', 1, 2986, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '767710d051978bec44c0dbda76c6d4336848f3a5', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ca.js', 2, 'e6029b02c276c1293c575c7eb5b98a1e163a58d3da0087dd5fdba0e2672d0dba', 'a41c9f772c717d59f413e808723b207e', 'e6029b02c276c1293c575c7eb5b98a1e163a58d3da0087dd5fdba0e2672d0dba', 1, 876, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76775cc9da29e2eff59120964898daa62359279e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css', 2, '9f9be90f38aa1418770bc97a01c0fea496ec478bde853dbf658947140c3751e6', 'acea3b1d9efc25f450db88b378f26988', '9f9be90f38aa1418770bc97a01c0fea496ec478bde853dbf658947140c3751e6', 1, 17494, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7679732749c8fdc07b6b33b5daa84435acb3c98a', '/home/hkrhostingreview/public_html/wp-includes/js/dist/api-fetch.js', 1, 'c436ef8735c2d3544cc4f3269abde9862e1e00ac69f4b2c9cbb80fd52f671692', 'c5d94ec07709fba77643a6774d477a7b', 'c5d94ec07709fba77643a6774d477a7b', 1, 52449, 33188, 1, 1572343148, '', ''),
(1627004145, 1, 1, 0, 1, 0, '768439bd44f6848bb7f760a45955536d94c9565f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/GravityForms.php', 2, 'd9336a4ad921e8883f7d823413c56478ac62e1276799b41d94ad2f65f548553b', '52d2a4038223b1560af1d9a5ee115feb', 'd9336a4ad921e8883f7d823413c56478ac62e1276799b41d94ad2f65f548553b', 1, 96894, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '768442848aaa4f118c254ead59500125a597418b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/astra-pro/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76935c1b002c5a6c420bc649293f4b81cd01376a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-lab.php', 2, '5e71de49bc5afe94a61d00415b8bffcf93fbf48d5fdd73fef1deebdffd677568', '98b5bc3e563edd07114a30c0b3a04092', '5e71de49bc5afe94a61d00415b8bffcf93fbf48d5fdd73fef1deebdffd677568', 1, 29439, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76a7ed02af6eab031e3d059dcbd180bd0fd4c3ff', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, '44b45ab8b7d470cb166bd4a3fde9994dbb7305d9274b4b470c91f98e4b14c9d1', 'cdb6a59abe551818e8a3a6d61b68e00e', 'cdb6a59abe551818e8a3a6d61b68e00e', 1, 1349, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 13, 1, 0, '76b41e6ab23d0d5b03348b8101fbbcef2cb6f18b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_index.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992539, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76b4b7709982e47e3c8b62ad5992594b350049b0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/elements/column.php', 2, '5bad20d2ad2a73e971e9a91ee6b0cf003b5838593d00af4f3dd44b21506039cd', '53c4885f4a552d833ad479a5b4d3bba1', '5bad20d2ad2a73e971e9a91ee6b0cf003b5838593d00af4f3dd44b21506039cd', 1, 25312, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '76b4bd6aafdcf6589a54c66d8f98b13958670448', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-backups-controller.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992518, '', ''),
(1627004145, 1, 1, 13, 1, 0, '76bcc78fbd37a421b8003b69aba381834c4712eb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_general_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992597, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76c31ba3aa652215e9e7096d152de843e324b559', '/home/hkrhostingreview/public_html/wp-includes/css/dashicons.min.css', 1, '18aa66c192cbef43a61b1398c292ae5c6c1d40d679428ee998b1c6bfaf61d75a', 'c8956481e00463f838b45364f45756df', 'c8956481e00463f838b45364f45756df', 1, 47558, 33188, 1, 1557936537, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76ceb7b8a4e3f586be14fcde53a5443e288f3a68', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/combobox.min.js', 2, 'c2327e55c7c1450420d4f562a3cac1832b8bfaf1d9b5e327994cb7e118559120', '44a07deca8ad9ca364bcc69da939cabb', 'c2327e55c7c1450420d4f562a3cac1832b8bfaf1d9b5e327994cb7e118559120', 1, 3166, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76d214431e99841fe7944405d06d50f0a8812c2f', '/home/hkrhostingreview/public_html/wp-admin/css/wp-admin.css', 1, 'afddea0c36d0336392012fd91eea197ab40ffd9b2fff383626eeb9ab09ebb4c0', '96372351aa264d3fc2bb87f97c1ff35b', '96372351aa264d3fc2bb87f97c1ff35b', 1, 395, 33188, 1, 1553313353, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76d34199e30da288fc60becfa60a810e63322d42', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/upgrade.js', 2, '37a531b8d7844bccdc78a8594202152123d18fa9c9d95349195b6c4818b82d9d', '4613b9484b94c848e7638887c30c8d11', '37a531b8d7844bccdc78a8594202152123d18fa9c9d95349195b6c4818b82d9d', 1, 5953, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76de97cee3bcfe18c6f0ba87cbd9690486d61adc', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg', 2, '7ab8a39f4c48b743bd6acbbf5ea4c7547efcb62ad966e9bef3e41996afc44fd4', 'd2e53334c22a9a4937bc26e84b36e1e0', '7ab8a39f4c48b743bd6acbbf5ea4c7547efcb62ad966e9bef3e41996afc44fd4', 1, 144322, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76edd11178571e615f5f1c7ab4602d7f52bb5e8b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/eael-editor/index.css', 2, 'ccc0fa41201797fa6b176e2d7ca6e4eee29dd01e4cc6a3667c4ce2f7ed7eba03', '2ea1f4ae74160d376b5cda4089139ddf', 'ccc0fa41201797fa6b176e2d7ca6e4eee29dd01e4cc6a3667c4ce2f7ed7eba03', 1, 1590, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76ee886451a3e3245290d3ee43f2bbabf6b9b6be', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-wp-background-process.php', 3, '2fa04703e523763024a8f0fe23921fc37d2d561a20ca512d91957ccf5d2e2bdd', '7a7ee7d9a5806aad7c42916988abe051', '2fa04703e523763024a8f0fe23921fc37d2d561a20ca512d91957ccf5d2e2bdd', 1, 11384, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '76ff2cfea8295928feb6628230065e3a1163e909', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-forms.html.php', 2, '7c8dc7c9acbc264a774df68a52570c6ce56b8931a80d72082d55ca5b5033127b', '65891251788dd8cc44abe2a58744c182', '7c8dc7c9acbc264a774df68a52570c6ce56b8931a80d72082d55ca5b5033127b', 1, 8382, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '770329756273b097f3995a7ba06fc4cc5bcd99c9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_all-in-one-wp-migration.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992516, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77044b433c33e68084be066b46663486ce481d3a', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/sv.js', 2, '786b8eac2b7cb80a297157f360597d1d232cca91f3e94ae1ebf4d73ca05eca3c', '87b4585bd3c7ef517b7609c3a75a1174', '786b8eac2b7cb80a297157f360597d1d232cca91f3e94ae1ebf4d73ca05eca3c', 1, 786, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77072fcd76a04ef12b3dfb1fac80931d7267b7b4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', 2, '4e8f658218671e39dff8630bcd4baa2484b22a799ab5d7478a3399f475936900', 'f880cae58f39cfb08c87d24e6b84bbd8', '4e8f658218671e39dff8630bcd4baa2484b22a799ab5d7478a3399f475936900', 1, 24313, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '771237b07f181f1634e1d0fb38f68e9b23cff573', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php', 2, '0ff8c186c1af00eef882f3b173d8082635673eb1e391e0dfd991429929420477', 'e54c00d34be8e87742bd3716489c31e6', '0ff8c186c1af00eef882f3b173d8082635673eb1e391e0dfd991429929420477', 1, 1718, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7714b9bc8da90d5a730cc8436f50159bb880c27b', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-reset-password-alert.html.tpl', 2, '6b7c48ea72248d6cf2ebd36c69fdaabbb199989bbdaf3e5e45702794493084fd', '6d1f9d0a0935a1d53be68bbc3403527f', '6b7c48ea72248d6cf2ebd36c69fdaabbb199989bbdaf3e5e45702794493084fd', 1, 558, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77345c90065aa5460fbab1d323d51fb5bd01b79c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7742ef2727357494c5f14ff708438a3ea82737a2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff', 2, '864c8f702a5e63198bb76ef0240b599cc065d4904c2afc5da6c8a29bbf0d6c64', 'a57bcf76c178aee452db7a57b75509b6', '864c8f702a5e63198bb76ef0240b599cc065d4904c2afc5da6c8a29bbf0d6c64', 1, 16800, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '774a00c8fe8dd6f37dd0b23821dd2f43499fa14f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108969', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '774bfd0b80364bc3bb3af5fec5fab8c2612d16d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Relationships.php', 2, '28ca948057bc67cdefeb412a3f7479e6680a59dbe667e3d882b415871be4cb36', 'eb9eff55fb13cb7681737bdfa6edc936', '28ca948057bc67cdefeb412a3f7479e6680a59dbe667e3d882b415871be4cb36', 1, 1465, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7751a1b91dba78f4b119e4889c9eaf583fa59b18', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/to.gif', 2, '2f411db66c874ff0aee7f412535b1d62d266bc02b9ed5c920fced5cdc2fdfbaf', 'ecacff3913a318a8556ed4dd7a6582a7', '2f411db66c874ff0aee7f412535b1d62d266bc02b9ed5c920fced5cdc2fdfbaf', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7751fb6ca5e5ce1f89b18ac643e4ab1cb18dc1f2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/flat-computers-art-min-300x238.png', 5, '9fb23a2667af0d0cd0ba94cd1c43b2b2da74a62ac2ddc3565585e7b83edf24fe', '', '', 0, 41106, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '776e3f0b634d5fbd557e877c089706a15f02e540', '/home/hkrhostingreview/public_html/wp-includes/class-wp-session-tokens.php', 1, '49ff8b029445ef34a84ed69007e9b080eef4d0e11150932f1b378b10c0569451', 'c2fcecaae71a42274bd27df03c7957ce', 'c2fcecaae71a42274bd27df03c7957ce', 1, 7430, 33188, 1, 1536932726, '', ''),
(1627004145, 1, 1, 0, 1, 0, '778a0598d6cbc1bf646011f64d2cd2bfb7770b44', '/home/hkrhostingreview/public_html/wp-includes/blocks/block.php', 1, 'd702bf664496cf3d3eea9f0da89f1527d174ca057a705004d81cf03f86bd5164', 'e337c377e9fbd5a5a0b46d8a60e30a77', 'e337c377e9fbd5a5a0b46d8a60e30a77', 1, 1006, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '779ff93f9d4ac78da2ea4d66410243b1d55cb038', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive/responsive.js', 3, '08d4d9dec13d5afdcf2b2515fde54590bc0575fcb0f5c933fdf569b36fbf9448', 'd4dbee906a2fcacc6f0566c482a93ce5', '08d4d9dec13d5afdcf2b2515fde54590bc0575fcb0f5c933fdf569b36fbf9448', 1, 2879, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77aa25cfc46f3c894d5c42b7c88e5325ff9de2ab', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js', 3, 'b1403647aa25fe7b8048cfeb0b9ee7130c131b92da83f8985dc32cb5e5064a1e', 'a5feaad9d364df426c8c88c22ee2592f', 'b1403647aa25fe7b8048cfeb0b9ee7130c131b92da83f8985dc32cb5e5064a1e', 1, 8013, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77ae8fec1b8b3dab611db26b87d8b9d9bd8eaca8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/single/single-layout.php', 3, '009ab1c13954a26e83377f17e11bb678faac992ed6522c57e0b4424e0c464d0b', 'a31afcc66ada470bcb011c6b11369c3e', '009ab1c13954a26e83377f17e11bb678faac992ed6522c57e0b4424e0c464d0b', 1, 1549, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77b8667afa0bb74c0105073c3afad4eda3c9156e', '/home/hkrhostingreview/public_html/wp-includes/js/zxcvbn-async.js', 1, '0141b2e10c8214567c6e0766e9e78128ae2a5c4aab2b40af10b1e28dee063174', '133d902461d45b5a46295e0a9f13f17e', '133d902461d45b5a46295e0a9f13f17e', 1, 821, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77be69f0ecf55a9f9fabc35128060523af0439d0', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/inc/admin-settings.php', 2, '710fa02fb8c3589cb41bc41d2724a07df40daa4a9a13dca2c0c89b596ad7ea87', 'aea3a189604779d36bfd22f3335f1d97', '710fa02fb8c3589cb41bc41d2724a07df40daa4a9a13dca2c0c89b596ad7ea87', 1, 6781, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77c070f8b2388add98fed2dcffc53055802039a0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrade-handler-page.html.php', 2, '8a9f4ab7bccc795bc98de594ba50ecac5a6a8b23bc5a2a2efdbcfbccb1b514bd', 'ed7111a18557bf669bb81a08dc72e464', '8a9f4ab7bccc795bc98de594ba50ecac5a6a8b23bc5a2a2efdbcfbccb1b514bd', 1, 3450, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '77c1bb319019cf649dad3683c9f1dafbb895b490', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-integrity.php', 5, '9d85f06c39af5a0d6f09571dd11e127a6b809adf5caf2a260c5dc4c32f0b54df', '', '', 0, 94, 33188, 1, 1626945166, '', ''),
(1627004145, 1, 1, 13, 1, 0, '77c3f2a72c00312bf031fc83d9c8f04ea33183c2', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-287.css', 5, '4dbf426aac0d1bce8d29608e01e9a53a1a8cb1f313572182564a1389ff0241f6', '', '', 0, 35783, 33188, 1, 1597092975, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77d02a4b3ced3c13f47ec5b6338e9c1fcd9a1d60', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/fonts/astra.svg', 3, '3fa6bbe7c11c627e423fdc7ff52fbaad3acf976ca6f61ecd0755aaeb911fc6e4', '418f1832babfeb3713d55521c5c790e0', '3fa6bbe7c11c627e423fdc7ff52fbaad3acf976ca6f61ecd0755aaeb911fc6e4', 1, 7722, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77d410942e261e0b711898eae4b861753eff7a61', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, 'a8b51c85f39cb95ba1f6f8dec5058aa95d2cb7993dcf2f385f2b17a614dfabe1', 'e5313168fb2b657a4bd2f5e06b931a22', 'e5313168fb2b657a4bd2f5e06b931a22', 1, 8030, 33188, 1, 1469551170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77d9df6a0626d2e8b6ca02fa60428a782f22f57a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php', 3, 'ccb75ab6d246030ddc6babf0eafe0bc8e243d00872bd0bc29ca050456597fd58', '28fc8a236f2f4c501e8e6f79fb64dfac', 'ccb75ab6d246030ddc6babf0eafe0bc8e243d00872bd0bc29ca050456597fd58', 1, 1175, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '77f2c619e640fc493e85a701cd19d54de80d7ab7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting-min-1024x509.png', 5, '69838404d6288d414faaed3f8690e02b2307f35ede2f5bead9e5ef13aab55c0e', '', '', 0, 730906, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77f458b58a3b77351ec72660831079cf9e3916cc', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/footer.php', 1, 'e686598e380d5f3f47dc189c5aff62cec56023d0b5012241c7f90d41a07f5d46', '5975807ce515bb6624f4a28701a49c8c', '5975807ce515bb6624f4a28701a49c8c', 1, 1063, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '77fab4e400c55c007a9fa0454c5280eb9af9bcb5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-structure.css', 2, 'aac55540abec3f7c1bb8a98aeafe2197e5a9241a2bedf86896659da69c6419ea', '75af6c3404cdbcf91c6ee3cb810ffa36', 'aac55540abec3f7c1bb8a98aeafe2197e5a9241a2bedf86896659da69c6419ea', 1, 17063, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7807cfda465934e72b4f175f843bc7c46018acc4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-structure.css.map', 2, 'a301eef43b00110d0d2faf0b0127f1f52e702d090920503be23310d4d45fb35d', 'aa4d567df370954bbc88717e0ad41e7d', 'a301eef43b00110d0d2faf0b0127f1f52e702d090920503be23310d4d45fb35d', 1, 28679, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '781531aa4ffb91d2061b6b516ded24bd5be360fa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notices-multipart.php', 2, 'c2bb6d0a67da3ae28abacb342370f2d67afdd5d9011d14a9ab56756747359dd2', 'b344a1b2aa452548f470549348079d26', 'c2bb6d0a67da3ae28abacb342370f2d67afdd5d9011d14a9ab56756747359dd2', 1, 4618, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '781bc16fe620e3e7c787536a83e3b66b00c36c66', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js', 2, '709a1a9f5eb119e77ac1452c5e7472e09ddf7b7ee50ac31b8e15c9ccbb6d7f04', 'ded3c1f77e1b39810d65422eeb263c54', '709a1a9f5eb119e77ac1452c5e7472e09ddf7b7ee50ac31b8e15c9ccbb6d7f04', 1, 1151, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '783584e37d186bbe1c173dd47a95e5df4538ac7a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionExportDataRequestSettings.php', 2, '3f60e442210f57f21468ee9bc10b4fa985a31b6ebdf9005fe5215e6c11550d34', '230a7597b47c496dda450fb40219d8d2', '3f60e442210f57f21468ee9bc10b4fa985a31b6ebdf9005fe5215e6c11550d34', 1, 918, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '784aa89cacf31fdfa91bb24dddec4f475ac17a86', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/multi-part-forms.png', 2, 'ee5d41eb66602f3353704d81e7e8acd1a7f2b09319c16bd4bc441376967fcc0a', '49173552019625a987dfc1bc48122dce', 'ee5d41eb66602f3353704d81e7e8acd1a7f2b09319c16bd4bc441376967fcc0a', 1, 10133, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78601f25a5abbd233863803670733743df2c6523', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/controls.php', 2, 'eb9a032d77ad0f9ac88ae337e7696f642ea6a6fe2f9e149a2400a8f83d9f36e5', 'b0f4e280f721048491c352ea6aaf4704', 'eb9a032d77ad0f9ac88ae337e7696f642ea6a6fe2f9e149a2400a8f83d9f36e5', 1, 21473, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '786b877b33ee813c50471d6d794de038e98e9825', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/user-role.php', 2, 'd437d8d537dfd70a42efe0c9150890b926cb09394135947e43bef46194afd6f1', '09b90af294e07a0a81c6ec22587a6eb9', 'd437d8d537dfd70a42efe0c9150890b926cb09394135947e43bef46194afd6f1', 1, 733, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '787b713a72b9dcd18052d1b243a45798b46c7fce', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-plans-768x553.png', 5, '109f4afccc0449283440966e440b5e2c598b728a4d20a28203d030ded4fd3883', '', '', 0, 223096, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7880355f88dcc0dcac284f6ff0adeb100fb343fb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/StepProcessing/step-processing.php', 2, '17d56c313c3e86174488cca55055240ab844520e0653da778a7e51de831c79b2', '73ed005034a451b275941e4ac91f125c', '17d56c313c3e86174488cca55055240ab844520e0653da778a7e51de831c79b2', 1, 5429, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78a8c42270331d1d30f39a3e7d2343c75a11c83f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/um.gif', 2, '98e307535bcb70aaab4056e23545fe3e85560f0bd36ce179e1270e4f40e1987f', '8346f478516f733a68c500410fd57159', '98e307535bcb70aaab4056e23545fe3e85560f0bd36ce179e1270e4f40e1987f', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78ad99ff1d8d301e09aacfbd2d878ff1efa6287d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/gallery.php', 2, '75a8fd9be98983822316665c566a7ac21716d4a577dc1eb1710cfc384d5fd803', 'e7055427db678912c2e6a62b8ae09c87', '75a8fd9be98983822316665c566a7ac21716d4a577dc1eb1710cfc384d5fd803', 1, 3627, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '78b9b6546ac2f5cfed2e664c5ac8f422a4831a34', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/interserver-hosting-min-oln2y2g2gtkde4snqq6g79ppjffc2ok79muakzr1l0.png', 5, '978c316ed33a400a00b636e0c077af62531d2f482732acf776649671cb3de93f', '', '', 0, 119049, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78bef795fe90fb9c0f122d3025864a46f732224f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tc.gif', 2, '9200eb562cd79fc0be02837358fc4baf4e06e4e17d717e0713e2583dca36abeb', '0e5370c94999fb37c1a730337f431f50', '9200eb562cd79fc0be02837358fc4baf4e06e4e17d717e0713e2583dca36abeb', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78bfc6ac83c54256dcdc623a25689c8e97b8b2c2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/label-settings/label-settings.php', 2, '8d665f0382cbe68bf7c03c6b56bf6762900d35619305b9b59c0e1daed3ba6010', '33feadf636cafc2d2d163ea11df6dc12', '8d665f0382cbe68bf7c03c6b56bf6762900d35619305b9b59c0e1daed3ba6010', 1, 3018, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78c611f357634616eab6b447d74c8443beb84e6a', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/integration.php', 2, 'a4de18bada83ba9603db47fa77f7d44312b1840765d4cf0ff9cd5fff0c98a8b2', 'a5067f8df201c15b6b1d3bcdbd915737', 'a4de18bada83ba9603db47fa77f7d44312b1840765d4cf0ff9cd5fff0c98a8b2', 1, 7517, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78c8d330d51988303f79feedf0e5e975b43391de', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/cs.js', 2, 'ab9b53e33044e4773181f4c48ba8122691b195cbd7a33435315ab7531834c0b2', 'fda2b8388c385dd662749d48f0d9df41', 'ab9b53e33044e4773181f4c48ba8122691b195cbd7a33435315ab7531834c0b2', 1, 1252, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '78cc2bcff2c8852a731deccef37e6398f2464f2c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_schemes_color-picker.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992595, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78d544ebc41c49bf33d34ca1145bd2694afa2bc9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/module.php', 2, '97273003c0d6d6eebe9bc15b3aeed8068c51c0febad8fe1737f475d78cbdd305', 'dfa13a6446810d55c6bf5233ea909820', '97273003c0d6d6eebe9bc15b3aeed8068c51c0febad8fe1737f475d78cbdd305', 1, 6135, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '78d975a2376df58727a423095bc52a8ea22e5a28', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_base-icon-font.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992604, '', ''),
(1627004145, 1, 1, 13, 18, 0, '78e1103ea55a759ec6c0ad1bc856033cf07e005e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176673', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78e9b598469d83951dd0bacb6333e608cb48a55e', '/home/hkrhostingreview/public_html/wp-includes/class-oembed.php', 1, 'e20d642d9e1e8144a1dd13ffb13756660b49fc07d0bb829e785e54401a3aeb78', '69c249a3b7f32a0174da2375a300c580', '69c249a3b7f32a0174da2375a300c580', 1, 410, 33188, 1, 1563510777, '', ''),
(1627004145, 1, 1, 0, 1, 0, '78f7555a449d87f9aae40e7d4a82224e51432075', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php', 3, '96ef52e18d8a7092792400c2a38fc1bcec8df67ae6ef380ebeeb664ecd808ddc', 'f4d17e9798dbdf7c5f35313b3a62e89b', '96ef52e18d8a7092792400c2a38fc1bcec8df67ae6ef380ebeeb664ecd808ddc', 1, 6560, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7912bfe7dbab62555afb0f46ed49eafb5ee18103', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-1.png', 5, 'bf5498cdc17246945404c7fe9f0258ce41082dcf22fa55944f0871dce864d548', '', '', 0, 9652, 33188, 1, 1596822200, '', ''),
(1627004145, 1, 1, 0, 1, 0, '79139cee2205d41ab1731e94c9d27e3f808f5258', '/home/hkrhostingreview/public_html/wp-admin/options-writing.php', 1, 'd4f8f564636abc7c51a6f5a7104526ae91b35cfe3c17f07a27bd8d96226f9bf1', 'a3eaf6fcf4a17787508fc58066d4ef6b', 'a3eaf6fcf4a17787508fc58066d4ef6b', 1, 8634, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '79176d33661c82f653de026cbfb6f9fc17425532', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/bootstrap-tokenfield.js', 2, 'f3f5f9f156194194bbe57142b80befd33571bede599176605306a15eb7cc5775', 'dc138a89c4d766ce8af710cd126723d0', 'f3f5f9f156194194bbe57142b80befd33571bede599176605306a15eb7cc5775', 1, 33108, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '793454798091117444fe7edb673ec17a46132665', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/waves-negative.svg', 2, '4a74afdc9b29e87acd4c71162946e6b2f6f735f42e3fe819c72eb92106b6596c', '378ce14a4f8a56d24f3ad44748bd66a3', '4a74afdc9b29e87acd4c71162946e6b2f6f735f42e3fe819c72eb92106b6596c', 1, 422, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '793bd34b96b0660fe5de36f8b61367603670345d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-hosting-min.png', 5, '97a564a509240a2e0638f862c25e0665504ee1e0582039fe48f5dcd2f5a42f38', '', '', 0, 337000, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7942a4784ce0ab696bbb6ceec21f0996692ae5a6', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_accordion.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992630, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7945d110ad34a1ee395d815431955543e3868ecf', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-de_DE_formal.po', 2, '10887f97e0c83709c0b749e0aba4c7f2c77f4ed550b126889172e25aa10ec954', '77aa637eb1788b53fc1ae3965a71bfad', '10887f97e0c83709c0b749e0aba4c7f2c77f4ed550b126889172e25aa10ec954', 1, 5539, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '795917638854b629f8bd3ac223aca50cd36ae71d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/onepage-crm.png', 2, '6316e883d8069b80a79b2d3e3dd66adac8b267c7a4bfc0cd6164220567754457', '89b995b18227dfd68eaffb0ec962cfcf', '6316e883d8069b80a79b2d3e3dd66adac8b267c7a4bfc0cd6164220567754457', 1, 10995, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '79595f638808f0000fbf8ceb98b4e4d4e23fd980', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176589', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '795a5a272976663246732525013e3a1596b2dcd4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp.pot', 2, '88f9337f84bf6435d631da7dcd70456c607ca17ffc80bc10ce52437e3c1621bf', 'a8aa41150638287e84ac09b3fa86e1dd', '88f9337f84bf6435d631da7dcd70456c607ca17ffc80bc10ce52437e3c1621bf', 1, 32891, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '796eb40f76260f978ae5c2583dc407f45aff5423', '/home/hkrhostingreview/public_html/wp-includes/css/dist/format-library/style-rtl.min.css', 1, '29c168eb3001399ece8de667b57beb5d937d3b1e1bd03e96181816fdcc1d24d0', 'cf8bddec90a1c79917947c459e8768ce', 'cf8bddec90a1c79917947c459e8768ce', 1, 767, 33188, 1, 1553172480, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7974273a5f7ea97aaa738734ec23cc4d3354a111', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', 2, '8de1252af1f9de4f2c30be2cea5a2a94db91aadb6cf6d0da24c962c9bc07279f', '1f2d2303bc2c3905b9b891e45b3db53c', '8de1252af1f9de4f2c30be2cea5a2a94db91aadb6cf6d0da24c962c9bc07279f', 1, 17222, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '797a2cb17bb5ab2993f74e612aaadcca92219df5', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php', 1, 'ff75db1573e6cd62f64c5d8e3fd5ed860d51dfce486ce2708abff6cd51d749fd', '671b2cb2c19846a9300f0677f33f81ec', '671b2cb2c19846a9300f0677f33f81ec', 1, 6459, 33188, 1, 1560799074, '', ''),
(1627004145, 1, 1, 13, 18, 0, '798accb8419e56fe1f55382f393845d3dd17e5e5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176415', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 1, 0, '799341270913ef5d3572fea664d36a1f6dee089a', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/e839ec00e916f7ca9675299b7f915452.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092966, '', ''),
(1627004145, 1, 1, 13, 18, 0, '79ab42e11c6dc8867f086bb80c96d349a14116d3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176628', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '79b3890d04e7d63430076abb2b2dde6fe8632748', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php', 2, '0fbab00cae62f907929115db4728dcd9f9c3b14427478c5b66841282d3ca254c', 'a30a0ab04829706fb6d3f075c31f70bd', '0fbab00cae62f907929115db4728dcd9f9c3b14427478c5b66841282d3ca254c', 1, 2333, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '79d5bfb6cbf74eb23bb6b55d0c7a68f987f50419', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/om.gif', 2, '4c4adfc4731b5b4250dc7e2207be839470efbd246ca1a4ce4fd1bd2044195b4c', '72045d2de14bc2f0b04b3cddb3c93892', '4c4adfc4731b5b4250dc7e2207be839470efbd246ca1a4ce4fd1bd2044195b4c', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '79db5581f1a2f2e002732ddd8465610214926bbf', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/class-woocommerce.php', 2, '61868806b79fb651d94bf0aba3b525b3734c528fdc8584df29ccd7e3d69ce09c', 'a99f2881abf2f7d3458f3fc04fa9e549', '61868806b79fb651d94bf0aba3b525b3734c528fdc8584df29ccd7e3d69ce09c', 1, 4423, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '79f16bfd7b2df5e5dcfe0ef6dd233e3dd3ab03a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Spam.php', 2, '7a200212e5f297734843aa743359f76d001a31e3600f08d7f1f86891f9cb2b08', '29fdd2f64b63b351340064c69bf69caf', '7a200212e5f297734843aa743359f76d001a31e3600f08d7f1f86891f9cb2b08', 1, 1861, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '79f1896d3e2106610af0403a221d2a6132745547', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_schemes_typography.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992596, '', ''),
(1627004145, 1, 1, 13, 1, 0, '79f242de4e3d6c2d1d9c9a32a85775ac5fe39f7a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-2.png', 5, 'f133820d4f3dec7a60e772d7d1ad0ff93c45223dbc96b5e3fc973c4dd0c9cccb', '', '', 0, 21498, 33188, 1, 1596822234, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7a22e654b7c4878dd020e27ff6cb63a76d2afe92', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-favorite-fields-export.html.php', 2, '5f0e0a967ebf893313558dd05b23219efc732bb76adca156e09eb8e7b92cea85', '888174a1b700e85d62d05d5286903e8d', '5f0e0a967ebf893313558dd05b23219efc732bb76adca156e09eb8e7b92cea85', 1, 1300, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7a26c8af59bcfff6d22c4810996d453959a069ea', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176666', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7a49d917f64dc560e5e0938bd0df7967a00eab47', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, '5f3e806a12f67c224120da81517ccf10de615055cbe9da76a908a0f8491ee7a0', '552cfb3a29ac01a0d88b0422c5517159', '552cfb3a29ac01a0d88b0422c5517159', 1, 440, 33188, 1, 1393991655, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7a4df3cf12d8b4a575a15067e77ddb6f91853fd1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-logo-min-300x300.jpg', 5, '7058dc52b0a1216ab043ec7bab9c5e12f3ad3c086c4fe750e65d75afa346de86', '', '', 0, 7515, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7a5a3b746d70dc2b233a757460ccc15a5c1a4e0f', '/home/hkrhostingreview/public_html/wp-admin/js/nav-menu.js', 1, '542eba5ccee0c169719f7a885cd0bc5a49b387bb1da232d9dbbe75086440375a', '32237fd4dbc69f6bbf3b7f7496cc674f', '32237fd4dbc69f6bbf3b7f7496cc674f', 1, 43460, 33188, 1, 1569529975, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7a6089948a56bb8af9578d588034067895c7b194', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-hosting-plans-min-768x500.png', 5, 'bcfc33a083ef3c039c6e948ae23866ef43b4035fe124b14eaa6210d7b4b394d4', '', '', 0, 221316, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7a611a3cd9c1ad55f96d3f801d77ce5ecc87eaa3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_rollback.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992624, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7a6c144172599268a85b81c8d026b583967cac1f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Settings.php', 2, '28b88eb59b3976ae827046bcbc0a9150967587a1567751039a3026278369733f', '28a8170254a1614ea6b19202ea02bd77', '28b88eb59b3976ae827046bcbc0a9150967587a1567751039a3026278369733f', 1, 12678, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7a77e599eb5a6e225d24a7ce2ff8f1bf47720f59', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio-video.riff.php', 1, 'cdc3781cd7c21e88c38c026e9798bea55d7dc48753eabd70eefb0fdc7f8df0e7', '865efffafc6ff55c65bf907ab0ba3497', '865efffafc6ff55c65bf907ab0ba3497', 1, 134316, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7a7e50ba88fe0c45b0af301b0f74bfc027570bc7', '/home/hkrhostingreview/public_html/wp-includes/Requests/Cookie.php', 1, 'bc75575b95ceccc7368ed619327dcfe5bb41eb1f96babcef7175e738eb478dcd', 'f10c5ddef79834f447aed9466457288a', 'f10c5ddef79834f447aed9466457288a', 1, 12966, 33188, 1, 1570382042, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7a854c530c2807c08533c3937f82d87df353a981', '/home/hkrhostingreview/public_html/wp-content/ai1wm-backups/index.php', 8, 'c02d136d9137e51259a1176a978513a24e5b8247583d767b69633f69962edded', '', '', 0, 26, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7a91a3b0330fa5d8c583b4ac57d31980e331055e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, '1e5210b1e88a75595fcb44a2f8d4a84c42e12842492dadf19c2005cef32cc118', 'a057a76f743909bce2a9e2f43b888e22', 'a057a76f743909bce2a9e2f43b888e22', 1, 17598, 33188, 1, 1548328910, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7aa76cc1a8bbf65aa4487ac6ae8ee2532342059d', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-image-control.php', 1, 'ae047fcecb31ebc8d0a71fe3f2b099da0aefd32543d865aea66806979d1e4ce9', 'c648e6b8df876f1682b0a6c4014e4e3c', 'c648e6b8df876f1682b0a6c4014e4e3c', 1, 1073, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7ab66fce376a3801fc3ee49d992c1fb98d04f746', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/7.png', 5, '4a07302273bf7f1887828311d036c95a62a720d9ae68c7cd6036d1d097996dfd', '', '', 0, 14131, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ab7911885b5bb1905d3474850a037c7378ca7d9', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, '61c99591fffdbbd1b692a0f0dbed570ab00ab2158f277320d9a393abd452512e', '8091ca12bafbea286c007455dd00ed62', '8091ca12bafbea286c007455dd00ed62', 1, 8787, 33188, 1, 1525367601, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ab86e74a8c44167ff503802057fde8f3ebe2875', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', 2, '27bc6b8a6fc5c371bbb0743a870be97e533f75055eab8e9307e80c144e285236', '78efef360e877564b240bc69d299d6d5', '27bc6b8a6fc5c371bbb0743a870be97e533f75055eab8e9307e80c144e285236', 1, 181432, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7abdc828c36c9f9c70145716e43188d599f08ed2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176633', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7adb27a213fcbb5b1bc5e76e6b7a3055b798dccb', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/el.js', 2, '128985e867c8389e756765e54fbf853e779df4d7221bb6b0f0b6dfb460ae5dec', 'efa6e193d62fa1561e6b163065e7fc35', '128985e867c8389e756765e54fbf853e779df4d7221bb6b0f0b6dfb460ae5dec', 1, 1132, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7aecd8836840842d7212558d67fb374c47c21bac', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/license.txt', 1, '47a9dcd2574891a5a465112fd9dfcebcc7e61844edec27fa936a64642008fe66', '6f9589e0c8df783acd1760d203bafffa', '6f9589e0c8df783acd1760d203bafffa', 1, 26441, 33188, 1, 1494221566, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7b034729747c8fef69b43f8b5021396b05ba675c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_functions.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992517, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b0dfd7c958b1e08dadcdfd8156587daf70b2c87', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/js.php', 2, '8660856ff0b2368fe92222725f29a32ba1812327e8cdf26170738ba0a6865021', '4ceec62756a9693ae6730036e782c881', '8660856ff0b2368fe92222725f29a32ba1812327e8cdf26170738ba0a6865021', 1, 836, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b0f9c867160e4de05cb0076b6f70824eeb9ce83', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ph.gif', 2, '04c9cdc2e02400f8589ff6f33fbaa96d9557be56de3c9871c1334da9a660fcdb', '0630367a44279677e4bff7f09dc820e8', '04c9cdc2e02400f8589ff6f33fbaa96d9557be56de3c9871c1334da9a660fcdb', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b16a0e484a41fa017f6963a044872bd12825c9a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/info-box/index.min.css', 2, 'aa71415da26f8f6779a173ffd36a2bb126ae550ac9e6d3d89fde163c625f0e4f', 'fabe27ae80f401fbaa287c956d286e28', 'aa71415da26f8f6779a173ffd36a2bb126ae550ac9e6d3d89fde163c625f0e4f', 1, 4480, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b27f14a2cc338e77ee89a5bb5b1679d01b35dd7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/daygrid.min.js', 2, '89c778e82b93dd3f9ba6ae70268ff677d0a12cfe899a5ce217116172b5a37972', 'c26c2faf0934b24a1c5dcd287b17bdeb', '89c778e82b93dd3f9ba6ae70268ff677d0a12cfe899a5ce217116172b5a37972', 1, 26758, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b2903f9b9757aa295a127b97b481ccc9df1d89f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/chrome-push.png', 2, 'a3bf46775bb62429a78c4ab50559558cdaafea9e3cf61131f09853284c0f4089', '179e9d78a35cc0e4089079b1f4ff5561', 'a3bf46775bb62429a78c4ab50559558cdaafea9e3cf61131f09853284c0f4089', 1, 54122, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7b2ad71e39d56a56dc28bc3b389a4916f608dab9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176305', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b2d1045288b6d85cef1d08d95a4492b115cabdd', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-pl_PL.json', 2, 'c39e819e9cf70c92a2e57e797d6f8fc81cb1560f8b086940c1f98b0d29bb1a04', '29ec1fd0761c106c0fc237bbacc6d888', 'c39e819e9cf70c92a2e57e797d6f8fc81cb1560f8b086940c1f98b0d29bb1a04', 1, 757, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7b4cb4075d89429420f5bee50aec52254cbd569f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176786', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b51472972eddf41ae4e8c711eee87ed8f3e7120', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-admin.php', 2, '160187a39dea252d7415963d2560517a14198e313ee33117b9ebc482ed7a7c2e', '0cf49f22bb24ffda17df6115fcd22930', '160187a39dea252d7415963d2560517a14198e313ee33117b9ebc482ed7a7c2e', 1, 20278, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7b573ddfb5d695ef5b4887fb795502c57625f9e3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_sidebar.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992635, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b5d4edde35e236bfa111d82ec10412916304b79', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 2, 'c4def3056970ab7a414b285f4fedd7903720cc9af5c456b19cbd884412a018e7', '6e7bffeeacf4f768b59d5a3bfaab3b4e', 'c4def3056970ab7a414b285f4fedd7903720cc9af5c456b19cbd884412a018e7', 1, 113, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7b6d09909246314709b508a3e5d6176fe90e9d2c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176663', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7b78829be50b3939b5fc223d5b04fce237a63ef3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/i18nFrontEnd.php', 2, 'ae3244c1a072fed77a5e1c2a78138ae63024cc0731b06a6319d2e21f6d8ffa16', 'f207630b94f72fd23f8ce79626a7cbb3', 'ae3244c1a072fed77a5e1c2a78138ae63024cc0731b06a6319d2e21f6d8ffa16', 1, 7173, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7b826eb76a34c2ddd55d842ffc8817b92a258219', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599708200', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7b842ead63e0e05b7438f92d11fb18256687c973', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176602', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7b9851a281390686b70c17dcad26900cbbff8841', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_integration.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992563, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ba2972ffbe1137bc530e70d6aa1b24e5fc87a4f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/bg.js', 2, '66a9099553528602e691b1b7a3a1125f0031ddba2a9becdbd7c3cdc7f18e70f4', 'bb375aa326e7b645e24937ecb4e5e602', '66a9099553528602e691b1b7a3a1125f0031ddba2a9becdbd7c3cdc7f18e70f4', 1, 906, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bb05ae8323a008681943163605e2985b0cd15f1', '/home/hkrhostingreview/public_html/wp-admin/includes/network.php', 1, '5c29af75b43078f63dad722c751ebe5183cff382b2c71650801c8177e252135d', '50f6cd1766f9d16544e56f6fda2c8488', '50f6cd1766f9d16544e56f6fda2c8488', 1, 24414, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bb0880d4fe284c5ea36227efe57462a17a1ee79', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess', 2, '9c293de7fbf31beff11412a954e923acb35406c2b864d5b30c13d0df07a53e9a', 'f1b242911a8656c5b9d0d9c14da54506', '9c293de7fbf31beff11412a954e923acb35406c2b864d5b30c13d0df07a53e9a', 1, 156, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bb1a6e6ae6cf833948007a32370ea2e0211aaf7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/tabs.php', 2, 'c5016d864e7c2f90e448ce690181702f516d167b17e431988fecc072ad8db672', '602a77cd027189989d61310790f70101', 'c5016d864e7c2f90e448ce690181702f516d167b17e431988fecc072ad8db672', 1, 1311, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bbf0b7b60770f7444b70c7ac7830fc7b9ef3c5c', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/503.php', 1, '4b3421ea4e4ee19481ef41fb2f39cb786472897f407cd773866ba5d9d1ae98a4', '3906f7520861c39f43f46000d45554b4', '3906f7520861c39f43f46000d45554b4', 1, 411, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bd9594bcb51d1016891aefac5265ee81c07cbbd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ke.gif', 2, '825ed4c67dfb028adcb1689874c09b28ac5086f21216986d928b6c2a6ba47b34', '6592c34b8a16505388c21e99508e580b', '825ed4c67dfb028adcb1689874c09b28ac5086f21216986d928b6c2a6ba47b34', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7bed6383f8e7af8c14d49f94984e1731298fe1f0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226745', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bf4d49792883b84bd6c5193ffc6ffffa2ccee2c', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/fixer.php', 2, 'f50d9a87027b0510bfa87e61c07559d1875cf158de33f0c812bd96e282376528', 'fc05e824f1a55d871cc6ac54d9364683', 'f50d9a87027b0510bfa87e61c07559d1875cf158de33f0c812bd96e282376528', 1, 5102, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bf5696035c37cfd61d166919dcb43131cddeb72', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/parts/lists-overview.php', 2, '80c8ea9e9af2fc5c114b0e28ab547024eab9623c19ddaa1e2f3d9e5cba2b5552', '97baa02075e66f93a8eae2bfbc7391b3', '80c8ea9e9af2fc5c114b0e28ab547024eab9623c19ddaa1e2f3d9e5cba2b5552', 1, 2437, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bf6b3cbf6bd68f7324444128837a37fe5b5ed6a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gd.gif', 2, 'a8283f9b2b4af1476895c984f190daf7ccecfbd16dd3ffedcf196bb74006b4c0', '282a476bceb7bdbfc19a47d68a0efc18', 'a8283f9b2b4af1476895c984f190daf7ccecfbd16dd3ffedcf196bb74006b4c0', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bf7a7dc66ed42db5b4eac67fbb9a6560f90365e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.min.css', 2, '8605bf321acdd3f271b0d1e442a7ab08a6a673cd56d71d23a56144ceeb72b18a', '1e892a745de0a84a0bf5193a120bfed2', '8605bf321acdd3f271b0d1e442a7ab08a6a673cd56d71d23a56144ceeb72b18a', 1, 9550, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bf9655bd0c5484cc9ce3dd1e11dd804ff218d3d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/settings-group/class-astra-control-settings-group.php', 3, 'c694adea36c40b36899447b66991bfe9e361c19a2ab8badea9e878c22f099c0c', 'ab9b58e1328d50b0b66eb5b26986a38c', 'c694adea36c40b36899447b66991bfe9e361c19a2ab8badea9e878c22f099c0c', 1, 3203, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7bfe87b2e657b268ee02b773d1787569aaae95b8', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/base/module-base.php', 2, 'b031392fc7e81d9270721bf6c83cd396de2db769c330ec1d702fbd112f87556a', 'f6d745f8b56c0a601d146c411aa60931', 'b031392fc7e81d9270721bf6c83cd396de2db769c330ec1d702fbd112f87556a', 1, 2352, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c1154dc775b5be17547b4605185023ff3539567', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Fields.php', 2, '9724228baaa7e3ccc2b9f6072047b3a60d2577414d5e3cf78cb40230ca3a7e97', 'e1cc27b0a1b6221cea73901699ec4842', '9724228baaa7e3ccc2b9f6072047b3a60d2577414d5e3cf78cb40230ca3a7e97', 1, 2151, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c13a93fad0b72ba90f514b5b50751e19b8681e6', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/hu.js', 2, '19a0a07d23a8439c72686d1a2b7e0159f4ce2aa2c42619cfd8a103890dd54830', '8e0a7882caf41769c71cf8b55e84921a', '19a0a07d23a8439c72686d1a2b7e0159f4ce2aa2c42619cfd8a103890dd54830', 1, 802, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c16f2c3aa25f040aa9196643f02d57062496237', '/home/hkrhostingreview/public_html/wp-includes/default-constants.php', 1, '29a79e7b901afa039d78dedbe8611729ec3746886dcc33a3f4e6793b64c5f0da', '6fbc605c8e4b60c2231596de2413e1a4', '6fbc605c8e4b60c2231596de2413e1a4', 1, 10122, 33188, 1, 1569272458, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c2255dc0180aeba15403485c0bb2ccfe8666d44', '/home/hkrhostingreview/public_html/wp-includes/images/media/default.png', 1, '6dfe1e05661b087111ce1b280d4f082cbfd2b786a0941224da5af2ce1b29fb75', '2db6a9e6cd49d2429668ce40e0dee762', '2db6a9e6cd49d2429668ce40e0dee762', 1, 168, 33188, 1, 1395781815, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c2c13800a6b5eb02dc659e64470ff4fe64d2a5b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php', 2, '9d68ace16d6c533e3788b3d09ce72347cd29afb605d42f27313fd717ecc8aa70', '0f1b452e0428e13c21b0ebab8b8d8821', '9d68ace16d6c533e3788b3d09ce72347cd29afb605d42f27313fd717ecc8aa70', 1, 4715, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c30026ef9a521fd250b2b712a29f1257b050df9', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/lang/sucuri-scanner.pot', 2, '3b04210f957c3d59d141cb0c709001e11bef95100cc31438621a66b9fe5731f5', 'a0adbbe6ed0296b85cb8d68ee9b7f81b', '3b04210f957c3d59d141cb0c709001e11bef95100cc31438621a66b9fe5731f5', 1, 91057, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7c30086d55839dfd791f1942c294137fe8915e6b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176425', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c4c44de3d4944e1c8d0e9c78b4fdb61bc682623', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/FieldOptIn.php', 2, '36bd932e1559ee4cd3dd64f8cd878b16993a426208f1851200f3068b66d35eba', 'e4565f13df840283820120be4c60d26a', '36bd932e1559ee4cd3dd64f8cd878b16993a426208f1851200f3068b66d35eba', 1, 2344, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c60def80ba41c5be5bbfe27865648d60297b52f', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-video-widget.min.js', 1, 'ffa88133380199cefc5b7c5016cde71ac968f873f557169c4995748bc67a23cc', '186734538503669929e8d152100c2696', '186734538503669929e8d152100c2696', 1, 2700, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c67ed2d719cee98bedc33914a2036a0e5785c44', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_evil.gif', 1, 'c6cfb86865b827d8ce2f8c3c9bad8e3d343e8d0d10246d525696328baed47052', '03d05e8df44d8f3eca070e7a9302e5f8', '03d05e8df44d8f3eca070e7a9302e5f8', 1, 193, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c6dbdb72ea0dbd685f3beb45cf38033e2ca79ac', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/semantic-ui.css', 2, '573926017815317b063b0ee45ebe44fd48fdd879deecbcdc92691d62ac8b85a9', '7d79a64000b8691aa6c742dce3dfbc19', '573926017815317b063b0ee45ebe44fd48fdd879deecbcdc92691d62ac8b85a9', 1, 549263, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c76151cc6f2d6defc10f80a4f103403b3de98e7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/fluentform/index.css', 2, '47258e23e353502474e5fd8b8535c05ccfdec69e90c06692af4ba23c12ca13fe', '6196d2bb725c9f9115731af93a57168d', '47258e23e353502474e5fd8b8535c05ccfdec69e90c06692af4ba23c12ca13fe', 1, 1940, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c7df6ac2dafc79734476ec716d6a07dfa47a19a', '/home/hkrhostingreview/public_html/wp-admin/network/update-core.php', 1, 'ecb5c7bf29b2b95344ae0457f67b87769ceb81e2a91a7b1dafd44a31e8a287d6', '95b7d47ed7134912270f8d3059100e8c', '95b7d47ed7134912270f8d3059100e8c', 1, 271, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c841ea7eea5e59322077417bc6e2696d04ad228', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/integrity-incorrect.snippet.tpl', 2, 'b19a50fec743fed47828c64bb42c151836d9128566b921d589e8a38d6c813e17', '62b3c8fb08e35023e480623eb3413345', 'b19a50fec743fed47828c64bb42c151836d9128566b921d589e8a38d6c813e17', 1, 4308, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c842b8d9e198bb4f87a4bce20e6bc09a0a65d7f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Feature_List.php', 2, '3605c6eb4663ccd52db91454fac62e727149f750d5238f0d73c3aa06f88ca177', '5f05af727842124e60c620e580dbac37', '3605c6eb4663ccd52db91454fac62e727149f750d5238f0d73c3aa06f88ca177', 1, 29572, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c8758bb366d7c7b891727f127283c6f96456ad2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/functions.php', 3, 'a6dfa68b283d653ffdad0aafc600db0373943999d0294b6313dd2f74c7fa9ce7', 'ca3d43a06638b13570168e669b3362dc', 'a6dfa68b283d653ffdad0aafc600db0373943999d0294b6313dd2f74c7fa9ce7', 1, 6241, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7c9298041a997d2afc588eb16d68b035b193fab2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 2, 'a5805ec1e89983214bc21cef2a36969c66d18413f12a5731c49b7dfc0b33beef', '83a05b4d72d0ce6f8b7158d8a47157ea', 'a5805ec1e89983214bc21cef2a36969c66d18413f12a5731c49b7dfc0b33beef', 1, 86, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7c97c0fa9412f38e38084b949341874fe387f342', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599136705', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7c9a032a15f622c8f90555a1599ac40931b14b21', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/3-150x76.png', 5, 'acc642585e65270aa32513ce8aa82af13ec5a3a8b600d16ce643bee258d3e86e', '', '', 0, 9678, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7ca3572a3c85ff8080d36b8dab54c54fc1aa939c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_archiver_class-ai1wm-extractor.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992529, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ca56e6abfc3c3a2ba51c91d102bcc87019dc963', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder-rtl.css', 3, '72ed7b0b85d9907c80f47e135296564b2c85838ffcfb8168f8e295811f72590a', '5c2d5de9bb86d4d95a33e1f837cb4341', '72ed7b0b85d9907c80f47e135296564b2c85838ffcfb8168f8e295811f72590a', 1, 252, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ca5bc05880105e6fd9757350717b5112b05ecc6', '/home/hkrhostingreview/public_html/wp-includes/media-template.php', 1, '152a79d0d331c67caf8a3fb8cbfdd3e599d45d7323e7c53f5b3c5b850d37f916', 'add9358a04c809825b72fd5c20331a6e', 'add9358a04c809825b72fd5c20331a6e', 1, 57671, 33188, 1, 1571076184, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7ca8537cf5bfb109d4cc841f2897ffdf27a17760', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_settings_validations.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992627, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '7cb430fe151015a60f05e7500bf6fce01a4cf8d1', '/home/hkrhostingreview/public_html/wp-admin/js/customize-widgets.min.js', 1, 'a33436f1094883c706cf96f2fc482958f564edd521452b5c868bd7302727bf53', 'ffd7aec63852caff436bc285577ecfa3', 'ffd7aec63852caff436bc285577ecfa3', 1, 28161, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7cb72517d9425a798f38fc02ccb9449699d9f40a', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/admin/assets/css/ehf-admin.css', 2, '4bc13787f940942cbaf9e30c9be27d486dd36042da28efd7e050651b1b241f3f', '2c4c054dacf872a3b29b734ebb5bb46a', '4bc13787f940942cbaf9e30c9be27d486dd36042da28efd7e050651b1b241f3f', 1, 1982, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7cc36db5bfd86effb94b4c06ec2b1bab2115abbc', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-4.jpg', 2, 'ff401d26df86d710a26e4cfafd6c90f288a8e1c37e006adf4c815d240c7c983f', 'a922094a6eeb5f4add53653635a12584', 'ff401d26df86d710a26e4cfafd6c90f288a8e1c37e006adf4c815d240c7c983f', 1, 136144, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7ccdd83768cba7fe8ca87ea71809694e1f1b1638', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176693', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7cfdb49e86cdb16fc269121c5eadf1611eb37d21', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings.php', 2, 'd55e8debbbaec2a7e58bc39f9dff5440710e5144b28de7149e4ef99f8f6e9844', '91cf052438adeb2d76ad68b5fbc3614c', 'd55e8debbbaec2a7e58bc39f9dff5440710e5144b28de7149e4ef99f8f6e9844', 1, 947, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d09847c9c21447d4139462a331cbdeb80924364', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-es_ES.json', 2, 'dbacdf6bf2f5220dba2223c3383d71860e91fac3589320b03310056c65b974bc', 'd65eed19106ee3e71c2b5096ce5434cf', 'dbacdf6bf2f5220dba2223c3383d71860e91fac3589320b03310056c65b974bc', 1, 805, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d107b18712a80d8575c87a962145d47879a7fd7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/TimedSubmit.php', 2, '3b4a2bf634e8872adb8ec523e8c136e24ab17e98f694f937afb92ce66aa4f1ef', '286c448077906884540b1afeffa6ef6b', '3b4a2bf634e8872adb8ec523e8c136e24ab17e98f694f937afb92ce66aa4f1ef', 1, 550, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7d2e04bb2cdced7cc21f381f0b4f1e64e1f95ac6', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/c4ee2ba0826dc303e9c586f3ed5fb1b1.min.js', 5, '6265cde5bfff107ceab2c3d2a3396ba1691f515c45a93dc5bf0aa4a4876cb22f', '', '', 0, 2241, 33188, 1, 1596825202, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d386e7ddde5866597f620e0b5804c7e528eb2ec', '/home/hkrhostingreview/public_html/wp-includes/class-wp-dependency.php', 1, 'ca1bfb1c066c77a410f5820b873b303ee6330ec6724ba84edd44e3d56a261452', '5648230eda6d688f84d625136a22bec1', '5648230eda6d688f84d625136a22bec1', 1, 2501, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d3985dc9b4dfed436f591c2db25b4383dfbf799', '/home/hkrhostingreview/public_html/wp-includes/js/thickbox/thickbox.css', 1, '77d3ee8b636b3b821e24ca9c40ede8ec0e214097ed01dba8feaaa7e55232c8f1', '69d6aa1f5bafc0d02da2d4470496ea12', '69d6aa1f5bafc0d02da2d4470496ea12', 1, 2658, 33188, 1, 1504966483, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d4125e49922c637ec0e0ff0fbc2b4125351ab7c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po', 2, 'c5644e4521cc69ba74b81dd65ecca559010596e7db0f21c7343a1a5ef3e7ccad', '1a5e9de4dcfa2fc7818217f22ec71ffa', 'c5644e4521cc69ba74b81dd65ecca559010596e7db0f21c7343a1a5ef3e7ccad', 1, 119984, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d429cbb728169d5625a70fa700c84c0ff6d35fa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Reading_Progress.php', 2, '4d2fc9a25df26ab23204fefec4bfa097ece6f2f9c8051a12ba7855a60f3aa427', '2e2a6545f6d430111502c2eabf85a3e9', '4d2fc9a25df26ab23204fefec4bfa097ece6f2f9c8051a12ba7855a60f3aa427', 1, 8436, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d4ed8f3592c09e7deb437e16ae1833ab14d4a2e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php', 2, 'b8cc8f77225e7d97dbeac7ef9363b9910ed1f26c3ad222ef4febc047110ca376', '83705633a9f00255769c9fcf2fa4673b', 'b8cc8f77225e7d97dbeac7ef9363b9910ed1f26c3ad222ef4febc047110ca376', 1, 3138, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d51495939ccb83f30cf55e13a933794bda9cfee', '/home/hkrhostingreview/public_html/wp-admin/includes/class-plugin-upgrader.php', 1, '28aaee8076e8b8c323d7cbd95f071c27363517a70287a1884c4ecdd5b62f1310', '28ec7dccc69c980ec7f2b5ed356dffb2', '28ec7dccc69c980ec7f2b5ed356dffb2', 1, 15185, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d5ae3aba79a29c3d66afb904f23a0d9ebda8f62', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-label--builder.html', 2, 'ca771830ff7a59c30a00826fa3c44cb0c8fdb109d28e4d8d6e1dc2028f8dfc2f', '30aeb4b85db704524e16a6dd96b1b614', 'ca771830ff7a59c30a00826fa3c44cb0c8fdb109d28e4d8d6e1dc2028f8dfc2f', 1, 448, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7d6d80c0868fae6a57cd070b583b8e19c842194c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-import-export.html.php', 2, '726c9e66039d4eb0482fdc01c361c21d97f19314009c97c156fbc37a5ba38b0d', 'e309311759a16d661a413c8d3d60c04a', '726c9e66039d4eb0482fdc01c361c21d97f19314009c97c156fbc37a5ba38b0d', 1, 1292, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7d7a0910032f978d92e25b28a2558e8839e26ce9', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-247.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7da2dd7bf81e0721dc331318e917f969bb01dc18', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/CurrencySymbol.php', 2, '0175a683f05c305bca9bb6c6429b5fe5ea8e33f4ddd3c181d1e27cdcef7211fe', '247a9a1331d3425ec6a624ea495f2376', '0175a683f05c305bca9bb6c6429b5fe5ea8e33f4ddd3c181d1e27cdcef7211fe', 1, 3909, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7da333c4a643f71df91f35d0b333bf5bdd98a673', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, 'c44309af1722d6a315ec6267eb2535170eecdd89cbabcff9cf3d8475e367eb2f', '1209a4457fcf2627d2a93bc840fa6b5a', '1209a4457fcf2627d2a93bc840fa6b5a', 1, 7987, 33188, 1, 1561634899, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7da84e5d428348daa9af7904e1d59206ec30e243', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', 2, 'fe1b726012dd5775d4f64a7d42730a210f29057e8e814f33904d3912c4d9abdb', '4c27b34156b7a3776f31cc456ca01c10', 'fe1b726012dd5775d4f64a7d42730a210f29057e8e814f33904d3912c4d9abdb', 1, 6922, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7dabd31df462e0b34a347c5a7c60b30ad5b94a5c', '/home/hkrhostingreview/public_html/wp-includes/js/dist/autop.js', 1, 'a63e98b1891561db13beb214c4bd6ca77ef9aafe4326ba71fa778cdb300285f8', '31e1f40e1156574c98fc4b0cf735857a', '31e1f40e1156574c98fc4b0cf735857a', 1, 20325, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7dadcfd09cb7b0901b723824ba6b434e069842a2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176674', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7db68fb07c65f8f1e7fef2af475ac47476f5da5d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg', 2, '1366ed8492bb817775babcb05a29aea5aa15f0151840182a3c40cc85e767f3c7', '17c6ab69b214ed02871fb498c71764e0', '1366ed8492bb817775babcb05a29aea5aa15f0151840182a3c40cc85e767f3c7', 1, 215, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7db9f8049aa87d867375e06d619d0cee438fc5ab', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_module.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992582, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7dbd053eaecc7490508b7bef573b0b264833a956', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/interserver-hosting-logo-min-olvqx2c5ijwypnu5hcg75b6vy81vntv0gm5t9j48n8.png', 5, '17dcc51ac7e29b00f9d650cf3c3d2b53725ddd3a17b7581a429cf3f5c8178660', '', '', 0, 31252, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7dbf881d35519b38ac08698cdc7d8604e8b00db5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/class-upgrade.php', 2, '883449a20e556d40ff1cc3f62f8d745a1c6ef05a28a356877763be7c0a99bd3d', 'dada1f17205500f50e09ad534a8a6417', '883449a20e556d40ff1cc3f62f8d745a1c6ef05a28a356877763be7c0a99bd3d', 1, 3665, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7df4ff3c6b1f30da5f6d061dec14828618f29506', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/lib/notices/notices.js', 3, '3fef60ce81b8f3fe15286d80a1fc3e68704bf7450c533f2ea1ca9077fe7075f3', 'dce2c2a3d43280492933117661f20bcc', '3fef60ce81b8f3fe15286d80a1fc3e68704bf7450c533f2ea1ca9077fe7075f3', 1, 2159, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7df793bda48b44713ec3f32a7bc71df35c7b49c0', '/home/hkrhostingreview/public_html/wp-admin/js/dashboard.min.js', 1, '47e069d2ad9ecf2cb20a1ee45e7080572f3259817a4666a82c6a114fc3343110', '8b132ecee16938da9dd85c583d4681d9', '8b132ecee16938da9dd85c583d4681d9', 1, 6653, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e124bdcd583c3ab605a144453395447d6e46919', '/home/hkrhostingreview/public_html/wp-admin/js/customize-nav-menus.js', 1, '954db2e409c1e5299a00d2b9ff6da531c81db5e0f75b749509ac602fa7597c56', 'aff331bc7e43fdefe81544ce420ce9b3', 'aff331bc7e43fdefe81544ce420ce9b3', 1, 108981, 33188, 1, 1570242778, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e1926c8b8a09e036a628addd4ca5654455ecee0', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-setting.php', 1, '44260130125d37a2d8ae52ba1a1066db8d03b1dc566d41cf5943455346ad15f6', '13242110eb90f08d5ab42da8a5bf108d', '13242110eb90f08d5ab42da8a5bf108d', 1, 28191, 33188, 1, 1568546875, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e2a6c1e8eb6f4ab2a7f5f47acc4b8c0c5dd38cc', '/home/hkrhostingreview/public_html/wp-admin/css/themes-rtl.css', 1, '7f920e95cce802574ea1b7eaa3a5d7ada8cdc0f9c28ae7795021dc738fe3207c', 'fb563bca5ee580768536fd79f2fe0099', 'fb563bca5ee580768536fd79f2fe0099', 1, 39827, 33188, 1, 1570561624, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e35621cfe9a5d94348abdb047d30f9bfd61d941', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/FormMeta.php', 2, '2de848e3826433cc7edeff01d882c543f1b58d2b8f56f8735ece2b336dc30793', '23a304c0e70d202e31535ae54f169305', '2de848e3826433cc7edeff01d882c543f1b58d2b8f56f8735ece2b336dc30793', 1, 1846, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7e3a6b32878081cec8d06c422010bf77d0d3563e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176762', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e4acd9cc1cf4db1d58b8e2255d876c82183169e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/class-extension-updater.php', 2, 'abc8ca03906b720919f079c20a89ac0fb2572ee6df5cfbe635a12162107f48ae', 'c93075a92f2fbd2abc352a1375d96712', 'abc8ca03906b720919f079c20a89ac0fb2572ee6df5cfbe635a12162107f48ae', 1, 8508, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e4e53c0ced07c35299b05ea9e4f67828028d61b', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection.pot', 2, 'f3cf800f78c5bd0ba9ae8b53e5386da6c4fbbe10da89b384236ef3afadae7284', 'b39935b792c9c6f1df2239d1959a0d47', 'f3cf800f78c5bd0ba9ae8b53e5386da6c4fbbe10da89b384236ef3afadae7284', 1, 56824, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e6500cb4aad589b20548961fec33a597a42d08a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/index.css', 2, 'c75ba7ebface35ece50275e46e4b0d27d84c52b92013ceec52a9809706b954f3', '202524ef63a6b77dfbe1f7d62c275fdb', 'c75ba7ebface35ece50275e46e4b0d27d84c52b92013ceec52a9809706b954f3', 1, 7347, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e6c1f3f52afa91a00ae8c7884a3d405d5a5b0bc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php', 3, 'be4daf5a0a7b3b8210bd235699fd09143f9dc744606b34f38ed53eb0a0e3458d', '07d7f29004a938e7841fd7e06f9f3da8', 'be4daf5a0a7b3b8210bd235699fd09143f9dc744606b34f38ed53eb0a0e3458d', 1, 14587, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e6d35b90a436fb03edfa8032b163a8feb0c0a9f', '/home/hkrhostingreview/public_html/wp-admin/js/revisions.min.js', 1, 'af77d5abeaea67e1d4b306871bebc01cd9073f1dcf7eb507f7a19230c69fadce', 'd1587acf93ef6d0fc64758d984f50d56', 'd1587acf93ef6d0fc64758d984f50d56', 1, 17875, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e6df472f2c08f46012a9e82a281ce1115897b1b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/icons/style.css', 2, 'cad4ff6504df2045c18298c7bcb309114ec5ebe36ab2ca0fcc1c7c7233b3b53e', '8c135434b773ef8c16627f52dfba30c6', 'cad4ff6504df2045c18298c7bcb309114ec5ebe36ab2ca0fcc1c7c7233b3b53e', 1, 3312, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e71a1dd1546d7441f8f7137e604470aecc513e2', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e8302b92f38d90ae3d00a09a51db43de9c98b7c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, '766e13a110be32172a1ff88f3d7c8ae4e2e516e90b81d9be5ac91f209c7c4eba', '9677b895cdb1c0f67230a0ead8853de6', '9677b895cdb1c0f67230a0ead8853de6', 1, 1658, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e8572374f6465fef0ec5c2a05e7dffb744bdde6', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-list-table-compat.php', 1, 'd471688d0132b2dd1a19b5fe09b81c2183a5954ef63ebcbc50adb4d96d735369', '5d15f604cd5a3b9016e2170b45b08627', '5d15f604cd5a3b9016e2170b45b08627', 1, 1071, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e8d279f2ad24546b433e8bb61e7ee31774e0bee', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/table-of-content/index.min.css', 2, '53d48954f50e52b6688252569e7b6a28d95317e308fa637bd918b046a574d623', '16bf9b516d4afb654cfad2ab8c49a308', '53d48954f50e52b6688252569e7b6a28d95317e308fa637bd918b046a574d623', 1, 4103, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e907875ad30de6ebf23ce96e8c435c2d82964eb', '/home/hkrhostingreview/public_html/wp-includes/ms-settings.php', 1, '1bece0b3d049faf9ffb9025e5181005618f521cc1bb43b9c3074e25370de89da', 'ef0a6bbc4b78ebada3f70ddc088f5938', 'ef0a6bbc4b78ebada3f70ddc088f5938', 1, 4134, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e91827843f06f34f307e8127f3af58c4631901e', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/moment.js', 1, 'e7d219e5d6cbc81c99812b111376744e30ee5fb7b5022a96e5b67c060e7476c5', '6722aa945b6577eda74330383105557f', '6722aa945b6577eda74330383105557f', 1, 146860, 33188, 1, 1544762517, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7e9f23087ff3d48e32b47f06a8abee112ce83124', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php', 3, '915a47b4ec2a36473ffc6fc5d3ee86b6a0078ff304cfff18a13295e9017f7f25', '9d6c594199bec9717fa53e6094fcbb41', '915a47b4ec2a36473ffc6fc5d3ee86b6a0078ff304cfff18a13295e9017f7f25', 1, 8643, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7eb4e2d2478e91b78c553fc8da0f8d454fe279d2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176658', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7eb81dc3136240e3e6483045a3f1dbcdc191c588', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/response.php', 2, '24490df1346dc9ec954d9bdb3b08df6cdf776236c68a4253766d487d4e800c7b', '8d454af9320f993257334373d94ace5a', '24490df1346dc9ec954d9bdb3b08df6cdf776236c68a4253766d487d4e800c7b', 1, 451, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ebf5f32dadd03c6528e8d3d0d5ed6b3d7b2a9ef', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/data-tp.inc.php', 2, '474e4040b9781f13adf111e5b9705404d380f281f7e03bbc3f2135f1fe82c4a9', '0516998494fe2112b5dfe8be30ddf95b', '474e4040b9781f13adf111e5b9705404d380f281f7e03bbc3f2135f1fe82c4a9', 1, 5413, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7ece0f58bc2a37a6d0a16e399bc2402ac2eeac91', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_css_post-preview.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992588, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ed728b7420d9dd939dd8345fc37f18ada9d1062', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/File.php', 1, '25b9ac76ae9350a40893ea78150d544a1562dce00cb4083cae25390ca4d79ef7', 'aeba08ad6b558736ea0aaf2beb2925b7', 'aeba08ad6b558736ea0aaf2beb2925b7', 1, 9678, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7edff85bd6f2b902e12aa103d81a5b4a0cc92c42', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-hidden.html', 2, 'd876854256e1ade782852a46e0500ca84e7944db680180de2f8ecf20dd74798d', 'b60d993adcdc6cd0268cef2885f93d87', 'd876854256e1ade782852a46e0500ca84e7944db680180de2f8ecf20dd74798d', 1, 274, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ee14c7b4e91fd6d3f428e6cef95bedb52884c2a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/im.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ee33e35c100435f5aa6a4f250d08821599e684a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/stylesheet.php', 2, '5d745ae58e6639f85fbc256f34f369cecda2e181d8658740d7a2f856f4e21d96', 'c6aefd969df8570becb8c7f138085d40', '5d745ae58e6639f85fbc256f34f369cecda2e181d8658740d7a2f856f4e21d96', 1, 9774, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ee59b8cc90f32599726c3f9a006facdc3555a89', '/home/hkrhostingreview/public_html/wp-admin/network.php', 1, '9c1c0f88a651bc80073f9e8bbb4dc4e8bd12cbcdfa281f6585a0307745c85416', '2eb8b036bd098494a0f1f2086d665309', '2eb8b036bd098494a0f1f2086d665309', 1, 5407, 33188, 1, 1567358039, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ef54cafa8ceb81b0079fad2b3263788fe4dbf49', '/home/hkrhostingreview/public_html/wp-includes/class-wp-oembed-controller.php', 1, '58e0193416c49553036d7df968abbc81766e6e31b1d54c54db3ed82f14264f3e', '7ef51befb83c27b1bf19d409db7d7c21', '7ef51befb83c27b1bf19d409db7d7c21', 1, 6027, 33188, 1, 1563510777, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7eff02128dd48acdee5cb05a8a0a96a935592d03', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/form-error.html', 2, 'a0be4d77eb49b58741e26c3f978defe92bea3fec07c8d377f30b5abb4bb35f68', 'f1f1996c97ae8a0f7e4f7ea1c411fc83', 'a0be4d77eb49b58741e26c3f978defe92bea3fec07c8d377f30b5abb4bb35f68', 1, 138, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f1202deae539853bcf176c86f3605270aff4b75', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor.php', 3, '814ca718c48b7d372fbe77125b5875a452f534f32838544333409a774e649009', 'b6ed477fdc8c9743c83b57792ed3d81e', '814ca718c48b7d372fbe77125b5875a452f534f32838544333409a774e649009', 1, 4444, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f16af9d298ee6f91339a3a80e984460588aa33e', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/default.min.css', 2, '97ce1e1f5dbfda35ac979b593e79e1673a3e725790339d767e4a6ca6e94a4828', '323c6e56cf6861fe0acba0ea0c350d4a', '97ce1e1f5dbfda35ac979b593e79e1673a3e725790339d767e4a6ca6e94a4828', 1, 5092, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f1f7f0fd33c33dac921b9c8eb3f9d5be8e63a36', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php', 1, '6682de6189a048c218c3f4844678ac15bcc3c3d9883a4d046e5e86eb90194c12', '67f736ce6c360c6ffc629247c64030ee', '67f736ce6c360c6ffc629247c64030ee', 1, 19964, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7f3f5ad9ad31dd996e8d8d1fd852860a3a55f07d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_help-section.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992539, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7f6310051ef28a22f6228ce335214c0b077ff7c1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_shortcode.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992635, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7f6718f98c770e8b3dbd3673ca30250352f5b938', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/virus/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f6e31394bfbc01e588311140010268190803093', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/responsive-color.scss', 3, '84738ec2fa443a86b6dca59ea6c789a94f45e534afcc6f06f8b7bd7608882ae2', 'a5585adb6126ed02cb3c43451bb63155', '84738ec2fa443a86b6dca59ea6c789a94f45e534afcc6f06f8b7bd7608882ae2', 1, 170, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f73231194eb907bfb29103d93a4242ea2f55a37', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/maintenance.php', 2, 'c87fd1c27f59c678aef1371365802a2dd9a8a875ae11e113bf3969ae33c245e8', '6f6228320e66b219b11a533d9edf744b', 'c87fd1c27f59c678aef1371365802a2dd9a8a875ae11e113bf3969ae33c245e8', 1, 1471, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f7a33a2b315d50402f18b1168583c8a0eecba59', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user-meta-session-tokens.php', 1, 'ee31bc19b24907b816d3447dc716833fba0f81a20a73a814d07a1ce4def43c49', '9b382f2700b900b8a57618534c2d4700', '9b382f2700b900b8a57618534c2d4700', 1, 2990, 33188, 1, 1547010290, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f7fec96b1e660fbe97a89086eb537390e185a01', '/home/hkrhostingreview/public_html/wp-includes/js/mce-view.js', 1, '484c89d9a874a4daefeb95f869452a9ffbb9de46a5a3bfac9404d4249414da97', '41e4a587bb092d37b80b8f197f6842c1', '41e4a587bb092d37b80b8f197f6842c1', 1, 26044, 33188, 1, 1562901955, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f8f6534dea8db372dafb064f18976830b1ce600', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.js', 2, '5b21e0889a1fece89ccf7c71f71dc9f255766ab9ec693ed965d4099634e92e3c', '272623c9d2f60121f7789ca4a220933b', '5b21e0889a1fece89ccf7c71f71dc9f255766ab9ec693ed965d4099634e92e3c', 1, 4317, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '7f98378c9e094736939af4caa705cc8343c1311a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176574', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7f99cfaa909cd11ab2fab4001b057fd6b5994ad0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-deletedata.nff', 2, '6a614f4fcec61550e317eb39dda74343b79d5b3cde97beaf6ea08de7bb16a25b', 'e02771981cf200a3aa7316bb11819914', '6a614f4fcec61550e317eb39dda74343b79d5b3cde97beaf6ea08de7bb16a25b', 1, 7525, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7fabfcf26399e427cd20e8fc3ead43b168205473', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-sv_SE.json', 2, '5c8a657c43307f3b3d13fe2a0f25b557c92e20044e6dbad39577d20c4c764533', '1084d76491eba9bb4cd426c1c448c834', '5c8a657c43307f3b3d13fe2a0f25b557c92e20044e6dbad39577d20c4c764533', 1, 773, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7fba07c3754beb38476d56427c222e66ff7ab08b', '/home/hkrhostingreview/public_html/wp-admin/js/xfn.min.js', 1, '47905a6721d667235b7fff220574d3e1bc33555ef44c314e3d76cc11b3d6fdbd', 'a8ec7c5389884c02249560b08ba149bb', 'a8ec7c5389884c02249560b08ba149bb', 1, 441, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7fbfa387a38ce8072a922947d672bb7c0908fbdd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cx.gif', 2, '60244b1e18b5c09dccd8627e7cdb62dab8fe9499481256aaf143ac033825e5bf', 'ac0b5e80669c0e7f7fcf6d577d7d5df4', '60244b1e18b5c09dccd8627e7cdb62dab8fe9499481256aaf143ac033825e5bf', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7fce99d22eceaf4b135b833f7cb9e59caea2b875', '/home/hkrhostingreview/public_html/wp-admin/upgrade.php', 1, 'b3ab5dc815da2bebca9099f6ff759ecb5dd5b6dc8c23109d0a73d7b350a11dea', '3491f1fbbaba178a6c2b6c6ce357ef3c', '3491f1fbbaba178a6c2b6c6ce357ef3c', 1, 5560, 33188, 1, 1568293617, '', ''),
(1627004145, 1, 1, 13, 1, 0, '7fe76da3371e47f188a0e1f0a7f0013a5a307e64', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_conditions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992603, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7ffe14934af0c2caff9602c9c74bfa65851f6d31', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_libsodium.php', 1, '6e57ae0ce42c3d562f60c2552155fe976c2333b3a3e178c506b9de67c909ac0b', '349190eee5edbbdfd58fb3e5640617df', '349190eee5edbbdfd58fb3e5640617df', 1, 2836, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 0, 1, 0, '7fff55aa0a727da8348d2ce5651beb2f4d9e9e6d', '/home/hkrhostingreview/public_html/wp-includes/js/twemoji.min.js', 1, 'f6bea2ca4af60451433b75d6b14da78f735928be4c2222f0c3bf6e87a975332c', 'bd911c47ffa6cebe9968e2c5c81af2c1', 'bd911c47ffa6cebe9968e2c5c81af2c1', 1, 10942, 33188, 1, 1572992162, '', ''),
(1627004145, 1, 1, 0, 1, 0, '800d32da4c13292a1bd0e4e099a9a610bb897bf3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php', 3, 'd62814c63f22ee607ab2d49658ce69f6e2c5f81f14c252e0ed94bb778c048bc9', 'eab9483a5c19cc13037c04714984b37a', 'd62814c63f22ee607ab2d49658ce69f6e2c5f81f14c252e0ed94bb778c048bc9', 1, 4061, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '801228a24b07f3d02bb031d3f91ca5e2f52531d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/codemirror.css', 2, '1eea449f12f63b15a012588085ac78084d114d6e3b416ba07e4722b1ea35df9f', '94c84e73bd59b5214d84bcc61a40e10e', '1eea449f12f63b15a012588085ac78084d114d6e3b416ba07e4722b1ea35df9f', 1, 6198, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80123f6c8f6a017fc32ab08354039f5b34f704e0', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/http-prompt.png', 2, '3afee2d0ae2af3dfac3c9a624f8f0ed32ffe92387fbd3d96e90821b37fe4b83e', '3eeb01f71afc240b866b091358507631', '3afee2d0ae2af3dfac3c9a624f8f0ed32ffe92387fbd3d96e90821b37fe4b83e', 1, 60202, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '801e125fa35e806970a677e48a3693dcfa9ed346', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/232.php', 2, 'db4afd154a41d567d6792fdc7ec6d4c60c4b34661f9e31c43f85b59935d6c831', '39e5577bd42b4ea10c0173acc32d0eea', 'db4afd154a41d567d6792fdc7ec6d4c60c4b34661f9e31c43f85b59935d6c831', 1, 384, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '802532aead4aaf05f0223436f289affb08a758e0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ms_MY.po', 2, '2c448ad08cc5411d4ea71be5583e3b24cea06e2fa22d23fe0dd87e382828b8f3', '6cdcda24ed45c3adae160a5e05d78476', '2c448ad08cc5411d4ea71be5583e3b24cea06e2fa22d23fe0dd87e382828b8f3', 1, 206823, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '802dfd2f99f940ead655f9630235e8253872cd16', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-min.png', 5, '727904e38b5ad1d42e6b334a5dee60507b770bb370531897fa159611a487ddac', '', '', 0, 224357, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80314e26b0974c6a296b6b5d7f582d7cc796fc0f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Processes/UpdateFields.php', 2, '562d63b0cc1874b405bdeafc791331a1dfb609c65ea0bc6dba7f932821bd445f', '124ea2fca42a0c1528f1da100011a816', '562d63b0cc1874b405bdeafc791331a1dfb609c65ea0bc6dba7f932821bd445f', 1, 488, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80417fe2be9300efc0e7ca1e0b75f1c37ee58d63', '/home/hkrhostingreview/public_html/wp-admin/css/colors/_mixins.scss', 1, '3224f099dfd6f0d183bc988a2838a0d7eab3986ee71dd398212b37221710a34c', '954efa737206be92e93d6b37e5b196c5', '954efa737206be92e93d6b37e5b196c5', 1, 1064, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8041bea289f9aaf41876aa2badc6623412c0e7a6', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/export.min.js', 2, '188283bcf73a68528f14de05ff83075511fe0131776d4e7d6886c0a6e3f490a2', 'b33f0c17d1d259f94e160c25737574f1', '188283bcf73a68528f14de05ff83075511fe0131776d4e7d6886c0a6e3f490a2', 1, 1041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8041f50d0f98657c6bae4368121e39a1d77c9929', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/twitter-feed/index.js', 2, 'ada6e7e5331c14ce201400a63653f34eaeca84d9375cf07f51c8fd4b4aa47b44', '75998a0a08c19e8cd53812cb6ac1ca1a', 'ada6e7e5331c14ce201400a63653f34eaeca84d9375cf07f51c8fd4b4aa47b44', 1, 915, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '804bdc3b041b5bfc8967d07bcc12e77ebc95368e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/editor.min.js', 2, 'c59b295a3e9a7ab4b966ff1ed0d1fc4a0c904ad3b4f6108478551d802dfd50d2', '48f18551f78cac3d2cece4bd22f9d8be', 'c59b295a3e9a7ab4b966ff1ed0d1fc4a0c904ad3b4f6108478551d802dfd50d2', 1, 595771, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '804fbd69d3145d5e6cbad4695ec3c9bb4d33baae', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/flat-computers-art-min.png', 5, '29ecf9db82c2e160c3ba88e7ca8c5c2f544980590d0d84bb80569b91a4438317', '', '', 0, 430469, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '805ed5cc75700a41e3a672ff795433d88f3eec9c', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/lastlogins.php', 2, '8b7284edd8a6722e22737001bf1925ae5b2a797bfaddf5fcf68c8146c63fd9b8', '9736d30e87324f28a1e14d11e358c316', '8b7284edd8a6722e22737001bf1925ae5b2a797bfaddf5fcf68c8146c63fd9b8', 1, 16514, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80695147b540bf3b8444bee3738f96099509ebc8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '806cb7b1ab916285932f02ffa0f71613ee81e2d8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateFields.php', 2, 'e84ea49ee4aba14915a7dab9195bc2f3aec50ab51669081233244e7ff192ed18', '2c6aa705d2934293d5492c7239e2feec', 'e84ea49ee4aba14915a7dab9195bc2f3aec50ab51669081233244e7ff192ed18', 1, 30513, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '807be60125ed1e914dc678e8343c62209c44da01', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/nr.gif', 2, 'ed1d169fd39de633077d4dfa14f272f3391ecb5d4935cd0bd0b8af0fef5469b3', '2a73be7cc4c7ae728e53748f07ce5b07', 'ed1d169fd39de633077d4dfa14f272f3391ecb5d4935cd0bd0b8af0fef5469b3', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80864159f64c1e915d5faae13cf8c9cbd5793de2', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', 2, '43ab89c7b21ee94fa79133cf427f78778c6550567513d147a11ce9e4d3fae29a', 'ec5e59da4b23573927bda544cbb29401', '43ab89c7b21ee94fa79133cf427f78778c6550567513d147a11ce9e4d3fae29a', 1, 6992, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '808933cfdd1ada39039dce6ac4181b3b2de74947', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ja.po', 2, 'e53c87d4a663a14e2c1319db9e70b840f439baf744587397eaccdb2037719682', '350fcdd30b9bb44c9247425142561da0', 'e53c87d4a663a14e2c1319db9e70b840f439baf744587397eaccdb2037719682', 1, 222697, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '808f10a6f49ec1df4072c82cc3ee8bb8a2fd4229', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground-small-img.png', 5, '4cf55d86a59a3f9282aba46f15bacf9334c585d2524e8425279f7e0a19e29632', '', '', 0, 15124, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80a316f1563d1b36e762b4d7ebe8e966831b1264', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts/fontawesome/fontawesome-webfont.ttf', 2, 'aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8', 'b06871f281fee6b241d60582ae9369b9', 'aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8', 1, 165548, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80b5d9d932ab780cbab7d03b235c68bc7d6dcc4b', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-date.php', 1, 'b2e1772879cf36db6f539d6186c035936d0031afb87f8f3c4c216d16ed13a4d5', '49eeca065664422b0341b74a3f83f923', '49eeca065664422b0341b74a3f83f923', 1, 1691, 33188, 1, 1558829574, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80c0c511712a9715aad16e2a19923e258f829d35', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-es_VE.mo', 2, '7222a435ae5d36dc71feb574732427a94df617868fbeb0031f71d258d16903bb', '3e453490d17121559f9456f23bb85970', '7222a435ae5d36dc71feb574732427a94df617868fbeb0031f71d258d16903bb', 1, 57567, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80c7c8a5fd6c4771701ed45540064d364aaca10d', '/home/hkrhostingreview/public_html/wp-admin/menu.php', 1, 'e8343ed0c95180a8a68e323585e02d9ee9b90c999459f0c1f4bcbf9e9b2c4b0d', '5c5bb8822b6e9c8e840d998ca955f52d', '5c5bb8822b6e9c8e840d998ca955f52d', 1, 14486, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '80dcb4ebc1c1555a31accf4c7bb4c509edd860b6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/jquery.rating.js', 2, 'c3eaaf9e1299a1a833b1377386bd8b175edd89a4d7f17043ce099ddb86856d1a', '9b1d83d0d7217944219f840924ca6737', 'c3eaaf9e1299a1a833b1377386bd8b175edd89a4d7f17043ce099ddb86856d1a', 1, 14478, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '80f05edf9879043b756c8457aa2d3eb3d00291bc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176646', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '810444f498d2b02d29f37613bae281c81317df34', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php', 1, '72be3feebcbd8c10f6f059437a87c5568ef13a33a66fd16b331534fd8da78b73', '65ba105c7d548107b269520614c3ce52', '65ba105c7d548107b269520614c3ce52', 1, 5226, 33188, 1, 1568809556, '', ''),
(1627004145, 1, 1, 0, 1, 0, '810a1bc2a8790fe54396aa6455289729699e805d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cd.gif', 2, '9612b577b3df7ff0fc5298220897397fee60786208da1a59526391819e5f3b5c', '7cf2d745b0007b2b026bc8c060d69a6f', '9612b577b3df7ff0fc5298220897397fee60786208da1a59526391819e5f3b5c', 1, 243, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81387ccd47fb239ee8bb12aac403e1b48e04cf9c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/gravity-form/index.scss', 2, 'f60367c1e56a6d6b48f9129cfd808a57c28aa40802c7d0824eccdd80a6fdcd7f', '040f04342874ebcd37d21a18f226d5fd', 'f60367c1e56a6d6b48f9129cfd808a57c28aa40802c7d0824eccdd80a6fdcd7f', 1, 1421, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '814753816a2db793bd82730397b548b7a65d4c14', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css', 2, '96a547fa28819aafd5b5be849c6207faf8cf74d8a7b8311b009c9f4a431eadda', '3bde6f39e41f014b99fe655e597ded0a', '96a547fa28819aafd5b5be849c6207faf8cf74d8a7b8311b009c9f4a431eadda', 1, 3254, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81494da104254874c72c08275e8fd87aaa075790', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/video.php', 2, '6f8551d851666f3d7b7fd70822c1963ea20799c4c0687768939e2182f52a512f', '3bb00ffc35841674ed57e75d5f856f05', '6f8551d851666f3d7b7fd70822c1963ea20799c4c0687768939e2182f52a512f', 1, 25273, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '814e19002868483fa01cb7a5c1af549a31d51d8f', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 'f5eaf5f6641aea33117e26ca1e110b1a3c0fc9d79bbdad67f745d60b71979160', 'e353217d4555ab5c62b367be6889813d', 'e353217d4555ab5c62b367be6889813d', 1, 1793, 33188, 1, 1345680258, '', ''),
(1627004145, 1, 1, 13, 1, 0, '816408ed3421fd7a656d46144119ce7fdb1ef32a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-compatibility.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992526, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8186963406d7759b6913c62e7de1ec741a010629', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/display-noscript-message.html.php', 2, '10dab3b845f1fbd057273dcdee8373d70670010344592b5a071438438f3c5e5c', 'fa9e35ca097f0ec903c0f653dd55e8de', '10dab3b845f1fbd057273dcdee8373d70670010344592b5a071438438f3c5e5c', 1, 99, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8188d03879e30cefb6400d0650c26f5760c952f1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/metabox/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '818ad784fae6ec92159eeeda6c220ce60d873bb1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/contact-form-7/index.css', 2, 'ed3661d0277303c8f57116f8bf9c18e48f007c910a0ed4eaf3e3f10c8381ffe7', '38dc4fb42dd54653aec58ca518cff234', 'ed3661d0277303c8f57116f8bf9c18e48f007c910a0ed4eaf3e3f10c8381ffe7', 1, 2229, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '819108d9e1f25e51ed9c21953ca8dc45ef47dd39', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/storefront/class-hfe-storefront-compat.php', 2, '701e137054f7210a21233628812744d447dee05f7c962c28f8bbd40aa00e7969', '799026ab6f94a5cc4ac5300fad1aff65', '701e137054f7210a21233628812744d447dee05f7c962c28f8bbd40aa00e7969', 1, 2024, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '819aee2b3755809a77614bb5e694d1883750dc73', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-logo-300x300.jpg', 5, '7323a1e4f2664a7fd0b3f1b2682f4a6fea7047a3379b2718756ff1da12a7a46b', '', '', 0, 6597, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81a61c1f15e26fee4b81e26a82ececcf2ec87716', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/cpt.css', 2, '0f5baae6908ace80d679effa2bb87c767c1fb97555047b90c167c02691c14ea6', '9f200f49f056e29b4875f7b4df5186bc', '0f5baae6908ace80d679effa2bb87c767c1fb97555047b90c167c02691c14ea6', 1, 1495, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81a8d40dc6483d24c1f1e8760904d5b3ac87b43f', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/admin-functions.php', 2, 'ca178f990219048101f1ba90d8ab1ff653febd72137322ba51593269325dab88', 'e1b95ef72bea05ac879b5176d5fdc291', 'ca178f990219048101f1ba90d8ab1ff653febd72137322ba51593269325dab88', 1, 580, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81c3e003eeb36f2c8d9c72dac4f20b4976514dcd', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-search.php', 1, 'd68efc7f523fa324bd3b9579dc40cd1c7229c3781a8aad3f3033862b20aabc6e', '89715deb2e95fa75dbffb170d0c4be3f', '89715deb2e95fa75dbffb170d0c4be3f', 1, 2673, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81c618678856286b0aef527e5ee0b89a29ee972e', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/hsb.js', 2, '7e404451373f1f9ed4fb3b9de0ecbdb4c30dac84da1100161de99c7dd7d6c695', '213d5d63719b1b0d0652e736436259b5', '7e404451373f1f9ed4fb3b9de0ecbdb4c30dac84da1100161de99c7dd7d6c695', 1, 1016, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81c65c4ded81f8800bd6f5b5e23bcaa6e8918c54', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', 2, '099b28696f6d4dd6608f4b2fb70c3a20ac216ba5a5a02e18620e9322cd483ef4', '023af0a692d7f996576bf3d046378a11', '099b28696f6d4dd6608f4b2fb70c3a20ac216ba5a5a02e18620e9322cd483ef4', 1, 1960, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81c9171ac1d29352e1eafc0c6b86ee2ef008c23c', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ocean/colors.css', 1, '059f9eefd3292ad0c1ed5785b1ca8cdf91eab180a930d88b6b0e39007a82f94b', '2ba44c4cfab37459e99c503bcfbe6549', '2ba44c4cfab37459e99c503bcfbe6549', 1, 14836, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81c9d744967655923fd033d670737ae06dd300fa', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/_inc/akismet.css', 2, '94743225cb61ffe12019f2889870c441aed4a9b716021526135bce10db8fa53e', 'd7b4fba63e8614cf2f330b0cc19a8aaa', '94743225cb61ffe12019f2889870c441aed4a9b716021526135bce10db8fa53e', 1, 12763, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '81ed2c0ca11ee0b0c76bb1d1966afae651c8b3e0', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_app.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992576, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81f69b87583e541d7b6d6cc18fab31bec123a7f0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php', 3, 'a879698f248423693c79a96468f454acf14a649b0de036ac8613472f8e0f32bd', 'c149a405b682db40057a897be4931127', 'a879698f248423693c79a96468f454acf14a649b0de036ac8613472f8e0f32bd', 1, 4172, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '81f834816f1ce6538487f3e6dc3d1a7b59545997', '/home/hkrhostingreview/public_html/wp-admin/js/color-picker.js', 1, 'a5e9c6644f901cae400b1511b5babeb2ca971f74b0a87273b416805624b4c1dd', '5a2d6a68911f4a366f4ea3ec0a04667e', '5a2d6a68911f4a366f4ea3ec0a04667e', 1, 9823, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 1, 0, '81fe54c69dfd868ea0412fb521b8b86428534035', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_loader.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992551, '', ''),
(1627004145, 1, 1, 0, 1, 0, '820691e2d066b1db684611eeccd307131e187f88', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/progress.php', 2, 'ee4c77cb5ba11ddd1c7644a9a976e64e4a326bf6d2d7fec8d0db9d4752fb0516', '18ca3193f5b920ee11f561c09f7dea0e', 'ee4c77cb5ba11ddd1c7644a9a976e64e4a326bf6d2d7fec8d0db9d4752fb0516', 1, 9644, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82082f58f2451bb346b6b88c049fa355dccf9768', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/latest.php', 2, 'eec395a6721515f56d44dc7d0fc2a9bcb09163a9a3287240b4d97c5d977bbbc6', '475523f4f4abfd2ef90b5072cf1dda1a', 'eec395a6721515f56d44dc7d0fc2a9bcb09163a9a3287240b4d97c5d977bbbc6', 1, 7415, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82150e0480fb1a56879a17d62ad005a57f3d80aa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-city.html', 2, '1fc63d8939769e307fecc1575ed917e5ad1347d15df4cc3f7f72d26be99f0d00', '958a677b3410007883ed399dd455a906', '1fc63d8939769e307fecc1575ed917e5ad1347d15df4cc3f7f72d26be99f0d00', 1, 744, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8223a051a9455ccf88fa83be9f6e0971d6759db7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-sidebar.php', 2, '92364624e1b2495b694599fa1fd883ce5fbe46536aa11b27174fdeb8a70c483e', '916e4d90c13a675a3cac595417dde382', '92364624e1b2495b694599fa1fd883ce5fbe46536aa11b27174fdeb8a70c483e', 1, 3155, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '822eddca5e98363b83ba76ae888b3c620b2101fe', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/shortcodes.php', 2, '37d6d08b497e20ba5ed0fe49d95eb396d0277343018e2970f7bc36fea7d30b2e', 'dab6dda50b2c04ab97529faa57fd920d', '37d6d08b497e20ba5ed0fe49d95eb396d0277343018e2970f7bc36fea7d30b2e', 1, 2693, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82328a8fe7cbff02ada95df6da04b698cf909c6f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php', 2, '91848c13eac6c90f8619559665a8cd37c9e61c67039266179b6d01747515ca5e', '3a592833e8e10d34784d24e70937fb2d', '91848c13eac6c90f8619559665a8cd37c9e61c67039266179b6d01747515ca5e', 1, 1980, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '823f9d0e78350fe82d2d4692f53d74cb4d5f51ce', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/menu-animation-rtl.css', 3, 'bc3e67137c47c15757ff956e328e7640007b9a0a141abb2eeb25d22ad2c3ce97', 'a13f181efb22db90dbd558948fb507f5', 'bc3e67137c47c15757ff956e328e7640007b9a0a141abb2eeb25d22ad2c3ce97', 1, 3918, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8244a51cc4c808e57ea4f9f40907c7bb21f8a4aa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js', 2, '9aa9bb8be2b834059533ce5de7eed3a662ad3d3e70643bbe5f75265075e9bd28', '4d43b2fcb5ef3e6afdcd539f46148514', '9aa9bb8be2b834059533ce5de7eed3a662ad3d3e70643bbe5f75265075e9bd28', 1, 1801, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '825db19aa4a831f17d5ab8eaf3f0b3542c87e404', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/nf.gif', 2, '19989bbda07633f7b47c513044593d9bb26a570b13e272c7fc154121218c235b', '9f851132acffa1724a697ada9c539ff8', '19989bbda07633f7b47c513044593d9bb26a570b13e272c7fc154121218c235b', 1, 375, 33188, 1, 1626945631, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '82626b9a448595a7836054f7ba1c9a1ff627432c', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/style.min.css', 1, 'd9662b4b9ba6c2c3691ce0acd4572e027366eb97d6070550a13429262bb0037f', '9eeddc51b0b4a2580a959042d50f826e', '9eeddc51b0b4a2580a959042d50f826e', 1, 41467, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '826df40c5524716c40b52687e5f02711d88c4e19', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/ninja-forms-cleverreach.png', 2, '9183a33ad3ed93d7c066c42847cad517cc189f2a70618c774696418ebf0425af', '76ab6a941fb4a8fb6ea31a11715b1d9e', '9183a33ad3ed93d7c066c42847cad517cc189f2a70618c774696418ebf0425af', 1, 18762, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '826e7946a18141e07e46ca72172964ecc4765b5b', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, '3e459e452f3a93157f69a92d8c1ff40d7c1039585c0965586fbc647c7eb8dd19', '55900790608df8bbf087ce1f5478a694', '55900790608df8bbf087ce1f5478a694', 1, 4728, 33188, 1, 1569266038, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8270df677b87175610106c4982eec5d778f55153', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_textarea.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992615, '', ''),
(1627004145, 1, 1, 0, 1, 0, '827340231b62e951c2e4b40dda58fe155ba0ca3a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/DashboardMenuItems.php', 2, 'cb3e2123f3602539200a6fef59b76e52e6149ce047320f640f7d8e3163d81937', '3fe4e1752b7f362e45d0623c47bb4ebd', 'cb3e2123f3602539200a6fef59b76e52e6149ce047320f640f7d8e3163d81937', 1, 486, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8275f4c7df9cb9da2810347a61524a5ea639fbaf', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/img/icon.svg', 2, '2d53f4df492483ff91d66eede3adc7ac4977cb6256f6f26fad5148b5027fa16e', '00dbf3e9eca11bc504c13d9a20dc34ad', '2d53f4df492483ff91d66eede3adc7ac4977cb6256f6f26fad5148b5027fa16e', 1, 2110, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8282a6102ace259de55b13e7c98b757da85bd0ab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Migration.php', 2, '7eb36f906e0758c7e3666938236c1c74f0d8202961be8a0c4ff3a111537b27b4', '44764a51212e0dac663bcd46d0725c0a', '7eb36f906e0758c7e3666938236c1c74f0d8202961be8a0c4ff3a111537b27b4', 1, 4630, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '828d16dcc332f27e63ba70958c64f32e5b8beaea', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '829ee9b758387db05027aa4a03e5660100fd6153', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/placeholder.php', 2, '54d01e4241202940183d4364cc8f255ad68aa583dbfdfb5ff159208a5488b138', 'a3cd846fe975422b4538a511eb7edb3b', '54d01e4241202940183d4364cc8f255ad68aa583dbfdfb5ff159208a5488b138', 1, 907, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82b696181c5e43ba74d1a468d52efaf6c9f01926', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Calcs.php', 2, 'fdaf7e93d720266506e806c5351770cb313ed42b46dff9d625e1e9f870880721', '6279417a02b222ea82251305565ec208', 'fdaf7e93d720266506e806c5351770cb313ed42b46dff9d625e1e9f870880721', 1, 2336, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82b6b1ad05291f0ce636a5b873de32a4bfe9be61', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Logger.php', 2, '9a0c14d889fd3e74eb820a324d7c938c78bbb2b5e616621db192cf3bbef5c036', 'f6aaf30d9fb6946e6bf7524d554bb48e', '9a0c14d889fd3e74eb820a324d7c938c78bbb2b5e616621db192cf3bbef5c036', 1, 3227, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82cca6ae29ffc4fc7bf2ef4864c9f3f9946bcef5', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/theme-rtl.css', 1, 'de8ecd90544978e8789f8f66cd8dc08757cc6b836f54f52f72b6a8c079274fc9', '765597c3d810bb018d92c6c402830ee1', '765597c3d810bb018d92c6c402830ee1', 1, 3382, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82e139d1010ed0fc3f7d54c77ee498ed80065438', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po', 2, '337be3fccfd4788072c4b163a3fdcf588543cb0a4472c60dd87cd038f59b73d9', '43e1aa5b08b6ec77e1d7ba5d51d6ce4a', '337be3fccfd4788072c4b163a3fdcf588543cb0a4472c60dd87cd038f59b73d9', 1, 28559, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '82e96bbf6dccccafda4e71da58a1a3f666b619f4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_includes_tag-generator.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992560, '', ''),
(1627004145, 1, 1, 0, 1, 0, '82f59f27fc6725cfe7592cdd1cccd4d5bd3b4f5f', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ectoplasm/colors.css', 1, '7d7f504141fbd5f5b285013f919cb930a2ad37c3ce6d02a68d3ccd107450131e', '5e052b9c314c8bb2e0bc7fede0cf99f4', '5e052b9c314c8bb2e0bc7fede0cf99f4', 1, 14834, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83040eb83d42b9e3637af3605de14f3bb3a55dd0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8306b25546fc0f06af9ccea349c6af8626d920bc', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/style.css', 1, '5c26d0c6d096df0a2a6dd570bdb2bad7fedcc14ac9e07a24c3c7a30cfb167cd8', 'f8b85f00c1b9dfc396d3d88b3e82e2d1', 'f8b85f00c1b9dfc396d3d88b3e82e2d1', 1, 22986, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '830d2418f91711330b695e6548de88caffe3ac9d', '/home/hkrhostingreview/public_html/xmlrpc.php', 1, '9b083e42cf64691e34e609bd71760bb5fd721359a7d4bec81c60490aadfb878d', '448284dfc371ca9e6280e44db2b13e63', '448284dfc371ca9e6280e44db2b13e63', 1, 3150, 33188, 1, 1561968117, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83120a08cf672a3739c10dcc4d7a322126cf1bd4', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-export.php', 2, '1a2242ec953c2c9f8b858eb6e66aab04024d9082533978d383be82c3dd2e0fa9', 'aad74f4e5b667dd009e3a5a3f9f15cfe', '1a2242ec953c2c9f8b858eb6e66aab04024d9082533978d383be82c3dd2e0fa9', 1, 1868, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '832060d3cf159e6b3ede79911968ee83d3c8b6cf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Field.php', 2, '061ab203630439db41813eca4056aa3404005fdc311e22b11d6d5e6bce857afe', '6f76a7eaec1da410aa4fb5e29951549f', '061ab203630439db41813eca4056aa3404005fdc311e22b11d6d5e6bce857afe', 1, 1319, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8320d4e44901bc8827aa7d7f671efdf35e1daaab', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-links-list-table.php', 1, '39611e903b87b533a88ce0868d04f52098c5e559aa625bdb652be7ffcd313716', '381da2619a3d2feb8d2d76ed36a31691', '381da2619a3d2feb8d2d76ed36a31691', 1, 7828, 33188, 1, 1569461096, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8321095b2b05fb172d3b35b399911572084da637', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-Is-SEO-and-How-How-Has-It-Changed-Over-the-Years-150x150.jpg', 5, '56edd38b69c556557eb8cca0325e623cee732b37a6accbb00c557d375e3375e7', '', '', 0, 6152, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '832aea30b2499c9e4f3b654993a183dfaac807ec', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/wp-playlist.js', 1, '7c00f03152c4ce8fa5513b92b8c20007ab2dd6cb36214695227fa27a8a89992c', '92f80679cff32ca6b23ba0137731b5fb', '92f80679cff32ca6b23ba0137731b5fb', 1, 5358, 33188, 1, 1517270189, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8330a66777c68c3911bbf8e0e4c54f80ab0c0a19', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.min.css', 2, '5872b6a11d574b7a9cd5227abfb2698bfc79d821f0b51247f02b0c90c49d025e', 'c0ccd07d36b7f2d81db7e34af9e0529e', '5872b6a11d574b7a9cd5227abfb2698bfc79d821f0b51247f02b0c90c49d025e', 1, 28497, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '833f1a8e26cd0c368712bf6bc788d7a1b0b6a2f6', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/415.php', 1, '02cdf3589dda25035fee7b08db7db940f8199954721a15769ba4926b72af4108', '0258cc0fb05462ea8f11ccaea34a55c3', '0258cc0fb05462ea8f11ccaea34a55c3', 1, 420, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83481cbbb9f3a70dbef403d5f7c879b0eac4a8f9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wp-comment-form/class-comment-form.php', 2, '18cdeae7c7c17d215ef6bd7bc52952f2965e7b33c85f96ff8b50971eb495704d', '606b0eb4c8a5fc975597fdb6861125db', '18cdeae7c7c17d215ef6bd7bc52952f2965e7b33c85f96ff8b50971eb495704d', 1, 2583, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83513907264f68749f03429ce86b35160b1179aa', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/help-tabs.php', 2, '51c445b5e59d9cef94556add974532cf8ced3d1e87740130c6d7dd74c01d8f82', 'eebcc317eef2ae4e005681c390d70914', '51c445b5e59d9cef94556add974532cf8ced3d1e87740130c6d7dd74c01d8f82', 1, 6970, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '836442eed75d9a97698bf07fa8688dabeaff0d60', '/home/hkrhostingreview/public_html/wp-admin/options-privacy.php', 1, 'b95180f717e15edf0cd6c5f1e92a0ff8f2c4cf957399537cc28854851bd82922', 'e3391eb6ff41589422a726ce09555bd8', 'e3391eb6ff41589422a726ce09555bd8', 1, 8087, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8380469e875721954f1d3ed2e5828e49a844dcc3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_box-shadow.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992605, '', ''),
(1627004145, 1, 1, 0, 1, 0, '838d972d643a5a02ce6fa548efdaab8cee0a3c6d', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-image-widget.min.js', 1, '8da36b1c1f4809cfd5c3e95a2478da333983f8822d2479471ba1842d98f525b1', '5cdd681b80ed5519adb2c9607f04d23c', '5cdd681b80ed5519adb2c9607f04d23c', 1, 2009, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, '838ee7ea4b7c6f4a76e54bb1f4e6e0131bfe39ce', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176732', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '839789066986e1e15939c8409d2d363984ee4216', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/501.php', 1, '3afaa11a930d0313afa2690bbb87f2e0e2fc4373c170062de7f293e6816c146d', '650cdab83034f22d3fe803f5d791a835', '650cdab83034f22d3fe803f5d791a835', 1, 399, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83985e4617a42e9d3cd8387c37f52b787844757f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsDeprecated.php', 2, '861ece2dc5dae02584add9ae33e67cea248d037ba9c3d0f5c756f25f3f58227e', '8f542beedf849a00d5bc3bd05634a8c5', '861ece2dc5dae02584add9ae33e67cea248d037ba9c3d0f5c756f25f3f58227e', 1, 6094, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '83a41e67d3b700ed0949a39257a567fb581242df', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_updater_check.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992550, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83a7e4bae85abd8ca3f68a439f38669f4de462a0', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, '282c86db3fc6cedcc79b172069ba09831ce0e6ba235d13bff382f57f0d3977ff', 'c6d1f8e334ded732e83231a64de3fd3f', 'c6d1f8e334ded732e83231a64de3fd3f', 1, 160453, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83b6a0624e461ff9ba852c6bac46cc4499147f6f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sg.gif', 2, '5500bd67bc876aebda554104871a19de23f85f01604836968011c6a609871a28', '2a46e9e31359baaeb4e6ab4b0b950961', '5500bd67bc876aebda554104871a19de23f85f01604836968011c6a609871a28', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '83c8c2a89328815f1f530c07661bc0f152de6365', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_command_class-ai1wm-wp-cli-command.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992529, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83c919ae05a83755422cfae846b7e4478667c8a2', '/home/hkrhostingreview/public_html/wp-admin/js/media-upload.js', 1, '7ac6a319cf59751ae6961059423ed0872e2d8563e3744523ce448c312dc9b0f7', '3fc8d4f8151f3ca1dc9804b947934218', '3fc8d4f8151f3ca1dc9804b947934218', 1, 3463, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 13, 1, 0, '83ced8ace3e0da9393549ca2fde6f09345f242bd', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-You-Need-to-Know-About-Cloud-Hosting.jpg', 5, 'a928f1b89849399005c2f3a6aee6899d1a85d4df29b5b54fd2d6376913e9b564', '', '', 0, 47433, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83d03bb4be5c8019c7c1d8ebbd8bee4888514b2e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-sv_SE.mo', 2, 'f307443a2e8a6ad9cfa8f965104ba0043b9e86941ba59c3321dcab108bad5401', 'e109cd55fbd2d29fd86aee112a1ab1d2', 'f307443a2e8a6ad9cfa8f965104ba0043b9e86941ba59c3321dcab108bad5401', 1, 55978, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83d192507c4abf0d4a3641ad58522903d67bc06f', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/add-fields-help.php', 2, '924941f4448de6862418b589a72cbc0ade8a415a96ad60a7fc8c9334830e4522', '0563316128df86b89e3b0ecbff40ce71', '924941f4448de6862418b589a72cbc0ade8a415a96ad60a7fc8c9334830e4522', 1, 1802, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '83fb6884e2ca0dfbd47279c0f73c67742fe82f40', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', 2, '7874754236e7b0de72443a207a2dd82c4a359b5804aee952bc8c347a6425d1fa', 'dddd5448942c5d87497baab62999f535', '7874754236e7b0de72443a207a2dd82c4a359b5804aee952bc8c347a6425d1fa', 1, 714, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '840be5b94dfe20387b0bcec0352a635cad5f0d4c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber.pot', 2, 'd7ec8804066e6333feed8419506138cbeb38b40b57601d5f6da408addb8a7593', 'f92270b9137fbb6618bc5fe80989d5e4', 'd7ec8804066e6333feed8419506138cbeb38b40b57601d5f6da408addb8a7593', 1, 88301, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84195b6867393feffeda1bd0afe95f11a0bc8be4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Handlers/LocaleNumberFormatting.php', 2, 'c84d4ef55f4898f4e079bf1e6f1dcd18231afc8360acaee007f858c5b412aaea', 'afee2a506738fb0836d419d2ffdb2f3c', 'c84d4ef55f4898f4e079bf1e6f1dcd18231afc8360acaee007f858c5b412aaea', 1, 4446, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84218b8e4c60cb612416c0ac31859278834f7a0e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-settings.php', 2, '63a39a9fe7beba55cdd70d8cfd0457be388141abfecfbb034556a2dcc5c02bdf', '426289ee76c09b7d56f77f6dd0b3b46b', '63a39a9fe7beba55cdd70d8cfd0457be388141abfecfbb034556a2dcc5c02bdf', 1, 122, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8426c79ffe2127bf1b729cb9c8a10a92bb7f3bfa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84318dbcb20277115973344a15b2b3b1778c8ace', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/305.php', 1, 'be589f951cccdbefe682c20ab20511f7fdec300855f700d76f0cd9e4602022a3', '58f8f700904bebe62f60a11c2cfbab26', '58f8f700904bebe62f60a11c2cfbab26', 1, 382, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8432a1e6aba2b3144089d2ffc65e095922fede9b', '/home/hkrhostingreview/public_html/wp-admin/includes/dashboard.php', 1, '208af723d81fa3b3af3c238e80c5b62714c06b297a05b6a3d93f8ae1388ee2cd', 'c2b8cf722732587025fd1f7aefc53b67', 'c2b8cf722732587025fd1f7aefc53b67', 1, 61395, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '845beb983da3ed0e8a9aa76922aff578ca4ac78d', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-explode.min.js', 1, '23a26cf5689c7598d73e6ef9c0ff8f0fd1b4e9f0c751e354a5a40c30e03215ae', '2f68b680e67f09ced628d98b2bb456ff', '2f68b680e67f09ced628d98b2bb456ff', 1, 1169, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '845d450f37708d9911bac3c6d170b81c526cbfdc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ImportFormTemplate.php', 2, '55641a91e258fdb0a9eb504606bc3b854e3a85094a310bdcdf258015d0f217a5', '93b10131ae633824927e9c3a2657b2b8', '55641a91e258fdb0a9eb504606bc3b854e3a85094a310bdcdf258015d0f217a5', 1, 2897, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '845e36fc25124263e6b02f7c8162ea44929b21ea', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_backups-path-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992547, '', ''),
(1627004145, 1, 1, 0, 1, 0, '845f2351ef9f8bce42ccfc2f88b733501caa34f1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.woff', 2, 'c812ddc9e475d3e65d68a6b3b589ce598a2a5babb7afc55477d59215c4a38a40', 'a35720c2fed2c7f043bc7e4ffb45e073', 'c812ddc9e475d3e65d68a6b3b589ce598a2a5babb7afc55477d59215c4a38a40', 1, 83588, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8462b2c5403f0b091c5af9c2265afae609bf61ab', '/home/hkrhostingreview/public_html/wp-admin/css/colors/coffee/colors.scss', 1, '930fbc43c2d15b99a520221b92387b8aa2511fd08362529330ca844e3a00ef11', '397e3820b27a234330c95e05250f61ce', '397e3820b27a234330c95e05250f61ce', 1, 135, 33188, 1, 1545016984, '', ''),
(1627004145, 1, 1, 13, 18, 0, '846f6b99873cb27d5503795cb557e4255e8d59eb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228309', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '847b96111c63791b49c5b62552642f86fcd167ef', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ja.js', 2, 'c1749ed64d6def21a1f3256678ec2d8de0eb795ea8e66a4194c685627823cda5', 'a513741667eede9486bc13349b2622d2', 'c1749ed64d6def21a1f3256678ec2d8de0eb795ea8e66a4194c685627823cda5', 1, 848, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8481ea5273953d8ffd92990a759bb1e07cc21cf1', '/home/hkrhostingreview/public_html/wp-includes/js/comment-reply.min.js', 1, '73eb139b1371aed55b1dce74b7258f2d90991c5294d69fce852c3eed1af40068', '0b6d9871863bb13b701f3b233cbf6609', '0b6d9871863bb13b701f3b233cbf6609', 1, 2385, 33188, 1, 1573491542, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8487df77459f7d03e28b7052329a6e15a3a6f7b4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/event-calendar/index.scss', 2, '068f9408627e9ec28955ecaabbd87e8b192c30017a4da09ee99e41b3eef2a6cb', 'f26e785229859210748529db2fec0e2e', '068f9408627e9ec28955ecaabbd87e8b192c30017a4da09ee99e41b3eef2a6cb', 1, 9130, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '848ac446f1452bd6f00ea2fc8735e2553e55ecb9', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/count.php', 2, '02d6a6348e1e1cf72ab868b44a7335f155620a22d0ea440d22c1e5f61d40213e', '045384dc9c497806904a4101404ae04b', '02d6a6348e1e1cf72ab868b44a7335f155620a22d0ea440d22c1e5f61d40213e', 1, 1491, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '848dacb72285772c26c07048993031a2979de308', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-field.php', 2, '373ee2576c66dfbf4aab2b96915ddbc310157fbcbac7c3a6b081a2b8c4ee45e9', '70d1f45686bca99416721047a01cc2ec', '373ee2576c66dfbf4aab2b96915ddbc310157fbcbac7c3a6b081a2b8c4ee45e9', 1, 7994, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '84b7903c3cb4ec2dfd3dcb22f330df69a81f0b53', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Starting-an-Online-Business-–-Choosing-the-Right-Domain-Name-150x150.png', 5, '42eee14bba00abbd0ca93c049b1efc37b7a0c54eb4bbc61e39121b1928d7aec2', '', '', 0, 8440, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84bb8b4cd598502dfd5399969dbaa9fb5188e4f9', '/home/hkrhostingreview/public_html/wp-includes/class-wp-network-query.php', 1, 'c2b91c78a936cb632ee63342d19e804192f9d6f7890ea6ab0fc6b8c6590f24f1', 'c626ae94e156999d0c2dab97c83c0bf7', 'c626ae94e156999d0c2dab97c83c0bf7', 1, 18368, 33188, 1, 1568326675, '', ''),
(1627004145, 1, 1, 13, 1, 0, '84be3dbc329a61b1653ea2ec1ddf9fe22a8d17af', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground-small-img-olninj6pbq7bxld8bm7zn4lutzrqveucihro9ui7a4.png', 5, '769eed84abdef23ddff964239062f66c6ad598a1f10690bb5a68568249cbbc9b', '', '', 0, 18503, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84c64d44458c954f7c0e09cb6d2bba005c3eda1d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/vi.gif', 2, '3c8d531e85a5f954919447bc032c9f378b04a287bc6fa64d27b69be910cbbd7d', '6ab52e66bdf59c0826bb205307eec76a', '3c8d531e85a5f954919447bc032c9f378b04a287bc6fa64d27b69be910cbbd7d', 1, 376, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84c80372be7a5a1766501c4dc1f786a5b23e7b48', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.js', 2, '35bd407834b6dd54821481ae5cd1fb1e3eb5dfc29f315428f54c6947ac2d49de', '168b2db9a36f01e3aab9236c23bdc8f9', '35bd407834b6dd54821481ae5cd1fb1e3eb5dfc29f315428f54c6947ac2d49de', 1, 21248, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84d3cd8d1c6449730145fa6d83d2c3d11d35d7ff', '/home/hkrhostingreview/public_html/wp-admin/js/inline-edit-tax.js', 1, 'ddfe5480bdfadfadb038a0b205803f0ebfcb1436e93ac685580c5bc9d13dc4b4', '33d9729301a783c6561954a1451119a4', '33d9729301a783c6561954a1451119a4', 1, 7701, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 301, 0, '84de73590fd7d12e9a413e3ee30048548ade0022', '/home/hkrhostingreview/public_html/webhostingreview.zip', 4, 'f93a3aa0c1f9300abb7f4ccd7868066509a79f048638881baa33d8a62c2db4c7', 'e5325357a5430bd46369ba5fb5b8f480', '', 0, 158972558, 33188, 1, 1626946307, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84de9a41f2893e3af944ef764f3d5cd6c8497917', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gq.gif', 2, '1755c6e4345c4d6713d013fbe6bb3e73583f48f281a1a524d583e6fcf0d13dac', 'd7bef30dfa3e2ee2b6b1ea84eab0d047', '1755c6e4345c4d6713d013fbe6bb3e73583f48f281a1a524d583e6fcf0d13dac', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '84f4a82154cdf3b43cbe4fe14118f83db16c3b14', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo.svg', 2, '299075426c724d4cd8e384a87d06d8c15e00f795e4ff7a6abadc4029d5212604', 'd5d9e453b8296af85a39687bb6f23ae1', '299075426c724d4cd8e384a87d06d8c15e00f795e4ff7a6abadc4029d5212604', 1, 2263, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '850953b991b724a5140d433e5ad544af9877e5a7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/fo.gif', 2, 'be9e3293e8bcbe6bf7ef72bb608ecb2bdec19b26c5b8a4b77da8f27f524ef790', 'f2946a58a93f63303c47d649617e03be', 'be9e3293e8bcbe6bf7ef72bb608ecb2bdec19b26c5b8a4b77da8f27f524ef790', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '851982f3ff31ebe6c88d32cf1e364a091e84bc7d', '/home/hkrhostingreview/public_html/wp-admin/images/wpspin_light.gif', 1, 'd4b228b86f2a45b8b8fd515bbb2e7094ad3563d4eb9980716038e3b9dea44b14', '680f6b9e75cb52aa0d40396b0cf792e7', '680f6b9e75cb52aa0d40396b0cf792e7', 1, 2052, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '851bdeb54916bd9e4dd05fb86eea9860b1da6013', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end-deps.js', 2, '8703de2ddecda77611df2027b43d22148ae74f5bc3245d65e65e010a2c907929', 'ae39016af51ae7d189bc99f8bcd0a715', '8703de2ddecda77611df2027b43d22148ae74f5bc3245d65e65e010a2c907929', 1, 61696, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8529c3e6ab581a48a58c5af18746f465056371c6', '/home/hkrhostingreview/public_html/wp-admin/profile.php', 1, '59f0d220e38dffcd561c891f3c327f551fe390ff320b10b272c9580afd3814d1', 'e065abcd9d5a420e0fb6423561905aa4', 'e065abcd9d5a420e0fb6423561905aa4', 1, 298, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '854f3df4f1f12d5142517dfba78dd13159ebb4d6', '/home/hkrhostingreview/public_html/wp-includes/images/wpicons.png', 1, '2b4db9a98238c766cf405f00d78cb0c96cd8f0ba536bc83a8659213e999442fa', '6453fcf875718d91560f5faedce361f4', '6453fcf875718d91560f5faedce361f4', 1, 7086, 33188, 1, 1416895942, '', ''),
(1627004145, 1, 1, 0, 1, 0, '855d409ba2170ffa214b03482bed2324a048c697', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/List.php', 2, '41b55730ed3af60dbc9ecb43c2f4981644d7d6c5e12028131a2a87804b64045a', '855e479435a5e7921d27c6921a36c705', '41b55730ed3af60dbc9ecb43c2f4981644d7d6c5e12028131a2a87804b64045a', 1, 3393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85810ca554042a4f92203bb5772bdc144af1d7e2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/oauthModel.js', 2, '2ed2d086d44dbbf350f6d8997c048ce33e20c99a469ea5d3caea1eee03330f37', '7dd74e1952a05bf4af8b71f81a78f33a', '2ed2d086d44dbbf350f6d8997c048ce33e20c99a469ea5d3caea1eee03330f37', 1, 431, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8585925d2cd95ac58e830811f549528163e03d77', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php', 3, '389ade9e7207f4ccbf534113dd78464ff6532f4e159a38d63ff10d7ca709aafd', 'a126e0291dab95c705c324c900394bdc', '389ade9e7207f4ccbf534113dd78464ff6532f4e159a38d63ff10d7ca709aafd', 1, 5888, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '85948a67def191c3828e03962d9d5a7afd12e41d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176597', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8599b7cbaba45ed51dc3669b4175587711242f8f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-2.jpg', 2, 'cf5e61cfa5cf48eaa7bb826043ec38cba5fec2d5444b053612604d49d27a8b95', '0fb8a8f5a5d940caf369c7bfee3299b1', 'cf5e61cfa5cf48eaa7bb826043ec38cba5fec2d5444b053612604d49d27a8b95', 1, 164765, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85a8ec0975985f5844e8acbe3c2390ce2599e579', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/base.php', 2, 'f4b02479f32d91aaff899c3fcdd69ac878827af3fb3bc26f5b01da954d47d3d3', '896531c0242884747f86e64c38df5e7f', 'f4b02479f32d91aaff899c3fcdd69ac878827af3fb3bc26f5b01da954d47d3d3', 1, 19277, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85ae7c315c95236cfa4a790d41cb970536fc80a4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-style.scss', 3, '624b1d13b00caaf1a27377526df155c4ee7816691a4f899b850be6a2c6f564e0', '2638ddfa0bed78ab33c568de311c741f', '624b1d13b00caaf1a27377526df155c4ee7816691a4f899b850be6a2c6f564e0', 1, 3333, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85b4eac712aa86034c3db2732893327af8feafcc', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-multisite.php', 2, '7e44820bf49dd027dd14a48107eafc48965b9693d15fcd8aad2c4a687126504d', 'e3e9ea5268fc375211306c6ca98f4693', '7e44820bf49dd027dd14a48107eafc48965b9693d15fcd8aad2c4a687126504d', 1, 45264, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 18, 0, '85b8acc3e99044d4ce11304d06e3f60b5be84424', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110556', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85c65de57ea3bcee08fb926088fc3c00dfc96b0e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-organization-schema.php', 3, '8b9e5a91f3185119cd20f09e5323ada988746e689f994ba03bf9296285aa1cb3', '41f74a6332009e3e786f9b51872509e0', '8b9e5a91f3185119cd20f09e5323ada988746e689f994ba03bf9296285aa1cb3', 1, 3586, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85ca4dcd779bdf3c4217e55f6950a2659dfff7a9', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-2fa.php', 2, 'd7048fe1c332a190feba17e921bc0b54dc152906c0ff9fd3c06ebd60997f54cb', '4e62af2d94ffb720285a2848889766ce', 'd7048fe1c332a190feba17e921bc0b54dc152906c0ff9fd3c06ebd60997f54cb', 1, 21719, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85cf59eb18c8e92d81c53dfbfcc4c87688b5bb30', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Generator.php', 2, '3f71ed9b68dc43e0fae6f9d6c6636fc17e3190ee9caf4938de54c9baf4da0f03', 'f0c1ce583245ffe007bd9ffdf83f9397', '3f71ed9b68dc43e0fae6f9d6c6636fc17e3190ee9caf4938de54c9baf4da0f03', 1, 8271, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '85fa2e6231de9b692c793339cbbc4b1e8c9d23e7', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-ja.mo', 2, '4268cce3f1f6d3eab16bd31a92dc35f5bedcd8e37e501481b8bd0e9d89df8739', 'd2b310dbe895332df4e6d328c91ea509', '4268cce3f1f6d3eab16bd31a92dc35f5bedcd8e37e501481b8bd0e9d89df8739', 1, 33256, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86043b1d34afff666590085bd8dea1586b91fe37', '/home/hkrhostingreview/public_html/wp-includes/ID3/getid3.php', 1, 'db1336e43310c7fca97ddfb0ea54853c583bd39a705b54646b638fc057aff112', '9a22047b27152fb5e7060527f68f5018', '9a22047b27152fb5e7060527f68f5018', 1, 70952, 33188, 1, 1568818497, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86189f4f79852427dee26f86f8193ef9d9d0273e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/paste/plugin.js', 1, '633e6fa5ac22958520064cc0f3fcdcabbdeb9de56a33578a7e5066ac70f13cc2', '6d4e3950e0b34d1b188c3c49a5604f00', '6d4e3950e0b34d1b188c3c49a5604f00', 1, 82535, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, '861ae61ee04cbe3959dbc9d5d8f6ada0482a8eb7', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-hu_HU.json', 2, 'b061d324592f53c943885f12db7d93f47fb6ec4f80bea42606d45992301eb42d', '698e7fa2dccc14e3ea3f31f0868e0fad', 'b061d324592f53c943885f12db7d93f47fb6ec4f80bea42606d45992301eb42d', 1, 750, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '863a416a690d5898863781dc506ae76a6212749a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_hotkeys.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992617, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8649e20af234bf13c803d9ff491f1462f4f46664', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notices-class.php', 2, 'fb459be4dc441b8fa2c80cd8327fa02da8741870e19b857de036f5a6c2c792ba', 'df3803f77f6867ff5166133a0da2e3b5', 'fb459be4dc441b8fa2c80cd8327fa02da8741870e19b857de036f5a6c2c792ba', 1, 11641, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8651ed5766fffd609edd164eb8caeb0b66c2b709', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css', 2, 'cf2c8bd89e1dfb853e318da104df37ea8c2e913e3948db653cae5a3f9f47d2ba', '87b4558594b1bba0ec027abbfd313066', 'cf2c8bd89e1dfb853e318da104df37ea8c2e913e3948db653cae5a3f9f47d2ba', 1, 3713, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '866a0a325f15beacbc85462d5084314a122beb90', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-plans-min-300x195.png', 5, 'd8df96f6f5b9265b05cc7a6e086d6aed87371d9ec1ded3dc639047167fd23fe8', '', '', 0, 84361, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '866a6c321ca1ab00afe06d8a0b5f54da7ba5b494', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css', 3, '4c77d3ea5c24215f11fb7c53f3f5a7aca8d4a2a2a5bf1348b0a7b88333851c1b', 'f952a7a1ca1bea9f0a60238f9c20f3d0', '4c77d3ea5c24215f11fb7c53f3f5a7aca8d4a2a2a5bf1348b0a7b88333851c1b', 1, 234, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '867a032cb05e55ff8cd6a073546a7ddfdc004f7e', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', 2, '8964f1fe20bd22829aa12283e7e59515e7fc658348810e00c55a4c6c1c368628', '840cca94d5e33faf324bcd4988fa8401', '8964f1fe20bd22829aa12283e7e59515e7fc658348810e00c55a4c6c1c368628', 1, 30021, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '867eaba65f19ef45c2cbe68a62d31901bd5276e9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/font-awesome.min.css', 2, 'ddd92f10ad162c7449eff0acaf40598c05b1111739587edb75e5326b6697c5d5', '4fbd15cb6047af93373f4f895639c8bf', 'ddd92f10ad162c7449eff0acaf40598c05b1111739587edb75e5326b6697c5d5', 1, 27466, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86840e427cc66395c01c3b3d96761d7f0eb89183', '/home/hkrhostingreview/public_html/wp-includes/images/wlw/wp-watermark.png', 1, '5ab882e62932f278a413cb829c76b8fffe925f3b2d11c9fc4050bcfae6fe35af', '3b9a87754d6ddcad447c89778e93c544', '3b9a87754d6ddcad447c89778e93c544', 1, 2376, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '868c6e7e92fd5a74b1478c9f2607ec0e478af897', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/heading/class-astra-control-heading.php', 3, 'b0148f2d4d676edc6bdcf6a37c959f2a0479a0dcdc6029d93a8c9ddcda10e557', 'd8088ea9aaef450f461e3cd93ecddf8d', 'b0148f2d4d676edc6bdcf6a37c959f2a0479a0dcdc6029d93a8c9ddcda10e557', 1, 1879, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '868ec283e5eb9fad41685cccc78dfbbbc90cb3d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', 2, '040d2ef49eac3d34fa707dbf9ce0dd62abd31a63d470c246a79f1d5a42fb1577', 'd4d9c454aeaa4d32355c4ee28fa61648', '040d2ef49eac3d34fa707dbf9ce0dd62abd31a63d470c246a79f1d5a42fb1577', 1, 2770, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86a0e0bf1687d5bfc3d643a5a5697cf4f347b41e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/user-management.png', 2, '9f99d5776ac8cedc62564f783d0eadc7d308ae0f2738fe4078ca6cd076a2d74a', 'a09f606d8cf0ee14015adf67e2eed197', '9f99d5776ac8cedc62564f783d0eadc7d308ae0f2738fe4078ca6cd076a2d74a', 1, 15064, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86a4d44846d348cf0a4c99b9bd604ec8a0dffbb7', '/home/hkrhostingreview/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, '1d759cb63296f313922f5cfa5d922bb069adac2d2a52014c57168f97d9e1fae9', '56cc9ea201dc2f4b910e78bfacac9211', '56cc9ea201dc2f4b910e78bfacac9211', 1, 2124, 33188, 1, 1379767569, '', ''),
(1627004145, 1, 1, 13, 18, 0, '86c3b023ed80e6d62365a26fe3438f2afb4970ac', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176720', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86c9020a31b9429cec01f02cc04e36fef12b4241', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/classes/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86cc486d3719075656dc126968ab7780e209516a', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 'e6daf060df1515e9b2afc20e194841c7991aa7f79593cdae1c334083e18ca32f', 'f0480d050db130a4582f5ee81d1d3052', 'f0480d050db130a4582f5ee81d1d3052', 1, 860, 33188, 1, 1532365345, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86d0fc443c52aa1a0b4bff8de97e93ea64d9b9b9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', 2, 'd313967674566be468fb9eb57630be26a8b3376f9dab8edeb3c3fba343aff729', '9f373a91c244797da09f315f511851d8', 'd313967674566be468fb9eb57630be26a8b3376f9dab8edeb3c3fba343aff729', 1, 170, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '86e34e50220f777e34281653de1717d5e7a8be25', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_l10n.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992563, '', ''),
(1627004145, 1, 1, 13, 1, 0, '86e4e0ecc343939d577c562a275096937dfa8975', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/5063908ee7756884cee210485a0517fc.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092961, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86ed53e8a0e0b11d48fd84749a174f519a13519a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-ga.json', 2, 'd3c9180118760e6734a4d090aa1ceb39daf19efe38d45bf74d3ef33a2698ce68', '88dfcd539de92a3ac3a56803d2e07fa2', 'd3c9180118760e6734a4d090aa1ceb39daf19efe38d45bf74d3ef33a2698ce68', 1, 528, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86f1d65c9bfe2912cf3d56ee4657277450e0ac34', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86f1e257ef45f90734589f43d4692ee8d5c75a03', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/tooltip/index.min.css', 2, '263af805d0640a849e793aeda651167774d7541e940b078bd67fe67e6bd72c7a', 'd165b31d41532e3ad9cb7bb58fca99fa', '263af805d0640a849e793aeda651167774d7541e940b078bd67fe67e6bd72c7a', 1, 3756, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86ff1f14bc84b468dca056277f9a70524bb8edb9', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-scale.min.js', 1, '1740b401973d97a9bdef7f5b527696887190052384fd2f078b590703b25e5465', 'bf1461a382afb5a90e22a0d7d462ff92', 'bf1461a382afb5a90e22a0d7d462ff92', 1, 1110, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '86ffd4ee718b8e07f2c90c25eeb1507f0e316569', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/isotope/isotope.pkgd.js', 2, '699713f69dbd2387b7c3b57204bcdc3d86d3ac350718a7ad65a5293e0d2c53eb', '8896e082b3fa1738e2e2f558a7fc1fa4', '699713f69dbd2387b7c3b57204bcdc3d86d3ac350718a7ad65a5293e0d2c53eb', 1, 91398, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87012efbacaccb511e6f4c5793ae45d96b54ba08', '/home/hkrhostingreview/public_html/wp-admin/css/nav-menus-rtl.css', 1, '56725b31b45a643fc19ae3faa7dd773915d44910948e1cb5ffbec1c75e5293e7', 'edc470548ca17c52be8c94f6fc8b6c86', 'edc470548ca17c52be8c94f6fc8b6c86', 1, 15654, 33188, 1, 1569448318, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8703fcbbed69e5700608c8d1e9a2373ba5e20358', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/integrity.html.tpl', 2, '17293ce0c4541d081bf8d3c8f48f99b204144f26899e8334522230c717a5126d', 'c5c6b4f23497742dc97cba9fab0297c2', '17293ce0c4541d081bf8d3c8f48f99b204144f26899e8334522230c717a5126d', 1, 1533, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8707e2ebdabcf233a697fcefe30e0f9a589cee26', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/license-settings/license-settings.php', 2, 'ecbeb160c2bbbeddd62e40688298d56eb15374b5a2e5ae260c18cbb28a2162fe', '15af58116a303c2b8bed3db4d01b9145', 'ecbeb160c2bbbeddd62e40688298d56eb15374b5a2e5ae260c18cbb28a2162fe', 1, 3401, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '870bf5955c2f51074340842fc156610df56db913', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/feature-list/index.css', 2, '5716283f4e0ecf5011502d132b670753b19732456bdbbf4b3fffbf9eddde7822', 'd86a38f4527d9071bb9892f643b6e39a', '5716283f4e0ecf5011502d132b670753b19732456bdbbf4b3fffbf9eddde7822', 1, 44304, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8719a9e135ef51b540343b8727f16df2e02412c1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-resetoptions.html.tpl', 2, 'e367b1c312b376fe41f1fb2163bf065b50c3bc0c04bf88d6bf755e2664fbb526', 'ae7b65ed4c9e46d89ee62fc9a55d3946', 'e367b1c312b376fe41f1fb2163bf065b50c3bc0c04bf88d6bf755e2664fbb526', 1, 1225, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8729c9fdf0c7d69a494324e675d43b1c1c5c4bce', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.js', 2, '0cc098a2b6e27370ea8ea6b72bfd20f78b8be5d564fdae6ff8d0bd9d989e1df8', '64ee7e48908e64a9a4859619797fc8af', '0cc098a2b6e27370ea8ea6b72bfd20f78b8be5d564fdae6ff8d0bd9d989e1df8', 1, 303738, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '872b033dc66276446f96ae2bc5d1f8241931ab5c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176627', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '872bf95fbbd3629683a3493e8433e4d648f2a352', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.masonry.min.js', 1, 'c2e606e1fc82ea3a554aad5d0520e25d2677b89a891dc5c49e7ace08fce92e25', 'cd0eb3406096ff80266e7c9d7d419186', 'cd0eb3406096ff80266e7c9d7d419186', 1, 1819, 33188, 1, 1471546530, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87355a7e2657ed35e97664870401fdfe0f0affcc', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-community-events.php', 1, '65a47da9f7ebb0846e840ba85f04fdf5ebd89d0d6755d66e97125ed939ee3172', 'b2543ba111349bacf0c7e717fe0a367d', 'b2543ba111349bacf0c7e717fe0a367d', 1, 15948, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 18, 0, '8766ef442cb38d10fd904659f410432f23e8b1fe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176654', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '876b4a71696e2c84d90f7dc87e1d0d527e2c7158', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.ui.touch-punch.min.js', 2, '3e7da76bcf92eec8d0fd1d4f8098eb67e1f307a17232c3f05104509dfef1f62f', '13ff3cff544791aa25f7098469c69ec0', '3e7da76bcf92eec8d0fd1d4f8098eb67e1f307a17232c3f05104509dfef1f62f', 1, 2607, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '876d5bc001388d1ffd8c0201af23d63eedc6a705', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/RequiredUpdate.php', 2, '6e56cffa229095c2a1afe1a4838253518e601cddb67c6ea36e712195f5f97da3', 'e5400f8f3e6158a6ee9d3e061b5c0594', '6e56cffa229095c2a1afe1a4838253518e601cddb67c6ea36e712195f5f97da3', 1, 6183, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87744a268ffe403cffd73e0c76b3cab03b75c341', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-4.jpg', 2, '1aeb458c0a16873c3208bdd59b70c7fdeb641b9a2178640be202744b29c1a8bb', '701d3918baeadffb8eba6cc759df7703', '1aeb458c0a16873c3208bdd59b70c7fdeb641b9a2178640be202744b29c1a8bb', 1, 109586, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '877680d78115f415dde1cf826c6cae0e99f9dd10', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-admin-helper.php', 3, '28ec18cac6956225f514a873ef06fc4b9f61e74273df9be0d699ba21d0ede324', '32972fe57db4628f096585839b5b1c68', '28ec18cac6956225f514a873ef06fc4b9f61e74273df9be0d699ba21d0ede324', 1, 2276, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8777885994f886f640016171d983f35a5c25b3da', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ad.gif', 2, '8a58b21f66cacf04c0ad877266165a374ff8d404ce194cca5338f9a18c241ff0', '6d1aa633a8097b961bda2f5f735f35a7', '8a58b21f66cacf04c0ad877266165a374ff8d404ce194cca5338f9a18c241ff0', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8777a0f95ad8fccddaade643e7e1e67ecb18e71b', '/home/hkrhostingreview/public_html/wp-admin/css/list-tables-rtl.css', 1, '99b64681e791c8524a3cba16d3bea628688069025aca13c5ab886213af52ffcc', '1aa559e1f4775e857e0758979b9bb728', '1aa559e1f4775e857e0758979b9bb728', 1, 40076, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 13, 1, 0, '877ea2a71dd7361360ea129345c2dec5e60d9e92', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-trustip.php', 5, 'f9d43fa7a7023b5549f51579aecf9f87d046bcc53bc53298fa43444bccdc4f07', '', '', 0, 92, 33188, 1, 1626945166, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8783ff680ace8dcdcdd0ac95b6dfc2b248848ca7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-footer.php', 2, 'df692cfafa3878de601afe09ec461f2dbbda139e95838ecbeddab51c0ae61bcc', '9e4ab1f78a55fdfa902d3dc4c7f4e90a', 'df692cfafa3878de601afe09ec461f2dbbda139e95838ecbeddab51c0ae61bcc', 1, 1801, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87858fbba5186e5004de0c7971d63cbcf7b039c5', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js', 2, '37203b9e3aef360d8527597181544d990bc40ed43faa293ffc732fa78aa222d9', 'e3b4667a3fcbf3abc5c4b5b7b5b32d02', '37203b9e3aef360d8527597181544d990bc40ed43faa293ffc732fa78aa222d9', 1, 43721, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '87866e1bb1de8a11c57bf26deae40dd0c59c49ee', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-plans-min-768x443.png', 5, '777384f6df024f37efcb70e8fcc457b60e89e45a648650a52fa704101012659f', '', '', 0, 154783, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8797494b1b5c2dd27a238ec475fe4317f18e9132', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_categories_settings.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992581, '', ''),
(1627004145, 1, 1, 0, 1, 0, '879d9ec673184e7f125d11b5279d8de48dc46253', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/admin.js', 2, 'a3f969cebaa931700249c6ecade5722eae1289ddb8de6dcdbb1f77d4c337cfe0', 'ebf6f152a0b7508c0d330bbec1d3a5e9', 'a3f969cebaa931700249c6ecade5722eae1289ddb8de6dcdbb1f77d4c337cfe0', 1, 56474, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 1, 0, '87be13232cad66ea3037fe5935d10a58f84c7be5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_backups-webconfig-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992547, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87c369a66ab58907789d97cdf242d3f60f8c4066', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-datastorage.snippet.tpl', 2, '5f9088118a4f827f023d7905be275a9b594153a055f181b7c65759e672758270', '1d9388ed9eb745c9098c4a84f4cd4bdf', '5f9088118a4f827f023d7905be275a9b594153a055f181b7c65759e672758270', 1, 3389, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87cbe476656114fa095d7348add7a8ccdf59b3c4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Util.php', 1, '92e0cc48a18fce141773b9db588c7b4b5c68d3a8d26b8c2c1becd1e13ef5928a', '7e585a65264f61b888fb67b58b41f063', '7e585a65264f61b888fb67b58b41f063', 1, 27429, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87f004cd6de4d3d0e31448b8ab1d4c902643e6bb', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/learndash.css', 3, 'cb7b98777b86e1afe58ed917e624ea1d5dc800d5fbc825d81c1e77d17806ccea', '0cd400629f0833d335085e2aaa7d6ef7', 'cb7b98777b86e1afe58ed917e624ea1d5dc800d5fbc825d81c1e77d17806ccea', 1, 29484, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87f0d13a713f763f2f4b5f88f3970e401a00532c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/functions.php', 2, 'ae7a39dcec0348d1f9831e696a112f367f4e8496f8037e3f096a98e05256afe9', '79fc4b7931745a6804ad48802046121d', 'ae7a39dcec0348d1f9831e696a112f367f4e8496f8037e3f096a98e05256afe9', 1, 9347, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87f7175505487ab78f49d81abc3d67d5e39b1840', '/home/hkrhostingreview/public_html/wp-includes/js/customize-loader.js', 1, 'f3f45cf12aab5fdde94084d5457ff3962333af08ac6999555c0cca6b1c0639cb', '43b25764a6f643073ba0e4152c6365a6', '43b25764a6f643073ba0e4152c6365a6', 1, 7900, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '87ff420ebb007e200c4645560119bf1839e2698a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php', 3, '10af8db33453abd169ba63d8f264897a52fdf2fc95c7bc15b05607eb00fd55de', '6b2a233c3c206e241708e19d39410a3f', '10af8db33453abd169ba63d8f264897a52fdf2fc95c7bc15b05607eb00fd55de', 1, 1406, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '880e409c6c91c2edf065264ab90f5ebdffcbb5d4', '/home/hkrhostingreview/public_html/wp-includes/ms-files.php', 1, 'ca01c6ea0aafb550c71d9a6260715834eb101a209c56ca59eba5c0f6d73b6d7d', '027184d9aaf72aa96278e3cc59be61bd', '027184d9aaf72aa96278e3cc59be61bd', 1, 2649, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '880ee169024c47a4c16adb248f1e16a46a1a8431', '/home/hkrhostingreview/public_html/wp-admin/includes/import.php', 1, 'a588ebed50ed3aa3f2f4dfd538ca22f3f25da38f20b1532e79044ab34e06a46a', '5b3a6692f3787ccb075d455add15e24e', '5b3a6692f3787ccb075d455add15e24e', 1, 6697, 33188, 1, 1551473932, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8814b92f6a25385e99e6bb1b8d78adc18ec9179f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css', 3, 'd1d72f5a3d20f724b55856cd7149e9ec2f200c259dfdc5304caf79335ba4c337', '221c82abc9f31a3a2919f1e37ff3490b', 'd1d72f5a3d20f724b55856cd7149e9ec2f200c259dfdc5304caf79335ba4c337', 1, 17426, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8819dc901ba936c4b34607e41082d0509f52e785', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/eael-editor/index.scss', 2, '6ddedae75d5b49a5bf32d9af02d84c5ccd03ec0eb5f6dea06b6a83d8ad24d371', '525cf184ec6e757b33d9392a224a9a27', '6ddedae75d5b49a5bf32d9af02d84c5ccd03ec0eb5f6dea06b6a83d8ad24d371', 1, 1579, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8822c1820b30eb18c49d7ca505e6b54db057a677', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-da_DK.po', 2, '5adcb42ce0962b7153d3b275a9118cf4e19e751a978473ba0e34e41cfc313ca0', 'bc38f3f6b330388ccfcb2d4a827b8dd3', '5adcb42ce0962b7153d3b275a9118cf4e19e751a978473ba0e34e41cfc313ca0', 1, 42491, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '882cfe5ab1ac7f6e46e4646bfdef07008e19b307', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176536', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88521f50c57fdbd6d76203bf83bef118c06fd366', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', 2, '334e0b6aee8699d86c82ffe19a2de7c063e51838a6b6ae17b7b3e7ee4d8f54f3', 'e2b6538bf8842f3a2178eb5c50104196', '334e0b6aee8699d86c82ffe19a2de7c063e51838a6b6ae17b7b3e7ee4d8f54f3', 1, 857, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88697ac6ac7b9da067d3eb9ae3fe027e0bf5cb60', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 2, '7f9cd096272c4808dd1789089e8fc06a50147895df2f6dced8e7d59fbde111ae', 'cc546fa0a4b98fad0917c5693587bc6b', '7f9cd096272c4808dd1789089e8fc06a50147895df2f6dced8e7d59fbde111ae', 1, 208, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '886d394f571eaf27bddf164f17f1033d2c838add', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/admin-system-status.css', 2, 'd8e8204a49c0b3fa5f42b81866542307fc16297131dde7d57ffef946e2b5ed37', 'afda0217bb72c52dc101eac411f36b15', 'd8e8204a49c0b3fa5f42b81866542307fc16297131dde7d57ffef946e2b5ed37', 1, 1156, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '886da132349f7433c7b6bd17b0836bdf5c661a97', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '886dad165970658344a73fee42134b2a7cd731c2', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-background-image-control.php', 1, '52fe09c32362a384c539c0c4f78b5ab075065e28c4a7595cbeff7e3285ed1646', 'ca087b66d2269b9918455c24f27358d4', 'ca087b66d2269b9918455c24f27358d4', 1, 1208, 33188, 1, 1534470696, '', ''),
(1627004145, 1, 1, 13, 18, 0, '88912acdc17cd20016ff2c3032b7448df51a489d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176713', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88abebe82f42be990c7122a7acf3d8567d681838', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sh.gif', 2, 'e14ac1e9ed90886a47d2390016c5820319449b14f7622ed68f46e0d896c456e2', '041dff1f55c07bcda4f53a75be64af18', 'e14ac1e9ed90886a47d2390016c5820319449b14f7622ed68f46e0d896c456e2', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88b23e5d1d24d30facd8f8154be2108657a7804e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end--helptext.min.js', 2, '79d32c1883ba25dfab291d32ef7d322790d025bbeab3891dc8c90f32f65aa218', 'b8b8cf824ca52be7b779f607030652dd', '79d32c1883ba25dfab291d32ef7d322790d025bbeab3891dc8c90f32f65aa218', 1, 38375, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88b5a07c1a1daf33a7bb7dfb4cfbd68c09c5622b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo', 2, '491ec5e27c5a3633eaf4e08facbdec7da522aaed117bf427ca54151ebe6c955a', 'fabf4cf6d95802b0707f32d05f641500', '491ec5e27c5a3633eaf4e08facbdec7da522aaed117bf427ca54151ebe6c955a', 1, 71007, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88d5fbdfbd6b081c4f37929bf73e84c0d1e9d042', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Form.php', 2, '674d526e1d389b435f322df2198cbb17cb9392fa729fa8a6d1abcb7bc96ab973', 'edb1567f2793dae3d50fca2dec225299', '674d526e1d389b435f322df2198cbb17cb9392fa729fa8a6d1abcb7bc96ab973', 1, 2464, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '88dcf60d4225b2fc8c882053720d196faca06a79', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_icons.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992611, '', ''),
(1627004145, 1, 1, 13, 1, 0, '88e357dae1a2973ca0c4be37a1b0ad09613eca37', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_role-manager_role-manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992594, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88ea579e269cda0439df9c7b01e7e1961f1a25e0', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-lv.json', 2, '29db78e644bec9eec857795c8395465d007a775ee35b084dba450013bd30f032', 'e20b95479d93c8b644565c25cd3430fe', '29db78e644bec9eec857795c8395465d007a775ee35b084dba450013bd30f032', 1, 25636, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88f0cbfb78a3c7e3984aed623c42cc432205fc28', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/honeypot.php', 2, 'cd5f79ef2f671c6d56ff45cd9fbaa7842f4e136e849525f7ef466e81c79320fa', '44cf1dc2d03fd2b3bc1ae89316c8c96a', 'cd5f79ef2f671c6d56ff45cd9fbaa7842f4e136e849525f7ef466e81c79320fa', 1, 393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88f534a1ff375ddd4cf313624fdce9c6909fd1d0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/WP.php', 2, 'a9dfa9ef986f7e09f9f33857f1bd2e218e0172291e63e71eaa7970478583a420', 'daec2134acfeb4e7f85f9360b13125cf', 'a9dfa9ef986f7e09f9f33857f1bd2e218e0172291e63e71eaa7970478583a420', 1, 5580, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88f9892df3af1b703d4c54c994bb33e0195da7e3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/sortable/sortable.scss', 3, 'bf4574901f8e999e75a35b1054e933a543ab12e8d42660363be382d3463aca9e', '5cc4acbda8274cedbce464075a2934b3', 'bf4574901f8e999e75a35b1054e933a543ab12e8d42660363be382d3463aca9e', 1, 516, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '88fc3c166774d9af45066413f1947d251faece75', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js', 2, '053ebaffd4512d6dd320e37994c6308512ea70d8a206ede7fad84d610632d9d3', '502553ab253ca7a33f8e1ae71516ef5c', '053ebaffd4512d6dd320e37994c6308512ea70d8a206ede7fad84d610632d9d3', 1, 15863, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8901d8b1a4af285ebbb34f1d81e8c0fd79283a1e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/wpml-config.xml', 2, '1dedf6edb6333f10b8f98c6f53279612a812657f4b73d8fb85d549f7c72ebdd4', '29cb17658e7908d31667f9ce191a23e7', '1dedf6edb6333f10b8f98c6f53279612a812657f4b73d8fb85d549f7c72ebdd4', 1, 1373, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '890961a7cd3d6d28513fce598bb36b3c1b688600', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176758', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '890bd8aeeab66236af099ecaced28a0ead342144', '/home/hkrhostingreview/public_html/wp-includes/js/customize-views.js', 1, '52509e3b7ed266592a464cba45c861abd644009e8fdbb5dd4df5425c161f5653', '22729b3c60a2f3c416c5f944cd01e285', '22729b3c60a2f3c416c5f944cd01e285', 1, 5065, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 1, 0, '890dfbbca1e4584e55fc5eabfe35ee72477ea686', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_heading.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992632, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89149ad10ee0d954572160f423baaecc3ef3539d', '/home/hkrhostingreview/public_html/wp-includes/js/thickbox/macFFBgHack.png', 1, '8acef2f4c6b1aac2fa69ad3f4955fbcedf4d95e20d68a4ea433786108bcb03ae', '189217c8b067ef86add757922c2f75b4', '189217c8b067ef86add757922c2f75b4', 1, 94, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89178085d6fbadc162aec89a2d2b6eee3e6703e9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/extend-customizer.min.js', 3, '9fbf9fc293c537ada17d757d30e46a91a9c00e819bb7dde833af2ca208441f9c', '14ce3ff216a6e9d83a1c4e3e41987a19', '9fbf9fc293c537ada17d757d30e46a91a9c00e819bb7dde833af2ca208441f9c', 1, 3099, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '891ea65f29ff2e5abe25995121d3676e8e8bfdf3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_backups_backups-list.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992533, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89237023e29f9f9b476732fba9ecce53b19733d3', '/home/hkrhostingreview/public_html/wp-admin/images/align-right.png', 1, '1595d6389b2fcc27afba09acea6916ae26f583c09c7ab5c1dd32ca926f52f808', '42d8f3e2874f6523d36c403a502b2276', '42d8f3e2874f6523d36c403a502b2276', 1, 509, 33188, 1, 1348515882, '', ''),
(1627004145, 1, 1, 0, 1, 0, '892af1ca451112b6708d985047b632a8a3f2c98d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Facebook_Feed.php', 2, '9915aa2d74d3dee6c03a2ecf87644d47b9f5ae67228b1cc984a8d9f85905995c', '5148a0cc389ecf889166c7c5d3cda5fe', '9915aa2d74d3dee6c03a2ecf87644d47b9f5ae67228b1cc984a8d9f85905995c', 1, 34793, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '892f91aaa70fa8090ec0d8278f23ae730f5aea82', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/classes/wp-async-request.php', 2, '003f7890e679138d631870cf662448404cf655f4e731a4690489fd4c3da54684', '0aca2caf44ec86767d714c3b49d902b0', '003f7890e679138d631870cf662448404cf655f4e731a4690489fd4c3da54684', 1, 3041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '893493b8ddc2953eed32322b803440ff6734c261', '/home/hkrhostingreview/public_html/wp-content/themes/index.php', 3, '5054eb73151f32e239f2373aa2fa19c4189b8757409d8b9f824ae6ef4234afe8', '863296de0f144583baa68a518d90716c', '', 0, 31, 33188, 1, 1605438590, '', ''),
(1627004145, 1, 1, 13, 1, 0, '89445730776a8ab48642fe5ed3129f15eee53d3a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_maintenance-mode.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992622, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89662c914788e93511e82f81ce6cec4aa7eed208', '/home/hkrhostingreview/public_html/wp-includes/js/wp-api.min.js', 1, '801828bd2c0c43acac3339c545d043a1f2637216d52c97f484eb2e3e6552fc9b', 'b7d6e1947ae62e2bcf6973d884b1a105', 'b7d6e1947ae62e2bcf6973d884b1a105', 1, 14618, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '896cd5a3baf011cc7fc7373a8c5a9793c332b70e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/customizer-controls.min.css', 3, '095e8df9ed11b8584d38f831316c912855c65382cca538cf0bdc23ae8d4646d7', '66c7050b0261951c331a3c5984bc173f', '095e8df9ed11b8584d38f831316c912855c65382cca538cf0bdc23ae8d4646d7', 1, 5346, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '896ddc39cfa5251c59f2b28c672c3d025d58a413', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/flat-computers-art-min-1024x811.png', 5, '27308e82a65c733a4609dda4afdd764cae8006db8e6785873d3f5f9012006a28', '', '', 0, 410670, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '896ddd764bd637f651fe15db983dd65570145119', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-download.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992524, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8983f608654072214eebfbf69b2a4369bbd463cd', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '899b23f93d2c7a65cf443e8eac6efd73a7f35585', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-es_MX.mo', 2, 'c2c3a578e184156b8ea411a28402bd7e4ec501dd94a605b35577584a47960edc', '993ac116193e6bc6140d3fd2c40ae8c3', 'c2c3a578e184156b8ea411a28402bd7e4ec501dd94a605b35577584a47960edc', 1, 57581, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '899d67a770ca32303f7174f83dbce7fc2c9946a5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/wf.gif', 2, 'bc804ad39ce9899896691d5d711e3d83cd902f5d7ce0434656fb8928f4e39323', '321ff7ca69712a9af5405291f972dd0a', 'bc804ad39ce9899896691d5d711e3d83cd902f5d7ce0434656fb8928f4e39323', 1, 377, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '899e883d10dfaeab4701a39f60be9e6ecd0a316c', '/home/hkrhostingreview/public_html/wp-admin/images/post-formats.png', 1, 'e4d4f061d6756fa40df72ef0fc048de007da97d863cedecad66ad67d386ffe5a', 'dc4bffe1d10093e4d92533a8d60cba07', 'dc4bffe1d10093e4d92533a8d60cba07', 1, 2157, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 13, 20, 0, '89a1df814e57f82108b830a143983eced0e0e0d6', '/home/hkrhostingreview/public_html/wordfence-waf.php', 4, '5a454d6aff07dc3b62051cae191d649e805c753a839671fe5d92b27e38e0def2', '9af4d4e69c4f6223bd257fe310797577', '', 0, 325, 33188, 1, 1626945887, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89a496f21fbe35ece3ce4fb890f38182065aa15d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Color.php', 2, '4b175429453cc4afb7e018660cc219448aab1965ace84ec0ba3be7e0e39a4ac4', '62b2432494e45c0e21ff02b86c0f7d32', '4b175429453cc4afb7e018660cc219448aab1965ace84ec0ba3be7e0e39a4ac4', 1, 623, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89a52de9634954e46e5479ff83f0057e4e6ad3ee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/color.php', 2, '1c90bf3b4af6c308dcacb6db32e58d572b20b5c3b45e1c3715523acf910e2435', '218cf7b5d740c8e7bbacfd32f33ef2e3', '1c90bf3b4af6c308dcacb6db32e58d572b20b5c3b45e1c3715523acf910e2435', 1, 6401, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89ae0508a95f3a05d03a37178a3c7e08ede5fe34', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/formTemplateModel.js', 2, 'f9ee91264b4154deaaa9aa699bdd849133f2386863e611dcfe891948e1596948', 'd844d1f3b22056156a1bceaefc817835', 'f9ee91264b4154deaaa9aa699bdd849133f2386863e611dcfe891948e1596948', 1, 598, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '89b31dc26f2d36b90b863e0979f23c78b5a5bf73', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176734', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89cec15813d35f5b3df0236fa893a1c1138b1279', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, '8b0f2ad648a2b55432d9ae1b52c4e22703eeb97bc5a05f1ba0b62ba4b28ee1eb', '02dc2569a033c9e1d6c966e4e8fbdade', '02dc2569a033c9e1d6c966e4e8fbdade', 1, 11310, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89d6249583de3346081d355e50ad2dd76efbfed4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/css/block-editor-styles.css', 3, '7cf45050569b523df495f46619a6b844b80594ac9ac5b96abe3f5615742524b1', 'd957926cca5c3fd79d4415555e59207a', '7cf45050569b523df495f46619a6b844b80594ac9ac5b96abe3f5615742524b1', 1, 20924, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89dfd83fc1ccd2a28509ec5ee568b48c00d2c99d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/wp-contact-form-7.php', 2, 'f28ffaedfcef99a21eb74ba4d2f729e544dd1abda698e1a14c61aaeb726acec7', '49ee729da44e12730de8119903d460d2', 'f28ffaedfcef99a21eb74ba4d2f729e544dd1abda698e1a14c61aaeb726acec7', 1, 1751, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89ec70c933148761b4ab0776fb15973079276f7c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-streams.php', 1, '52af7b63cf55202775a5d0ce8cb04055bfa9720981b6143ff250066ed2cc661c', '5d59d22954180bd442463130eda6d5b8', '5d59d22954180bd442463130eda6d5b8', 1, 16070, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '89ec93d65e3f1f725007805b375be82ff175eea1', '/home/hkrhostingreview/public_html/wp-admin/css/about-rtl.css', 1, '92435ee676555e29c976620a911baa2619625142b795924a84b4b2d09ce0883c', 'a8b86325839973057132c58b9b3e92aa', 'a8b86325839973057132c58b9b3e92aa', 1, 22279, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 13, 1, 0, '89f984f50f4ad81312fa40db7365d812223568b4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-enumerate-media.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992525, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8a04e6c1e80eb257db0138e04df56409accb8b8a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_templates_bsr-settings.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a0bb6a7a62510019f329f9cccd5fe7475c63a24', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/language.php', 2, 'cc838416c1e512d8707aaf2352c04bac61e2ed52ba217a20a5acc58896870243', '412b009067655b39cb45338f9857404f', 'cc838416c1e512d8707aaf2352c04bac61e2ed52ba217a20a5acc58896870243', 1, 1135, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a10b92a234373bf8d1872e84a19b6af2efad00b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/imagesLoaded/imagesloaded.pkgd.js', 2, '66d8c187ede5a9b7c9e547da843dba13d467b38c3853236a3293d567e2d34ff8', 'f7b595d0850a1c991c010885dd9ee42c', '66d8c187ede5a9b7c9e547da843dba13d467b38c3853236a3293d567e2d34ff8', 1, 12786, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a216b8fa6bec60c5d9a85653cbb22fcbb26c447', '/home/hkrhostingreview/public_html/wp-admin/ms-themes.php', 1, '6394975eb6b0a34b4102983f86f99655d233e54744a9643ebe9cd2a395583bb4', '59ac0c4856ff69e3da1ef4fc85028590', '59ac0c4856ff69e3da1ef4fc85028590', 1, 232, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a327a823395dcf7d420793089a20a7f3bf30ace', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-slide.min.js', 1, '04a112b5c318275448e5e47954369906f3429910045817c3f84ea5c930ada9b0', 'b3efa3b4e62162ad592e8a8b483b6572', 'b3efa3b4e62162ad592e8a8b483b6572', 1, 961, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8a4b83f9abff96a4c6ea7dcd7d1e7d9c6dcc7092', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/interserver-hosting-logo-min-olvqx2c7gpycjx59lvy4vo08zt9rh7u9pwpjv1fu84.png', 5, '2cc2e15efbf36f5cee9b9af547384f83595a4af43252a35804ded614cf62ad5a', '', '', 0, 50135, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a5712a05ef0bbb511721292cc21a19beae35870', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-all.snippet.tpl', 2, '66b4c7830b3c7299702f060b5f15eb5ecfed6d632cc0904afc2f6a1f433d2ecb', 'dcb96da885a66d54e8d460cc26b29585', '66b4c7830b3c7299702f060b5f15eb5ecfed6d632cc0904afc2f6a1f433d2ecb', 1, 484, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a6faadb3e65e8e011152346155d55b77db1d0fd', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/link/link.js', 3, '0fa80b933324ad865b402238267eaa1806329f5829c932d267cce8516a397495', 'e8b75a43be551dd0709998215b0100d0', '0fa80b933324ad865b402238267eaa1806329f5829c932d267cce8516a397495', 1, 1511, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a8672b34f958dab349e49073aa1808c0516be7b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/general/manager.php', 2, 'c03570e212a406e13802ae49b4074d0ae533948e6e64a0c9c9258991445c404f', '0a8a3fa9257a9c7f82806f17880fc101', 'c03570e212a406e13802ae49b4074d0ae533948e6e64a0c9c9258991445c404f', 1, 4448, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8a95592c34a9fcb2de5e63919e2b2edab96f7c00', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.css', 2, 'd1b042b4f71fc168809772289568bc1ce5f88ffadcfabbbcd4923997e405a18e', 'a7d7de26803a6ecdb6b8ffc9723b9ef1', 'd1b042b4f71fc168809772289568bc1ce5f88ffadcfabbbcd4923997e405a18e', 1, 28873, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8aa3e83c1c3091d2ea2194c0cdc5db0411ea92ca', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ml.gif', 2, 'beae5269c83c364fd9f4170d595f84e7fbfe4da91647947f9146efefe73439a8', '14bad568cfb82dde31f1d59eafe5f633', 'beae5269c83c364fd9f4170d595f84e7fbfe4da91647947f9146efefe73439a8', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8aa924ed281c91404e071afa55a792278e240320', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php', 3, 'd7ba454139ccef6bf2b4d25aff5ed252bb09a56543f0132c3040e5d9826cfc68', 'bad5c4dcc384dcc3f6f44a178544722c', 'd7ba454139ccef6bf2b4d25aff5ed252bb09a56543f0132c3040e5d9826cfc68', 1, 2150, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8aad3252bf8577904eddc74d39c51dffa6957aff', '/home/hkrhostingreview/public_html/wp-admin/js/comment.js', 1, '0beb49bfe05084d92d27073902ffc6a5bda8f8d071bf0112523c321dc547d444', '9d5033c1b96c8f3af0c09f42da8605c3', '9d5033c1b96c8f3af0c09f42da8605c3', 1, 2795, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8abd3239bc0a65769b703f85828593ec043978a5', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-section.php', 1, '275bcccb963c412ea09fbdf08758f78554609c3de274f84ef7121cd863bae573', 'c732de4800d7f9d74fad0bfd05539597', 'c732de4800d7f9d74fad0bfd05539597', 1, 10168, 33188, 1, 1568546875, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8acf7495bcb75e829bf934ffafa328b6f6f6ce2c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/upgrade.php', 2, '321d0bd880052f3f06e5ea1cbac02c764924045c3f54983240ff3bdbfbc76f71', '4e9cf15b325951e4dda396d41fb71b64', '321d0bd880052f3f06e5ea1cbac02c764924045c3f54983240ff3bdbfbc76f71', 1, 2098, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b07183e395279cb9e8b22ecac8e08ef0f687f0a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/JSError.php', 2, '541bdf731c393c41ae2c7c9ce648d12e346697b4a518a805850267ff75e19c8d', '927e2b68c9d13cd5027d6eec0be2b831', '541bdf731c393c41ae2c7c9ce648d12e346697b4a518a805850267ff75e19c8d', 1, 803, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b07e14091a8b2e978e77c3887db44bc5225852d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/eael.min.js', 2, '755b0303822c7f437d5982706abbc0dd16e470206b1b22bbb76cbbaef6e52f6a', '17b61371469cf77b7b12371db2149fc4', '755b0303822c7f437d5982706abbc0dd16e470206b1b22bbb76cbbaef6e52f6a', 1, 603291, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b0cb45ab8052cbc115fad43bc6bfddf38f6d139', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Formstack.php', 2, '434345f68213292041eb169218c6b901b7941d9d7eef3aec9166b99cc0eda25f', '53251e1e870620330a1e8ade477d5104', '434345f68213292041eb169218c6b901b7941d9d7eef3aec9166b99cc0eda25f', 1, 83070, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b1ec11b74f8674021ec9efcc903a46396ecf771', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-redirect.php', 2, '14ae64e6f5b88647287f9a909281d944ae18fc57a6fea599985a2ab976cd7e9b', 'd1d26042566a4927eb703f7ad6acb116', '14ae64e6f5b88647287f9a909281d944ae18fc57a6fea599985a2ab976cd7e9b', 1, 1403, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b2a69dc87c8ed243330a91046001f4856fff235', '/home/hkrhostingreview/public_html/wp-admin/users.php', 1, 'b1b289ec341101b30beb05b1f13d439460b0c940b218def2cc12ccf81a4eec9d', 'a453f7dc52ff2f59f9e69c4dd99db773', 'a453f7dc52ff2f59f9e69c4dd99db773', 1, 19890, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 18, 0, '8b2e8ab9b2b55f6a4c330d9c18c223414b83dbf3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176746', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b3fd462bc54307b32a7ec23127fa83548c884b0', '/home/hkrhostingreview/public_html/wp-includes/css/dist/components/style-rtl.css', 1, 'a46eed1f85a21f54e24629d4c2bffc340c8a0ffa068a6c5582fd6f93afdb48f4', '0edc3e519c5043a2cb9019ea92dcfdfb', '0edc3e519c5043a2cb9019ea92dcfdfb', 1, 124700, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8b441c3c966e8a19d72b2c0f7227c83e1227eb96', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/ca3b8f42296ed0643fce91166ac81124.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1624813243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b4e2985082699642eb663ae9b29f23900f53b4f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ru_RU.mo', 2, '3d74bdd16a3ddf9ad9c97a2e934995bbdf306c869bda7be6849b50e30e79ce87', 'df426454480e08f7171302aa70a0ec5a', '3d74bdd16a3ddf9ad9c97a2e934995bbdf306c869bda7be6849b50e30e79ce87', 1, 123272, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b71530e4e1a0c568e852d2851596e469b351b56', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mn.gif', 2, '77c0b2afcd3d23bc7d45fe6324cb01c45469c2aee2d319bff24557b881a726de', 'df21fe047bf3840629594af786c510c5', '77c0b2afcd3d23bc7d45fe6324cb01c45469c2aee2d319bff24557b881a726de', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b739ad8d2eacd3f88178e06102c1ec955d825ff', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js', 2, 'a4ec9d558eeb7bc7359fe7c4820deea2c951fdd8bd34cb0e15727412c7f6c634', '4a10bcfa0a9c9fa9d503b5a498cac31e', 'a4ec9d558eeb7bc7359fe7c4820deea2c951fdd8bd34cb0e15727412c7f6c634', 1, 18291, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b77dce6482f7e938be024cc28d6134c5621b7b8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php', 3, '779fc9cf651d02ee73488103e9ce85b25c458aa17a3c712b23e1cf48f94e2722', 'd0f145798e383b8bd885482a875c715c', '779fc9cf651d02ee73488103e9ce85b25c458aa17a3c712b23e1cf48f94e2722', 1, 1557, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8b98ea3a377f2e86ff713b1f86663f5f4ea9a534', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-reset-plugins.snippet.tpl', 2, '896ceea1da8e0f4f7b6490791005fbffe7292d5bcd7cc950ec7899be262af458', 'b56d02a72daf4db3f89821f42ca18792', '896ceea1da8e0f4f7b6490791005fbffe7292d5bcd7cc950ec7899be262af458', 1, 852, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bbf00eadf78f5a41402b69657b3f72b70705a4d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/match.php', 2, 'ba074a31ad7807e62880636590a60d703e66fa0fe04ad636e5be4915d3f15e28', '7831c4b96e6d30c9d0d2f85f6bccb3bc', 'ba074a31ad7807e62880636590a60d703e66fa0fe04ad636e5be4915d3f15e28', 1, 4563, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bcae6ed99997d6e88ae0d81d57d8162008049d7', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/mail.lib.php', 2, '4371d7e49a48fd076ec2c04e0f8d4269142a6dbb24f24af5056936c844526961', '7b6d288b03158f92691a4b1e75f2a824', '4371d7e49a48fd076ec2c04e0f8d4269142a6dbb24f24af5056936c844526961', 1, 9703, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bcc62998cfedf67a6571aaf4a54d38b8180199c', '/home/hkrhostingreview/public_html/wp-includes/css/wp-embed-template.css', 1, 'e1d05adc23036f116eccc5bd0c755737dfaed99ef03dab6fcde1462317057e6d', '6bd3bd8591e2514b36cab474effcbbe4', '6bd3bd8591e2514b36cab474effcbbe4', 1, 7925, 33188, 1, 1559220052, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bcd0bfac9b078708a806b975ef509742f1457a5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/structure.php', 2, 'b0fc3ac24b318fb067396600d7f8a079c6c522dec985982a509e8693820c1593', 'a3f9cf02ad78b3e92f3f157ab18f5af5', 'b0fc3ac24b318fb067396600d7f8a079c6c522dec985982a509e8693820c1593', 1, 2565, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bd51c3535cdee43b3adc30f4fc77bc07c4161a2', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-queue.php', 2, '1eacd535f970c156b5b97e18696937dcee9ab989bde2d28bfb18aad87315e7d1', '3d3dc40d207ffc90232d12cc9da43d2c', '1eacd535f970c156b5b97e18696937dcee9ab989bde2d28bfb18aad87315e7d1', 1, 3006, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bdf5da76c418982967bc120122d424f6465d93c', '/home/hkrhostingreview/public_html/wp-admin/css/code-editor-rtl.min.css', 1, 'dfd1c0eff05ab1548f3ace8f702d8a6f37728f1b90d82256936350bbdaa4e66d', 'ec293f73d213bb45f413489b1be4ddd1', 'ec293f73d213bb45f413489b1be4ddd1', 1, 1435, 33188, 1, 1544544806, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bebb9f8ce96287e6c05d158fe66d60b2e4a58c5', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/menuicon.png', 2, '4cfb995e8b88f4f7143ce350fcfbe7fcf67c27e31e004a90fc6da2ee70a38e08', '4682601674948579837087ee808594ed', '4cfb995e8b88f4f7143ce350fcfbe7fcf67c27e31e004a90fc6da2ee70a38e08', 1, 862, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bf3e26fde2e925da9fc3c5a80f13ce00a64493a', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio.ogg.php', 1, 'fe937284e2a013a6287b9905b92246721b13788fa5758129dbfa3fe7b2a7b797', '532859d598cfc5a7f6120fa40cc852ee', '532859d598cfc5a7f6120fa40cc852ee', 1, 42978, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8bfbe8cf5eff358430c5e10df5d8cbc1dfea42ff', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4.png', 5, 'fff29f55851dcf20d7ee8a4941d0dae0231d2341d998afa06312b471ee06d2fc', '', '', 0, 21366, 33188, 1, 1596822142, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8bfc6e4bc0d6199fff4ebc41771a7ee533f90ad8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-sl_SI.json', 2, '94ae5ca513daeaf11d2a855fa38c9c80567422fc0be1653b299f3bb47135f2bc', 'a469b04c3c0340ede284f53b8bbe2c8d', '94ae5ca513daeaf11d2a855fa38c9c80567422fc0be1653b299f3bb47135f2bc', 1, 710, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c010da0fd56506bc4c1579e0d720d42d89d5418', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js', 3, '042bda7c7ba33730ad718b4dee987787a4066f941d15ea5ea4a31244f135df31', 'd3ca6cd860e10c3b8be9edacd2de413d', '042bda7c7ba33730ad718b4dee987787a4066f941d15ea5ea4a31244f135df31', 1, 4568, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c0302d53b6759e16798b7f4b3d4ebe28ae5d218', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-settings-licenses.html.php', 2, '8ca39bac35d71186cdcdd04c21c2c6ac56e6789a35ac327682da7c3153078073', '51fa33eaeae5cc8b0f3e48403d893938', '8ca39bac35d71186cdcdd04c21c2c6ac56e6789a35ac327682da7c3153078073', 1, 1834, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c1133f39b661057ed43454579b79d17a4999e2d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/libraries/class-recursive-arrayaccess.php', 2, '4a312c9c900a95ccc106cfaa06573c6e08e83b96f51e9f7099f9307836bfaa49', '8b7b53213d74638ecb5ebcfbb1134b21', '4a312c9c900a95ccc106cfaa06573c6e08e83b96f51e9f7099f9307836bfaa49', 1, 2801, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c15f800d267c704cb7ff1f7014cb4b59ef21cb4', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, 'b3ea2e8aee93926da9eabd192af6a2b4203dcb7322f44688dbe0faccac297fc2', 'bbe31109bb4a2955ac73c0b0ac1e8d8c', 'bbe31109bb4a2955ac73c0b0ac1e8d8c', 1, 8806, 33188, 1, 1478475513, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c19c370cbc8dbeec8b9eb8d57653beaeb0a2be1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/post.php', 2, '6a75c934bd08de7c2afd107b75f9162b28c26afe0cfe0bb96e1e0ed9187ab7f1', 'acf7f256e1f97812ec494738a6c80183', '6a75c934bd08de7c2afd107b75f9162b28c26afe0cfe0bb96e1e0ed9187ab7f1', 1, 6681, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c1aa0fe228feebe6c000f33959028cbc8b2c403', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardCVC.php', 2, 'ec134ef7cd70fe4e890170f98d156897a8c752f13d6f74686e0e7aad26854aca', 'bd59318b55db65e26e0228dbd4ef1080', 'ec134ef7cd70fe4e890170f98d156897a8c752f13d6f74686e0e7aad26854aca', 1, 822, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8c1bea3620dea3306a7030aabf7a3d2f75b7afb4', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bleuhost-min-150x150.png', 5, '818337ea80e0c710f51a72500344d23138530767253ebebfd6334d4a2881d92f', '', '', 0, 32972, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c27e8f1b9a4304d18a08b09f3aba0046cb2d923', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/controllers/.gitkeep', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 1, 0, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c2c19601314140604ea93130c523b6430655f94', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Fancy_Text.php', 2, 'd598ac8c5ae6a6ff87403c560e02881f40da07a7a896eae94051ca4103c286c8', '705b16929dc16f81d18d47d5368bd868', 'd598ac8c5ae6a6ff87403c560e02881f40da07a7a896eae94051ca4103c286c8', 1, 15597, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c3a5897f9ab99273d9ec98dbf771d8c4b6d6ffc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css', 3, 'db8087332f99a1b3e13b8a706300972436d4eacd5162b4d654d78b2dad23d307', '76d638c08081deaa0b2f0d8a748c25a2', 'db8087332f99a1b3e13b8a706300972436d4eacd5162b4d654d78b2dad23d307', 1, 111, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c407e7884903240d5bfd4fd3a6cc0131a4cb9d7', '/home/hkrhostingreview/public_html/wp-admin/images/menu-2x.png', 1, '8a8e6a54d219084b846673c294e060a4a20adc76520ba0ff697100af9e379b49', '6a47fff5fee2f97bbf3eaf5e3b2482d3', '6a47fff5fee2f97bbf3eaf5e3b2482d3', 1, 12672, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c50d2e0e79fe1b02ce9517b52351b109623258b', '/home/hkrhostingreview/public_html/wp-includes/pluggable.php', 1, '2a338e4ea099203c1e343141d43d128e250b7a0df302c01bd0e45d79f3f71dc9', '942aa9664a7e5f2d2275e22717fa7508', '942aa9664a7e5f2d2275e22717fa7508', 1, 99751, 33188, 1, 1571067604, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c619c97683270c95db7bc9e0ef907a126f9458d', '/home/hkrhostingreview/public_html/wp-includes/bookmark.php', 1, 'bd26a6576e5e0b0527063ff126a2bda8a6570c2bbf9660658a81c9882126471e', '767b3e54ef8f86b938b7b449e71616ed', '767b3e54ef8f86b938b7b449e71616ed', 1, 15004, 33188, 1, 1568663756, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c61adad28e8369b583be61282fe941230d4c86a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-help.php', 2, '08fe51de1d0c3ab2a1da86b0ac2af405ddb29349328ea2d47080787e0faea68f', '3157e1e7e2ad65c49186c07eafcc79eb', '08fe51de1d0c3ab2a1da86b0ac2af405ddb29349328ea2d47080787e0faea68f', 1, 1434, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c65b3cf5848c5331f24226b8f84defa7319b0b1', '/home/hkrhostingreview/public_html/wp-includes/js/wp-util.min.js', 1, 'd232efc4e19febae2ac33a834e2030452117523cbb6df3a6082c244783926396', 'd7d084f508f3d6965efc4be3bcfa255e', 'd7d084f508f3d6965efc4be3bcfa255e', 1, 1044, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c6ccd34781417aef4f45bb671db573b6fa28e5b', '/home/hkrhostingreview/public_html/license.txt', 1, '3faa2fbe1450990bd663101cf40e64406fee2586fb0762d0c92318e911753476', '40fc2f39d472a1bb52f4ebe59702e0c2', '40fc2f39d472a1bb52f4ebe59702e0c2', 1, 19935, 33188, 1, 1546375069, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8c73ba26091f93e1bd7017332138998135927e6e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hosting-logo-siteground.png', 5, 'e9abd56d1fc334aafbd00b71a54ce1fe55b7569c00ddf73dc3d82df3a845ecb5', '', '', 0, 8416, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c75bcaae154c3ffe6b00e56bec70efac9368f16', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 'b37a604b4add99725c3a9e6b0440fc4452f71139517e7d7deb452ed98499068c', '52bec302d465dd23422d9986af7bfa3a', '52bec302d465dd23422d9986af7bfa3a', 1, 1193, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c81b0ce5ad18a0741a28e1e733fd68e0afb8e5e', '/home/hkrhostingreview/public_html/wp-admin/images/imgedit-icons-2x.png', 1, '3d5e3539a53f1f012d600322028bbd8d080328a99fc5cf27db484ec9343a9415', '2ce3ee2783a33655a6bdfd9dc3cce174', '2ce3ee2783a33655a6bdfd9dc3cce174', 1, 7664, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c90f07645e87404787bc39e130d5dc58a338e67', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8c9b6d68ac59ab3e9efbed5067ca6819cb84608b', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-utils.php', 2, '61eb813a887594e751f1f706a1ae11435adbe751a3e486601470ec140d488489', '16dbfd6d72601c51272cc2f4655256bc', '61eb813a887594e751f1f706a1ae11435adbe751a3e486601470ec140d488489', 1, 2288, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ca255295cd7910841e498d7706b986550e4d965', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-el.json', 2, '2fc7fa076579f02e07874a456777daa39c9015e1fe0f9b499585e2163375f914', 'ddef82f46f766f0192a5f98818d7f6b4', '2fc7fa076579f02e07874a456777daa39c9015e1fe0f9b499585e2163375f914', 1, 709, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ca643bcbdd90a7662d9ac4825b8f7e53bff4d17', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.css', 2, '14942f38d2b4e3c38e534378a8f11786f2315d3d49b0fdee57885ee36b952e69', 'ecc9cf260ceb8641e373164262731056', '14942f38d2b4e3c38e534378a8f11786f2315d3d49b0fdee57885ee36b952e69', 1, 10733, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8ca695a1a647575386cc218cd651591f0dc21a88', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_base_widget-base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992602, '', ''),
(1627004145, 1, 1, 13, 18, 0, '8cab41681e8a6d69ca3a7f0983996e61806c4249', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176605', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8cae9177f2213834f6eca1d695820fa683baf233', '/home/hkrhostingreview/public_html/wp-includes/images/wlw/wp-comments.png', 1, '448501a4983a12e2a6ba156d6abb2a984351d9afd223509e8d69b1e7ef1954e0', '4cc2365d0450dedec30cec2e73a8a1d4', '4cc2365d0450dedec30cec2e73a8a1d4', 1, 1373, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8cb0da2febb547264757620e75cdef0295897ad8', '/home/hkrhostingreview/public_html/wp-admin/js/plugin-install.min.js', 1, 'de10eb5108206e73fd757d2237c06f0f932ff38f5beba92445512e27c36ea8fd', '2a7c386a71ce6d34ef8dd27a5bb6ffec', '2a7c386a71ce6d34ef8dd27a5bb6ffec', 1, 2383, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ce0ba53013c58c5223768c2f0c00df0d0778294', '/home/hkrhostingreview/public_html/wp-admin/js/inline-edit-tax.min.js', 1, 'b50d095350e4404d3b12f7aba911923414ec7596bbd7573632ca53164fd36c47', '6df2176e4c845dae0a4798bfbe503380', '6df2176e4c845dae0a4798bfbe503380', 1, 2879, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ce333c78c1f13376cf987e485b69144baba9f23', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/javascript/semantic-ui.js', 2, '3dd07ed93d90de9e2c59a9ddb08536448f366916da212c06dfe706a5ec702c0a', '14600e88228f706ff543a00285bcc655', '3dd07ed93d90de9e2c59a9ddb08536448f366916da212c06dfe706a5ec702c0a', 1, 271908, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8cf6f38ca832f3dfbd0a600a0e9aeea8db7dc2fc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/fancy-text/index.min.js', 2, '3c3a7ff11891dbf02cd8b5b51f4f965003812dcc51eff9444500334395d9d134', 'b20123d41106b1a2671f4662a69cf578', '3c3a7ff11891dbf02cd8b5b51f4f965003812dcc51eff9444500334395d9d134', 1, 1160, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8cfce863c1e8e4fe2297d8323175349e534b16e2', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/admin-before.php', 2, '19373a949d4aa6b28ba646629a305201ec9c6a21820440cc6a376a18d9e7455a', '99836e4fd830953c7be9bea521e80e19', '19373a949d4aa6b28ba646629a305201ec9c6a21820440cc6a376a18d9e7455a', 1, 266, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d0068b8cf0310e32747c7f28f5dfcfedd76f32e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateCleanup.php', 2, 'a4e4fa4c0c113f38183cc04c5d80f865d405efcc323b2ca112f25bcbbd1612b3', '0de8caf8eee0ce008cb60c357ac341c7', 'a4e4fa4c0c113f38183cc04c5d80f865d405efcc323b2ca112f25bcbbd1612b3', 1, 20190, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d01f817ad52f09e2cb7268af5864967cfbf4b03', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/base-ui.php', 2, '4485613dbd252d3ff3d9305fc2f832aca59704d10ed5f2611b17e8188fd65cf6', '26636d3efe1cb07bbd0c63d70a5c58dc', '4485613dbd252d3ff3d9305fc2f832aca59704d10ed5f2611b17e8188fd65cf6', 1, 3256, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d5334878fede727c061e5e5f9f9d57b9a197f43', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-queue-job.php', 2, 'f033cfe6f5ee509987b378c7c295067203ff5b605cecf060e282e843bbe8d29e', 'e084c274ff063de4a77d9c77f8d3c4be', 'f033cfe6f5ee509987b378c7c295067203ff5b605cecf060e282e843bbe8d29e', 1, 460, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d5c890d58e19e825ee6c09ce4718423a30a14ff', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Team_Member.php', 2, 'a692224a92f10a7de64a84c839b59f49ede64d0f636dd5a1ce427662cd660b0d', '8b1632e1948dbd4afeaaaaa6b1b9e23d', 'a692224a92f10a7de64a84c839b59f49ede64d0f636dd5a1ce427662cd660b0d', 1, 24282, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '8d5e4127246617e575dd373bbc3f552eaf292910', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/inview/inview.js', 2, 'b80799128b9fd1fdea5d6ebe4971e3888ab2c5ecf9b5d9a14810baca66a3ce03', 'e3990ba795a3e5f3af4a80553c370a96', 'b80799128b9fd1fdea5d6ebe4971e3888ab2c5ecf9b5d9a14810baca66a3ce03', 1, 5484, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d5f79dc8cf73f8eab33b2ec325b58e9020e48a3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-tl.mo', 2, 'f1f037b46782b416fca33ce432c18a0fe28503cef2939a28d910804080386274', '3b781da72447fb32f3f0f182bc32abe9', 'f1f037b46782b416fca33ce432c18a0fe28503cef2939a28d910804080386274', 1, 88399, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d685dc11d762915bfe9ded2e28c84d562b2c3a8', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/theme-rtl.min.css', 1, 'a9cfd8e308879b7f1cfcfc07e619d4cda1014dd3fd4722913545313977a07923', '3eeaac647e4cd06679739d9554c96c86', '3eeaac647e4cd06679739d9554c96c86', 1, 1942, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d70445f4b5ff8d61d47c8c05a4aa3aa096295ce', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d75d5d595ae83f4dd63028fafe48b1fbc8b8945', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/active-campaign.png', 2, 'eb6cc83477840b3d48c72c19546c5e1981b6bc8ccdac264ebd68a542f1154055', 'ecee0fd03c1dcf7e05f768a95775de12', 'eb6cc83477840b3d48c72c19546c5e1981b6bc8ccdac264ebd68a542f1154055', 1, 13770, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d84b5e9e51fc881a9fa65aafe1105a960a6ec43', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-opinions.css.map', 2, 'dbbafdaf696527ca38763d620fff7c24c932bb06b4091d39d70d5aa815cfec76', '5b570d02d25dd44510a158b61b8ba841', 'dbbafdaf696527ca38763d620fff7c24c932bb06b4091d39d70d5aa815cfec76', 1, 6573, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d8aa13e6e9a4652ba734e9cb05c7172f5aeb0e9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/404/404-layout.php', 3, 'cb30492f7b561c6450b9d30f1a5f0ef91310aeb155f65306e3378c6bad630048', '78e3f515874c7bd6a6ee57f489b66c8c', 'cb30492f7b561c6450b9d30f1a5f0ef91310aeb155f65306e3378c6bad630048', 1, 655, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d8af141da49339fac4bf5b271115b7deb93edc5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/validation.php', 2, '3929c04fb1bafccae11293d274156a2dee8a7c093b784c6f55c156032293ad22', 'c8c43e949784ef14e3d9e084f8bdcee9', '3929c04fb1bafccae11293d274156a2dee8a7c093b784c6f55c156032293ad22', 1, 1809, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d8eeb5044fce24081372cd9bb8815d1247d0212', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/nl.gif', 2, 'a811844c68df57ac35187d372c18f79450debb7483271742001ccbe259b8ce78', '82994b14a5992b5a3539b9c0a789297c', 'a811844c68df57ac35187d372c18f79450debb7483271742001ccbe259b8ce78', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8d90fe6ce3f5c1fd57a6de1722cfd4556f49c480', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/base.php', 2, 'e08204f5e6c48bb4f04e6a29b232364ae4f51428dbf57e0c14aa20fa63cc41ba', '042a50550032b5c500338d882438a90b', 'e08204f5e6c48bb4f04e6a29b232364ae4f51428dbf57e0c14aa20fa63cc41ba', 1, 5283, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '8dd2c7af8a2a95f6a9722ccb15d5de97c42dd2bf', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/admin.suspect.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ddee92a2388e9700bbcfd1cfecaba7658050b49', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-de_DE.po', 2, '16803d5e9c0fa55a24167d427467dbf706489627c5667a7bfe2bad4f82f0059c', '95c3b7f1ae4e44bb310f5a416c1c2d84', '16803d5e9c0fa55a24167d427467dbf706489627c5667a7bfe2bad4f82f0059c', 1, 66525, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8de5110d47efc59ac97054d125c8547beb3f25f5', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/notice.php', 2, '5fbf7ead56e3d785ccc07051a257b8d14a8805005a32927dc87ef08502b3bff6', '9138f12e2dd2beab7ab83cb0e744c5e2', '5fbf7ead56e3d785ccc07051a257b8d14a8805005a32927dc87ef08502b3bff6', 1, 9295, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '8df37e0385977bf70c0b4a077cb659fcfeac5b0e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599535688', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e025339af707ee913f8ae53fcd222219a6fb9dd', '/home/hkrhostingreview/public_html/wp-admin/images/date-button.gif', 1, '2737dc957ae0c2f933a0ec56c139c3fc59a9b7a25afd926db98c51b25f82f54b', '762130cf9d24c70a2de6bdae4ce5cc54', '762130cf9d24c70a2de6bdae4ce5cc54', 1, 400, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e037d426a98f01787bd72a78ccd0680b0e3fe18', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/flusher.php', 2, '6ddf38c8e9d645661e996fe266c05bcfb8522e0a2b19dbdc7238aebed8ce92ba', '52ec0e57c80de8efc9773b188f520c73', '6ddf38c8e9d645661e996fe266c05bcfb8522e0a2b19dbdc7238aebed8ce92ba', 1, 1952, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e083811b6d30f4c71e0bce74d477bb7b5c1b60d', '/home/hkrhostingreview/public_html/wp-admin/import.php', 1, 'a64f2d8120885e7e4bd5b5ed0a1d7959844a59d53f4ab887d269cf617848504b', '7f15d94a5ace4dcd6b73da2373b0cba8', '7f15d94a5ace4dcd6b73da2373b0cba8', 1, 7529, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e10d02afdf068c8b9c3fa7f821e47d470517932', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer.php', 3, '18bf372eb93f3b9114d76d79948d76d734e2ce575097d0ffa5b776a0f83c62e6', '8be67be4a7b4875c64d7312ca017f83e', '18bf372eb93f3b9114d76d79948d76d734e2ce575097d0ffa5b776a0f83c62e6', 1, 33606, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8e2a150a2716dcce204a9b889787a1e735198f82', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground-small-img-olninj6nhy18z6gx1blp046bntwi5nzyaadr2pbbi8.png', 5, '8f9866560fbcfad3cb3d303a8db0e04a5ad132ca630f621a27fc78c25d7b06b0', '', '', 0, 8962, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e3670bdb14d30be08f0ca1448c92d95b09eb6bd', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/tag-generator.php', 2, '12b3086cc0e9d52111b47cf18a933ccfd2579bfd54583beb4f3d6ad59c5a5b35', 'deb4a98c5a782f2150a080d6a261b4f7', '12b3086cc0e9d52111b47cf18a933ccfd2579bfd54583beb4f3d6ad59c5a5b35', 1, 1831, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e59b2488c73c0a625bc73399e1efb887537967e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/na.gif', 2, '5871adbc1ccbf0015a22358f57c4f54d000bcd8c3284346e98867e4cc39152cb', 'a417cfe920429e7af07a98ea51aa22a5', '5871adbc1ccbf0015a22358f57c4f54d000bcd8c3284346e98867e4cc39152cb', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e5ff29966bd7d4018ddb4725b6164e0dff70fed', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/updater.php', 2, '98335626000f4f72feed78f9aaa588e9e9ccf6d487223e8275e7d07fb866988b', '9cc7b82ec03262f7530b408efbe728af', '98335626000f4f72feed78f9aaa588e9e9ccf6d487223e8275e7d07fb866988b', 1, 491, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e61ab6cdcd790a21fdcb89f6d506bbc9360f7b1', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php', 2, '26429d96eb6b68cadab988d188dd17c00198cba868216c98cb790792bf1577b1', '6046b53a80a0b14ccb62ef8d70cd9f62', '26429d96eb6b68cadab988d188dd17c00198cba868216c98cb790792bf1577b1', 1, 574, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e67d4447cafa4c4705a79c20a5556bc3373b4d9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jBox.min.js', 2, '79d32c1883ba25dfab291d32ef7d322790d025bbeab3891dc8c90f32f65aa218', 'b8b8cf824ca52be7b779f607030652dd', '79d32c1883ba25dfab291d32ef7d322790d025bbeab3891dc8c90f32f65aa218', 1, 38375, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8e7841e8bb1e6f60b8cfd8279f6ed50465d4505a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_base_element-base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992602, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8e7e6a4be88fdc9025e7a5bf1b240dcdeedfbee6', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-database.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992527, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8e8de9c417d421a8c034ddd2df7f50d3e3be3db9', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-plugindata.php', 5, '247891b96997c7c615a12690bdc8de774067ea821ef44345f3326e93a63df01e', '', '', 0, 16702, 33188, 1, 1626945172, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8e8e60315282c59d10575daa36d9bc5a088e368b', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-audio-widget.min.js', 1, 'ad1788d1396baeb8c0bf6f16e00c32ebfd7075dd8967fe0c8b50f80cb571d05e', 'cf2e2e5b78863f6c5bd85bbf4594dbc2', 'cf2e2e5b78863f6c5bd85bbf4594dbc2', 1, 1435, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ea52ac0e8383527e1b2214c66bd9385ecd24cba', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/hr.gif', 2, '9a4f8ab0f5efb59e7f163db0003484c7869129ecf9bf71c59d5b782cb63923fc', '825a4f07cfe3bf652e1e9ec72ee26f14', '9a4f8ab0f5efb59e7f163db0003484c7869129ecf9bf71c59d5b782cb63923fc', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8eacc7b0b458eddcb835ee581219120c7ac2900b', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-malware.snippet.tpl', 2, '119b6b66df186876eeaf9d251bd8fe951890926e292b6827d3e5ea6892e83649', '2b3e2d74faaa9c491c40a39f99b44879', '119b6b66df186876eeaf9d251bd8fe951890926e292b6827d3e5ea6892e83649', 1, 436, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ebf190e9461fa377fb966cbcda07be78da9ac3b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/memberpress/class-memberpress.php', 2, '8172970bd0f0fb549b2d0519cf18094ebfc160e7719e82a15b14bfced3e2af86', 'c167716f764e30ea71e55a235d4610ae', '8172970bd0f0fb549b2d0519cf18094ebfc160e7719e82a15b14bfced3e2af86', 1, 1526, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ec202ded4543a951c709ecf71e39f932b9e5414', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/505.php', 1, 'd2ff5b38a7ee8c88a541e2235491d0f700cfe44a1cc73bd503106ec02efe8740', '8e5d4109053303e65b2f4364c1ac12de', '8e5d4109053303e65b2f4364c1ac12de', 1, 432, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ec4d35601e8b7109500820fb40be545d75bae4a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-enquiry.nff', 2, '9f7ab1f8eb38f6cd440ea976563aad3db8526e2464f41733da5e5ba7640ea355', '6488345ff1fbddc684ea8a64eaddb4ee', '9f7ab1f8eb38f6cd440ea976563aad3db8526e2464f41733da5e5ba7640ea355', 1, 13475, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '8ecc4456b88e2c383caf4cc450d05f2a311bf841', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_base.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992608, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ed6b5fda15d90e1d189252333bdda44a7f4aaa3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/field-null.html', 2, '232dac2137e2cbf3bcf63a3597727d7b00594afc2d720786fe4ebf4d5d42e9d4', '2e97f07a661c73aff843553722fe8612', '232dac2137e2cbf3bcf63a3597727d7b00594afc2d720786fe4ebf4d5d42e9d4', 1, 63, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ee367d0ccc58c41444b07767d14036c283aa23e', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/model-table.php', 2, 'dbcecf0fb025490582e6e1e1a9483965424d7834727bde0c7996117f8435b95a', 'c4d0cf2f01ed32cd6e41d71b298a1de3', 'dbcecf0fb025490582e6e1e1a9483965424d7834727bde0c7996117f8435b95a', 1, 45876, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8eefbcd98765769444fb0a65a16222f3ed0fdbc1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Phone.php', 2, 'a1639590ceceedd2bbc7ca1cd84fc517fd582bceb28af9820ac6e2155a88aeb7', '92e358eb11c9be5711543a87134c48d9', 'a1639590ceceedd2bbc7ca1cd84fc517fd582bceb28af9820ac6e2155a88aeb7', 1, 625, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ef6eeeb18f4f7f2af6dd3657e221fd0a8802b4c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Quantity.php', 2, '2109f0fbdcda81eb6a469eb104963e2ecb8dbedea2dee893ec214fb970f8fc3b', '341c617c08c8fec8fd191bf0f7f69a2b', '2109f0fbdcda81eb6a469eb104963e2ecb8dbedea2dee893ec214fb970f8fc3b', 1, 689, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f0c7dff9bbeb509e6b1be65dffc5a848c4bfc14', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-styles-builder.php', 2, '55515f1e640ad55659acb3c32ad183417acbdeb6f2c6c92dad1b95c7bbc51b32', '5d7c21009879a5b532bb5ab8ef99bec3', '55515f1e640ad55659acb3c32ad183417acbdeb6f2c6c92dad1b95c7bbc51b32', 1, 987, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f208d31776e7f217e59afe1a038e14dea0ace50', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/checkbox-reset.css', 2, 'dc288fb97c32b4b7d275cecfabaa4fe784754a72a7f56287ddf5e71f68b2e1f2', 'fe9e23564478f19dff11b97115d26153', 'dc288fb97c32b4b7d275cecfabaa4fe784754a72a7f56287ddf5e71f68b2e1f2', 1, 585, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f25a274b2e3eeadecc8cbbe7c1845508d26a5c5', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/img/tablepress-editor-button.png', 2, '32327ea41714685b82979d9d94641cdddf436e86f173ff9ba9c89d825930157e', '3936fba72db4339eb14abce4a20d44c2', '32327ea41714685b82979d9d94641cdddf436e86f173ff9ba9c89d825930157e', 1, 4200, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f2c379d01ae485016d3a1dbc460a71dddf41f08', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-css.php', 2, '3f8d1c938dd4ac8ce3bdb95c92e678fafd73835e0b0b2106f94abd743a98f598', '686ef3c79bba3d1f1b85e19d5cee46b5', '3f8d1c938dd4ac8ce3bdb95c92e678fafd73835e0b0b2106f94abd743a98f598', 1, 15757, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f347e1d222335aa731b0ca9f03de8814b28e4c7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/required-label.php', 2, '682c4c861d2b4244c20086cf21349acc41fc664ea394d191e22d974c91d6fbff', 'ffdb5820c9818311ab9eecfc758849f2', '682c4c861d2b4244c20086cf21349acc41fc664ea394d191e22d974c91d6fbff', 1, 1141, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f368a6690de4b22c716fc91cae428e51ffb845d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/ui-icons_cc0000_256x240.png', 2, 'cb1fddad1c4b5c65846f8552e7761c507fdab91a16e70c366e1461808997b9e6', '103bc9c74c593811083b39de83093823', 'cb1fddad1c4b5c65846f8552e7761c507fdab91a16e70c366e1461808997b9e6', 1, 3702, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f37344da6ea72cd2676669cf58af1f10b5016d9', '/home/hkrhostingreview/public_html/wp-admin/includes/class-ftp.php', 1, 'cb3755f6f4a5b51106a0e5a61ea7c780875c8a3c2506bd218bec402278728d30', '381db624f7426d11b79377ccf1f409a1', '381db624f7426d11b79377ccf1f409a1', 1, 27127, 33188, 1, 1564863715, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f3bfbca653912ce043498a0c361b7e52383a949', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/scss/jet-sticky-frontend.scss', 2, 'bbb4879464a96d795a5c710577b0e7e8a3352dc022d83e150216331aadf8b4e8', '14ade54a04996ff1aad436fcc93124ea', 'bbb4879464a96d795a5c710577b0e7e8a3352dc022d83e150216331aadf8b4e8', 1, 230, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f459f03c9cf2d3e57d81ccc6ca40a077f6c18b8', '/home/hkrhostingreview/public_html/wp-comments-post.php', 1, 'd9a92dc1689d516240e980e4138a277e473c49362928f2d3496bb581bb07ffbf', '4a98c020baeb9e82f5f577e737234f56', '4a98c020baeb9e82f5f577e737234f56', 1, 2283, 33188, 1, 1548034491, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f508ef4438475f0a8caec864b0aeb73c73a1b35', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/readme.txt', 2, '5a33b7fd3739ebaa7f52c6eced8953760b0e987d610d699282b58fc30849a66b', 'f5cbd3cc4b54fa724c8ab2c158f2e3ca', '5a33b7fd3739ebaa7f52c6eced8953760b0e987d610d699282b58fc30849a66b', 1, 74459, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f533c1f5b445644a168ce796fa097c61bb13e46', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/common.min.js', 2, 'b4d5d59b59392c1347fd8cd69a3f5d24119ee40aec66ce61b144be487632cbd1', 'bdf0d09ab335c4f1d3f7376e9fc2a32c', 'b4d5d59b59392c1347fd8cd69a3f5d24119ee40aec66ce61b144be487632cbd1', 1, 110728, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f58a2d8ac9a35599163ee7e0bc412fdeb8d3904', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/fonts/hfe.svg', 2, 'bdc68c6d93d238ca456448eb8351956acbc864371105157b782b4fb83c133f12', 'ba079295fe2922ba5fc9f257e511f06a', 'bdc68c6d93d238ca456448eb8351956acbc864371105157b782b4fb83c133f12', 1, 10869, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f83bf97512a346a70932186baea5764d8df5ee3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ru_RU.po', 2, '6225786fee8785e420c53d179ac7955d3992d72ef98bc33e5f6b80a5f6b2dd2d', '03f657e749c802781b837af88ff703a8', '6225786fee8785e420c53d179ac7955d3992d72ef98bc33e5f6b80a5f6b2dd2d', 1, 241934, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f85cbe4d5e0941f8f13afbe9824b7c261ff5ad3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-submit.html', 2, 'ba9f5e08e9c917b73dbdb4f3cf2ba2c96a8e8bc913be83f62dea04e15d4bdf58', '3887c6581ee5cc6c6278161b62c363f6', 'ba9f5e08e9c917b73dbdb4f3cf2ba2c96a8e8bc913be83f62dea04e15d4bdf58', 1, 238, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f8b49aafa980af4fa1610ec4f062a4304cdbe72', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/main-rtl.min.css', 2, 'c3c613e95bce6b9ee4b784d39cf222051901d925095c954289d97f7bd84fc077', '09fe3c87126609c3c07cc38360d83bee', 'c3c613e95bce6b9ee4b784d39cf222051901d925095c954289d97f7bd84fc077', 1, 10521, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f9845ae9ade6e7c238dc4e628647ac51da1dc90', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/sortable/sortable.js', 3, '30a7f4ba0c3c0263fc7babe9f2751e3cec927a6db23d87e0941fbab8cbe993ca', '160a05f38d32d319f6844e55311e0de0', '30a7f4ba0c3c0263fc7babe9f2751e3cec927a6db23d87e0941fbab8cbe993ca', 1, 1363, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8f9b1a8243a78b3931d99426615ddcde3a57e390', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/site.css.map', 2, '22d9d1d1e66367c56453c4460d428cb577ff383a3c265c01b3f9727c9eae7cdf', '559ddd7186a2bad6178d9b3662e8a393', '22d9d1d1e66367c56453c4460d428cb577ff383a3c265c01b3f9727c9eae7cdf', 1, 4620, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fa0fd34c0af64e99fe0e8295005ddb4e213f801', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Compat.php', 1, '51873513ceb053bb7a61e4ed0941254cf021d8d52077d0fc6882b9c3e784222d', '5967b5d7b80cf58c7bfd40339a074a57', '5967b5d7b80cf58c7bfd40339a074a57', 1, 109643, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fa5ecce296e5113fe354bb1e4b5cbc8cce7a57d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/override-defaults.php', 3, '5a9eb55cdc6925a85115646f32a3a99d0189bb8d998254d0bf57018382384e7d', '96277391cbcf5e81db498a28cf823409', '5a9eb55cdc6925a85115646f32a3a99d0189bb8d998254d0bf57018382384e7d', 1, 2202, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '8fb0c481aff300130e92552a42897898afed8947', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176566', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fb1b1f122b450056de1fb4315df17495e1653f5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/call-to-action/index.scss', 2, 'b008fbb945f7930aa68eef401ba62cf572bfaa629f47b59812dcb5191f982bef', '43ef4596ac65ea566559ccd65402c892', 'b008fbb945f7930aa68eef401ba62cf572bfaa629f47b59812dcb5191f982bef', 1, 5005, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fb1c9c4ff48a1a4cb5be961c82d29d920a224bf', '/home/hkrhostingreview/public_html/wp-includes/css/dist/editor/editor-styles-rtl.min.css', 1, '5bfb22bfd7fb099641dad6b2245cf3720f19c303f7e0b7c6b5037e46776e5bea', '4a98fa4de2c4af7e9ecfedfde88e80a1', '4a98fa4de2c4af7e9ecfedfde88e80a1', 1, 757, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fc53d514a02576b95578c1d5cdb3a3d501ee769', '/home/hkrhostingreview/public_html/wp-content/plugins/virus-finder/style/gradient.png', 2, 'efa61d427af892110e627326d7287c98a533de637f3035ced0c14fc614c72c40', 'ffa5bec9aac651ea1c71de079605f2e8', 'efa61d427af892110e627326d7287c98a533de637f3035ced0c14fc614c72c40', 1, 171, 33188, 1, 1626989513, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fcf9a93e5d19a53032ab1da234ae59301eef8d4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-preview.css', 2, 'ac0814c0aea4bcc9de9a859e640eb4bcb27559d3e818c836cd24456bf75e571b', '64f81c915859f5e0368ffbd8020dce70', 'ac0814c0aea4bcc9de9a859e640eb4bcb27559d3e818c836cd24456bf75e571b', 1, 93466, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fd7d75aa7a9b612a6262b49a9ba5890d622b988', '/home/hkrhostingreview/public_html/wp-includes/class-wp-locale-switcher.php', 1, '449ea7ddfb7319cb1a4975106d648abfb5f9eb3f7ccfd5cb65d32b04d1b85813', 'cbc322c63fcf46b4772ce80e5416c6f2', 'cbc322c63fcf46b4772ce80e5416c6f2', 1, 5022, 33188, 1, 1564883215, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fed76ba885cafde30d6101e0a609e0f6c8be3b0', '/home/hkrhostingreview/public_html/wp-admin/edit-tag-form.php', 1, 'c662f52d6090088f3e82455d29217ef0cf335b1f94620555aad59531d6ff3309', 'b4711a81283f9ade469aa0916f6eb53b', 'b4711a81283f9ade469aa0916f6eb53b', 1, 9519, 33188, 1, 1564094757, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8fee26eb47aefe044105f29e28974c1b4584d396', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/switcher.php', 2, '961e001ec17a2024b7972fd4bae1dc3a58bba7063c32d276c6d6b345718d496d', 'bd536af855583ebd172ab6a033fc7283', '961e001ec17a2024b7972fd4bae1dc3a58bba7063c32d276c6d6b345718d496d', 1, 2135, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ff07abca4c782492133e440634c89abaaa8a3ca', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', 2, '94ffbd84beb5031afd89761e6acb8417cd57cc2a30088836a3815a75b90837e3', '20ef7607fbbf65f7375cca9bd7a03d81', '94ffbd84beb5031afd89761e6acb8417cd57cc2a30088836a3815a75b90837e3', 1, 3393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ff9499cabad0dcf90fa439b1072ecbaa655e5a7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-christmas-gift.svg', 2, '025f621312ee99961029293d94b75eeea6535af2f5b143f3ca7dc4242cd88e92', 'bc2492f742aef476220ed55d10957118', '025f621312ee99961029293d94b75eeea6535af2f5b143f3ca7dc4242cd88e92', 1, 1516, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '8ffc1fccff42b3767052f7be575304577e8a382f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-site-logo.php', 2, 'b343f69fe7a0e992853a148793292dae47347d26f896fae3d90896c7993311e8', '2bfccf00d81a288e839ed2b52714c647', 'b343f69fe7a0e992853a148793292dae47347d26f896fae3d90896c7993311e8', 1, 21521, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '900a288b4c50d8b78e85225698647cf0087cb03f', '/home/hkrhostingreview/public_html/wp-admin/user/credits.php', 1, 'fffeb97ee7e07e8bebe6ebbf582d0fea1f6d5eaed78784b8d7c172bce97cc615', 'd920b4fb1be2c2c780081d5b4b7de55a', 'd920b4fb1be2c2c780081d5b4b7de55a', 1, 279, 33188, 1, 1380068291, '', ''),
(1627004145, 1, 1, 0, 1, 0, '900cf7e15dafeebe5399f826845c6854528397a1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/responsive-spacing.js', 3, 'b2d1f362fac74780fe8b85e21b5349601ba853460f3e279a134568bb0786ec79', '9a665993ea85dddd9ce1c44225be2ca3', 'b2d1f362fac74780fe8b85e21b5349601ba853460f3e279a134568bb0786ec79', 1, 5211, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9013777a10ee77583e46e37b68b3d6b38a6c85bc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176651', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '90150ac6b5424d11e898f3458f04e79414ac67c0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/tablepress.woff2', 2, 'f69789e32d01f6c551fd5e33d3aaf12779f0371b147f33e780118ddbc911e888', '452add72788a94203fc4a4570d9bda2c', 'f69789e32d01f6c551fd5e33d3aaf12779f0371b147f33e780118ddbc911e888', 1, 980, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '902198f0c7f55168010f1fe44f0e5caa24656267', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_upgrade.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9027de6fa3f755085213acae07ba65f414991291', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 'f8a86ca85015a1b4bd40a244646404410c302cea375504f93ea3c4f6d53443e5', '5c76509a786684ce4d82d7a6ce2d1de6', '5c76509a786684ce4d82d7a6ce2d1de6', 1, 9895, 33188, 1, 1565903395, '', ''),
(1627004145, 1, 1, 0, 1, 0, '904328b395ec7118ff409047bc634ed489f90d90', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/readme.txt', 2, '3a0a91fb3291239a971deeba5deb3dd8a41c75b92d0dacb6731a70030064d016', '0e6039df01ddb7855c59284bc6dc1761', '3a0a91fb3291239a971deeba5deb3dd8a41c75b92d0dacb6731a70030064d016', 1, 4474, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9067bb6d9c1d3ea0257211e0d8c9eeb846332309', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/accordion.png', 2, 'f91fbfdc24c05391a6e0283a4c43c55ee5dfb55b9991a8e1fba3376a5ba7ec1c', '2e252d61b73f9d4f820c53ee97622698', 'f91fbfdc24c05391a6e0283a4c43c55ee5dfb55b9991a8e1fba3376a5ba7ec1c', 1, 6167, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '908da5cdd73254636b09c7ca375a82ef03ab6aad', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff', 2, 'd05094e82c1541f33fddf6fa8fa04ff0c6690e0e5ad856bc82c60a2ec5afd9c4', '77eb04c30fa84e77ef3ffcfeb95a8fa6', 'd05094e82c1541f33fddf6fa8fa04ff0c6690e0e5ad856bc82c60a2ec5afd9c4', 1, 10152, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9092c73792b7935e8e90466c26d1393aa71b552a', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/justhost-hosting-min-oln2ka5a8aoz40tk8rnfmqybvzdj6htxdedx6w6wuc.png', 5, '5b28127246317dbd3765e71709bc0481bb8d20e52b16cee26c247dc5f34ba6b9', '', '', 0, 77958, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '90988947572138ac5f5e3540fbc6e91cf48787f0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176677', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '90a0ad5bdd8330ea775c9ee2cda092787e4c3370', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/select/class-astra-control-select.php', 3, 'c9a8e7943ddda6c6bcfc35e31e842f1b9b2c17dd17dcf8e543f233ac9a701bdf', '99222141df8abe1b3e6f325bd88a8438', 'c9a8e7943ddda6c6bcfc35e31e842f1b9b2c17dd17dcf8e543f233ac9a701bdf', 1, 1938, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '90d0015dd18c43c4f06e4edd2b21c8fd7d8708ea', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/desc.php', 2, '1c202619edd39b0f8f827a17da68734273773db2cee879761a23e6ac04255eff', 'd4be17d0083a8e42f6e42e14ed8213b5', '1c202619edd39b0f8f827a17da68734273773db2cee879761a23e6ac04255eff', 1, 3028, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '90e68204f16d300253a7faebbb61b9d1351b114a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599362211', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 13, 18, 0, '90e7b903721c16a156b47781798c5fa8154e6189', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228290', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '90f9ab413cf3226e3e49ea546f9491aff7d945d0', '/home/hkrhostingreview/public_html/wp-includes/js/wp-emoji-loader.min.js', 1, '97889ea2f8bfc33671e005c9a67adeaddb88876fbd96da2fc2a4aaa75945c6be', '7000dea726f734ed07227e6f1abebb13', '7000dea726f734ed07227e6f1abebb13', 1, 1908, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '90fc1cc932435d708b8c079b714609725530413e', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/base.lib.php', 2, 'b9b4a2f08d95457746e125a8d67f102dc65d3e65dcca0964ce16f58ab350e90f', 'abfd2987afd1f66e3eed50bebbeb6750', 'b9b4a2f08d95457746e125a8d67f102dc65d3e65dcca0964ce16f58ab350e90f', 1, 28414, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9109e30e9ae1b591e420eb6f2e515243f684f305', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_image-box.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992633, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9123883d939e64065209c9e331e2aa7f6c53d8f2', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/header.php', 2, '4713a6d245f3c556cea41e66741afe001890def6863cccc73254febef2c7168b', '7d954680ff3b5363ff1d2185c2ba89f3', '4713a6d245f3c556cea41e66741afe001890def6863cccc73254febef2c7168b', 1, 310, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '914251135b37bb4fab6c8d57b525289fa2c664cc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes/Calculations.php', 2, '313537b1ff78982061317a7c17e0076a88b4db61f24540d98592fbc14b489a9f', '6afe47d40e165c974e8ca0c2ac00a2ca', '313537b1ff78982061317a7c17e0076a88b4db61f24540d98592fbc14b489a9f', 1, 777, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '914f8be8fa3b0c5834e63f5a0a3fcd543306fcf0', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess', 2, '8f5450ba151952e6051672e17f0ddc27f4ad98930193ffd70334f21d7e962f69', '5ad3e97401d168b4fa5fe20e1a806e94', '8f5450ba151952e6051672e17f0ddc27f4ad98930193ffd70334f21d7e962f69', 1, 151, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91676878447a3921a889f4472d047613fe580517', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/controllers/oauthController.js', 2, 'ccb8c67c3c33ee89b4709517d55ede0ce687227600f5c6ea4e865155d9981ef8', '997422557a4c6e251bf81f95f7e57e7f', 'ccb8c67c3c33ee89b4709517d55ede0ce687227600f5c6ea4e865155d9981ef8', 1, 1558, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '917dbff2f146a19a571354337693996204d06ffa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176601', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, '918832b507a1706001b68fe0ff59a771ac95636e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/Forms.php', 2, '1d3ce95e7c93a737785ead303d703e70f5a0d26a74148af64e8d4a9ecc051b19', 'af8abac8a2a73d6505332a9d870c049c', '1d3ce95e7c93a737785ead303d703e70f5a0d26a74148af64e8d4a9ecc051b19', 1, 4046, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9190a3be2701ddb1174da272d32495c5adaf3bdb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.mobile-events.min.js', 2, 'aa753d467bf84ced90a6abc8b40b2db88907bc4c5c7872da16f5906e6e19912f', '59a66c5f69924afc46b35b46c89590f5', 'aa753d467bf84ced90a6abc8b40b2db88907bc4c5c7872da16f5906e6e19912f', 1, 14199, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91aa0d6cf3f4358fc02bcd3680984fb8f0905313', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/assets/logo-really-simple-ssl.png', 2, '4ab20d56a1c15abe49176cbb1cea39b2be0837d088895e6648c16915ccd856dc', '20ddd94c5d7b307b1845448e38e27430', '4ab20d56a1c15abe49176cbb1cea39b2be0837d088895e6648c16915ccd856dc', 1, 17778, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 18, 0, '91aecb4bc61407f0e62c2eb6c1e11e63c2d46719', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228243', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91b118b510d2b561cfe976da48d843129450daf2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notices-save-progress.php', 2, 'a2d74f984fbc6c798258559566b31baa750562cc50655c375ba27df05f99fcaf', '22756bb7e694cbe4dd24dd643c9949ad', 'a2d74f984fbc6c798258559566b31baa750562cc50655c375ba27df05f99fcaf', 1, 4631, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91b44fd5d01ae812602c643b7190e28446156068', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po', 2, '340e39180ba4cb4349fb845f203f3deedffa1f4534291e4e6bf8a603f9b4c392', '69ce496d4be454657129b5b5fb367f94', '340e39180ba4cb4349fb845f203f3deedffa1f4534291e4e6bf8a603f9b4c392', 1, 132805, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '91b53d883590575942e32fdc6bdf951dccd6968e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-s3-client.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992543, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91beba73be863d46bfdb3f07f5753e074c67a577', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/class-ninja-forms.php', 2, '3e2a2a39c808a503cb9ed982cdfdec4ad5d34338a118995a0b4d1821ba53596c', '1067892a6cce8f101576c3d709734fe5', '3e2a2a39c808a503cb9ed982cdfdec4ad5d34338a118995a0b4d1821ba53596c', 1, 3855, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91bf414aacc41a57d9ee4bc66fab7ffb3763216f', '/home/hkrhostingreview/public_html/wp-includes/css/wp-auth-check-rtl.css', 1, '2e788f055e26e03428489c69bd285fe21801000ae9628ec44040e154e669af94', '47e23f3fd1381204bea0e6925770460b', '47e23f3fd1381204bea0e6925770460b', 1, 2509, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91c0444b2e1bf51ac92f3b65479737e5855a021d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/date-time.php', 2, '0a30b81b775f36c3394b80dca9a2aeb17892a871ec1b1bceae4f8547bb10cf20', '3d1384d3641335a97d2214fb76bc483a', '0a30b81b775f36c3394b80dca9a2aeb17892a871ec1b1bceae4f8547bb10cf20', 1, 1882, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91cf18bdc9bea9170635947294d8bcceb63a5441', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/OneSignal.woff', 2, 'e59c114e4c033eb2efd8ab21162c5127ec79a812e304b13b0fe342c5a1f3a4b9', 'b4a764c88a0d37e83ff47b008321b24c', 'e59c114e4c033eb2efd8ab21162c5127ec79a812e304b13b0fe342c5a1f3a4b9', 1, 1132, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '91d5fb52e4d6826b7b4af840b97e4b1c06c01ba2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176741', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91dcaff7d49ed2ab84fbe96c4d8c9824d609463e', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-malware.html.tpl', 2, '2f0157ae7c6cab79f56d2f2c8591e8b4d21cc3f51870ef843c7b19bde050641b', '7499e8f122a1ad240671a92ed7f71d4f', '2f0157ae7c6cab79f56d2f2c8591e8b4d21cc3f51870ef843c7b19bde050641b', 1, 1239, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91df32a4295594fdcd3e93333b4e62780a228e13', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-list/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91e0b90b2ea95acc5d96c8896fc52c000420639d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gs.gif', 2, '9cef80f43e0a0b089282249d69361f5e45ab086bc65a907e7024f404555ebd11', 'e3c0ab08adb27ea01a370f63926f232e', '9cef80f43e0a0b089282249d69361f5e45ab086bc65a907e7024f404555ebd11', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '91ff494e92803c58b2250c65d39aad5f7f703efa', '/home/hkrhostingreview/public_html/wp-includes/rss.php', 1, '9b2ae1fb8e7790522053194f22c2236062e1bed2cc4b13616e750f5d9451fec4', 'c21d6d86e75bef00fa6c4a0ec5e1ca3b', 'c21d6d86e75bef00fa6c4a0ec5e1ca3b', 1, 23208, 33188, 1, 1477895312, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9204b3bedaea817e3d7e464b675545e62d93018a', '/home/hkrhostingreview/public_html/wp-includes/images/admin-bar-sprite.png', 1, '11f7b290e58fcd2831e02474390c3772c811882dc3c8045e6dadd4fcb98f9984', '53cf11a41f973a80570e0ecac5d3fe5e', '53cf11a41f973a80570e0ecac5d3fe5e', 1, 2467, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, '920d36257aba75a94a67adf80c9c3d1200cb3878', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css', 2, '2a1f7683272bbc25152b86fa1b1ffed2ec4233fe553cfc54fb4d27946254126a', 'fde7b73d1fb2bfc4f8ba03ce62f42a42', '2a1f7683272bbc25152b86fa1b1ffed2ec4233fe553cfc54fb4d27946254126a', 1, 8077, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '921576390a3a90b965e73562c572a9cf5d9b905e', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks.php', 2, '628881cce57dff62c9f7b8ff30a51ab0183808f6ae5858ee05fa7eeeddd071e2', 'fcc003d817d22d11b401d6a3941ffa3c', '628881cce57dff62c9f7b8ff30a51ab0183808f6ae5858ee05fa7eeeddd071e2', 1, 3430, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '922dc88bfbce58f2021475f96d786d525d487801', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_print.php', 2, '65f822f16ebd236e7fbf0ed8c83b6bd1f5c6caa969321067f05f2b70314109c0', '83c005aca8985cac21bf43fcec3dba0c', '65f822f16ebd236e7fbf0ed8c83b6bd1f5c6caa969321067f05f2b70314109c0', 1, 16335, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9230d922b87ab0381c30780a6dfe02a8a00894d5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/sticky-video/sticky-video-plyr.css', 2, '615634720325377624eb3e7eb0b9c3f7480594a0115b38c3c164a745e6f40132', '453448ce115fb0fbace542e40db696e6', '615634720325377624eb3e7eb0b9c3f7480594a0115b38c3c164a745e6f40132', 1, 24885, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '923b66b843e9bd7f5ca40bbe1e9e83fae919125a', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/201.php', 2, 'c845721778c9a4a82badc2c6acb41600dd98d64797e3fd5f3cf6c0fac2495abd', '10be8ffae5a75ad5b2e45a9305497d43', 'c845721778c9a4a82badc2c6acb41600dd98d64797e3fd5f3cf6c0fac2495abd', 1, 390, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92577de86a6cdb878f0f2a15bb94b4c1a1fcce4c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/rest-api.php', 2, '81ceeaa340f84fe275a25c98ff0a0adae011615ac19aeaa2148d5af6e1843327', 'ffced7219b0530d913679938439498b2', '81ceeaa340f84fe275a25c98ff0a0adae011615ac19aeaa2148d5af6e1843327', 1, 8289, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '925bb3aa2ae617b12c37b6716109c07ae5609060', '/home/hkrhostingreview/public_html/wp-includes/class-wp-feed-cache.php', 1, 'dd6f352f22ac2bdda8474b5299eb8b7a537634f65a640fc06e1a55ec825b4c3b', 'fa9f1bec5a8ef5b8db2d7de5e5a97740', 'fa9f1bec5a8ef5b8db2d7de5e5a97740', 1, 749, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9262b89ed16176b77659b7848dcd384bf07f8124', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_image.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992634, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9277c53fdbf65e650aff9c528ce93fcb859f775a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_debug_inspector.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992584, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9277fd38201e61390a34fefcdcc1c4581dd85969', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ms.js', 2, 'f9f19b27c53c1fe53ed2118133a73a694951212ab0c8f170f62d15adc76a155c', '048ca2058665aa5b1925e4d571e56534', 'f9f19b27c53c1fe53ed2118133a73a694951212ab0c8f170f62d15adc76a155c', 1, 791, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '927858048e7b2e8055ccdc86c5e225d409513600', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-fr_FR.po', 2, '0bbcf0e029c6e0a95e7154037d535d35dd36072b831cb775b447390fe0b94762', '9682adccc5af9bb485e9c92816eb8c20', '0bbcf0e029c6e0a95e7154037d535d35dd36072b831cb775b447390fe0b94762', 1, 4687, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9280e9cc01222e724a6284b8c7af8451172e1504', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php', 3, '3a3e766c4bed1ddf7fa3f0f93a22748da02b5018937fd9f4485426bbe63eff01', '9addd2e68a2d75c26386136e478d7579', '3a3e766c4bed1ddf7fa3f0f93a22748da02b5018937fd9f4485426bbe63eff01', 1, 2531, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '928b01a3e8807bb89649a5963170c7bfd9282597', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/display-fields.php', 2, '945cefd7028dc1179facd247c3fd44f77422ffd24bd1d31d1bb00331ad7afd5d', '09d7562c78b3e97278183f0aa6f516d1', '945cefd7028dc1179facd247c3fd44f77422ffd24bd1d31d1bb00331ad7afd5d', 1, 10946, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '928b16cc69829b8df5c32033ace0774b8e3f0b48', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.eot', 2, 'e219ece8f4d3e4ac455ef31cd3a7c7b5057ea68a109937fc26b03c6e99ee9322', '32400f4e08932a94d8bfd2422702c446', 'e219ece8f4d3e4ac455ef31cd3a7c7b5057ea68a109937fc26b03c6e99ee9322', 1, 70807, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9294a1c3aabdccd25e610233dc254d861ae27fc2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_admin-head.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992546, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9299d7f8196df887cecc35b394f727280ea21c35', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/scripts.php', 2, 'dc8afdc8e5185e5dc6b409f8b7721d1c46a3e490728391e219be1e21e7ab7636', '5c10c02b59dc18c20729055c9c828d48', 'dc8afdc8e5185e5dc6b409f8b7721d1c46a3e490728391e219be1e21e7ab7636', 1, 5001, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '92a5c9419842f7ba827f56677ae2137826bfd85d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176707', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92b7d8e82de2b1574d315b4ceb5f1ccb0887e3cb', '/home/hkrhostingreview/public_html/wp-includes/js/wp-api.js', 1, '6943c2bf0158f72fdc45d9e9926e0a4d77a191dc6bdc80aba8cc57ea87a58683', '4a2494492cfb02a215d3a171ee869028', '4a2494492cfb02a215d3a171ee869028', 1, 46749, 33188, 1, 1534013484, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92c53595b7dd932e6600e04e0d0275fe19b9e03f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js', 2, '214674cc77aba35ab3567b88e2739fd08e8e96c61d279559ad61874069683ea0', '3819c3569da71daec283a75483735f7e', '214674cc77aba35ab3567b88e2739fd08e8e96c61d279559ad61874069683ea0', 1, 12198, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92c5fb44a70baa2245711349d245d5317265efce', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Misc.php', 1, 'b8b620fd24cbffd92c32e1147ed39f3d9c50049e0c88ae5637634c6b4b87fc58', 'cecde679c62dd50207d8d25ece1a4b89', 'cecde679c62dd50207d8d25ece1a4b89', 1, 51550, 33188, 1, 1373303416, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92c72649a49b3d779be14dcbbee1ed440da4a98d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/elements/repeater.php', 2, '029d57f77302ae542780f95f124cd7fd57dbef36e2345a374c468149ccf22256', 'a2ae7fcea4214e830d6b9caf7c49795e', '029d57f77302ae542780f95f124cd7fd57dbef36e2345a374c468149ccf22256', 1, 3026, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92d703301ddc210f2485c1c04e50595cfec1602d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php', 2, '2a3944ad030d6a5622ade46d0550d87506fa576f6c503b4e67f618cae9bfc04d', 'cdcd9aa113e696ab726a0c78952fccd4', '2a3944ad030d6a5622ade46d0550d87506fa576f6c503b4e67f618cae9bfc04d', 1, 17319, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '92d7b38891262fa822e88d130976d51b5b23b25e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_oxygen.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992545, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 1, 0, '92d924caa3d58bb38095cde7ba41246b9eab57de', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_css_global-css.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992588, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92d95f1e5b770fbc4acad44b3363e535a1e251c3', '/home/hkrhostingreview/public_html/wp-admin/css/color-picker.min.css', 1, '8699f54820c7fe15101dd1c2531fcb2776d4ceb69be4382a0b69d43a0e131a6d', 'facd6968ed068cdedb3116f4a2622a93', 'facd6968ed068cdedb3116f4a2622a93', 1, 2860, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92f06277ab4ed96ddd87589011f784c9f690ff9e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/ninja-forms-app-header-logo.png', 2, '42e4fc59981ecb61164b740b45e5213060dfa3a196e7072311e159fbfd1814f3', '5aae43b16673e3e69e8c959e5948075d', '42e4fc59981ecb61164b740b45e5213060dfa3a196e7072311e159fbfd1814f3', 1, 2384, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '92f9c5cbcf01ed4e3a8cd3c53e4d0bc5bd77a5f7', '/home/hkrhostingreview/public_html/wp-admin/includes/image-edit.php', 1, '3b1d7bf46791cd95c2b7ff1aa5f2df5d5520e041b2c620f2d26aafb9a30d1f8a', '4622f71e5b9705b1d417390a0af57fe7', '4622f71e5b9705b1d417390a0af57fe7', 1, 35172, 33188, 1, 1569866217, '', ''),
(1627004145, 1, 1, 0, 1, 0, '931661ea0c3268fd47642ecd86ad457d47812f26', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/admin-modal.js', 2, 'b47c052d795279139438cb8162ceb5a87825475e39afe9c182acc30ae10cf8e2', '4a8cae1256c51e1d6a4de9887aaace8d', 'b47c052d795279139438cb8162ceb5a87825475e39afe9c182acc30ae10cf8e2', 1, 2869, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '931ee5d1c6f6fafdf2bd00cd18043ff89619bd3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Extension.php', 2, '3debfca9432fbd15dd0e53cc3ca7e18891c059313969e82162d9d85690a9efed', '2dfd4915f40ad6a7b508d70bf95026ef', '3debfca9432fbd15dd0e53cc3ca7e18891c059313969e82162d9d85690a9efed', 1, 3151, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '932f3cbf304fcaf42820e57f663da9434e70be4e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css', 3, '7a9140e44dc052abf450cb83a74738878e3bbc9da160126206e4df877275abb2', '561011e754389980d1b2e54136a22d4b', '7a9140e44dc052abf450cb83a74738878e3bbc9da160126206e4df877275abb2', 1, 1010, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93300a29481a22807658b6ac5b969daca6f84d35', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/firefox-1.jpg', 2, '7718c1c55fb004585145cf2459b1a7ea3699f2ed11fef1b96b81da581312c29d', 'a961f4f431410b39cc5e5e7263125f35', '7718c1c55fb004585145cf2459b1a7ea3699f2ed11fef1b96b81da581312c29d', 1, 192605, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '933175ff2404b932011dc55ffac2f46a68398fb4', '/home/hkrhostingreview/public_html/wp-admin/includes/user.php', 1, '3f3e70c5ecd04db5fa127df2eb10bbfbfe948ddadfc6890b5beecc7badc54da9', 'c97088fa06032b0ffe7b7e5563592f7a', 'c97088fa06032b0ffe7b7e5563592f7a', 1, 18205, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93516cd016266ae8a8170c8fa92595eaaf8c5371', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/FieldsController.php', 2, '6642180b7e047f4b77a86849d2b75da41e176330da3ddbba396ffb7e9473b0a8', '9b60db985116c497d0b6591c97c85127', '6642180b7e047f4b77a86849d2b75da41e176330da3ddbba396ffb7e9473b0a8', 1, 17359, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9354469007e4af61916512c65b3db8ac5384b4c0', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-ftp.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992536, '', ''),
(1627004145, 1, 1, 0, 1, 0, '937df0b883acfe80c8bf69d3fbced21695c187a2', '/home/hkrhostingreview/public_html/wp-admin/ms-users.php', 1, '4eef46b3f6bc04623f6a3344ff539d77a592c8be2cc14011124898cc12f4688f', '344e17574215967ae0f48bd084ef1639', '344e17574215967ae0f48bd084ef1639', 1, 230, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9383cd9b636e6f865c7ee8b90b667720b2f32700', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-menu-drawer.html.php', 2, '0529e0fe563437a1ab436d59e90e8bee7a16169353a710b05e8202d39ef2c88f', 'c926d02d84275a3ffd935aff27d1c95c', '0529e0fe563437a1ab436d59e90e8bee7a16169353a710b05e8202d39ef2c88f', 1, 763, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93875533763dc5bcb3c3ef741d557085cccc8621', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-security-keys.html.tpl', 2, '36dd3194ccc396f3c53792ce90e8dbf7d6f4eb8783e03f7e6c374cece0dc48a4', 'd0dcfc4454eaee42b169d8570aa18ad3', '36dd3194ccc396f3c53792ce90e8dbf7d6f4eb8783e03f7e6c374cece0dc48a4', 1, 3440, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '938bf7d7f284d7f850e105a7804d627bc66f1fb0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-elements.svg', 2, '5734b1841aab00f39a94f87437ddf59485f7e9292e1228d51988338af96852ed', 'a091ecd0881daab455b2c341b7aa6091', '5734b1841aab00f39a94f87437ddf59485f7e9292e1228d51988338af96852ed', 1, 2860, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '938de34b286fe07517a8734c2f84e21cc753ca96', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-reset-password.html.tpl', 2, 'b348a556e2220f99479a52d3cf339ab432daaa9bfd22a20525cc39bc2270c1af', '3142bca56e5623f9cae9b5f892013308', 'b348a556e2220f99479a52d3cf339ab432daaa9bfd22a20525cc39bc2270c1af', 1, 2843, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '939dddccb1ed57e0d0143ee01a49cd46a4813695', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/template-tags.php', 3, '3353f5d2e4e4fdf0a5797175dadeffd1249819f0e0b734ae551322181f29b721', '737670e94369332d7ead1e31e5681b07', '3353f5d2e4e4fdf0a5797175dadeffd1249819f0e0b734ae551322181f29b721', 1, 1182, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '939ee72de62f1e4c608550ec657b2b468ffe068f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/RequiredUpdates.php', 2, 'd49a216e235d4b026aac3e075ad3663098ca9da61e2a553d87a595427c72a028', 'e2b1243e4133adf6524fa67f7fada60d', 'd49a216e235d4b026aac3e075ad3663098ca9da61e2a553d87a595427c72a028', 1, 1472, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '939f89618ff2b9e0867bf74924942d383d86562d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-icons_888888_256x240.png', 2, 'ef86b8e090cb54b65a88e7e5701b4b0a3d8cf1137bbfbce45171f88f1c24e98b', 'c2358c254003b124572201ad0f5bcbb6', 'ef86b8e090cb54b65a88e7e5701b4b0a3d8cf1137bbfbce45171f88f1c24e98b', 1, 4197, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93a1560e277de0591006c7246f5444e1ca3a8f68', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks-footer.php', 2, 'd9474caa579810ef57628ae0dcb2db1f83e6e32ee2c2f1d3f3c18bd5d6b431fe', '98a08cc4c4b589abf921c74c6d70b52f', 'd9474caa579810ef57628ae0dcb2db1f83e6e32ee2c2f1d3f3c18bd5d6b431fe', 1, 251, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93a78f79c1e6a60eab95220e4386b408ff333861', '/home/hkrhostingreview/public_html/wp-includes/session.php', 1, 'c7e000820960c5480135ac0a710ba745a7395027d8b8b6280cc3236048557d8f', '03e81670ca426343d0c8ce7990a3fa9f', '03e81670ca426343d0c8ce7990a3fa9f', 1, 264, 33188, 1, 1570555144, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93ab7023628e1d846a4029fd91ece403751f082c', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/js/duplicate_page.js', 2, '3bc97580a7a84ba310726c00b8450c75ae3656751b5caa4719fb1a3c3cfe4674', '96f1b299a812b75b133ae90f2352f58b', '3bc97580a7a84ba310726c00b8450c75ae3656751b5caa4719fb1a3c3cfe4674', 1, 564, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '93af067276cf7fbac2339a4474eccd3c63fa2b7c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110429', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93c9efd2aa43c26f3e660683ff07f7c6eaa0bef4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionAkismetSettings.php', 2, '1f21dd8630768ae2a5b840928d8bb6d1f611d1858ff1cf61abf5c114efbb78c9', '364ed025cea467a448c789ff491135dc', '1f21dd8630768ae2a5b840928d8bb6d1f611d1858ff1cf61abf5c114efbb78c9', 1, 1379, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93ce889c0f773d45f329d14086d6b9cbd7617d39', '/home/hkrhostingreview/public_html/wp-includes/class-wp-fatal-error-handler.php', 1, '4de15aae3a0b2b240dc681cfbcd007d94b9454a0bede9a05eade2a2a2f729fd6', '75d9d27be814fcd2d1a0c68ad9df4496', '75d9d27be814fcd2d1a0c68ad9df4496', 1, 7429, 33188, 1, 1568654635, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93d0c9ce64b013ae2e4ca446b2be8e1258ee1290', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-sr_RS.json', 2, '174e0069756fb0d3a8d16bbd4bf9738f50b17b7b8881ed7873bdc990d290b0fb', '3a4b092f36b5f370cadebbd80b995896', '174e0069756fb0d3a8d16bbd4bf9738f50b17b7b8881ed7873bdc990d290b0fb', 1, 532, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93d1ed8a2c3725326f0784dc7bff229bfca920ee', '/home/hkrhostingreview/public_html/wp-admin/includes/misc.php', 1, '3f8d5bf214a216f5d1eb6cb4177e621a4849008ebb8978d027acb87288a99431', '320c5fc784cdce5ad3b4afe089eacb89', '320c5fc784cdce5ad3b4afe089eacb89', 1, 41999, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93d3b177849b85c2b7f587e900414810a8613446', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/notification-pretty.html.tpl', 2, '753947c0a1f06ef6977e5b1471a25ce8aaa7afb3d0d93b432549e02712b13596', '104946448f0373c247d0a0e46324f1c0', '753947c0a1f06ef6977e5b1471a25ce8aaa7afb3d0d93b432549e02712b13596', 1, 2113, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, '93d79435c37e6cc3ac17aed97f66ad8ff15a4726', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176577', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93e8cf63f9d8eb67742bb7e7c514c8555d449ebf', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-review-notice.php', 2, '9758dc2e0a360e7be3c1af893a25c4640d16b70b6d63c7f0bf33fe8824ee6528', '44d4b829787bcbcfaf267e67068943ca', '9758dc2e0a360e7be3c1af893a25c4640d16b70b6d63c7f0bf33fe8824ee6528', 1, 2603, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93ecd47998d52f449df0266da7821b0494017c80', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-fr_FR.po', 2, 'ab86f4f4dc4a3d7a723137926de5ff7ae24f28bbd62cafe33920ecdc87125ab9', 'eba5f11d65765b1855ccb25ba5731bda', 'ab86f4f4dc4a3d7a723137926de5ff7ae24f28bbd62cafe33920ecdc87125ab9', 1, 58162, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '93f17044235758f080b09113416cba674a0f9d68', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive/class-astra-control-responsive.php', 3, '320a122a2025df047aae66f3282ddc738c799e8ee91d0c0767b7a9480b9d39f0', '70a4a46138f445954ac59c03e82457f5', '320a122a2025df047aae66f3282ddc738c799e8ee91d0c0767b7a9480b9d39f0', 1, 6184, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94262feb383313b5b5563d0919e4ca19cd673c6e', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/auditlogs.html.tpl', 2, 'bdeba20570fdda07bcfc376b88d37e7bbd72271553277f64ac43e4f4af80365a', '95c9bf2b93e7d2be511aff8b36ad34a7', 'bdeba20570fdda07bcfc376b88d37e7bbd72271553277f64ac43e4f4af80365a', 1, 5403, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '942dfffa322642a206528fb017d689083342b449', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-model.php', 2, '2454ed788489cb56d42e6122a93ed77eaff0f1e1a4cf1f261f30c95bd7775e09', '8abb9b21755c31a955517552237174de', '2454ed788489cb56d42e6122a93ed77eaff0f1e1a4cf1f261f30c95bd7775e09', 1, 588, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '944a699afe85f341da6fc781c9e3c353149daf9f', '/home/hkrhostingreview/public_html/wp-admin/css/colors/midnight/colors.scss', 1, '4ef5a2b5ffe53344c3cdef24182340a1279c0ed8b7f76fce5f081042b49966bc', '26dc8daaf0c47c4457b8bc2145f48634', '26dc8daaf0c47c4457b8bc2145f48634', 1, 106, 33188, 1, 1545016984, '', ''),
(1627004145, 1, 1, 0, 1, 0, '944eaf302960ce67becad37e868acda694104f0a', '/home/hkrhostingreview/public_html/wp-content/plugins/classic-editor/readme.txt', 2, 'd6daa1c839a82e5fe3fbf56b616a5ee047e4b0cdc96a5c0218816edd34124536', 'ba11e0a809c0d47355826d8be7ac77d7', 'd6daa1c839a82e5fe3fbf56b616a5ee047e4b0cdc96a5c0218816edd34124536', 1, 6791, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94525a46c57a0463052944c2d86abf81122d485f', '/home/hkrhostingreview/public_html/wp-includes/rest-api/class-wp-rest-request.php', 1, '6ebe028843d3c3eecdf29d788b8a1bd4abdaec3c77d79002b8eee880f292f021', 'f0507f57d54e3c5d61cc7af2fe79e9a2', 'f0507f57d54e3c5d61cc7af2fe79e9a2', 1, 24440, 33188, 1, 1572975363, '', ''),
(1627004145, 1, 1, 0, 1, 0, '946388f917184d0f2d90bc1b86f99e5073ff7c0c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/kr.gif', 2, '826235e39fa8eefa41e9d078655b3f8f7e3325591b918807b3c96500813e1155', '53ca55d29130501b6cd57b98f169701f', '826235e39fa8eefa41e9d078655b3f8f7e3325591b918807b3c96500813e1155', 1, 385, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94703d0175cfaf644b435939623004e9203a816f', '/home/hkrhostingreview/public_html/wp-admin/credits.php', 1, '2d488ce6df88036caac82d23e1491028256ae32652015bc105932d7a95338ab4', '1e1f3b24753fa62e099082aab7a21d67', '1e1f3b24753fa62e099082aab7a21d67', 1, 5307, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9474727763d885b9fc2d5352eac4ba35b06f15fe', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/216.php', 2, '2ee7fad8ecd648372afae00a9bd6a9a8906b1ef7995e90d71a01bc181831e759', '00650d49b65ab431c426eeafa0e223a9', '2ee7fad8ecd648372afae00a9bd6a9a8906b1ef7995e90d71a01bc181831e759', 1, 929, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '947b36ef89f75ea2951008636c5c719e17d2b06a', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/fi.js', 2, 'cc87ab4532bf6c58e1fa98bdb3dae953c98494424393116ce9f41c22b7f3c906', 'd3d0e8f83e3887c25701c6e4fa2fe334', 'cc87ab4532bf6c58e1fa98bdb3dae953c98494424393116ce9f41c22b7f3c906', 1, 782, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '948317a659d7c97a7902c0f3982601dd39c25bc8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_repeater.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992618, '', ''),
(1627004145, 1, 1, 13, 18, 0, '948d50e4a230b16e709f433d6031a9f4d1d7f22e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176798', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9493d99cef9e0e277e33969176f13dd3b68dee54', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', 2, 'e69bc3778cd9055112e9b9a2e444e05f44b3b79b799f0b1d9e157c0a42bc5cc9', '3d488d92a5b2f939353c261493821dc3', 'e69bc3778cd9055112e9b9a2e444e05f44b3b79b799f0b1d9e157c0a42bc5cc9', 1, 41049, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '949d4849f42e948f06dd18d2abf68b121fa514bd', '/home/hkrhostingreview/public_html/wp-admin/includes/class-walker-nav-menu-edit.php', 1, 'adaf05cb49dedcf11f72d4162b41dee425c04845e031a854dfd41a04b8918dbd', 'bd712ec145950741459417ca9fab0e65', 'bd712ec145950741459417ca9fab0e65', 1, 11759, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94a099ef2e1485702c9708501ea9e00599bbc2f2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/beta-tester.js', 2, '9cf3f088563f31fdaecf235ca932a2ab6df8fda5105e2f88a853ddca0e1bc2ea', '19e2b0681038716efb61a85838c7454b', '9cf3f088563f31fdaecf235ca932a2ab6df8fda5105e2f88a853ddca0e1bc2ea', 1, 58708, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '94a80d70838214a3772cff03a69d8f2483066070', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176634', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94aedeba9e6773d166a00486d750705d2f44c840', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end--datepicker.min.js', 2, '2c317067a1bbaa7f08661a17011c96f4ee618e8a3169b53af9d57be04dbca426', 'e733d7a3cfa7b1994f63706a46e463f8', '2c317067a1bbaa7f08661a17011c96f4ee618e8a3169b53af9d57be04dbca426', 1, 186369, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94bd5f17f9b53a67f66c75c5af43e1d6a5c53d82', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/SubmissionMetabox.php', 2, '6967dcf9a32e0110acfeb577bc36b05c9c2860dc08e097bd4150ec5f85261b90', 'a7309965676df609f27ff6fa89c66b38', '6967dcf9a32e0110acfeb577bc36b05c9c2860dc08e097bd4150ec5f85261b90', 1, 747, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94c28c3c389754d9488080b10aa1eb1fd31d873d', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js', 2, 'b0b456dfa353062e4cf69a1ad4aa71496de9ce0676279ac5cde03b9bae6f70f4', '750b273ef0d3e102aa2bff58d89398ec', 'b0b456dfa353062e4cf69a1ad4aa71496de9ce0676279ac5cde03b9bae6f70f4', 1, 19088, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '94cbc11bc3666027992bf46bb4bd38db2062d41c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/SafariRequiredSettings.png', 2, 'a322b26bbb266392e17ca55cd1cb998e067e92e980a7d00b636369e8e91a2797', 'ba73d2e1598d934a446b912050b2307f', 'a322b26bbb266392e17ca55cd1cb998e067e92e980a7d00b636369e8e91a2797', 1, 140738, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '94da3b7d2397c1769b1343a89d0094b69adc6657', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_backups_index.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992533, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95070d6b8e7c66247dbbbd482459371e164d44ff', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mp.gif', 2, 'a6baafbda8770e784d7a5e0cbdc050a587b5c3d4bc57e90a9af7eb9a5a2e69c0', 'cac8345e9b3e072169bb833244ab68fd', 'a6baafbda8770e784d7a5e0cbdc050a587b5c3d4bc57e90a9af7eb9a5a2e69c0', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '950f75f571dad7e48a7c16e14b04271aacb5f26c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, '2bf0a13dd17884e9ab262ac004f6f940358d27fcbeff492789e6280ff5970853', '93f701bb01e99676df0d732a935c810e', '93f701bb01e99676df0d732a935c810e', 1, 5207, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9521f8556bc999dd1566b27a08c66371328216cf', '/home/hkrhostingreview/public_html/wp-includes/certificates/ca-bundle.crt', 1, '68ddb0a9499af5e52449debd49eda624a340a8f77e69b5afa7296a3b1fa45f6d', 'd147a698ed8a7435c9e9b247947dff40', 'd147a698ed8a7435c9e9b247947dff40', 1, 236373, 33188, 1, 1568289899, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95270578ad5c0da3d303b2adfa5dfb8455245e7c', '/home/hkrhostingreview/public_html/wp-admin/css/customize-controls-rtl.min.css', 1, '195b4b42d42f0a332abc13c4b336ce96cd3361321bb6013b42360badbd3d2424', 'f17bdc34919d5439aec151bf8b430dd0', 'f17bdc34919d5439aec151bf8b430dd0', 1, 58139, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95375524408d2fa877ed333e8775351b40f925b2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/index.min.css', 2, '30566b6b7b1f19a5129b80a7737a7b1e1068d62d9f53448deae5f6d8a6277015', '22aa8bff407e8b94d4dad17b7a3bcb83', '30566b6b7b1f19a5129b80a7737a7b1e1068d62d9f53448deae5f6d8a6277015', 1, 6572, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95554cff3040c3bca14fcc4605db0b9110a1f853', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php', 2, 'a7bfc83cf29b216a6c528bcb1a593103e71ae5349eed15333531b0ebb585eb88', '96cb66f35c7fbabad5b282e6c8ccdd86', 'a7bfc83cf29b216a6c528bcb1a593103e71ae5349eed15333531b0ebb585eb88', 1, 628, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '955e8b633082c8e763c8a5a746d15aaf1be886ed', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ro.js', 2, '2da5caa9cdef48d8ee0ec65c4136e729930ca9226283bfe041c6d35c7719284e', '27baf44dfbf15cf2fee1ccddaab58f00', '2da5caa9cdef48d8ee0ec65c4136e729930ca9226283bfe041c6d35c7719284e', 1, 910, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95683cf5b47d984178eef44f5d23be25a6e76ec3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php', 2, '2ab7cb59f7d6c7bc0e5e261f97ae38313d25656af62d8577ce12ff2a92b842c9', 'f1df46c94c52af7bb7b018c8922183cf', '2ab7cb59f7d6c7bc0e5e261f97ae38313d25656af62d8577ce12ff2a92b842c9', 1, 516, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9576ee63a2198484a06d7e05f47ebd16cc1644db', '/home/hkrhostingreview/public_html/wp-admin/css/customize-controls.css', 1, '3afd590847f76a6715fd62e874a560079933346fa9f417766f1a852597d3a8cf', 'e30255f4c7fea5413bcbf6181939bfbf', 'e30255f4c7fea5413bcbf6181939bfbf', 1, 69314, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '957bad1a0b9faadf1541ee3619d5dbedebb65734', '/home/hkrhostingreview/public_html/wp-includes/js/customize-preview.js', 1, '0a83f3938c70c1e6466f53a676887242937d32f772d89e5edbae106a80f29ec2', 'ed68f9b2b0bc3518687aeb93d4d53950', 'ed68f9b2b0bc3518687aeb93d4d53950', 1, 27969, 33188, 1, 1548111830, '', ''),
(1627004145, 1, 1, 0, 1, 0, '957f03269c4013ca0ae7c998c0764592e8c98c52', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/adv-tabs/index.css', 2, '8a7a0c9a856e6b5b00093206aa69087dcfa4276bbc22bf67b02c7a966264dac5', '675ca5d9e352d2871ea39babf33a1c22', '8a7a0c9a856e6b5b00093206aa69087dcfa4276bbc22bf67b02c7a966264dac5', 1, 3901, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95855a69f123728ea99602dc57bad14568ff7deb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/caldera-form/index.min.css', 2, 'bb13faa8eb809b58b096f8cd7030f30271be6d5a55daf404019a534b00cc7597', 'e5beb6294230d1ebadf844551382a722', 'bb13faa8eb809b58b096f8cd7030f30271be6d5a55daf404019a534b00cc7597', 1, 1040, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9585a748a98fae7a4f53145d08c9f3ddbbf15621', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-url.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992543, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95ab41fa2d097d6ece8004ee11917f0ef83983f2', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-bel.json', 2, '727e3016181769cab5902722b9f007946ff721282886c786c375210471604c32', '440d7cf040e9b7d71140ef415fd5ab70', '727e3016181769cab5902722b9f007946ff721282886c786c375210471604c32', 1, 858, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95ab6e46fd623bb85a6ecba96bd12b188da435a7', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/js/index.html', 2, '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', '10bfc650b0c9669ebf75f93daadec94c', '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', 1, 38, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95af5ab7cbf22e84599cdc9b737573513de14f40', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Plugin_Usage_Tracker.php', 2, '753e02a7ee80188e859f8d3643a93c1cdd6fa95b7a5d445adef4d8484db3ccee', 'eab909543c80b45294c250599d72adf3', '753e02a7ee80188e859f8d3643a93c1cdd6fa95b7a5d445adef4d8484db3ccee', 1, 41004, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95af894e7b14e53d22d9ee8355dbbf3ab0a40f00', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css', 3, 'ecd1229ef331afa1bc85d742adf7fada484caa781f8ba9a87bcd9aa5b0d12dc4', '476776ffe42db554c2b8cdcd8baae224', 'ecd1229ef331afa1bc85d742adf7fada484caa781f8ba9a87bcd9aa5b0d12dc4', 1, 59, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '95b159e248ec422a270de36ee5b64b559dc7ad0d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_embed.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992619, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95b24cae46ffcd4ba43f78cea465b8205483dc30', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mz.gif', 2, '052e4e1cec3b88af702a1fa9f5c234bdb1e7077cf72dc47e2ae6d600f4500fcb', '4b938aa9c776ea29cf0b51fb48f1767a', '052e4e1cec3b88af702a1fa9f5c234bdb1e7077cf72dc47e2ae6d600f4500fcb', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95c89d74d6ae2b9fbc51cf0db62dd7a868a0d106', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, '3c9c80ee6f505799473a478d5bfb762d17714a7ac2d47a159d23429fee1d2855', 'a64f5211e61181e05dd2fcbc49b74e0b', 'a64f5211e61181e05dd2fcbc49b74e0b', 1, 15984, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95cf30d8c620b0a6a88ac433cdd00fcdb103fdec', '/home/hkrhostingreview/public_html/wp-includes/js/dist/date.min.js', 1, '63cf297a8b1ea6631208680ff216b6055651d0d55e0b42c985ad912a8910955a', '3e8aefa8bd479feb0b73915bb0efa21b', '3e8aefa8bd479feb0b73915bb0efa21b', 1, 192992, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95d8b31dead8b8eeec54ba762d0617935d319725', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.scss', 3, 'ac4beade4ed7b8742c5d667af7b095479f933014393fd01bedcf16afb0ca198a', '59ff5996b50acafa1b890074ad8171f4', 'ac4beade4ed7b8742c5d667af7b095479f933014393fd01bedcf16afb0ca198a', 1, 867, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95dac4e992491736cfa40982db878ca8a75c21aa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/empty_star_hover.png', 2, 'dfb9fc4f696ad96cbda08d9fcd1f4732c3a63c457e7718e6ef1b5c32e0835444', '860c57ddc4641a16f72dd69980a415bd', 'dfb9fc4f696ad96cbda08d9fcd1f4732c3a63c457e7718e6ef1b5c32e0835444', 1, 2152, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95e2c2acb2417df66acb4b5b9f515d2f53a0dd40', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js', 3, 'c26e325d50649594e505b0de6867e94b377b5a5acbd0df5db179e0ad1623848c', '29cd3e55b8abf789930620cdf5b3b9f5', 'c26e325d50649594e505b0de6867e94b377b5a5acbd0df5db179e0ad1623848c', 1, 6770, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95e31657c36e6f3d972ef762ceb38ba7fa3db703', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php', 3, 'e53ff98c8b1ffb01671559904463620282bfa53a98501e62314a565e16d22877', '816a6403cb8172af445e750890ce9c46', 'e53ff98c8b1ffb01671559904463620282bfa53a98501e62314a565e16d22877', 1, 32443, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95ea73e1e7b7f345eb8f0a6fc08c6c4e527273bd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/nonce.php', 2, '20666dab40153563b48e2acc5a71d24ed86293bbe45b8e9e1366d6f41e37de89', '64e6ecbd4aa10ea730824ad1318006f7', '20666dab40153563b48e2acc5a71d24ed86293bbe45b8e9e1366d6f41e37de89', 1, 279, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95ece353eedf3be1d1e45073433b179ef305dcb0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/edit.js', 2, 'bd2dcb5f644a4106d48d88ee786d79457ab029f04798bc436803d0fc141f6134', '89e6d1c9c17056a01c861127bd2eeda0', 'bd2dcb5f644a4106d48d88ee786d79457ab029f04798bc436803d0fc141f6134', 1, 47831, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95f0dd0b5ada0aea991d5d2de28d9ca76b03e3e9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/builder.js', 2, 'cda00d6bde22736ab2e08db72c60331d17abfdd455b7ac426b308cdb5a2c32e6', 'c2e00758439021e1639e82b1e1455009', 'cda00d6bde22736ab2e08db72c60331d17abfdd455b7ac426b308cdb5a2c32e6', 1, 17903, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95f2db35a325f12cfec0eab7db8a52e112668e85', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-log.php', 2, '16966ed9b87be0844d06f1c02602628c62daf596549cac9d2863faee5671f1fc', '671dd8154df62391b0b835038cc25497', '16966ed9b87be0844d06f1c02602628c62daf596549cac9d2863faee5671f1fc', 1, 5585, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '95f9797e3282f813e11e7785121510faca847213', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/wrench.png', 2, '6e2b6dae525b4ca741e05885c5424618326357f23a130aba687190733eb45777', 'fb448833d843629f432d3221d451048f', '6e2b6dae525b4ca741e05885c5424618326357f23a130aba687190733eb45777', 1, 5955, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9600cacd746775fe133cc2b60f4f68436816fcd1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176612', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '961c6f38d6ce376a2f4663df3edc537a1aecb843', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/post-grid/index.scss', 2, 'f96e4c7962a27d5f4ef81197364b7617e1abfa020612829f886a519c34b87da7', 'f64a6413cec4e2b480faf154799a7c5e', 'f96e4c7962a27d5f4ef81197364b7617e1abfa020612829f886a519c34b87da7', 1, 12274, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '961e3f77b624409f2c32e80ed59a5b326a484f9f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/za.gif', 2, '588e048df3d14cc5982ed8fc130b3b7977639268f2339d134f4c686b6d8c114e', 'c8d80912d6a8a8fc94cb856871a864cb', '588e048df3d14cc5982ed8fc130b3b7977639268f2339d134f4c686b6d8c114e', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, '961fdd67fd8e376c8ef3c457f12ce631a027faa5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_functions.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992562, '', ''),
(1627004145, 1, 1, 13, 18, 0, '962c31e0a491eeeebae84fb22b0183fffeae0cd4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176437', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, '965aa2b30cc0d3629dd122abba09bb207ef88383', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Types-of-Web-Hosting-Services.jpg', 5, '40e86f2997fb649d8aa97fec222486daa5a6bc1616186c6039867094a130cf03', '', '', 0, 33176, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '965c2d506c8708adb1248465d898049473c71af7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pk.gif', 2, '265c2b33c3744a4eec52946b7c20defa39ad0e208d3e60968c5732889e23b518', 'fe878d940e0e3030c7258feca05b2ebf', '265c2b33c3744a4eec52946b7c20defa39ad0e208d3e60968c5732889e23b518', 1, 377, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '965fc7bae9262580b6c02b13d263378510a29641', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/vc.gif', 2, 'b2aaa9dec888788800999a6caec4b0339d0d2d280e33f02246ad0aa7b4717f1d', 'cf4329d0f1da7924b3eec1a0f725ce45', 'b2aaa9dec888788800999a6caec4b0339d0d2d280e33f02246ad0aa7b4717f1d', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '966c92d36dced00a257088b8b969ab75f5bc695c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Total.php', 2, '4324dd34a50a18dd2380e14d638a90399ab20d908f72fd70b8589e5f719f06be', 'e58e6aff0c687a0abda42338d6a9470f', '4324dd34a50a18dd2380e14d638a90399ab20d908f72fd70b8589e5f719f06be', 1, 1207, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '96929ca4a97f6e247a83d014e792e97e0815110d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/file.php', 2, '5abeeb1e0f88092f1d61ad546a050089496aa104bb808f3fabf0fdd090502080', '4a84576a9cf6e82cd00ee38f488a5bc6', '5abeeb1e0f88092f1d61ad546a050089496aa104bb808f3fabf0fdd090502080', 1, 12318, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '96a934ee8a85e46568e25f90f0dce314e3473812', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-cont.php', 2, '159dda71224eaddd8d9aff5edb29c8ef122c7ff3f05899ac6101089289eebb92', 'e71a764f59284d9e9949288b71ed6119', '159dda71224eaddd8d9aff5edb29c8ef122c7ff3f05899ac6101089289eebb92', 1, 834, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '96a9532c3aa6760f23c5ceaa11b8689960cd776b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226652', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 13, 1, 0, '96b2216f739a2f155f31630a650ab493cf216faa', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_ajax_module.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992578, '', ''),
(1627004145, 1, 1, 13, 1, 0, '96b5e193515e293609c8ba0c7418c1726c6d4c88', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground-small-img-olninj6rvtmxkur7nm5ifiuee93g0ofgpolzw8kqc0.png', 5, 'a864f617016ceed414a6db7512e4e6ec59299e3856366e9707a7ac852a3a6544', '', '', 0, 37627, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '96d8190e50ec149d45ebcde7a8795385e85d2d02', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, '9f945f6b32f34b23282cb15654dbe5fd6c9b088d1c11aae62a932b45d01e2404', '1dae1d2b036f7e98a458fce5dd9300cd', '1dae1d2b036f7e98a458fce5dd9300cd', 1, 108, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '96da96dcaea43502e20fa4a439de089a71cde9af', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-es_MX.mo', 2, 'fb1e449bf3c0a09cc8965d4bdf2a8221bf15bbcba44266adac8b0fe4d080d1ac', 'cc8490fe678195178ccddc624988934f', 'fb1e449bf3c0a09cc8965d4bdf2a8221bf15bbcba44266adac8b0fe4d080d1ac', 1, 104839, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '96e1097b9723d52316b9bcf5fd8cd479e3de509f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/ActionNewsletter.php', 2, '7ea131c2eb12cc76ee700e14e12920134ac1196a219f3960ce308956fb4ee30e', 'bdaa802057a548c6a9d54ba65064cdbd', '7ea131c2eb12cc76ee700e14e12920134ac1196a219f3960ce308956fb4ee30e', 1, 4559, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '96ef23d59cf36cb71ec4432ef1a8de1e280c106e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/aq.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '970905ea81e960c20630519bea1114846ecf7110', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css', 3, '205b2a4420d6b27a734d698e2614c6eb68effdfc5d75d64f2abd424a842f7190', '956708f877d0cf303a2e5446d635d6f5', '205b2a4420d6b27a734d698e2614c6eb68effdfc5d75d64f2abd424a842f7190', 1, 3863, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97101ebc48b851e7194ec77aab26fc059a3821df', '/home/hkrhostingreview/public_html/wp-includes/feed-atom-comments.php', 1, '1baa9a242a10b9c2428b568493c52cdea9258ff0ce5001bc63df7d5c120b3652', 'fe71789768a8c13cec561b07d558f4a8', 'fe71789768a8c13cec561b07d558f4a8', 1, 5405, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97130e5b92c0f2553f8ce0db8da1e5bcccc5c749', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.caret.min.js', 2, '04b95e5ba7cfcf6aba8376f51bc81288975353aa7cf89e3523b6a4ccab0ea4c3', '044b0cc96fdc65b07f2c69916466bce5', '04b95e5ba7cfcf6aba8376f51bc81288975353aa7cf89e3523b6a4ccab0ea4c3', 1, 1113, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 15, 0, '9715e7da1dd7666eceb75021cd07e31838a90c6e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/sidebar-manager.php', 3, 'ea4c85439d1f7e28e82e8295a74d5cb63b9096b44ba41b583c20b967855fe492', 'b6d3e20ca52ca0b3a16c3a13aec53ae3', '75456cea2667a43e8ca111633ba13a1ec562016feb69bf0df36b1a1cc803054b', 0, 2040, 33188, 1, 1605438544, '', ''),
(1627004145, 1, 1, 0, 1, 0, '971ac0ce7e4894865cf9d56b8187d76cde06c121', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_classmap.php', 2, '0152e587f0e93cc11559da67b1c17ef7e7de187677f10e8520af79f52bae1471', '06f0086d1bc462e4c0d5e13a4cdcc865', '0152e587f0e93cc11559da67b1c17ef7e7de187677f10e8520af79f52bae1471', 1, 6164, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '971c4f678fafb743d2a757fc21cd420287efc496', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/editor.min.css', 1, '1b68bafbae5fc3186b7da58603c11ca4669c18d6a4899f9f30f1d7d23cf5b7d4', '3e71e641d1fca36fe6b0169145d9d10e', '3e71e641d1fca36fe6b0169145d9d10e', 1, 49527, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, '972b5343de60942e39cbecd249324f50c63571f4', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/pl.js', 2, 'f923d29b0def5a7c8e102c210759fd26ea669b1568d1e213a42d1eaf317816d7', 'f2749b2c4a575f4611554725fdc369d0', 'f923d29b0def5a7c8e102c210759fd26ea669b1568d1e213a42d1eaf317816d7', 1, 925, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '972edcfc54e27bcc6c095b95dbf7ccfb837e8399', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, '2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e', 'abd3613571800fdcc891181d5f34f840', 'abd3613571800fdcc891181d5f34f840', 1, 53, 33188, 1, 1388274795, '', ''),
(1627004145, 1, 1, 0, 1, 0, '974592becc736f32b9866160f5a4dad9a71faf5f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/kits/views/panel.php', 2, 'a8f4523ab12f5d9c38a803a16b68c4faab5726380501f1fae54592452d89d0aa', '2263b0f4fac8889d17c7408e8011219c', 'a8f4523ab12f5d9c38a803a16b68c4faab5726380501f1fae54592452d89d0aa', 1, 655, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '974a12186bec31f3991bfccd99780e6225aade63', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/ea-icon.png', 2, '5dac223d94d3aeaeaf9b953ab10fdea8fa6b43e0481f0dd6fb4dba6ade7c241f', '54062ee74d58780b3a120d0989b0ba60', '5dac223d94d3aeaeaf9b953ab10fdea8fa6b43e0481f0dd6fb4dba6ade7c241f', 1, 1174, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '974b44bf886d6f985ccb0e7a58438232655f5a5a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mh.gif', 2, '0cceaa9a98b8f54fe1c5f3d2c89f95d5ec0cd49d3ba4688507300a3b14d67113', 'cdfdd26cff13006fd5a7f3bcf433cba0', '0cceaa9a98b8f54fe1c5f3d2c89f95d5ec0cd49d3ba4688507300a3b14d67113', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '975204ca8c4c7f5f0d0f387c36b47c09c0034e45', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/blog/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '976264d9f0855c74428e988828fac4847aa24448', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-transfer.min.js', 1, 'b875e36929d296a43faf54d612207deacdf9cc28d8efa0fe46f5fa4b59d03850', '2d541c6d1e13a0f9bfbccdc6a68710af', '2d541c6d1e13a0f9bfbccdc6a68710af', 1, 857, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9781ade6e1176ca6a70bbfd0c9494b8eedf9c883', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-asset-manager.php', 2, '124b0684bb1ce191c0a610fe2308428615fa80678efc5f92bf655adcc5113732', 'd42f747af6c9bf55266fb12a31ab89e0', '124b0684bb1ce191c0a610fe2308428615fa80678efc5f92bf655adcc5113732', 1, 5117, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '978dd17d307bc86380bca434e53e3dac4b50f780', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/slugify.min.js', 2, '55785c7437a327d38ff033e698324634ea20f3d667f9abd029cc9eee2e46b267', '652829551025bc8e4b64f7c54053271a', '55785c7437a327d38ff033e698324634ea20f3d667f9abd029cc9eee2e46b267', 1, 755, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '978fa8e9f22754e0fdd9375a859c1ab38b9ea76a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Objects.php', 2, 'c3c2d1f520aa0c7d49565cdd2c7b7fd98d4146482f8dd843ee16dc1d467e3507', '9fdb0f2ae684886fcc4d3f49c64f5cda', 'c3c2d1f520aa0c7d49565cdd2c7b7fd98d4146482f8dd843ee16dc1d467e3507', 1, 1533, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '97ab54d270b0e95bcd7d4bfa802adbc71ade6eb1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176743', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 13, 1, 0, '97b34c50f69f9715b41a20d2044f1acdb27460fe', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-hosting-logo-150x150.png', 5, '64d70ed3311b059891bc0664cc85e45b1417746e851e71b9ffbf2c95d5016b09', '', '', 0, 3958, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97b4ff6326d50abeae71f3fb820c7c4ae9d2b321', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/progress-bar/index.css', 2, 'f99539f5e13a94bf02b612a67a45ac55921f26ff61bde9a99464323126297b43', '4c915068ef4455b5ae93b0d3608a34f9', 'f99539f5e13a94bf02b612a67a45ac55921f26ff61bde9a99464323126297b43', 1, 4757, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97b76a7e722969f2894a029f60767d64d996cca1', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/no.gif', 2, '019bdfaed643674542f71514948050b099901534673a2b5d80a472f1f1a88dfd', 'bbc9011e876a122ea89923e6b730ec50', '019bdfaed643674542f71514948050b099901534673a2b5d80a472f1f1a88dfd', 1, 376, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97b8f44aac4dd26358c0f27f15e81cd4bbdc5180', '/home/hkrhostingreview/public_html/wp-includes/js/customize-base.js', 1, '6848f3b4ea85ba7b5c78fac29ac6befbcb47a944f0c536b63eac2d8d6a16943a', '811878a3509b308b50bc004360e5eec7', '811878a3509b308b50bc004360e5eec7', 1, 25686, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 1, 0, '97bb5b325a790f97ae28ce51a4aaf445476af3ae', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_base_background-task.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992573, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97d5198540bcda09101511bec0f1cc19074233db', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/BatchProcess.php', 2, 'ee5ce409aaa9d946b592e282a29f98d2f9a340237491d271a20671e90cff2ad8', '8606c35da41eddd129b6fffeafa42efc', 'ee5ce409aaa9d946b592e282a29f98d2f9a340237491d271a20671e90cff2ad8', 1, 4909, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97d93c8411ff1dbb4f7f2dd398dc6506b2270ac8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-dynamic-css.php', 3, '18a2b15dbe6d31ab1eb3bf13eeb90d02cc3bd2b70f524f6fa367fa1f2957208a', '076d29c63eb60fb069112821ed0364c8', '18a2b15dbe6d31ab1eb3bf13eeb90d02cc3bd2b70f524f6fa367fa1f2957208a', 1, 96586, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97e0c837ffa1a1679ef6eefc80fdd5820ccbb318', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php', 3, '73022326bcb8528cf7b9156467c81b7a3d4b662e8f033d3db15a02af95be5dce', '607e3bb8957eed11a37d5cd344fc3c6e', '73022326bcb8528cf7b9156467c81b7a3d4b662e8f033d3db15a02af95be5dce', 1, 1130, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97ebda1d5f771aef1e25a8df087df141b129c942', '/home/hkrhostingreview/public_html/wp-includes/ms-default-filters.php', 1, '8bfca25763f88cacd7653de677bfda938bba8b29ff0b7270de5d8aad94bc9fd3', '6cf25ce7713083ea488a3b1f1114aa14', '6cf25ce7713083ea488a3b1f1114aa14', 1, 6414, 33188, 1, 1546937328, '', ''),
(1627004145, 1, 1, 0, 1, 0, '97ec02daf62a1d16c2df1682575c2dcc05b65fb1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/functions.php', 2, 'a02be4bb2261ec0e3fc6e592eb88fdd13393dd6acc7a1e536ed7c74092977129', '41c68c53f4a11821d8d6c7dd21c90e55', 'a02be4bb2261ec0e3fc6e592eb88fdd13393dd6acc7a1e536ed7c74092977129', 1, 15173, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9808b72ecae92cb7948b7b097039382b2ef097da', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9813695eca62561556cccd23987c536825df783e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/sub-limit.php', 2, '83306ad2335fae9b4f1d989642fb3369394d1546eebd7644406269ee28df070d', 'd94dc900ddef2da37b87225d1b1851a3', '83306ad2335fae9b4f1d989642fb3369394d1546eebd7644406269ee28df070d', 1, 2156, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9819e09b04bde1b637f884cc50345f978777d642', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/warning.txt', 2, 'a4545590c8ea68d22804b00e39d7ac7f6f09c0301e3bf36f897062530587714a', 'd5129d4d935a4563a44b719c29103636', 'a4545590c8ea68d22804b00e39d7ac7f6f09c0301e3bf36f897062530587714a', 1, 1403, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9841dd7233c04a9388b33d731a3acadd7533372a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/ui-stack.css', 2, '3099a7c4e15d7acb3183d4a81574e880817b5c6df890d2ca6d068b99bcb382c6', '189eba23604c5a29d1067064058105f3', '3099a7c4e15d7acb3183d4a81574e880817b5c6df890d2ca6d068b99bcb382c6', 1, 1065, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9858f7dbbee877e13281746a509ade09ea8c8743', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/suggest.min.js', 1, '9b7e574146adb2e34f5d1210cea786679805a648a73ac03ddab6fefaec903de3', '7311075c2b411b299c94e36e2e3bab89', '7311075c2b411b299c94e36e2e3bab89', 1, 2993, 33188, 1, 1452705747, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, '98679fd740a64ef32267d386c72d3818857d2a62', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/editor-rtl.min.css', 1, '336ff16d64434ee33f1711ea819f7fdee10232508560aebac37abd8bd991eff7', 'd703f2178551d235ce107c8b7f5e5e61', 'd703f2178551d235ce107c8b7f5e5e61', 1, 49531, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 13, 1, 0, '986c0c9c7312a34f82473a4266b95d320c38a97e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_controller.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992561, '', ''),
(1627004145, 1, 1, 0, 1, 0, '98701994f3e3a69cd55bba8e8e905e5b3433c003', '/home/hkrhostingreview/public_html/wp-includes/category.php', 1, '0fc0610d9a79f273241a351b5917121e0d1e26108ab32eed76763e57fc01af2c', 'b8b7e875e3193cb5ca0d80bc5cea4014', 'b8b7e875e3193cb5ca0d80bc5cea4014', 1, 12378, 33188, 1, 1567358039, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9871a8baa7fd0d06de155e0e4ddc396068d7b459', '/home/hkrhostingreview/public_html/wp-content/themes/astra/toolset-config.json', 3, '254aab082d7eb279af3699d6920faa54fb8ac200e2d9e64a5687e77b8b0551f6', '06ebcee943eb8feb468679f7d3949675', '254aab082d7eb279af3699d6920faa54fb8ac200e2d9e64a5687e77b8b0551f6', 1, 9022, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '988250fa36ecc42165ecb69d4e91e67a5378879e', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-194.css', 5, '7f45ba5a2931a87c46fd62c3e6810f0c100598c1bfae70eae5abf4987a2bca8f', '', '', 0, 35974, 33188, 1, 1597092967, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9886842a0ef29868f196a6e28d6da41416cfdad2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_divider.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '988932e2e518d7d4339e2bef9821b80a7348577b', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/tabs.min.js', 1, '0922becd70ef93b27d7ad5a41af2c07f9bb4d3d88a57f1a8a8b4e60de9723833', 'b7d1b47a2c57059631f53e42392f7955', 'b7d1b47a2c57059631f53e42392f7955', 1, 12036, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 13, 1, 0, '988f66900c6ceac6851d443390d77a7e3fc98309', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-min-300x158.png', 5, '905aba5005e01206693099da595cc09b65b40040b01f2d62dfba964bc2ee851c', '', '', 0, 43961, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '989960763177a978f881537cdc7ffdbc12b420c6', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.js', 2, 'dea7db57d41d98f99d675286d38ea5f2cebdc7bdf4f2a99a49d125f0880affe1', '9ceb555dccf63157c57de50a6f8f2302', 'dea7db57d41d98f99d675286d38ea5f2cebdc7bdf4f2a99a49d125f0880affe1', 1, 1529, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '989ddc0e767f44a7df8d08f5ce9d838e1a4dad99', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/customizer-link.scss', 3, 'c13a2a70e25729e43ead805580a07f41a8cae70a18ea661bca0d480dc6fc4824', '205eb276f88268ed49a0a1d99476a577', 'c13a2a70e25729e43ead805580a07f41a8cae70a18ea661bca0d480dc6fc4824', 1, 109, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '98aad040100ec142e96a3d1bd801ebaf8f49e0b5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-gdrive.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992542, '', ''),
(1627004145, 1, 1, 0, 1, 0, '98b1d6445017a1d78e1714da9536b113d50345ba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification.php', 2, 'a7b5e2941391ca394a913c11fe1a1c785a66ce9f306870fa954bb1214a5302e4', 'b13d13f181e9270567658cae4e846a77', 'a7b5e2941391ca394a913c11fe1a1c785a66ce9f306870fa954bb1214a5302e4', 1, 3412, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '98c0ec5ff7ecac5e939cb73becc321e71a4e4905', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599680100', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '98c2ba5a74dd8191ff025685156dd7ef114981b0', '/home/hkrhostingreview/public_html/wp-includes/css/customize-preview.min.css', 1, '7bca774f7dd4ddfdc40754486be20469b66db2cae75f65e4b9302149c7ddbea9', '7a6724d220d95c58e9cad4439440e987', '7a6724d220d95c58e9cad4439440e987', 1, 2854, 33188, 1, 1559219692, '', ''),
(1627004145, 1, 1, 0, 1, 0, '98cd1b7a0f5e2a06efb27741f79fbeb0c14a6380', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ko_KR.po', 2, '87d341f2f6aa16b9b472fcd1c1dcd30a94eafe2a777a5221f6a2d84e9d810a27', '08209e70a962e4e27913869761e8b514', '87d341f2f6aa16b9b472fcd1c1dcd30a94eafe2a777a5221f6a2d84e9d810a27', 1, 213429, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '98daca149fad44dcdb96842a75bc8c6b4826d4b6', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/audio.png', 1, '38197c45a62b78e545083f2dc26796b1fc75c8db7cefe05cf84c1f63199955cc', '996e56f18f3ac9cf89f347d8d42d236b', '996e56f18f3ac9cf89f347d8d42d236b', 1, 2184, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 13, 18, 0, '98e6b94d550ceeba8bb9dc65ecbb048718191b24', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176670', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, '98f382a2bedde4ef37dd69541487ec8565d50925', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/caldera-form/index.css', 2, 'dd7e57b6b0bcbc30552a20b0703377b4097616e88ffd170557f7915e872aa31b', '42fd80525a9c8397841cf98505704792', 'dd7e57b6b0bcbc30552a20b0703377b4097616e88ffd170557f7915e872aa31b', 1, 1283, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '98f8ed1026a429c9e79489c2b8ff2c00e7df33d5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/user-info.php', 2, 'ef36de13e0f001d7944bff909c604da520df061773b34c4ee314071ffb0145a9', '7a54f76ff7b69e592473eea8321ed47a', 'ef36de13e0f001d7944bff909c604da520df061773b34c4ee314071ffb0145a9', 1, 1388, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9902e774627ab98788d9c6f2e939d05afbfd784b', '/home/hkrhostingreview/public_html/wp-admin/js/language-chooser.js', 1, 'fe7dd5f414bcaa4c4af942fbb5932ab860d73b3488de8f08290c4ce6049347df', 'bc08d5fe72ba491b870cbb590ff93a88', 'bc08d5fe72ba491b870cbb590ff93a88', 1, 873, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99084e6f861ac4345c93652eda7d92b7b8466b35', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/220.php', 2, '9760369d96e9dcd32a259975f345a9349da5fa17782851078c572bed840352f6', 'e96a4d971ac0417ed5732ef91948eabd', '9760369d96e9dcd32a259975f345a9349da5fa17782851078c572bed840352f6', 1, 1225, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '990d5324be4ab2afde9fb9fedcafa288b0652379', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php', 3, '2b2dc1b9ee054bc4c6aa3a1a103273d24b4297e23e8f748195698286f3fba94c', 'd5121a260428ff265f638ae70242c207', '2b2dc1b9ee054bc4c6aa3a1a103273d24b4297e23e8f748195698286f3fba94c', 1, 1635, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9913747b7a71a489553cf54edd5dc53c8e8bf025', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf', 2, '444dd4366615ffc4a16d012b2fa90137065d3ccb410fa6fd5e4ddd7b5e4ffcd5', '0d2717cd5d853e5c765ca032dfd41a4d', '444dd4366615ffc4a16d012b2fa90137065d3ccb410fa6fd5e4ddd7b5e4ffcd5', 1, 134808, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9928a7719584370ade5ada6ce1c8d9c334ce0eb6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css', 3, 'f7876c4d18617d93c270e380bb233f3812906fe99497a61bd10e0b4ddcc8e16a', '92018f7afff1b0f252f42c840b058e1b', 'f7876c4d18617d93c270e380bb233f3812906fe99497a61bd10e0b4ddcc8e16a', 1, 2443, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9937398d35398c35906c0ccc1fb7a1e6a55be973', '/home/hkrhostingreview/public_html/wp-includes/comment.php', 1, 'e7f282148f94c0b72677c5927e275708dc6f92b7a7fad4cd8ba59b531d417ea1', '1f4546247ea6c34856b425d25cf79529', '1f4546247ea6c34856b425d25cf79529', 1, 116637, 33188, 1, 1570484223, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99378bf08201c5b75b0ef45cf133da2b2d88c426', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/submit.php', 2, 'd23bd911eaf04ba6fce9823f41f1fa61f87dcf578ac2481c8475fd846c1c4f75', 'a7667bf9607960c013db5e4cc17e4501', 'd23bd911eaf04ba6fce9823f41f1fa61f87dcf578ac2481c8475fd846c1c4f75', 1, 2048, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99408afa71860a7ae0e136bcb7f9854aa5135c8e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/facebook-feed/index.js', 2, '104debca73dd31a36911394197edf93f5bd696b0ceeea3294beb425fab625f66', '64eef9bd43b92ad42bf2dc7ce7df9c53', '104debca73dd31a36911394197edf93f5bd696b0ceeea3294beb425fab625f66', 1, 2196, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '996341fe69be49b600991c58816d3573720b7cf2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2', 2, '86e496b536b26ba60cdb68df9dd9143b19a63b65e30e373b0321833aab1295d6', '9efb86976bd53e159166c12365f61e25', '86e496b536b26ba60cdb68df9dd9143b19a63b65e30e373b0321833aab1295d6', 1, 13576, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '996737677e2b4b5c4b426a834753a640aff3c461', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod7yjr8f4qv1ajwb2byxx9m90ss3tcqvxp8ec.png', 5, '6643dbc9de4741f1f72363b4bb9e1a0accaca99cbf11889f7d37e7127bfa098d', '', '', 0, 143971, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '996e067f4169792ce66290c58aee5028fb912c5d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-plans-min-768x362.png', 5, '7b6ff2281688276d0ab780e6af835d88d20214ff370bc4aa14610f90067e77bd', '', '', 0, 176671, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '997454ed48c5e5a292c1154e173a82191fabe235', '/home/hkrhostingreview/public_html/wp-includes/js/dist/dom-ready.min.js', 1, '5724eb98134f05db573c99bbaa3f17b8369e6b4df9c1fce77bd51b7a7fa12362', '8825521d390213ffb919cafb95ca64e7', '8825521d390213ffb919cafb95ca64e7', 1, 1163, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9982700a0b2a502c30706c1339f4992d403161b5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/uninstall.php', 2, 'a203d9cf2cc88538cfa8f6ac892d0512b6e07375c3bda50fcb7b61d154b38353', '56323fc8270525fd129ebacefe30a016', 'a203d9cf2cc88538cfa8f6ac892d0512b6e07375c3bda50fcb7b61d154b38353', 1, 459, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9985ce5e4831e86c927eb8678bbe2997c779102c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110079', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 18, 0, '999ae750e3ef373c45d06e848d1089fb1413bd80', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176830', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, '999bf85d61bfee938d6c96172f26a1ff52d51f18', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Dual_Color_Header.php', 2, '3dae024d07b1359cb1f8fe460348b52d55c9f97065315cd289b0e9f2becac7f0', 'cad5cd97da031574a13c6d0f9502ad0f', '3dae024d07b1359cb1f8fe460348b52d55c9f97065315cd289b0e9f2becac7f0', 1, 16496, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '999e4e8a164050c0b51324c01ea6ee92c8cbcc07', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', 2, '5a35b2680d4c7768c5fc246e4fa776115bb5d844c2b745a9283b2e0c8e714f5b', 'f49c75c4ee19bf228215b8241c59be6b', '5a35b2680d4c7768c5fc246e4fa776115bb5d844c2b745a9283b2e0c8e714f5b', 1, 5284, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99a6fa22a71108235861f555e9a5ecc8c9be9114', '/home/hkrhostingreview/public_html/wp-includes/class-wp-role.php', 1, '52436453ca236b85357413739ce14eba9779d1392edbb1aee8ccd78079d888a0', 'f547556b91bbc6959e40cb5c7af62378', 'f547556b91bbc6959e40cb5c7af62378', 1, 2661, 33188, 1, 1522006411, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99ad65a4c7972ee6c7b21e105f480931aca26571', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListRadio.php', 2, '71b475c8e98926047d1e91eceee7d2347791329018d60fe15b5bbda055ee3d3b', '75c042ab4e7eaecadfad379af12b6409', '71b475c8e98926047d1e91eceee7d2347791329018d60fe15b5bbda055ee3d3b', 1, 1023, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99b605ef11bbcfcfd71c94bb5f33f85d38e09797', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/bell-prenotify.jpg', 2, 'e3b9bc9ae0f9f367fea3df46ad802e03a929ae42ef0d63d5bce5071d1fb86747', '010aefe70a9a14c81bd0328b1687b77d', 'e3b9bc9ae0f9f367fea3df46ad802e03a929ae42ef0d63d5bce5071d1fb86747', 1, 5555, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99b63ac148d62b60f53a956270899647d9df4919', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php', 3, 'ca77a7edb07ad911aecec472da9e7eb0679f6187c269242e8465668f74df0dc6', '430a6ba22617efc94ca04a55d43932ec', 'ca77a7edb07ad911aecec472da9e7eb0679f6187c269242e8465668f74df0dc6', 1, 7969, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '99cf9e1fbef0d5986973683d2215f616fd8d826d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176833', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 13, 18, 0, '99dece6b6aefcf68edcf567ca33a22023ab95312', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176640', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 13, 1, 0, '99e370dfe3f08e63b8288f783b989b65cc79a631', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_general_model.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992598, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99e37ce227e7f54747f616ddae2016de666df709', '/home/hkrhostingreview/public_html/wp-includes/js/wp-pointer.min.js', 1, '256e65c46fd68eeb2ff94009bd6873b073692721e8a44665528614037ab0be9e', 'a6b1f0f1180e40f7847a2a6d660da570', 'a6b1f0f1180e40f7847a2a6d660da570', 1, 3627, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99ebf5377e8867ec8848ebbde241a8237acc306b', '/home/hkrhostingreview/public_html/wp-includes/wp-db.php', 1, 'c27c12ed9b04a58b4686386c0282f620814ec2563698c42552916d7a3132a847', '8b19f93df274176581dc7a01b1dfa4b3', '8b19f93df274176581dc7a01b1dfa4b3', 1, 103829, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 13, 1, 0, '99ecef97b37b8f4836869323d39819824e970d6b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-logo2-150x76.png', 5, '381b1a626a5b101df71814b2e78d0b9fe64a1773e13d58ef5fdc48a4db22b846', '', '', 0, 3260, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99eda3ab98e276b7feecaa1ddadb895c7ee226e9', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/img/check-icon.png', 2, '2f4b89c9f3a3dabe5f8f0108325d10cbb5266f36f4b8c4d67407f2d5935df042', 'c91a1e29af77c32af7ac404a23f750fd', '2f4b89c9f3a3dabe5f8f0108325d10cbb5266f36f4b8c4d67407f2d5935df042', 1, 3604, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99ef69174968af221c87330aea525b8432d475f0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/index.scss', 2, 'f99dcd39dc9a92be426347ad5a6081092266573e6ebd2406d926d745dc04afd2', 'a6c6bd711cddffdd31cb42a18b5424aa', 'f99dcd39dc9a92be426347ad5a6081092266573e6ebd2406d926d745dc04afd2', 1, 4471, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99f912367216315ca890e7520b0a39d47eda5368', '/home/hkrhostingreview/public_html/wp-admin/js/media-upload.min.js', 1, 'ada471ab904f78a2cf94c2a5c360e7927a4e392a71432113023ca9a861bd7406', '3427781751e43fa30defb3c3686e0f4f', '3427781751e43fa30defb3c3686e0f4f', 1, 1112, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '99fd6b4e6c059043ca840d727e40252aeadc2710', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-admin.php', 2, 'a914ca5eafcd566fd0b5c45a3cb8413af24e963881f030a9abe2619659d36c3c', 'd14c6a5932d6a85f663d49f3c0abaf50', 'a914ca5eafcd566fd0b5c45a3cb8413af24e963881f030a9abe2619659d36c3c', 1, 177113, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9a063fca43057a1fe1635145ca548a8dfcfaf1aa', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_capabilities.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992560, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a1d735113ce66a294951e57aaaf08ee22b8e79a', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/accordion.min.js', 1, '2deed487901f9fc73c8b02aaf5b500584d36769f9991a4d2db8f56703d36a8a4', 'e89a7c428e49ea602d7ec04809663edc', 'e89a7c428e49ea602d7ec04809663edc', 1, 8566, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a1d783fffb1498478b974b55c6f999fabc9c598', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/triangle.svg', 2, '25a024c02ff986e2d75d99f84b731d0bd417ba77c8558339986449f11917a20b', 'c4ffc0f34cf870ca9b2f35db371e993d', '25a024c02ff986e2d75d99f84b731d0bd417ba77c8558339986449f11917a20b', 1, 176, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9a2703f26087a21a39c10a7f1e366c17795f87fe', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_template.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992583, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a2a199d788a8216a428cff6216f7235d3f21797', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-10.jpg', 2, '20b8a19c223f4428feedb9e81c8b7ac07a465e2066f4db4e46259ccab410b0c8', 'f4698fd018ebb017f49ce30246ff298b', '20b8a19c223f4428feedb9e81c8b7ac07a465e2066f4db4e46259ccab410b0c8', 1, 149838, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a2eea027a0dc1cc1c85097f149dfc5bb0e5db83', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php', 2, 'bdef202e7d098f760b2b061ace6b37d4e87c6ae5a026bde963ea899fc49c92be', '58cc24d8dbb9bb9b8af5654284732127', 'bdef202e7d098f760b2b061ace6b37d4e87c6ae5a026bde963ea899fc49c92be', 1, 16851, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a3d8f210167432da20ae372222ee6a9b854c974', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/jm.gif', 2, '20a03208ca35a81fc44a591dab3ca47bbb4ab41b748f8540e3721b9adfab1222', '98ea05ee62c0d4462f902b108b046439', '20a03208ca35a81fc44a591dab3ca47bbb4ab41b748f8540e3721b9adfab1222', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a3fb43d53dd528f25c37282bc91789c42519248', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff', 2, '1af816db9a686faa76bfbda779df959e6213de714a94b87aa7374a151f6f4900', 'f4920c94c0861c537f72ba36590f6362', '1af816db9a686faa76bfbda779df959e6213de714a94b87aa7374a151f6f4900', 1, 89100, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a430fd9dad873a3948fe836e52aa50d47659230', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-video.php', 1, '23bd211e024feeb91d41a7ce79dc2f8e7078115a9183eeaacf6d060d129827e9', 'a56e9df84fd39406a22edc8e318181dd', 'a56e9df84fd39406a22edc8e318181dd', 1, 8424, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9a4c54d2c5b1565dab6116ae22afab5747dbcc43', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger-small-img.png', 5, '34d3cd56a5f12516e1263e2bdd1f77d22fc12b1d25c4a7350e7c81700162b8e7', '', '', 0, 2253, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9a4d285b87cf7657c630670c1036eae70ba32028', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-extensions.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992520, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a56727ed8ef88dbfd3519ee27d315c2b8d4cb55', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/organizer.php', 2, '6e81ac519e1cfeeffb7ac88a58e9460f5a2b550ae38e6fe18f1d17eab0c1f062', 'a720dbcd2fb5a3451819c4ac8df7bd76', '6e81ac519e1cfeeffb7ac88a58e9460f5a2b550ae38e6fe18f1d17eab0c1f062', 1, 623, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9a5742f2d45585b6d0c4e89914a4f018aac7d426', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_connect_apps_library.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992580, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9a628290219db326b921866cd423404297a655cf', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_code.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992605, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a7946f924529f0ef584e4f2c4129cb4c6815e9d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/common-rtl.min.css', 2, 'a2b26a1f9ca9e48a6f8eb9bdd670bc3429988e8cfabb177bb4e68a6837d48926', 'd3ef477c9df9baeabd6ddc15d5f8e096', 'a2b26a1f9ca9e48a6f8eb9bdd670bc3429988e8cfabb177bb4e68a6837d48926', 1, 393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9a868bd8c4c41d80dcbd97d5b4b201e4d9e1e024', '/home/hkrhostingreview/public_html/wp-includes/js/wp-embed.js', 1, 'd931ba2089021a1357761939c18bcc09aa856d39be2a707ea450333f5b3443c4', '23e24e824f384c5eb11e73576b4ac93c', '23e24e824f384c5eb11e73576b4ac93c', 1, 3214, 33188, 1, 1535632826, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ab68d986b569f5ba85b2628561a103d90e55d4e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/creative-btn/index.scss', 2, 'b8d3a3b71b4460f768e7f81df26f21aa6aa4cf07bfac98d6502ac2df80763de5', 'd9ceb0105ee7971e02479ce733227a78', 'b8d3a3b71b4460f768e7f81df26f21aa6aa4cf07bfac98d6502ac2df80763de5', 1, 7239, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ab990e497b482405e64dfd2ccc28c89a9efe86a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/tax.php', 2, '0dd2e381f8639b692d7fe1ae16bf791e1a19f1aaf59d7ab8f3eeb37a0c2d53bb', '9ce347fb7a3ed99e6f53880976b2d2d6', '0dd2e381f8639b692d7fe1ae16bf791e1a19f1aaf59d7ab8f3eeb37a0c2d53bb', 1, 2288, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ac0b208b495849681db0501e58a361c3b67f0e9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Form.php', 2, '9acdf4f11c2f27648bbe07c2e0c195e7e07f0e7777a5791c4411dad3ef27efd8', 'af17db8cf2391ed20941ab4c2eeadc11', '9acdf4f11c2f27648bbe07c2e0c195e7e07f0e7777a5791c4411dad3ef27efd8', 1, 7147, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9adcd4fde83dd5803e48c8291d231df662ae2d91', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-need-help.svg', 2, 'd81e67c1a6530cd6e0b74b25659b9b916ea80b3f07b41dccdf30c81ff0b48be8', '3130defb052781ddc534b349f4e2b610', 'd81e67c1a6530cd6e0b74b25659b9b916ea80b3f07b41dccdf30c81ff0b48be8', 1, 2228, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ae22f0436ec2123896b6b4372c8e7462e45218c', '/home/hkrhostingreview/public_html/wp-includes/blocks/archives.php', 1, 'a83a192dbea81625c5b5c4181f56759e9941c5e6f93e7e84ae63947adb956298', '86e6e5e9bca5e60b51a42637b49d1035', '86e6e5e9bca5e60b51a42637b49d1035', 1, 3282, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9ae2fc4e6a2edd0c1b5ff456cde13d3b7683570a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bleuhost-min.png', 5, '2ecc116959e7c416d7e2a1a5f3bba0d51319f951c57423295f245a3a3b448e4a', '', '', 0, 225262, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ae3a19d84987c1c9f72adca361b617cb9014dc6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Shipping.php', 2, 'd772d1e8dcbb95771191ed71e8db38eefac2804249f1de61b4eeff12d08f1d84', '75a07acb9fc5b4f0916678196f1bc0fc', 'd772d1e8dcbb95771191ed71e8db38eefac2804249f1de61b4eeff12d08f1d84', 1, 2565, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ae6d266d50a745f620a5407de089176ec1a7adf', '/home/hkrhostingreview/public_html/wp-includes/js/shortcode.min.js', 1, 'dca9848ca933f44432d5dcdabf1893fa739ebd65e0dbfb86a113fb7fbb538307', '18e0dd81085ad19822288e41aefbfca9', '18e0dd81085ad19822288e41aefbfca9', 1, 2588, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ae994127e02568f39a86d682aa442e4a28efa51', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-connection-exception.php', 2, 'e40ea704c26d914968356c5ab1d96dd3580d80d291d8a5458dd83430105c05d6', 'f0b547558eea0e7dc0539130080911f3', 'e40ea704c26d914968356c5ab1d96dd3580d80d291d8a5458dd83430105c05d6', 1, 77, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9af39a33e0d8732f3518ffeb71f4c74dc60d3d28', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-s3.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992538, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9af79605083cbf91e00d2e94f6f1cd96f8198085', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176698', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9afb97778f6a77dee803f77bf8153f52975cd351', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/admin-system-status.js', 2, 'b896f0dfe0f3a87ac2cf7d701ad73cdb49fbf533ad04f2b8d3291ec247396e16', '9a163034e3453ef0d57c3fd86c109c4f', 'b896f0dfe0f3a87ac2cf7d701ad73cdb49fbf533ad04f2b8d3291ec247396e16', 1, 2237, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b0b8efc2b0ec6b157b570b8fb5e324c30d2d74d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/blockFrameSetup.js', 2, '1056cd555ab071dce0b8c8b8f8e8a48f9dcff481d4bb97bd9db80ca7d440916a', '08d5d684ced562f53b0758e9362e3d65', '1056cd555ab071dce0b8c8b8f8e8a48f9dcff481d4bb97bd9db80ca7d440916a', 1, 583, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b0bf98c21b93b96818e2a22281092e8031b4b86', '/home/hkrhostingreview/public_html/wp-admin/images/media-button-video.gif', 1, '25b659c5b9b0d120944f0c8765946ce3225f91d4b2e9ecaf6ad63378e5bd11d6', 'c2d206df3efdc0db758b8065ad77f04a', 'c2d206df3efdc0db758b8065ad77f04a', 1, 133, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b1efce75594517fe8938a2247e7c7a7e0962c13', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/formstack/index.scss', 2, 'c452bebe90873e180602287bc9ffad360b46b2c702be67b74381f25856e82b2d', 'a2f5de8345253226a7e261e87d5a30c4', 'c452bebe90873e180602287bc9ffad360b46b2c702be67b74381f25856e82b2d', 1, 2657, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b201a04c5f185a05872bef3aae10f90b5d430f0', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/sitecheck.lib.php', 2, '6841a2cfd1a8d178a47ad794d4686e0b116db9cfafa5c8cba4d475c7e70236b1', 'e7bd60b8b411cd24af01aff3ca1e06bf', '6841a2cfd1a8d178a47ad794d4686e0b116db9cfafa5c8cba4d475c7e70236b1', 1, 19425, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b2d92dc68592005b46b4c85d7a8d3149eff7864', '/home/hkrhostingreview/public_html/wp-content/plugins/virus-finder/readme.txt', 2, 'a7fbccf45d8f1c63a22704c369fb0d28460e00c6d2a050866720ae2c1e0bd8eb', 'e36edf924a89e7d59bada000c64bd584', 'a7fbccf45d8f1c63a22704c369fb0d28460e00c6d2a050866720ae2c1e0bd8eb', 1, 1435, 33188, 1, 1626989513, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b3b0ee754a7539d60a3182aa3a4962be46bdcd5', '/home/hkrhostingreview/public_html/wp-includes/js/shortcode.js', 1, '39b19d09310eb666362063047f79663678ac3d0306e6646ad7fa8e8ab789e272', 'e97bf5b755c0c98bc63ed715b7fb3ff9', 'e97bf5b755c0c98bc63ed715b7fb3ff9', 1, 10569, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b407a001838c9ef1e5fa2376d2502841e80d0fe', '/home/hkrhostingreview/public_html/wp-admin/css/colors/light/colors.min.css', 1, '3ff5517160e62511e89cd23b311590ff0e551c718ea0683f7dadff59952d3263', '0e0a26930fec17520735158ccffacf87', '0e0a26930fec17520735158ccffacf87', 1, 13389, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b4868c5fc6b5f596f1dc008824a56170ee232ac', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/zw.gif', 2, 'b0cf963f89cd92b1d4686e98dce41e01c59b54adff9b585471857be264bf6105', 'fd5cc25e0cea7e07b0be89c5452c546c', 'b0cf963f89cd92b1d4686e98dce41e01c59b54adff9b585471857be264bf6105', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b645786f97278e12039c9a21a325eb662c80c62', '/home/hkrhostingreview/public_html/wp-includes/functions.wp-styles.php', 1, '9a4e6136b8664653579791257dfc7a31534612acd5879f488d626a5c1dccd313', 'ff473b7c47fe49bd251bfcce9c0f5a67', 'ff473b7c47fe49bd251bfcce9c0f5a67', 1, 8219, 33188, 1, 1545273768, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9b757d954d7062c543392d5213367e6440e88341', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176661', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b82d6a7f1de8ad6592d18ccf96d8cdeb3377e7e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.css', 2, '8297520e3bfff596f3cb8e7bf68488fa1721a5bdd701eab7f67ad0bc6da0ef99', 'cc1cba097ab4eacbabb0e99f72bf81c6', '8297520e3bfff596f3cb8e7bf68488fa1721a5bdd701eab7f67ad0bc6da0ef99', 1, 10523, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b8d06f803e8046c90c07556030b4a92ba307268', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-drawer-buttons.html.php', 2, '2fe606b9dc621e31c5a857c36d7b59dd1a2e915eed0b1f2c57d9a86a26b2fe92', '57ff6fb75b01b634f30a98c05fab1227', '2fe606b9dc621e31c5a857c36d7b59dd1a2e915eed0b1f2c57d9a86a26b2fe92', 1, 316, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b91009374e87c30712d6c83c222f68954c02d28', '/home/hkrhostingreview/public_html/wp-admin/network/about.php', 1, '52a5fc24234aeb12f6767a236a41999518f281e95b1473040983bb8852e25143', '36fd6671a5493cc8c5405621d96dea7c', '36fd6671a5493cc8c5405621d96dea7c', 1, 263, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9b93246aef25b8028a8c92676c66e88e78ec50ca', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/restore-progress.php', 2, '325726831c0abaeb6ad5e7d5d1420251c7832fc540374d280a878f3e2861c1b2', 'bea6fdbd24fd954bd55e52c1625c2749', '325726831c0abaeb6ad5e7d5d1420251c7832fc540374d280a878f3e2861c1b2', 1, 1808, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ba060b91c0f29c65c5740f82e5d9c18381b0792', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/bb-theme/class-hfe-bb-theme-compat.php', 2, 'e44dcdaa4590531e7064ce8a2465e230f501499904a65ee1c353b773cf4e77d1', '23ff209bc92c28e13fd3858b8866bad4', 'e44dcdaa4590531e7064ce8a2465e230f501499904a65ee1c353b773cf4e77d1', 1, 2122, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ba1c77ca6f868df4916f364c38400ce6155d2a3', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/js/jet-sticky-frontend.js', 2, 'e4b9ea6a165badc601207a13ef397b74d6b216ca192f0229be43fce7ad70b2df', 'fb8d1f1bbcf6ed36957816c476b00706', 'e4b9ea6a165badc601207a13ef397b74d6b216ca192f0229be43fce7ad70b2df', 1, 10340, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ba3c30d36ce0e00ada74d8bc406eb25c3db4ee6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/formCollection.js', 2, '7d8b1fb8ca504a0f8f1930168bcb1a785ea1c9fedcd8f5d1e25debf9fe7f7635', '7b31f0c39ab002dcfa0e16ed9554a334', '7d8b1fb8ca504a0f8f1930168bcb1a785ea1c9fedcd8f5d1e25debf9fe7f7635', 1, 7727, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ba5bfaec82225c6a323b924018716dc45805213', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/csslint.js', 1, 'c792319421cb3d1efc5d7b37292a59a7f122a42112634f532207a901ef1cc2ef', 'e1b73b2ee9f94bd0f0cace5f09fd8251', 'e1b73b2ee9f94bd0f0cace5f09fd8251', 1, 377627, 33188, 1, 1509661907, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9ba70e7e047fbd44aaeb6d05524bfe2af3a0c560', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599333550', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bb0be66b22e02ea351f1cadb3228d336ac5ce0c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-9.jpg', 2, '53e4cb24b6d74953f2f759ab66a32fef0c0e47f5fb84513a717b239ceb20c0fe', '8e56f516d2bb154032a4cfa630405911', '53e4cb24b6d74953f2f759ab66a32fef0c0e47f5fb84513a717b239ceb20c0fe', 1, 97026, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bc49b3913ba1f39d723603e6ae86fec9d6d6b82', '/home/hkrhostingreview/public_html/wp-admin/css/nav-menus.min.css', 1, '5282320020e63a2461a1e85225a967d8202e4e091e930e000989bb45ea43c802', '8aaac8c45315f80ce0f534516d595f7f', '8aaac8c45315f80ce0f534516d595f7f', 1, 12293, 33188, 1, 1569448318, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bcf76fef8f69c59d92172868b7cd3921ffa43d9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/css/admin-bar.css', 2, 'ee483f5113de2b31783ff75079004d3b8fba8abbf12a16634a5cc6ed188a79dc', 'c9024c5f36a8813ea0f96333c3fc8d16', 'ee483f5113de2b31783ff75079004d3b8fba8abbf12a16634a5cc6ed188a79dc', 1, 402, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bd230e0d7f2107af390c434478ac088678ab44d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/required-updates.css', 2, '8a3b10311c6685e5e448405fba2b0bf24d04f439a4223db93881515b503642a4', 'bad2bf440c612c2fdabac0eeb3635242', '8a3b10311c6685e5e448405fba2b0bf24d04f439a4223db93881515b503642a4', 1, 2138, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bd6a6c76dcc02943dc3dbbcd84d590da7fc6e34', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/DispatchPoints.php', 2, '87e15be30cdc895357d1f0053fe825ea7785945eaf6259c0a406b5ba48302bd1', 'e8753469e2cdb1ea843e790bd0c55c36', '87e15be30cdc895357d1f0053fe825ea7785945eaf6259c0a406b5ba48302bd1', 1, 1207, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bd94bc72b2b05a77bd382212c21d25401afd804', '/home/hkrhostingreview/public_html/wp-includes/class-wp-hook.php', 1, '35374abeb21996c39bc40602701a21f07abc94748af76520274077d7933ab03f', '5a3dca454fa75d63f8956268726b9a7e', '5a3dca454fa75d63f8956268726b9a7e', 1, 14294, 33188, 1, 1568547956, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bddde275a48327c0e3501534c275756619453ce', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Exception.php', 1, '146e490755530d096805e6e8a2f9b6e58244967ceae01432465d19f455006dd4', '094bfd76269c9fcc3c5cda8f05d05335', '094bfd76269c9fcc3c5cda8f05d05335', 1, 2187, 33188, 1, 1352402093, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9be096304424592e94330055c3954b82bfa71d00', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-scanner-ignore-folders.snippet.tpl', 2, 'e1042b4eafdbaf8955beaa28d78a58b540a01f3592edb4a8ce68bc9d172de73d', '95fd804b6786874295417d78ed51b580', 'e1042b4eafdbaf8955beaa28d78a58b540a01f3592edb4a8ce68bc9d172de73d', 1, 316, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9bf1e59d22bd249325641d6c4bc9b24449ea422d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/notices.min.js', 1, '58ae9bc3f375c37c1423d0c2e3ffe380dfed11c00e9ea8699c99fc7a2b13170f', '87401eac0344e7ccccf68ae898454158', '87401eac0344e7ccccf68ae898454158', 1, 10851, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9bf58b229ef1284c4153c9cad6d3f3583b929df3', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/bleuhost-min-olmydit62wbczjt2klnkpsitx6g6m5brz7kc77q2tg.png', 5, '8c253be83da0f0dbb32ba6eeeae364b4d4503e118d713dce5fc0283600ad60b3', '', '', 0, 138775, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c0aaf152911d01e56727b8d37c7bce7b89160d3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/color-picker.php', 2, '4afe98dc6bf0bd28406ff0409c35d051a44d57fdddafd475a022b5bf95d36ee0', 'b822a94fe23bbbaf183a5ae0e354295e', '4afe98dc6bf0bd28406ff0409c35d051a44d57fdddafd475a022b5bf95d36ee0', 1, 967, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c139975b2e009721d46273d911bf2729a928d09', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/general.php', 2, '13637813a95e22f54436c9170c9edb3caab4c4f77494d5e5f9a8f34bd6b27a74', '7ffb89ed69d538a3f4bf5b8d9263fda0', '13637813a95e22f54436c9170c9edb3caab4c4f77494d5e5f9a8f34bd6b27a74', 1, 7585, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c17cf36f3b13e45e74367d7cb91362226fcd1d2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php', 2, 'f879636ad5fdcc015e9c6a35162ddfe3c66ecb2b4e3faf3f53b52baa5eb37b71', 'd97ddaad87c7e8e07a0b82867123205d', 'f879636ad5fdcc015e9c6a35162ddfe3c66ecb2b4e3faf3f53b52baa5eb37b71', 1, 2310, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9c22122bf96f939bb4b5202ccdfade0a241c04a4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176776', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c2cfa133eb45aa1662db71042e30d72fa6865af', '/home/hkrhostingreview/public_html/wp-includes/css/wp-auth-check.css', 1, '0e03848e29a8fc4c172f9dd9e4eaf10df6962bdf410fb21616b630702fd66b3c', '8868ded3f5e30dbaec5dbcb7bc104b0f', '8868ded3f5e30dbaec5dbcb7bc104b0f', 1, 2507, 33188, 1, 1559219872, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c39aa1fd5b43b3ef59c2668a988076cad328ebf', '/home/hkrhostingreview/public_html/wp-admin/export.php', 1, '559f52bc012b763989c2c234e1f5ac75a6484f1a8a32d341d9f6b600b34de405', 'df9989211c395b00634d7e6e5b9bfc88', 'df9989211c395b00634d7e6e5b9bfc88', 1, 10943, 33188, 1, 1564883215, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c3ad694d0f3728ad890ca543afd00fa3d257e53', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio.dts.php', 1, '3d70cbd8e06949c404f77dba91ee24ef59c2025af414e9baa150f34f54fa125c', 'aa7ccfc174818bc15446f9063800ef0a', 'aa7ccfc174818bc15446f9063800ef0a', 1, 10872, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9c47576e56ff33e47ce50f042c202718f1a02e38', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/9-150x76.png', 5, '3763e1c6740da57be7a4b8a34b825401cd1a39883635e5e43972cb0906a284b0', '', '', 0, 8546, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9c4cbdf00d56bef1bc962a8d12c19882aa8f87c6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-Is-SEO-and-How-How-Has-It-Changed-Over-the-Years-768x379.jpg', 5, '22bce5d637e86538ddfb0827c15feac647a597f828e8d324c22da957c17fd69d', '', '', 0, 28684, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c5203d98a91706a256cb44a7edab6dcfbfe4317', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-th.mo', 2, '0ad0fe7b100b927058357f0d17035c934894fe38dab0ab0b1d22a339652d5c3c', '6a8535035cf2aae966ffa70b65ca7045', '0ad0fe7b100b927058357f0d17035c934894fe38dab0ab0b1d22a339652d5c3c', 1, 139591, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c5dbcdd203a31a2ca6c8c0638931fe7d0ea6ef6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/audio.php', 2, '9e45d34fd3e7cc38244edc8b78cdf308775311064853a77387b4c9280199f176', 'dc6510b18b6ce8932476e746e73e820d', '9e45d34fd3e7cc38244edc8b78cdf308775311064853a77387b4c9280199f176', 1, 7278, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9c702aecd1debd5773f4ae235e7a0773287cfbd8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176579', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c711415973b0601775f8f573de1f56990ec1ea7', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/lodash.js', 1, '933bfeafa74baa6cfb898b91d8e7705209785f9455b2810d0738a0745e5cc6d5', '050c900c28ad5d8275ff56f63b05becb', '050c900c28ad5d8275ff56f63b05becb', 1, 540512, 33188, 1, 1566131460, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c7b68a95bc6fe149cd569886f0ff9166ce1ff86', '/home/hkrhostingreview/public_html/wp-admin/css/site-icon.min.css', 1, '3bf115141888a1d343aae8285d8da439ebcabdac163dd1e96e9b3a0cb7496cb2', '6c951fcb811b78da4a91c55447888f98', '6c951fcb811b78da4a91c55447888f98', 1, 744, 33188, 1, 1503173447, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c800dc3ff34ab8188673b4ddd833a7b16b81dd8', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, '3d476ba18eaa0dae0a9c76133e3bfd1580f126cb51c3b1ec1da50e1d111bcc70', 'a56c7a563660776d5a421c730b8dcfd6', 'a56c7a563660776d5a421c730b8dcfd6', 1, 290, 33188, 1, 1393991655, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c957d56beb3e630a00e01f3c32add9834ce06af', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-list/form-list.php', 2, '6a82399a8c180d5934162e1cf7ed86e96f1f241bd211fc968455a9dd8d9769c6', '5060e30c19e7aafc788697fed309360f', '6a82399a8c180d5934162e1cf7ed86e96f1f241bd211fc968455a9dd8d9769c6', 1, 9793, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9c9c3e4cc9d954e754bd42178dc91c111aec540d', '/home/hkrhostingreview/public_html/wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, 'bd5fe9b9e97f85421093474bee7ceda239535ca4200c6bca4d5eef5ee5e25e9b', 'd438f2be1ff29ca5faf2b3c05924df44', 'd438f2be1ff29ca5faf2b3c05924df44', 1, 4596, 33188, 1, 1569840837, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ca1c02c02dbe7071eedfc34a43ea7924e37d07a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/export.js', 2, '4ddcc3049ea17ded0234264e35a06ce8ef654e2cdc44e281232c38abcf727d65', '4be404239ccb2c45abb82765a9ef3ac1', '4ddcc3049ea17ded0234264e35a06ce8ef654e2cdc44e281232c38abcf727d65', 1, 2651, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9cb08a99a7887a29f9a504080afe9b3849ed566c', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-el.json', 2, '54bd543ac60712e3202e845caea9b03c2bd15b797ca1b4c8e5ed9cb2ba854fe2', '5cdafc5d08ae7e2f4fc0b5eae472f2b1', '54bd543ac60712e3202e845caea9b03c2bd15b797ca1b4c8e5ed9cb2ba854fe2', 1, 42476, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9cc26d96e8ef97f4ac6219fed12328e65caeacc1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/jquery.qtip.min.js', 2, '691f0701b262fa4a0558659b713cd605105feeffb65a5409052cc5db953c969a', '0183010f459e41215e01d3aeb663a0c9', '691f0701b262fa4a0558659b713cd605105feeffb65a5409052cc5db953c969a', 1, 21427, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9cc275011cd9d65d99678b2a6e8c7807bf325bdc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176747', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9cd444d5b1ff9adef570c7f5c42e30099b030d45', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/ninja-forms.php', 2, '5d7b1de12781488d9664f15551fc259c7f71572736ab7ec18fdafcd16d5828b3', '9875a92e5345b13baec75220207aa4f1', '5d7b1de12781488d9664f15551fc259c7f71572736ab7ec18fdafcd16d5828b3', 1, 47643, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ce7f459c4b6a2ac10f4732bfc29b02bd862e205', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-link-service.php', 1, '48a402dafdd66d51c6727ec31fa43a0b5a63b01c76c4aa0661fe416011d4ec40', 'c359e736b47926be10b08f63c0dd5513', 'c359e736b47926be10b08f63c0dd5513', 1, 3370, 33188, 1, 1555391391, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9cea7a5193a96413b1736a9eaef9156e0ffa3f79', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/daygrid.js', 2, '2d40434639ee96420bb2c7b9129901ae8bd0f18a73c24d65f62c150414c8436e', '36eb766947663c2b79491d3d55a2cf69', '2d40434639ee96420bb2c7b9129901ae8bd0f18a73c24d65f62c150414c8436e', 1, 80253, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d01ab9e52869ac7a3bae6a600b0a727bdb2b8a4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/namespaced.php', 1, '1dc961ab4770ec141068b022bc4a51fc1f90960c2f9a4959fd55c02cffde99f8', '24d4948e5ab618b38d6b58a5689c60aa', '24d4948e5ab618b38d6b58a5689c60aa', 1, 1275, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d12aac7c3004113e0fa4bd52113fbdf5511e49e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-cli.php', 2, '50d86b9728ba9fd54cccdfb268f4bf9724b8cb5e158ff00e5593c26d2405e059', '05fd7aacea9674cd66079a332634611d', '50d86b9728ba9fd54cccdfb268f4bf9724b8cb5e158ff00e5593c26d2405e059', 1, 6232, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d1679ea7c358e52623d7b430952d7eddcee1fbb', '/home/hkrhostingreview/public_html/wp-includes/js/dist/block-serialization-default-parser.js', 1, 'dfbc4301470b8a7acf4a1dfee6cd09359f10bc4a33222f6555c96eb9371776e7', 'af4267c09a196d31e97cdd99c7eeebe9', 'af4267c09a196d31e97cdd99c7eeebe9', 1, 17718, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d2744c8b804c07675ca58bb85322ee599121f1c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Metabox.php', 2, 'b6ea120a5c950fc030ada51450a1e68003eac389fde066193ef102772c78ac19', '89d041c185142b7a782ef29c5da9c862', 'b6ea120a5c950fc030ada51450a1e68003eac389fde066193ef102772c78ac19', 1, 1541, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 1, 0, '9d3130616b6577b291a15f0489995aafa26de6d2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/05/logo.png', 5, '0e6807b15003e4ec6952338cd07e4ff03fd9d385ebefb6c30cdac3f4390c65c6', '', '', 0, 31815, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d338324bb28a234a27c255194114febb229012f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/plugin.php', 2, 'e277609aacf17717e9781a8895bb59d93817f372779da2cc4b253bf11e85e312', '6251597dfd37c140910178d2813eb935', 'e277609aacf17717e9781a8895bb59d93817f372779da2cc4b253bf11e85e312', 1, 12502, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9d3c22d580e2492ecca55a75db3bf622acc3878f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-mega.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992542, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d40a6223188b6df3d69745e858edc9c99076295', '/home/hkrhostingreview/public_html/wp-admin/css/color-picker-rtl.min.css', 1, 'fdb0114c144512968c7852c9d49ecaa4531440cf80789d1c197cb2db1b64bb5f', '0d106d6a3700a6bb7483879d5b8dfd9f', '0d106d6a3700a6bb7483879d5b8dfd9f', 1, 2863, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d4577aab4e490d54b0168be24f249b6a11542be', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css', 2, 'f9c6dc1544e7f85eb54398083fac011fb4d06f115879036b34a6bc6853e75cd8', '4501f574fc86b42c6efc58c8831e2803', 'f9c6dc1544e7f85eb54398083fac011fb4d06f115879036b34a6bc6853e75cd8', 1, 1416, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9d45a3dac598978d76883b78a309dea679879854', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/o-1024x269.png', 5, '9e534a21af21948581762c81e71f4906683fe8973a9a7d8838f2be89a7a73d1d', '', '', 0, 280436, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d51ae7512b919c226300d82890a5b0268c21862', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/404/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d63d517b77fccda65dac6f6afba5f7a54095680', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 'db8b9808a60103535332d93057f043a5385bedf5b01d80c8c98569e435a56ccf', '7b481194bebb48661b83a258e3ff090e', '7b481194bebb48661b83a258e3ff090e', 1, 132227, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9d6592a318de42530c05a4b7e2e1e7f76a6aefff', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_tabs.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992636, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d79e1edd554be952a9d4d59f3c1cc96471e915e', '/home/hkrhostingreview/public_html/wp-admin/js/user-suggest.min.js', 1, '5e674707571f536185d0e94c6d9840655ed2be0f05f49edc27a76c8f04141010', '87209d46b9230db274cb2a463505b902', '87209d46b9230db274cb2a463505b902', 1, 657, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d8c8c4fc2e4276c70c3e0c4fa9be31dc06a2f7a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/zm.gif', 2, '6c94694d727a45db9820af1ed98176f10b12b280e97ae2f0f41bbc628b7967df', '88d75c077c65a544c5676bc35eb3f6f4', '6c94694d727a45db9820af1ed98176f10b12b280e97ae2f0f41bbc628b7967df', 1, 358, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9d8ec8ef763bba09c0743524cab8cbc39540e187', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php', 2, '055c5f9e55575626ff5356e6cdd3c552b73d4770b5b6eb8c181110207784c08f', '4ec1bb0358c2499de91ad00143fcb477', '055c5f9e55575626ff5356e6cdd3c552b73d4770b5b6eb8c181110207784c08f', 1, 7870, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9d97d1087854fc249f8914c517d5b0bafe897a3c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176783', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9da341605b6c66470788c8264166fc918a36a78b', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, '510b748769f56f087ff2bde3a00bed3735a341b2e8444e55ea35cb6d07988a02', 'b47aa96beff3c3fb37526fbb7065a2e3', 'b47aa96beff3c3fb37526fbb7065a2e3', 1, 24453, 33188, 1, 1569270357, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9daa26a1632dcbbbb48e9860e9797d9a8cff1ab1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', 2, '9b08629121163f75f74225fba763de9e778786d0e991ea761c4540662000bb79', '0391da9be8b8aa2f1024701d74a5cd2a', '9b08629121163f75f74225fba763de9e778786d0e991ea761c4540662000bb79', 1, 21628, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9db62a2799be1e347dd4666447801951a0ec97e5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/extras.php', 3, '78705e40137f3f320f948de9612e89ca2b74255c8f91b83fd81ea1c618913ee6', '83e7e96fd48747c86006d1fa670269b6', '78705e40137f3f320f948de9612e89ca2b74255c8f91b83fd81ea1c618913ee6', 1, 55673, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9dc6009ba566723daa7dbb24bc916493ef990523', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground_hosting_plans-300x189.png', 5, 'f6040e0c19239ff3fa8c48456abb75c1d1e3818267b9698d23adf5716b16c5a5', '', '', 0, 63843, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9dd750796c18fe2ddec6fcd2b5b2b8ed1ad1ed11', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-cs_CZ.json', 2, 'd1a978a38927d110b83605717aeec93001b79ab2cec4538dfc0e5dac51e896c1', 'a7e6e8a0fd0633a6263e7547ab2693e4', 'd1a978a38927d110b83605717aeec93001b79ab2cec4538dfc0e5dac51e896c1', 1, 519, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9dd9b80ac50d8b70276f5242c16994c17f0e3e3e', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ocean/colors.min.css', 1, '9bc5ea768e493dbda31bd63bd948cdd9fbcc06419cca2616d2c17a00a8f8b69f', 'f811888802876ed3ed6ca1b1f4f1dbab', 'f811888802876ed3ed6ca1b1f4f1dbab', 1, 12929, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9de4f26f84da8592e5d4a4583f39275f6044423b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php', 2, 'c8686ab17c805201c29a19893885d095733b2cd0addac81166334e551639b76a', '3229342a4bd2cea46c80dde12075366f', 'c8686ab17c805201c29a19893885d095733b2cd0addac81166334e551639b76a', 1, 1239, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9df56848d6a378577b0fc802c4e948abc17dba02', '/home/hkrhostingreview/public_html/wp-admin/images/comment-grey-bubble-2x.png', 1, 'be73260f755788150851bd814f3cfc1e7a02203a280832ee959d0eb7ba531371', '9d5459d3c59d32b602732c0df56d83bf', '9d5459d3c59d32b602732c0df56d83bf', 1, 258, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e081f28f6c548dec14580f7246eeeb1e96f427a', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ocean/colors.scss', 1, 'aee24926f805d130722de15aa49a86c0e890527a1f1977e9a9c5fa3683d8e261', '1a7c5bfd9faf7f6cc77cd9b166062568', '1a7c5bfd9faf7f6cc77cd9b166062568', 1, 157, 33188, 1, 1545016984, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e0befd6c6c74b7f522e13025776f45102ff8f67', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/combobox.min.js', 2, 'c2327e55c7c1450420d4f562a3cac1832b8bfaf1d9b5e327994cb7e118559120', '44a07deca8ad9ca364bcc69da939cabb', 'c2327e55c7c1450420d4f562a3cac1832b8bfaf1d9b5e327994cb7e118559120', 1, 3166, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9e1386aed71e2d8c0343769d57e8083ae194c4b3', '/home/hkrhostingreview/public_html/wp-content/ai1wm-backups/.htaccess', 8, '1cc48261abfea21fed990019fa489827beb81012e505e1d04a855e0e9df3bb2d', '', '', 0, 188, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e2166cffcac0305f2df89071fc5cf100d44c709', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.table-hotkeys.js', 1, '2a33f9087d8142917f24e26f0435a785b5a77823abbf33e3218d2567ad9326d0', 'a706ead694231e74fd6750b1670580a5', 'a706ead694231e74fd6750b1670580a5', 1, 3730, 33188, 1, 1384492569, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e21ef575ae8f638c83feedf369e9ba7e02c8faf', '/home/hkrhostingreview/public_html/wp-admin/css/site-icon.css', 1, '9f970ceb7380771be2752565d6185608709d8b46856ce3b83d67835a2f4c2975', '8d0ea8f47d8c45b2a80211d470306c75', '8d0ea8f47d8c45b2a80211d470306c75', 1, 1021, 33188, 1, 1500167746, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e22b72e0ef0f89eca65306c3a8a8b0fc6d7e897', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-addons/tabs/addons/addons.php', 2, '72890c8f063c2cd1340c3fc3249ee2dc2fed1617853f4ff877afcd0ae34da5c4', '7c5f144ca498abf74f56662ce5cfeabe', '72890c8f063c2cd1340c3fc3249ee2dc2fed1617853f4ff877afcd0ae34da5c4', 1, 3993, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9e54b4a682337388c25ef5f7ea4de30bbcec59e5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176763', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e5d4b9e829deb6bc1ea8a8015675a0c992f8cb0', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-tools.php', 2, '7e6756013d46014514a65bde55aa787dabba76ac853b25b43c57cbc1a73daac7', '136bf9314c427e5194c4ee96d3de10b1', '7e6756013d46014514a65bde55aa787dabba76ac853b25b43c57cbc1a73daac7', 1, 6894, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e5fd3dc539cbfdbed3b4b6a79abc0c3583c67a1', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css', 2, '15d6ad4dfdb43d0affad683e70029f97a8f8fc8637a28845009ee0542dccdf81', '9f54e6414f87e0d14b9e966f19a174f9', '15d6ad4dfdb43d0affad683e70029f97a8f8fc8637a28845009ee0542dccdf81', 1, 14966, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e62b662389aa699e9a0c3c0e9e0db6cd0c7b29e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/frontend.css', 2, 'cb76b72acb3d9691308d89720ccb6326b67737f8e392bab93c8d6d1d300ed740', '4a7b09e5cbe46fadb338e7ef090914f1', 'cb76b72acb3d9691308d89720ccb6326b67737f8e392bab93c8d6d1d300ed740', 1, 136700, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9e6a0d9cac09a6c809cbbd213b59e17e2a696434', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-logo-min-150x150.png', 5, '7154abe56e913aba0a1dbe514665d9973e07c9e240f9dfca62fdcf7f2594f581', '', '', 0, 13611, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e74523c425a90509c490049878e3ffc6d826bbc', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pt.gif', 2, '73036dde7c521c1ec570474b3254826496ab475f3851cac75e5c5de7827b0fca', 'b68938af019e2c74377327abbe3d4b5e', '73036dde7c521c1ec570474b3254826496ab475f3851cac75e5c5de7827b0fca', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e968190797e9594826dc4a5a0816e4a32976a89', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf', 2, '0389b061db08d406704c9bb8819e09c3558ac956287b3e9da8e6645a79d528ea', '2aa6edf8f296a43b32df35f330b7c81c', '0389b061db08d406704c9bb8819e09c3558ac956287b3e9da8e6645a79d528ea', 1, 193780, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e9cac4a345d69d068f6edafc56e33d44690f12b', '/home/hkrhostingreview/public_html/wp-includes/pomo/po.php', 1, 'deb008c0cced3e841309efe9b5cfd9eb37a6171efffb1f3435f6b48cb69c7b7b', '6e725fc91368894f82b9415dcfffb70a', '6e725fc91368894f82b9415dcfffb70a', 1, 14737, 33188, 1, 1519590150, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9e9ff580a50998b7b759c414d82a819c8298ddc0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-nl_NL.po', 2, 'f590c3e0ce37dd68794e1d6333bbf819b6e9feecc9164058a636e9df4723cfc8', '9c31b3760af042b7331f0e57af217200', 'f590c3e0ce37dd68794e1d6333bbf819b6e9feecc9164058a636e9df4723cfc8', 1, 211519, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ea70d4ed8ef1b9ca2ef1df410cc7b327aa09e8e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/uy.gif', 2, '7129c13c1b28aa3645742f1f3787e3d2180aed071dabc1a7bfb6f999bbc76b78', '74786429627d504ad3d36b0c4a40a638', '7129c13c1b28aa3645742f1f3787e3d2180aed071dabc1a7bfb6f999bbc76b78', 1, 373, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ec0fcf212a58f3c92c081357567e503fb21b188', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9ec1131379100e448b004e523d416da3f97a8a35', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176623', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ecb4ebeeb9e5a1432f8cb536e09e6323e3e8d2c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/advanced-footer/layout-4.php', 3, '52c3d53b341beefc2a8c7b8cd548f8276d66ae93e3d10555b0083a883707b98f', 'd4b7fb199ef62af596a90abbcd5a0155', '52c3d53b341beefc2a8c7b8cd548f8276d66ae93e3d10555b0083a883707b98f', 1, 2105, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9ecd51f8058ce19257e552ceae4f5d06bc6067c9', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/c4e54e50fa3c5718cdf01666fb29ac51.min.js', 5, '63548d682196597c7b95f328b6fcd730eab444aa158ce9510aacc59334cf01c0', '', '', 0, 43062, 33188, 1, 1624721992, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ed2dc294b3fc63a312633001ae770488016bed0', '/home/hkrhostingreview/public_html/wp-admin/css/revisions.css', 1, 'cd252f885a73057e07dc3b97ba81ca6ce6f264c7a0a17e239d2c5b45d499f0b0', '41615f8d0cbede34b5ced529fe9e5e7f', '41615f8d0cbede34b5ced529fe9e5e7f', 1, 10483, 33188, 1, 1564847214, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9ed74fe3cbbd6505ca10aa597ffa653f6b4963df', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/1-4-150x76.png', 5, '18829d37578871df4e8ca258591fcb5e8fc3b6e4e73988205ac2422212aee386', '', '', 0, 2883, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ee548012d73962ad761d8bfc1bca19fc7cb9b56', '/home/hkrhostingreview/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 1, 'eb6e2ba0f68920bfa4278cabbd9b8a1b45d08ef63ac0c9b9854f50b9a61efa65', '665ee57d23f6e1b6539fd1b0e62d31ab', '665ee57d23f6e1b6539fd1b0e62d31ab', 1, 412, 33188, 1, 1545061020, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ee8b4be24fdc79a38df8c98ff4bb97d05cc78ab', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/wp-tinymce.js', 1, 'f4bee8b414c269b09cd2314343fb6f3dc69b3bf3d5edec3be876184c4a19da54', 'ffe71832a7c66be8b8df4640908d5166', 'ffe71832a7c66be8b8df4640908d5166', 1, 669216, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9ee92070f3455b1e9fa95a84fb3b08449aef2c47', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/jquery.rating.css', 2, 'b635f2bf193ae08cc40410f96cf50b6fbac4aea1cf3b796622bdfdedf875db14', '441f06548fd6785a286162f39a49b119', 'b635f2bf193ae08cc40410f96cf50b6fbac4aea1cf3b796622bdfdedf875db14', 1, 1112, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9eeddeffcbb5b7f6de7df7f735ed9d40e90d1655', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.6.0-remove-lists-from-options.php', 2, 'fee443410cbd3e2c68bd9e6d69b0adbfdba093eee0f5f233b1120365ddbed081', 'b0fa052585b56dcf7e7ac310fd90792d', 'fee443410cbd3e2c68bd9e6d69b0adbfdba093eee0f5f233b1120365ddbed081', 1, 117, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9eee971516dea75b67b523d923547d9863d8e929', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/bootstrap.php', 2, 'a8fad2cac3b91052674a2d400bc8e1d55c8c8e4a59c2deadd270a1044a8487d0', '8d0d3c97b07fdca6d4ab9368c57a044f', 'a8fad2cac3b91052674a2d400bc8e1d55c8c8e4a59c2deadd270a1044a8487d0', 1, 2166, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f0618f8407c0cb2d9a14298b48c418eac7dd6af', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ss.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f0973b8b60320519965ae27ad70c57077e279e2', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-datastorage.html.tpl', 2, 'de450bbe1a27a2d263444465d7e5cae49ed4e0c1d01f18bc4d8ebef05c453b44', 'd4668a79d619fc41fd139a471fe8a46e', 'de450bbe1a27a2d263444465d7e5cae49ed4e0c1d01f18bc4d8ebef05c453b44', 1, 2118, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f12dfd1285c26889dad876a91e3b1b747578aea', '/home/hkrhostingreview/public_html/wp-admin/css/colors/coffee/colors.css', 1, '46bbc3e513081fd2370b848af13175c1d551121a69eaee51191a8ea3f2a8b244', '7e6bd22f6f3f59a6bb67cfb0a07724b5', '7e6bd22f6f3f59a6bb67cfb0a07724b5', 1, 14836, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f2658b933900cb1ddd7f54ea924402d7876f5e2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/progress-bar/index.js', 2, 'e935b3bd5cbf6814a204b8dedfc668744ae4b0731373aaa8e57db062421452ac', 'e8191148e7abcd8935ebbe4166b6e1fc', 'e935b3bd5cbf6814a204b8dedfc668744ae4b0731373aaa8e57db062421452ac', 1, 285, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9f2d58b51e9d87686f60aef9ae4e6d6ac7c0f743', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176632', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f362c2394769b5f387b202a66e40d8b2ffc9ddc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php', 3, 'f280a1552faca014992b2cdc037b68ca650763ad92a85acd32d83e62aa861386', 'dd71a118ea1aa0a6bd21a789c634e1d4', 'f280a1552faca014992b2cdc037b68ca650763ad92a85acd32d83e62aa861386', 1, 1780, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f39888ae29a971a708406cf75dcbd65e871f9a4', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/nu.gif', 2, '1f5ae493e0db9d0c9d4a32ac0f07887304e1fbc25d46f2411713d8603d092615', 'd7ad59b643ac9e8ecfe2193d37d08dc4', '1f5ae493e0db9d0c9d4a32ac0f07887304e1fbc25d46f2411713d8603d092615', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f39e91930322f53e8b51016d55471b017974f6b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-gravity-forms.php', 2, '51d73b27f4ee04e1609a2dc0ebb606bc4f507e3d2908ba1797f3b6b675b075c5', 'f40fe21d94b4c805229e22b0fc485ba7', '51d73b27f4ee04e1609a2dc0ebb606bc4f507e3d2908ba1797f3b6b675b075c5', 1, 5140, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9f3cb53f04f8172c363567fad61a24e14a0cd6bd', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-110.css', 5, '15a4ccddc340fb9dde6b354a0fb88d82ac1455b9bed089a8dc663a37a4580217', '', '', 0, 37979, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9f4c4125391f430fbeed0f766feba194d6301185', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_template-library_sources_remote.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992629, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f51ede40c7fc95c08bc62ceed87a6930f5897f8', '/home/hkrhostingreview/public_html/wp-includes/images/media/document.png', 1, '2fc10f9452d76439d0ad3bb712d360c869347110abf205cc0d733f489d56f8c9', '76e5349938f6ce9179931436de1c64a3', '76e5349938f6ce9179931436de1c64a3', 1, 200, 33188, 1, 1395781815, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9f52fe7aa74a7701d9e3894ca65f4fb9fe8703fb', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/cd60943cab7122541e99dc2705f84abe.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092963, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f74ebc127682196f348c1e7a456bb5d53e7ad04', '/home/hkrhostingreview/public_html/wp-includes/Requests/Proxy.php', 1, '01a8d1d4f62fbe5efba952f9697d85dd6e27fc5f423f9687431934206164b599', 'b5406b1037b500d7d374b85c2a879947', 'b5406b1037b500d7d374b85c2a879947', 1, 813, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f7a0fdadae48cd8798186773ab163b6ea3aa831', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-nl_NL.json', 2, '2f090edee9253bbb4c320223420ce1a9d454e7a4e5009ea22b3733edf2c129be', 'd8a4d8728d68d2a46cb487bc69c3ad49', '2f090edee9253bbb4c320223420ce1a9d454e7a4e5009ea22b3733edf2c129be', 1, 621, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f7a85eb0c558445e541010186ec5870e902672e', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-themes-section.php', 1, '11dc106364e73e6b9f2fc881f98219f14741b0a31d2aa7357b2310cc7f4ead41', '32f1634244d0a7cafc32b9d61819d4d6', '32f1634244d0a7cafc32b9d61819d4d6', 1, 6758, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9f8426f2672966cc419945504ba16d5df5390301', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-tablepress.php', 2, 'd125dcd6e537143d4fac696050e86b128a78a8bf2f366669f4374d7e3e485498', '1b4de8594e208008fb971e81480ca6d5', 'd125dcd6e537143d4fac696050e86b128a78a8bf2f366669f4374d7e3e485498', 1, 15412, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9fa3c31f60f7ffd5e2c9045349d174e9b467f455', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/rss.php', 2, 'aba2cad1f879761fb85a8ad805c522ef20ecd5827bbd43839a7469f3d35f5cde', '738d42f60b986aeef57b7f260650456c', 'aba2cad1f879761fb85a8ad805c522ef20ecd5827bbd43839a7469f3d35f5cde', 1, 1691, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9fa4c2000133773c602a560677e5941df3308d0a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_acceptance.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992565, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9fbcc3b7c1a03d80587726976272c4721d4ef0bc', '/home/hkrhostingreview/public_html/wp-includes/ms-load.php', 1, '87f571f1424e272c37f1ede0d143407a5dd6615786795876a6071e9f976cc815', 'b23790001e390829ecda8754ba6def51', 'b23790001e390829ecda8754ba6def51', 1, 19624, 33188, 1, 1569087717, '', ''),
(1627004145, 1, 1, 0, 1, 0, '9fd5d7bdaf4740465fa0c2876e3c0a7c3a58dce6', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/utils/editable_selects.js', 1, '893cddd26a55aec15932aa25799af427abbb0151704b004f7d5ee01727e41213', 'a14a93897132a4a24927c64a9739ff45', 'a14a93897132a4a24927c64a9739ff45', 1, 2125, 33188, 1, 1494221566, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9fe293ead76e029160578b3b39881ddd88ffbd22', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/5-Ways-On-How-To-Take-Control-Of-Your-Content-Marketing-300x168.jpg', 5, '0d67d8e45af06839b14010e96f46865cfb1fc3aecd685dd198ae9c2bd0cf97b9', '', '', 0, 9197, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, '9fe5573ee71809a68300ba17e4f927d18099a2a1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-plans-min-300x173.png', 5, '34e5276a418401c7cbcf2552f012547efa74de4d085e353195e02dfe2228afe2', '', '', 0, 37413, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, '9ff135a04bcaa3068f16d02600bf33a4c077815e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176687', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a015fc087edd84d1329430a001a27e4aef112056', '/home/hkrhostingreview/public_html/wp-admin/images/stars.png', 1, 'f7de6e5ecbce2b2d99c238159065f0707a666231d1b92cf0d43ff922f550fd5b', '5bace01f99903e3cf56bb27bd2ec2891', '5bace01f99903e3cf56bb27bd2ec2891', 1, 924, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a02a473560ae73c0ed121fc25d0626d5efcd0db6', '/home/hkrhostingreview/public_html/wp-includes/js/customize-base.min.js', 1, '12a2b30f6dc316d8184286cad16c5e6bdec485d6040b22b4061e06ed5dbe4bee', '1ccea3e2215182f5aac1b63aae392148', '1ccea3e2215182f5aac1b63aae392148', 1, 7855, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a035367a237d430db87c469d2b228077b25f9188', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php', 3, '3adf21165d5bbd93cc6a91e4262043274b3ebb7c7c7f73880e8f45b766123733', '1873673966a40b756bdfba7c4522fe0d', '3adf21165d5bbd93cc6a91e4262043274b3ebb7c7c7f73880e8f45b766123733', 1, 2799, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a037752976c424079a76aa8f34c2e4b1a2819536', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-request.php', 2, '64a69bb2774afa7f3c8bcbc11f80bcff2525c7610c783711ac3a679c0c8a7502', 'd0780b66edda92cffe6b9744691bf992', '64a69bb2774afa7f3c8bcbc11f80bcff2525c7610c783711ac3a679c0c8a7502', 1, 7980, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a03be9a18b12d68ec888e98a416722b005e68b97', '/home/hkrhostingreview/public_html/wp-admin/network/theme-editor.php', 1, '87d040f81396ff093f775fd0d766d8fcb5bc650e2f6c865862c2561fd1bd99a3', '5e1829bf1794ce06c5ad77b7e2d17142', '5e1829bf1794ce06c5ad77b7e2d17142', 1, 277, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a04e1db9b85db72f20d490937247d5509792c376', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/formModel.js', 2, 'a3299816efe6dc1126bd5e176b5020c93fc364158d3b0891b0122888e8ddb8fc', 'b8b7361602b861f272326f1d9724f63e', 'a3299816efe6dc1126bd5e176b5020c93fc364158d3b0891b0122888e8ddb8fc', 1, 1650, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a04f61f5ab11e93b9bc8e3a3ff40e08d691f989d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/table-of-content/index.css', 2, '1f73e3726c15bedee352e3cce03f3101b31432f885ef8a80ed9581d1e4084d38', 'de42d1ef572d96ee18002458dfb85386', '1f73e3726c15bedee352e3cce03f3101b31432f885ef8a80ed9581d1e4084d38', 1, 4793, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a061ba45479a2369d3cc4cf8a2a617bdad24b6a3', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-wp_option.php', 2, 'f709e899d9b7b161530775694488418f5ce45f46b79d917848427802cd1fc27a', 'aad74fe62af4430fb70ce5324bc95291', 'f709e899d9b7b161530775694488418f5ce45f46b79d917848427802cd1fc27a', 1, 4092, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a066330ce1b8715f624236f8421a3264b0f2e247', '/home/hkrhostingreview/public_html/wp-admin/css/install-rtl.css', 1, '56a2774afb6ee11f743fb15add5c22ae2278405102f0f6cf7c9c4f6aba57b7fb', '76d54c1d7bb4bfbca21d7cec56708a88', '76d54c1d7bb4bfbca21d7cec56708a88', 1, 6066, 33188, 1, 1569262017, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a06cf06c26505c994bff028f5239fb706f4bc989', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/keys-1.jpg', 2, '08670424a9225b2a484dd7b2321f2818d77602d9d03f08dbef104553a58b6510', '31c86209aa32fc1f5be965334c1ab353', '08670424a9225b2a484dd7b2321f2818d77602d9d03f08dbef104553a58b6510', 1, 148837, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a07334b7f9c5e64999cd0a0f997df22d2aae8e10', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/event-calendar/index.min.js', 2, '537a17d35a24be1763f15f8f69be747b254bf96cdeb8d39952e99269a29a5ede', '8176e2262ebacebf3a41167ade588fbe', '537a17d35a24be1763f15f8f69be747b254bf96cdeb8d39952e99269a29a5ede', 1, 4024, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a07993cef15e596a48e632f69c1a0a81c7a79a9d', '/home/hkrhostingreview/public_html/wp-includes/images/media/text.png', 1, '04cdd847ef8863e8d7185a689067f6a18c2ccd2bc589c7006aceb6890e611b9c', '7ab98773e6e430f718c89d9f5119804b', '7ab98773e6e430f718c89d9f5119804b', 1, 188, 33188, 1, 1395781815, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a087ab3ff83d617c178645099b21770ca405eff7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/product-grid/index.css', 2, 'a1716557e911da95f4581bb6c19ad2500f1c22189303fc2a875b3d7a74a2e39e', '186d77d5dd43065096f371083fbefbf1', 'a1716557e911da95f4581bb6c19ad2500f1c22189303fc2a875b3d7a74a2e39e', 1, 18618, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a08b589afd6c874860c027be7fa8c5db54e2aad3', '/home/hkrhostingreview/public_html/wp-admin/network/site-new.php', 1, '80810c28ac75a8c188b20a95f435a69d67e49c524d62112344f8f2849d2dd2c8', '71056fde18fb27a3c48015c63cecbe61', '71056fde18fb27a3c48015c63cecbe61', 1, 9877, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a08e87175ff0a968adce0ed3f274591890e12b3a', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-3.jpg', 2, 'ede130a88de712d95ca83753c4360fba796f22c72567c93873c744c9c4a52cff', 'e067ce92c5573c6a44c3744854208402', 'ede130a88de712d95ca83753c4360fba796f22c72567c93873c744c9c4a52cff', 1, 210463, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a09adc64243239043448a7b7a0409f6df4d24289', '/home/hkrhostingreview/public_html/wp-admin/css/customize-widgets.min.css', 1, '8fb875d1187b556c1eaea751b8ba812277ec5c8446fca3918bfb498f78c2cbd5', 'f422c35039c6734975166686fc7af611', 'f422c35039c6734975166686fc7af611', 1, 9722, 33188, 1, 1559145713, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0b8569ec93f8b22f1b6a1b8ae94f36b10fb7e74', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-pt_BR.json', 2, '73d8ea483eb88790a1eafe64f7a844625a950425be43dd8de756923cd15ce005', '170ede6ce62ade9581df621647705ddd', '73d8ea483eb88790a1eafe64f7a844625a950425be43dd8de756923cd15ce005', 1, 749, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0bb752cf7763f48afb463e7c65f7ff37fd2a777', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-background-position-control.php', 1, '32318f3731033a229a4bae80f1055a7bdeac8aa93132ebd66ec6c415c6045228', 'bf514a74221e18b8c22121845fe75e09', 'bf514a74221e18b8c22121845fe75e09', 1, 2951, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0be11673a710230aa6a3f09effc458f33074886', '/home/hkrhostingreview/public_html/wp-admin/js/color-picker.min.js', 1, '04229370f3dafed77f233d258f8e5b79780b949d7d16b5c25a129d31ef8ee584', 'd8c89846a5bc52ad623c42aad0eede4c', 'd8c89846a5bc52ad623c42aad0eede4c', 1, 3488, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0e8db9d05406657d1a0d3bc33e3376981cf2462', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/AvailableActions.php', 2, '357d59f05dbafbf921569a4ae9e68686aa50b3d0f6834f64b382cbb7fb202182', '3eb802d2c04b472a71566ab2dbf1cbfc', '357d59f05dbafbf921569a4ae9e68686aa50b3d0f6834f64b382cbb7fb202182', 1, 154792, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0f06f52c695defe5cf5aeb5baeeee606279493b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.scss', 3, 'd3a9e662dd8d49a664eeeb3619bdccae32c31f574fb1fd147ceadecdb603f048', 'd87634484f8ade53168c1565ed4cd6b9', 'd3a9e662dd8d49a664eeeb3619bdccae32c31f574fb1fd147ceadecdb603f048', 1, 905, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0f71217699d57ac2aaccdf5225daedb7e02a9d3', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/notify-button.jpg', 2, '20057944702a80cd95a98199885a2a9cbd53eebf9dc3bc266581859942f5a9d5', 'c2cc2b57b7ad1373ebaac69b50d1e4d6', '20057944702a80cd95a98199885a2a9cbd53eebf9dc3bc266581859942f5a9d5', 1, 168258, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0fde2b4eb0e613f07056e12eb3bf014606e1c0b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, '47ed26428a34bef32986b2866e93025bd216ccb5a3b03d7de20a73d03527d275', 'f925f45890a4f6b08195d060d0b94b5a', 'f925f45890a4f6b08195d060d0b94b5a', 1, 1765, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a0fea2080cfd278cf822e4c4072281e5f3883cab', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/go-pro.svg', 2, '485193337ae1a26695473730eadd3434bcd55c7d02328a94dfbf469197c258b0', '921119c68c893c12893bf2fcec8f3b7e', '485193337ae1a26695473730eadd3434bcd55c7d02328a94dfbf469197c258b0', 1, 6180, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a0fed9c52493ce74b043d476b24cee4fb052517b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/8-150x76.png', 5, '4f874c104110f8715ac51f8fc034be23d261d0aefcc5046022ebc738ea65fa24', '', '', 0, 5818, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a105e167b0002bda1f1bcb446aef9d6e4db54796', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/open-form-tag.php', 2, '7bd237ec9a7d0261b78473da4c59c9eeefbb41acabe6100a50bd42e70c7c891d', '0e9a422ed215591ffcc8856834bddedf', '7bd237ec9a7d0261b78473da4c59c9eeefbb41acabe6100a50bd42e70c7c891d', 1, 1553, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a10b25928e6c127881f8c7b1b3c433afd49cc0f7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/common.js', 2, '3f47577aaffbd09b9bcc7f23e369f9d70063d5af22626040d0dbd64d0de4c701', 'a3e43f725b16c8d27d33d609caed239f', '3f47577aaffbd09b9bcc7f23e369f9d70063d5af22626040d0dbd64d0de4c701', 1, 283974, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a10e9a07919de72562dd010a25df326815904b68', '/home/hkrhostingreview/public_html/wp-admin/admin-footer.php', 1, 'abc32625c1f347cd7d8fcd7a96dd121246cb01b896a6dfe9bb4617ff8bfe3ea6', '02be043237b5c3b01cdf7c66ead9c94e', '02be043237b5c3b01cdf7c66ead9c94e', 1, 2830, 33188, 1, 1567385035, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a118af100ab313e57eb8729db299ef832fcc7173', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/hfe-footer.php', 2, 'f5792fcf02b08c92073f9400c0e2841e74485e40b4fa22e5522c9c0c60bdf85b', '13c0b508ee78ad4e5fdca729106822cf', 'f5792fcf02b08c92073f9400c0e2841e74485e40b4fa22e5522c9c0c60bdf85b', 1, 236, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a11bf81d49a6f6ec8b6fe34670cdd6296598966a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/cropped-350-150x111.png', 5, '5d0acbb85cb1b6f4515bdd262c6e2e41c2588cf3c7018ace66aae54c7525b49b', '', '', 0, 12987, 33188, 1, 1599729081, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a11fb0d402e4bec281f638429bb594a921a123d4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/builder.js', 2, 'cd296b38fd94c0e966c5767a52cdb32d8f4e15b7223f44c94b4c1df9c94505f3', 'bdcee7403d1cf5df900fde7e59c06c1c', 'cd296b38fd94c0e966c5767a52cdb32d8f4e15b7223f44c94b4c1df9c94505f3', 1, 236500, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a1284b5f1513ad577ac1aa76c1795290e49dbcc7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176748', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a129fbd37c3f46211ae0687b4f9ebb1f85833c88', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/filter-gallery/lib.xml.jpg', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1599744545, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a145a835973b3f0ff705340cc413ac66df64ae75', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-address2.html', 2, 'a1ba7b93c93b393fb12e10650165030b8986770f3666c7f48f5af8d2ab8fa781', '01b9903ec449beb4002f75b5fb6f32aa', 'a1ba7b93c93b393fb12e10650165030b8986770f3666c7f48f5af8d2ab8fa781', 1, 719, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a15f97382c21c981e0927b4ef509355b6e198ad6', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_quiz.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992568, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a16da89d43d1c335eaec516c9826b3e4287f4536', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_manager.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992593, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a17d61fdb423b8479549a72abd1a27303dad5b52', '/home/hkrhostingreview/public_html/wp-admin/js/customize-widgets.js', 1, '699276c59883627a348145b22160837fbac1a330c357c0a4746ff48948798850', '2538bc7069ff25eba18dad8e31909458', '2538bc7069ff25eba18dad8e31909458', 1, 71482, 33188, 1, 1563429359, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a17ed09628642beeb1a867977550fa581f8e272e', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/submit.php', 2, '3a86355751ca99c08ce77a0b18c6f99463ee43ad10dc833928fa32516a5889c8', '091601af2aa92f3b66cd1bd35e0a0e4f', '3a86355751ca99c08ce77a0b18c6f99463ee43ad10dc833928fa32516a5889c8', 1, 2922, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a187941dcd36b1b865b0b0ded47f9c802ddb7f65', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/EDD_SL_Plugin_Updater.php', 2, 'c98351519653612eb9cff440a5465fdf0d641d20693b9a030b90f479ccfccc41', '55bfbecfd9e8c9889bf66073c80e9bfd', 'c98351519653612eb9cff440a5465fdf0d641d20693b9a030b90f479ccfccc41', 1, 13808, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1894fa4ce042e9e5b8ec5906e905ef941ea6999', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-settings.html.php', 2, '17498938b218c6f50b37e2eb52f752e5bf2a70b9ae68961e595961fbf7856a6f', 'e22ab194d68ffbff4087f5c66b698c27', '17498938b218c6f50b37e2eb52f752e5bf2a70b9ae68961e595961fbf7856a6f', 1, 5884, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a18a3f04e81ea9877d37eba4374767c861c5e704', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_formatting.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992562, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a18b7d3e445b35328d4acfb084acb4e613043147', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_GB.mo', 2, '0bb4758009cb428a0b597309b9fd008d84a86de5d3bec7557ae6efad71bcfae4', '5ccfc8ec9435d71cd3c732de70561638', '0bb4758009cb428a0b597309b9fd008d84a86de5d3bec7557ae6efad71bcfae4', 1, 52943, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a192772b9d8eee78fc56895c54f0c7747cb0ab14', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/checkinfo.png', 2, 'dff421ff46fa5c5c16172eac61830724c959cb8083801e71cc61f20f5ce5f1a6', '73fc53ba5ffed153f61eea846bf63c4c', 'dff421ff46fa5c5c16172eac61830724c959cb8083801e71cc61f20f5ce5f1a6', 1, 480, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a19f056ab9ca47a86c22332af57a6802abdce4e7', '/home/hkrhostingreview/public_html/readme.html', 1, 'c8b72805546a4d2636e3b7f9c77775d6a66236df6d2948f92bfc9ca12e05c37e', 'c290bd03cbf76b858525f07d58925680', 'c290bd03cbf76b858525f07d58925680', 1, 7368, 33188, 1, 1567460698, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a19f7ace1a3df3b3d6fb3c590105d8d14f29038a', '/home/hkrhostingreview/public_html/wp-admin/includes/noop.php', 1, '5c0071ec48acc743e6406e05d366c7b39e0482c8c2393bdd91dab7fb8d6f578d', '58d3716a0616a4f682d11a21f10d3ab4', '58d3716a0616a4f682d11a21f10d3ab4', 1, 1086, 33188, 1, 1569012416, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a19fb9a2d52757b567bf6943855e8bc5f963e0c7', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/SafariWebId.png', 2, 'f1412716c57fb94922d5c5509744c5a55a6a708fd142447a6c96cb61f7c3290c', '9686bfad9d0b169a10cd4c4ae7290264', 'f1412716c57fb94922d5c5509744c5a55a6a708fd142447a6c96cb61f7c3290c', 1, 57437, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1a11b77fa0db61b4511c43d29ab953285bd8b66', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-ninja-forms.php', 2, '3b1aa5743316168b16bfab91fbaf1d67b5cc94eef5875e5ac5d13ad821e18d22', '5199d6646564fc84e90def755c78460f', '3b1aa5743316168b16bfab91fbaf1d67b5cc94eef5875e5ac5d13ad821e18d22', 1, 1630, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1ac3cc1d1e3c98290291f1492448b883e18b140', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-tr_TR.po', 2, 'dd5ca44d9f8f892590423e1c7a2514b050b68b7b103ab6333de46e75e447ebff', '73b0cf99d3a6a3b7ea18fe0c8d4941cb', 'dd5ca44d9f8f892590423e1c7a2514b050b68b7b103ab6333de46e75e447ebff', 1, 213369, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1aebe310ebe638daa75f3374a291c8dc399d64c', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/429.php', 1, 'bc8a1e0414fa68baeb1275d10aeae00bb45871addab6cc1990f8ae52d79bf54f', '53f0dd257c04462ec3a05a6485b38fcc', '53f0dd257c04462ec3a05a6485b38fcc', 1, 549, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1c6d56a357d0a3bdfc1dcf7de44b16f71dad2df', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/field-template.php', 2, '6a10164662f01787d8b9e8edc6e960c9453ad20232eee0ce9e12c610f6e28ef7', 'bbe00ae6a5a001c6bb3b648eff90ff24', '6a10164662f01787d8b9e8edc6e960c9453ad20232eee0ce9e12c610f6e28ef7', 1, 3087, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1c989398e9d783ba6ffe632a21a5a56bcef22ab', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/mouse.min.js', 1, 'c04837b935b6d1fac0cbffc4a53bf19a6d89029742dbc4c8ad001c1078f5f957', 'b317c4ccc9aa140339ad72fa27c77266', 'b317c4ccc9aa140339ad72fa27c77266', 1, 3142, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1d7aaa7a2e1fdda07c9ffcb09420f470356ec4d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/CountMetric.php', 2, '5c5ebf823aae88f121482766fc1849b97c197b2ff5cc4d70a4b5968c2128e44d', '729eb867f49c7902b26d99ab38f4de21', '5c5ebf823aae88f121482766fc1849b97c197b2ff5cc4d70a4b5968c2128e44d', 1, 244, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1e449acb2ca7a0273f72dbd89718930268568c1', '/home/hkrhostingreview/public_html/wp-admin/images/resize-rtl.gif', 1, '4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e', '6e43258f59d8669c88f876b5462e0e7a', '6e43258f59d8669c88f876b5462e0e7a', 1, 70, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1e6c9a2b5506d9f358c9766778f8ebc32e03769', '/home/hkrhostingreview/public_html/wp-includes/css/admin-bar.min.css', 1, 'eadc2462a7e4aea9b3d8ed861340d124e038fd908d34cf8cd81549f9a8b1add5', '990729b33128aba139f4ca6f9c3d26db', '990729b33128aba139f4ca6f9c3d26db', 1, 21375, 33188, 1, 1567460698, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a1eb53f6ab93a4d59640fa315fd0f8f5f47e734f', '/home/hkrhostingreview/public_html/wp-admin/css/widgets-rtl.min.css', 1, 'c78a81c4108ffbdde9c0cc8efd31b932e9f3ba8c9218e41e170e2c8619d8880c', 'd13a6498560ed8a0e7e637376fdb38d8', 'd13a6498560ed8a0e7e637376fdb38d8', 1, 13755, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a1ec017a894a45fdf7fe902ec830b74b92b42a84', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-min-300x148.png', 5, '78bc342f752b7d35f637d0533b208ce3507b45dc8a759a629002c8b861d3c281', '', '', 0, 71076, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a1f4721f715e5c3563cf4e077f3dd2ad8ec9723a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_progress.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992634, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a1ff5a4bf74432700cb9edf3ce3eedf68c8e375c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_tabs.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992614, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2209d4fa085ed9260da883d185c2668ede3d291', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-tools.php', 2, '57a58b8d0a6e901811f4dd29f79614d6a71e08b627688acc616666a26802e549', '729e18eec72b8e6f1a60f15c50d956aa', '57a58b8d0a6e901811f4dd29f79614d6a71e08b627688acc616666a26802e549', 1, 1601, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2215bea89f7f9a2d2395d027089e267bb9b0b55', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/img/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a229e968335b5c0e95c14f413b4ede4b57aac872', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php', 3, 'd87c65a6042e7fe6ca9759a66b12f4d42e9265443ca61d4b5f8efa0bcf059338', 'c859e0c024d2c09ba15d6185b4a1e43d', 'd87c65a6042e7fe6ca9759a66b12f4d42e9265443ca61d4b5f8efa0bcf059338', 1, 45852, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a244262ee6dc9a77394457c3fb7a1715d0f42096', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-218.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a24a5a5869e534086cdde30d39919dc400ae441b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-wrap-no-container.html', 2, 'bdd35d85bf390dada4c7506fd10d66b694f0e4b73799a47e9ed3a9f95424bc35', 'b25eb558592b7f18c5a64e296875412f', 'bdd35d85bf390dada4c7506fd10d66b694f0e4b73799a47e9ed3a9f95424bc35', 1, 158, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a251232f79e14d909fbf78df9f31ab8991e73bc5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms.css', 3, '41a31862fad41454f3d4dafdb483e3c6a9f989f0aefea8a1241cfdc4618e6ffe', 'ad744d224d6251f69f791c5c82181f95', '41a31862fad41454f3d4dafdb483e3c6a9f989f0aefea8a1241cfdc4618e6ffe', 1, 813, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a25a931520a2974e116c6e428dc26b1b68c0254e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_upgrade_upgrades.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992599, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a263fec47892e1da5864721eacb497a5210ce8a5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', 2, 'c0da9a7bbf642e7f857db48e277c1786e728fc5a903ba39fe93447c2891bea8d', '820374d97450b0fb07a12f9a37f363c8', 'c0da9a7bbf642e7f857db48e277c1786e728fc5a903ba39fe93447c2891bea8d', 1, 1667, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'a26531199322c0c0e70c50aae396ba6544da09d0', '/home/hkrhostingreview/public_html/wp-includes/plugin.php', 1, '8da718a320cf5116d530a27c9df33235b7d0a34091cd4086d91630df8894f844', 'fab000ff7147fc20304fc3d27b072ed7', 'fab000ff7147fc20304fc3d27b072ed7', 1, 32317, 33188, 1, 1571703063, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a266847ec3beb34cf4449459f5644ea39577e0a4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176644', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a267fa502700f32c3bdec2e77428b8dcd091ece5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php', 2, '0973bf58a6d357a79d23256d66b3290d50f2049fd748228353169aa3cb5c17f9', '2a5e927979b22b998b9d94c24ff6db7b', '0973bf58a6d357a79d23256d66b3290d50f2049fd748228353169aa3cb5c17f9', 1, 37704, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a27133ad366a1c2d3851a8feeaef05fb012fa61c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php', 2, '994249cfb5e0d6f2b7f1cb68a5a8611437d077100918cecfda58f68e74825aff', 'ecebb724e1a9f7e71b6fd1b2bbc940a9', '994249cfb5e0d6f2b7f1cb68a5a8611437d077100918cecfda58f68e74825aff', 1, 3619, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2727ba1aa8aa51c4bbc5ef43f9f8278cbde715a', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/composer.json', 1, '24ee89f4fba7c8b93e251dea82d9af0a9c6698d9856a9272adda78fe4d14eb52', '1969ec6eba483a0d2ba0672435bc086f', '1969ec6eba483a0d2ba0672435bc086f', 1, 1554, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a273cf6be0fa7fa2ddef0120d73c791794c10c31', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 'd571991e8b7e7803413dced3658bf5b6aab0567310be8dff996c7ddfe2841051', 'f58daaa070dd4ea21bd6790f7ec36e22', 'f58daaa070dd4ea21bd6790f7ec36e22', 1, 8177, 33188, 1, 1416924562, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a28bf1ae69a3fc3aa838440273d872b221d0262b', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/esprima.js', 1, 'a937677da485ed0e81df99c5e71b41c5032c4684ece926a6942623fe994908c6', '645f991220db5392f167abb9d99bb493', '645f991220db5392f167abb9d99bb493', 1, 283149, 33188, 1, 1516670972, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a2a5c4a8793411995ca3eeb62c412547839a7708', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176353', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2a5ecbdf4a48b081e00d627dc5f46fc02f64260', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, '56b3ffa9d9cd8b11ee574831425a143a58c7c4a6486b24dcdb12eacf71259f74', '2a98228f646f5199ebf89dae8fe0c3eb', '2a98228f646f5199ebf89dae8fe0c3eb', 1, 6510, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a2aa2cfc64bc1393174ca6e649d209a4652b879e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-is-Shared-Hosting-150x150.jpg', 5, '971b00d6ea9d7972dbc337d1225e31228e80e0bb8da0a5acd0c0e235bf3df2e4', '', '', 0, 5112, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2abf3a8724914bd822295bb90d8e6c3f795918c', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-blocklist.snippet.tpl', 2, '40dd24853ce82549ea13f21733e42be237c10a5472327e7eac2c45fdcefb2a4b', '0232152a394f0631e8acace51ffdedac', '40dd24853ce82549ea13f21733e42be237c10a5472327e7eac2c45fdcefb2a4b', 1, 177, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2c022f19e589e44c0cc2b54a0861ef98ce188bd', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', 2, 'dc2dec0f24396ebea4a50596daa9ad9f80df8e0757b7026af9e08d6831468bf3', '9cd2ff0e059790efec9918663de2f4ea', 'dc2dec0f24396ebea4a50596daa9ad9f80df8e0757b7026af9e08d6831468bf3', 1, 93832, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2c2a7d476dfd0563606786447673af235f75c23', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/contact-form-functions.php', 2, '5382a8ad282665c86d596e64d8923ae1d2078486d3bd6fd5388ecdf8f14e6887', '4ec7ede55cc404fe89b4759207713c80', '5382a8ad282665c86d596e64d8923ae1d2078486d3bd6fd5388ecdf8f14e6887', 1, 6220, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2cb0a53ec20cccc10b94d3d12d764e807fe1a7f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css', 3, '480e5421f836cd9d72439ff3d1c5efd9950b5d204dc0ba6d10c55ebbf78ba0f4', 'b1eeec39ec63b6991a08b5f8445d87c8', '480e5421f836cd9d72439ff3d1c5efd9950b5d204dc0ba6d10c55ebbf78ba0f4', 1, 670, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2e68182fb11fc01f471d26df964031d311cecc8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/custom-class.php', 2, 'bde4a4626cf92a5ee72fa5a13ed0f16dea1a041821c32d6be30a896ced6b8197', '3fa30d7c6257d2c220dd44718080fd95', 'bde4a4626cf92a5ee72fa5a13ed0f16dea1a041821c32d6be30a896ced6b8197', 1, 833, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2ed9152a38b6ff58e73d2ac69f11b20e124ff46', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/my.gif', 2, '2fa5cbac4502861dc7250e8e5a6c94da9548832802ba579e3eb3ea3c9fba3afc', '51479ef74dfd0b2006983b6b9bff3d91', '2fa5cbac4502861dc7250e8e5a6c94da9548832802ba579e3eb3ea3c9fba3afc', 1, 375, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a2f4792e631cedb14bd332132f3e8a2b6e1bb1db', '/home/hkrhostingreview/public_html/wp-admin/network/credits.php', 1, '2821207f188f8f7a465ce6f2c8870d49003282b4e276358b70cb6792e3909b49', 'a1be54253e72acd96ce6317127e5a5c0', 'a1be54253e72acd96ce6317127e5a5c0', 1, 267, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a305c96f839e9064d173d5a4462dd0a327e384ad', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-fields.php', 2, 'b74fa3b7f30ddcd0b12f4d50b217f8de118105764cd33bc046f9f091ab719b7a', '140d2ee67df5c9f9c33c577486927a46', 'b74fa3b7f30ddcd0b12f4d50b217f8de118105764cd33bc046f9f091ab719b7a', 1, 2760, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a30af925f57fe31a141f2530eac1f58072efdea8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/css/cloud.css', 2, '8b0aed00fa6b7f9e8198e58f0a0a21e1211d6b28b58ef944059e6d9da2d21537', '3a988a83ea34d1564bcfdae29a81f453', '8b0aed00fa6b7f9e8198e58f0a0a21e1211d6b28b58ef944059e6d9da2d21537', 1, 3141, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a32048cf7dff0499d78993076251bc58f26b5c35', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-apiservice-status.html.tpl', 2, '548e6153a928509af701eac212802f26c7b15ffa4ed5b69b523ca56547fc0417', '7c93a667172cdabf449217b4a11512df', '548e6153a928509af701eac212802f26c7b15ffa4ed5b69b523ca56547fc0417', 1, 2871, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a324d088ea6f3ed1f2ceb3a5a8f90c707194da75', '/home/hkrhostingreview/public_html/wp-includes/feed-rss.php', 1, 'df080fbe5d2dfe3117abb5a0ef839f1d5f3a27fd1a18b98f1fd99cd265e16cc2', 'e16426757954106eb8613a69cd288960', 'e16426757954106eb8613a69cd288960', 1, 1190, 33188, 1, 1555607332, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a3256a31495361b43d36be2aef4ca7ae24d7fc5d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, '8e5042f5b7a433ea4274036fb6ba3e005d6adbfce1c823bade7cbd3945b67c8d', '0d8d2ad2756e95726475be67bced01f4', '0d8d2ad2756e95726475be67bced01f4', 1, 1775, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a32f8248db55d73eb0e0ced161979c4f5cf7ae44', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-pcloud.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992542, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a33067623e3628bdf2e411336e97f36524dd78e4', '/home/hkrhostingreview/public_html/wp-includes/class-wp-matchesmapregex.php', 1, '54899516811cfbe06eae56aeb261af0852ec7e9af6e1ed7d17e8143b7988c524', '585279713246292c89ebeaddebc501cd', '585279713246292c89ebeaddebc501cd', 1, 1804, 33188, 1, 1519590150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a33ff19c60dffd7252484b0192340b753e70f7ba', '/home/hkrhostingreview/public_html/wp-content/plugins/virus-finder/style/style.css', 2, 'fadb83730aff194cb47b45049002fb6c6231b767cf22e3d62bb0d7461aa32f07', '6c65dbcfa421b72672a63ed07ef52cec', 'fadb83730aff194cb47b45049002fb6c6231b767cf22e3d62bb0d7461aa32f07', 1, 1331, 33188, 1, 1626989513, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a34545e3482f1ac69d6a5d90510e8dbd52a05e22', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176429', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a34baaf24086bd245dc5a4edc89d2ac93f720727', '/home/hkrhostingreview/public_html/wp-includes/class-phpass.php', 1, '87b10a3214eefb19359e7be8195fffbe7bf4adce6f85e271304f2d6a76e392ee', '03191a210ccbea54cb07dedfedb7cc42', '03191a210ccbea54cb07dedfedb7cc42', 1, 7317, 33188, 1, 1444175125, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a34e33f1127b6afe2a0a89575ef7da6a049da10d', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/class-global-theme-compatibility.php', 2, '35cb67b25a9ebb35fce2e00ca40186d435b25476e7e61cb02296754d65d22e37', '2465dcd158b9234dbbbda568fea0b4b3', '35cb67b25a9ebb35fce2e00ca40186d435b25476e7e61cb02296754d65d22e37', 1, 1999, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a3565260c4f3ff12418c0304c71f849c501ae9a3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226834', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a3640c3bfdec7b9ba93fe828de7107c2cb505919', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/RequiredUpdate.php', 2, '82645b21f6dc554eca0e0fb4190d13649a6c6fd372a0f81ca234df095611f05d', '32451f13efb6befbbf240d2c6daa32a7', '82645b21f6dc554eca0e0fb4190d13649a6c6fd372a0f81ca234df095611f05d', 1, 5422, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a371abeae60486a601ba2affc8fa8c90b97943dd', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/register-site.html.tpl', 2, '63c3be87ae8e14d4341ef7ff122674731a15abb743ad4a446e01923fcdaa449a', 'cc48ad812b7be3fc26f23c0df1db0041', '63c3be87ae8e14d4341ef7ff122674731a15abb743ad4a446e01923fcdaa449a', 1, 2785, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a385d72ca09f8f9fed8826efbdb9e6ae94dbb347', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/240.php', 2, 'aff25aabf78fc65648bac44c7f30ad27610cc5dc24259414fd176759e2eceab9', '44190f02fed61cbc61f7c3ef38d24aba', 'aff25aabf78fc65648bac44c7f30ad27610cc5dc24259414fd176759e2eceab9', 1, 3080, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a38bb8e7408579a8264e466de230f7f1c995be26', '/home/hkrhostingreview/public_html/wp-includes/js/imgareaselect/border-anim-v.gif', 1, '3213bbc3d254db6ce61d696f7975876adf0842d36b384c62eeab1e1bf4542fdf', '20c97a21993cf137ead9fdbecbc42aa8', '20c97a21993cf137ead9fdbecbc42aa8', 1, 178, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a390e9d6a85bc653844c67800152d5d591fd2b9d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js', 3, '3aaa2818b9973e969487633f3185306b27d1ca9631cb37ec481b2cff9f092813', '25ae5cbafb697a030297419e8b8939b9', '3aaa2818b9973e969487633f3185306b27d1ca9631cb37ec481b2cff9f092813', 1, 3078, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a391cae4fc621dda99721fa2bbe96c8dec35c30f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/418.php', 1, 'b23d4022fd44424f8daf23deb49b9d217979f0469142495242eccd47a7f7cbc9', '4a21bae298f1c9feda5b0e93fe348af3', '4a21bae298f1c9feda5b0e93fe348af3', 1, 478, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a39c3a485da60155585cbd73fa7001be84dab04a', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/select2.css', 2, 'c493991dfa712d1fee861d41c18152e5f8663807484506a23ae97917f6fbbf7b', 'd44571114a90b9226cd654d3c7d9442c', 'c493991dfa712d1fee861d41c18152e5f8663807484506a23ae97917f6fbbf7b', 1, 15196, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a39fb9a04b9b2d0c72e7489cfa2498ebeb482e52', '/home/hkrhostingreview/public_html/wp-admin/css/customize-nav-menus-rtl.min.css', 1, '201e5e0272ba1bea4a8455cd85deefe23e587e605b1a22765378933ce6a6a9f9', '215fb1ca4140dd402b16a6316067064a', '215fb1ca4140dd402b16a6316067064a', 1, 18103, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a3a31a75e9f6d94ed864e97ea2a26b6ec95f7a6c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/flat-computers-art-min-768x609.png', 5, '1a918d57e2af32e6177531d1785a1181b8c1edb57cc60054e937443a55bc7658', '', '', 0, 236425, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a3af616452e52fa7cd6127b0d15ae30a02e6b529', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/images-1.png', 5, '419f9541dfae4afdfe764966b57b4f66fa8aad3e5105c7048506e0285dd57e63', '', '', 0, 3776, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a3bae091d280852b4044527bab587a09ea68929c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/kn.gif', 2, '3543827b0c835a9871b98608c83ca0f3984421136f886cb52e9be86840420709', 'f23fe3a61ad0d78bb69c25711eeb249f', '3543827b0c835a9871b98608c83ca0f3984421136f886cb52e9be86840420709', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a3bc8c142ceb49d9f4a4a7cb14a356cf97c0b840', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/lu.gif', 2, '7f308640373368ed65507fc35d39650333c87495f2d234153bf8594d4ae9b9fe', '230678f649c90589bf40024bd9ffa294', '7f308640373368ed65507fc35d39650333c87495f2d234153bf8594d4ae9b9fe', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a3c2df8067f6f1b81454781ad14f7cf99a41ab13', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php', 2, 'c75ce1b3f5db147b69b2aa33d85ff6a64cc29517486d0570bdafc09a5754e601', 'fd028ed15f5b61cbc0a959309a84e425', 'c75ce1b3f5db147b69b2aa33d85ff6a64cc29517486d0570bdafc09a5754e601', 1, 1885, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a3dd05a4d611bcd6f66d364e700e587004c442a6', '/home/hkrhostingreview/public_html/wp-content/uploads/2021/01/o-1024x269.png', 5, 'a99dbe216f9eece7b90c59d017bb15f77a76b4965837bebab9f8ecea91a19df4', '', '', 0, 302523, 33188, 1, 1611131530, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a3ddeee56a28d85abcc581a4cf3b89ce668cd5f4', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-min.png', 5, '584704543365d15681a4597470077754027126e6ca5791c7e119d525dda081a3', '', '', 0, 123839, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a3ea5bf86fecfeb7a11a328c673db79d95aeed2b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/05/logo-187x46.png', 5, 'e6e7ddc971d012155989977f418fc5302aaa62157cb439057255f2a07f58735f', '', '', 0, 9583, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a3f935136f9838906362649f1f3ffc71e2ec1f65', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-ru_RU.json', 2, '7ccf5cba54034bc849b6bd6b26d0d63b4351c2b6df5b9127baa827befc36f1ce', '7db465669f47306213c7725e32361d7c', '7ccf5cba54034bc849b6bd6b26d0d63b4351c2b6df5b9127baa827befc36f1ce', 1, 878, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a404e2d2207679b80076438913619d1da0751e6e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/notifications.css', 2, '0f15be3d0546c60a9e0930891d1ef1380090be56e3244a17a9b4f80c9a9a7677', 'af5dec5b5a8b5ba149188ef9b88f0613', '0f15be3d0546c60a9e0930891d1ef1380090be56e3244a17a9b4f80c9a9a7677', 1, 958, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a40706e75d05f213038306183b86183d01083f26', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css', 3, '068f9234f1a1126de5df79fca43c07ddb3152a6e1548f5f8411b38ecca4d64a0', '6efd717280b37ca48e2a3e761c3bb538', '068f9234f1a1126de5df79fca43c07ddb3152a6e1548f5f8411b38ecca4d64a0', 1, 25240, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a41567a1d4c91539694b780d535e3dd12cf392c3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp-subscriber.php', 2, 'f14f63471e3009d6aeac49341615e77fd337d33d60cd9f70984cb5df43efafad', 'e531b43b61805ce434fb1a069eab4fb3', 'f14f63471e3009d6aeac49341615e77fd337d33d60cd9f70984cb5df43efafad', 1, 1213, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a41b075cb99ae2a0990551bb9664366b2be71df6', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod9ny2v6l8szgb8ne4otfgiryh375tlq5jte0.png', 5, 'bb7cd29d10bd8e206ba899faa2fe75f5f2047b1d4b5294f8798323901b18ffde', '', '', 0, 345946, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a41e30ff257486f64411a1803d85e72f544712fe', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/country.php', 2, 'efd849e8f9a406a040c3213299ac0052adc8e7853070d9b294332a7971cdbae6', '01f01bbeab9fcba68ed974f162c6ce9e', 'efd849e8f9a406a040c3213299ac0052adc8e7853070d9b294332a7971cdbae6', 1, 25567, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a42a85aeb3541afb84f0e1bb30c196c78cddf32c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', 2, '93c432c4a0ff7510a4c2ace2eddd30a122d3387907c881da033314fb87424001', 'b2f481dfe9223f97c3681f248f158df8', '93c432c4a0ff7510a4c2ace2eddd30a122d3387907c881da033314fb87424001', 1, 264447, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a42df8d3f162b3e62f08cd4180ee6b47b1cc2682', '/home/hkrhostingreview/public_html/wp-includes/js/swfupload/handlers.min.js', 1, '42105ab50f3371fe81f1e36dcf69b18d10e6b74ea984af5461f94d12cca9e19e', '6a8fbcda994be17e7109f588fcd8633d', '6a8fbcda994be17e7109f588fcd8633d', 1, 1276, 33188, 1, 1506011748, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a43298e08c39ecac3a9f78858e8a7250b31b1701', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/controllers/formsController.js', 2, 'd5f238670151e00f1147811c07a0166dc545e2d68f42f51645dbc57ba26399d7', 'b80812d2df5c3e67c10411761fe6069a', 'd5f238670151e00f1147811c07a0166dc545e2d68f42f51645dbc57ba26399d7', 1, 691, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a436e1c065fd455ed4ed8e8307f094165781c2ee', '/home/hkrhostingreview/public_html/wp-includes/http.php', 1, 'd0cb1ada8161e304bf21d9457034eca32c48984c4796d8a125542a9fbfc60ad8', '72b6cbb139bc86aa835fe03c6d30eadb', '72b6cbb139bc86aa835fe03c6d30eadb', 1, 22552, 33188, 1, 1571066824, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a437ec972baa11c83f361e9d37387aa2beddde88', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599276051', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a43aa388e34aef749e6aa65db94f4fd287c69a05', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/slider/slider.js', 3, '1ad9de7fb01fd2e5a5f91835081561f4ed6c1dc95a0701d05f85061e5a5e82e0', '14d6c46aad6a2008ed4433d9c1857bfd', '1ad9de7fb01fd2e5a5f91835081561f4ed6c1dc95a0701d05f85061e5a5e82e0', 1, 1379, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a43f0a61f01d1d97ee172fe97856c5b462d433c5', '/home/hkrhostingreview/public_html/wp-includes/Requests/IRI.php', 1, '7ef507ae1daa1ebbac1f318de56083b708c97b882a0e2380e313add81834dc0d', '183508325d839c7bf27db5f909600e58', '183508325d839c7bf27db5f909600e58', 1, 28467, 33188, 1, 1475637877, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a44187db3bdb68555acbb6fe1ff0dd611120d1b2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/ExportDataRequest.php', 2, '13fd62e093f02d80343d575db9422cc5878015c3b52b8df408f30e3712852dd0', '411b0a7a26ba8e60c06ed68af2a9177d', '13fd62e093f02d80343d575db9422cc5878015c3b52b8df408f30e3712852dd0', 1, 1660, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a45c373f2d6b91aca6d1d0253294b83ea910eed2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_text-shadow.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992609, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a46b31877572796128bf057646b6f45fabacb271', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/firefox-http.jpg', 2, '5fecbe50c006789b21ed39334381c2c33396f85e47aa34549a7e463e125d10df', 'a17184c416ac4008c720513b52308534', '5fecbe50c006789b21ed39334381c2c33396f85e47aa34549a7e463e125d10df', 1, 191567, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4805de7147893cdf1ca03a268587645af960100', '/home/hkrhostingreview/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 'f24cd68cd4ffc24296b1975237c08676fec5f51d08eb9bf0d2fac77c76b16a6e', '63ec4a65e41151dfd5c85e88fc98a42c', '63ec4a65e41151dfd5c85e88fc98a42c', 1, 38132, 33188, 1, 1520616451, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a48acb557a66429c12abe640316aef463b20f93d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/aweber.png', 2, '0fbbdd986a7073237122e8d5f3d6229f4b6f02226c30b5139e7523e0dc89dc3e', '79997e27e85c73ac37e1795082e0e909', '0fbbdd986a7073237122e8d5f3d6229f4b6f02226c30b5139e7523e0dc89dc3e', 1, 18040, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a491831a315eaa7747acbe3a68ad72a72bab84e1', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ni.gif', 2, 'cb53d33209449f711be1dc51093d3e0af066f85198ec8ba2fea5f511e2c9fe99', 'bb8200af164d5a73758fa5822fbace10', 'cb53d33209449f711be1dc51093d3e0af066f85198ec8ba2fea5f511e2c9fe99', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a493bd38d9a543885ca08fae565c89bd616427ff', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/blank.png', 2, 'ba78444bfbd7c20f571088bc949f4d6f0fc0a30dcc92e42bccc821c3216abbef', 'f4585e4dc0a19cd25b84b5992a50bf31', 'ba78444bfbd7c20f571088bc949f4d6f0fc0a30dcc92e42bccc821c3216abbef', 1, 95, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4a990186171df36987e07762ee66e3e6152298f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php', 3, '228c2a2661e75b630fd844001d21b5878df344ca81712f1bfd6db366f16d2060', '5d31ae16811e19d0c48e2b69d36ab1dd', '228c2a2661e75b630fd844001d21b5878df344ca81712f1bfd6db366f16d2060', 1, 5055, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4ad58f3794a5fdf194bb208b56fcd53eaf84feb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/sticky-video/sticky-video-plyr.min.css', 2, '615634720325377624eb3e7eb0b9c3f7480594a0115b38c3c164a745e6f40132', '453448ce115fb0fbace542e40db696e6', '615634720325377624eb3e7eb0b9c3f7480594a0115b38c3c164a745e6f40132', 1, 24885, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4b9f4414a884f5d037c84dc88545c95c08ef86d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/redirect.php', 2, 'c4e9f939ab601c9d6216dffcea964bd2b4f95c0ec10b8f2a22449696c3a9a44e', '661d94e5f298d1612743cf828200cd66', 'c4e9f939ab601c9d6216dffcea964bd2b4f95c0ec10b8f2a22449696c3a9a44e', 1, 17262, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a4c393d0c42e6943378f0d1d0697511a45ef141d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-Is-SEO-and-How-How-Has-It-Changed-Over-the-Years-300x148.jpg', 5, '5a15c1cf3535b2aee222c8f2ae7cafb5d2b0080802374371c244fe101751f54e', '', '', 0, 8000, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4dc8b9ec3e330825390b26bd58ae977daf8ff99', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/post-meta-values.php', 2, '946b1ba7ed0c9219df2e7653fa51a8c082d95c37dba3e4a61fb7992545db805c', '8feeb6c4afef7d4f55b9029fd3f88eea', '946b1ba7ed0c9219df2e7653fa51a8c082d95c37dba3e4a61fb7992545db805c', 1, 2999, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4dd4d8dc750936aa83499ba005d1b91673e6709', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-5.jpg', 2, 'a3b635cc57e158b7ce7bee254ed0d7133bc0ec9d4cd4c1c303fd632c36d89296', 'e34eb9bf495365b9c22d3a817b32407d', 'a3b635cc57e158b7ce7bee254ed0d7133bc0ec9d4cd4c1c303fd632c36d89296', 1, 136110, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4e0fc9c81887eaea41ec618e9b02566fb52dd6a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js', 2, '20d67dc1d22cadd6326639e1510929bd3bfdefe7a3a4bd2d78160514b3aa6f50', '40b7fbab8b1a9cd4d500fe48a3de90db', '20d67dc1d22cadd6326639e1510929bd3bfdefe7a3a4bd2d78160514b3aa6f50', 1, 2635, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4fbb7936569cd4a238f7c9f75bb48d03b38790d', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css', 2, '2a8c2e0fd09605162cb7823dfa4ef28779072b2c3f5b6fbc23be0d47f518d9d2', '1632267525c58b35310d3dd7bfea8b7f', '2a8c2e0fd09605162cb7823dfa4ef28779072b2c3f5b6fbc23be0d47f518d9d2', 1, 2659, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4fe876ac1c3d29949c0384320e551a90bc14e91', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-404.php', 2, '9a65bd2882b05ddf448a8a53e9813cfb1ad06bdbf3f1dfdd5b5aaa811cb389d7', '196f55edaeb87371fd2a2167b7808845', '9a65bd2882b05ddf448a8a53e9813cfb1ad06bdbf3f1dfdd5b5aaa811cb389d7', 1, 7004, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a4ff68d8dbec6bc8ed3a53f27626c4d25bb4881b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a5015044e7bac802b066e372d0e5ed8cf070d154', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-webdav.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992543, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a50830044dcb9d8b803453599b9fd9402e239641', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_Conversion.php', 2, 'e5186e8986f86a9427be6f0c4b041722005d51c86a6e4e9779fc1780331bee55', 'aaf9d5ed2b0f74faa0b813402b5e4fe3', 'e5186e8986f86a9427be6f0c4b041722005d51c86a6e4e9779fc1780331bee55', 1, 61, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a50f8d8204fbcc416148526f39f7f2863d72ad66', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus.php', 2, 'ae140f6b061f3476141553b381712e6d218b9566a0a7ec4dbd879893aaf658ba', 'c656d33b2fee5d19d093888c73c34d8c', 'ae140f6b061f3476141553b381712e6d218b9566a0a7ec4dbd879893aaf658ba', 1, 12584, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a514fcd4efb13627fc30996adc6a9097d5798cde', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url.php', 2, '9b86ff2dd8a2ebc6d4e1003ab5de33f59096baf26d8d478568460aba0359472c', 'b42ab794a17274380a2aba9a668a5555', '9b86ff2dd8a2ebc6d4e1003ab5de33f59096baf26d8d478568460aba0359472c', 1, 1108, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5186bae3475f5d8ed6f434d65e5fca3bfe9d35c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/subs-cpt.js', 2, '5cfc970dd6b3c48fe5b30db1509a99454ec51f7ff90f90857309f103b8f4f36b', '28169ecb7ab0ab24285ee0e8c4646d4c', '5cfc970dd6b3c48fe5b30db1509a99454ec51f7ff90f90857309f103b8f4f36b', 1, 1734, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a51e0ef6d41f5733a0a0a5e70af840f59423e084', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/animations/animations.min.css', 2, 'fe513ef974b767510d0a2b9f1b4d3afa53185b89ab617c869e5e3d6db960192c', '4601ba55044413706c2022cb6c1c3d05', 'fe513ef974b767510d0a2b9f1b4d3afa53185b89ab617c869e5e3d6db960192c', 1, 18468, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5227feb82134b441f114d97922791519c176653', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php', 2, 'cba44c97169767736c0195500fe49b00337a6e044dea7bffa806faf95b87b607', '9245322a33857c507438fdb214486ceb', 'cba44c97169767736c0195500fe49b00337a6e044dea7bffa806faf95b87b607', 1, 1033, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5235ea369e85626d41783d52543a06db26998c8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php', 2, '9a6e5fbb123aa96d411ed281c8df7ae995db9d292da99a48db4a70cbdb1bf3d1', '328778fbe949e49d5189288914da914b', '9a6e5fbb123aa96d411ed281c8df7ae995db9d292da99a48db4a70cbdb1bf3d1', 1, 8770, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a53311cbc2198bc9134d5b0d1e95694bcdc8e1c0', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/nc.gif', 2, 'd28d2afd0ab10a67c9e398f46dfc1e91f01f17e234f947f3596faf2098f8943a', '2135f0fb410b2f0767a7b534c753b848', 'd28d2afd0ab10a67c9e398f46dfc1e91f01f17e234f947f3596faf2098f8943a', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a545dbb096a81ce940bc7335f830d1b98c6ab0b8', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_special-mail-tags.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a550dd3fc9d594ac2aaef3da65891868bccd199e', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-scanner-integrity-diff-utility.html.tpl', 2, '8e3f1f13d7fd75502b0114ae0e7afbd175349be695f2ddad6e50f1be8bb9d18b', '5f1b5d5df5b6c8d8f31b01df21bb970f', '8e3f1f13d7fd75502b0114ae0e7afbd175349be695f2ddad6e50f1be8bb9d18b', 1, 1272, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a55f21cd8e3f84b4bf3008d6d69f8b9b0bfc09a3', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, '043194ef7f5efece27728e81e821df49586aaac13e006346236b4d5fa627d109', '0911253e82299afa85c2950c033bb68f', '0911253e82299afa85c2950c033bb68f', 1, 428, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5625ae339c378d4457ee12eba4203c95a04fb4a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php', 2, '5b03be7d87b049ae7d7c452078bce1c9d629616945668a9d11f145553c63da30', 'cee1f2364d5f1006683847042f13bc1e', '5b03be7d87b049ae7d7c452078bce1c9d629616945668a9d11f145553c63da30', 1, 1170, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5744504f743748c0dc23d07f1567bfcf449a608', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/count-down/countdown.min.js', 2, '4cae6d25429fdc057c040525b11981703d3d539e3e5098294b3338b7170d3678', '1197fb4ce6275a5e93810cce31c16ffa', '4cae6d25429fdc057c040525b11981703d3d539e3e5098294b3338b7170d3678', 1, 3309, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a578b72f270d2b149789d3a280b19d5af2f263d5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_upgrade_updater.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992599, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5859b717c5fba0ef8d01f7badb4051a6e68483f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-3.jpg', 2, '833e23f5ad76764f093e0cb8c230c57fd6255edc222912733a79069b8cd318eb', '3eed9a741342d72a2763e2708dcfaef6', '833e23f5ad76764f093e0cb8c230c57fd6255edc222912733a79069b8cd318eb', 1, 149101, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a591a3d668cef75be3c0999adf8eacf7bbfd8d34', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ne.gif', 2, '29decb4cfa8124ea16712d86a8bf89b4f616af9752fdc147bdcf338fb9af16ef', '489f6052b3d124a6607d4cb6a00022e1', '29decb4cfa8124ea16712d86a8bf89b4f616af9752fdc147bdcf338fb9af16ef', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a59e41f260cd07484282d01bfabd4d15304fbea6', '/home/hkrhostingreview/public_html/wp-admin/includes/revision.php', 1, 'e5d1b44b5a353ac9f0bef9590f21a776ee386ff12527c080d8c420267ac46cdf', 'e9447d9dd3085530cb09e5fe232c0fdd', 'e9447d9dd3085530cb09e5fe232c0fdd', 1, 15970, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5a4cea387fbf1f659b86871da2e84439307e599', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/fancy-text/index.min.css', 2, 'a6133dfde9777fc9cde67e8c95d698f2c84bd9f5f97e40c474ff108ce906de40', 'e8ad037d27006902cd6954eb3c8ad34d', 'a6133dfde9777fc9cde67e8c95d698f2c84bd9f5f97e40c474ff108ce906de40', 1, 587, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a5c09a90f375efab16238ea14028197e774bac35', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/dcd365c6b9df6f8cc79b2edbb87af087.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092973, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5c4c91b4f3eb4d7605993ddea85208e85f6e77e', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-gallery-widget.min.js', 1, '5a18f03cd4c081ffe24b32129b4a8a9e8bb5737e46a7c836aacf7ee2014c1463', 'a8a1e7473d3a063c4e783d0bc44ec83d', 'a8a1e7473d3a063c4e783d0bc44ec83d', 1, 3761, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5c683807d144b5d9bc77f9744100e8e0abd048e', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/droppable.min.js', 1, '03ce1bb89d60ecb52e7763d0b3e51232dbf7431150c84a56421643d8ffa3ecd2', '8c9c1bc0a5e940af40f55e19d39ed9a0', '8c9c1bc0a5e940af40f55e19d39ed9a0', 1, 6242, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5d2584c4212015fe3f46167c05be682f870b332', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/bootstrap.php', 2, '8b305254ecb2c5935170e6f68abe54b0f1a2abe6b576eeaf4a2669eb198a927d', '472af550b503d449d7f9d2a9e386a364', '8b305254ecb2c5935170e6f68abe54b0f1a2abe6b576eeaf4a2669eb198a927d', 1, 271, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a5d4d7a3e31a309fea1967053c51969702150973', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176815', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5dcd0303fc0ccd2ff07f4477aaeacc7cf2eebca', '/home/hkrhostingreview/public_html/wp-includes/css/dist/components/style-rtl.min.css', 1, '268adac414c4d9daffef2278c1df89501ef3357fa12653331ea7268d46e2d667', '58a83301414521c957ebbd1e1962431d', '58a83301414521c957ebbd1e1962431d', 1, 101730, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5e93678723fc11ee247dd1e2811771620db794b', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/sidebar.php', 1, 'bbd4874410ba922f7689792926f9beb17b06063d5a8d17360c4a3cd919934b6f', '28e153eb13933b12051789b7499cd928', '28e153eb13933b12051789b7499cd928', 1, 4279, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5ec3f42a9640a1161a0562a8f6abaada2e485be', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php', 3, '6824548843caceb053ef008b72b98815f88b63d0792377a99a6d5e0fc3c97cab', '49e29a084d043470c965428bf16d813e', '6824548843caceb053ef008b72b98815f88b63d0792377a99a6d5e0fc3c97cab', 1, 13057, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a5f02d1be3e7d25d076ee8ba06a901cba5dfc8e8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.woff', 2, 'f5633d00bcb820d19ead4d55f6c04872f008990dd27ab79ba1b3181dc1b11d6f', '408adafaa52e125847061dd5e5decbd6', 'f5633d00bcb820d19ead4d55f6c04872f008990dd27ab79ba1b3181dc1b11d6f', 1, 1368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a60199f20ecb0f1b1848bd1b1b49797d5a7b12ab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/app-before-fields.html', 2, '92615518aa5dc9290eceabbc6bba551e0a22f918f728a5794136b979475a6c22', '0700762e69f3c8c5b63e02ea9bffc689', '92615518aa5dc9290eceabbc6bba551e0a22f918f728a5794136b979475a6c22', 1, 185, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6067d91cca37f48613ad1b2262559673b0a4d20', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes/AppendAForm.php', 2, '19449239cf80edefa2d18d817d1d1b4140038fe77982927e13aa79a931fae3ba', '6db98f8659ad740727541a953ea89f5e', '19449239cf80edefa2d18d817d1d1b4140038fe77982927e13aa79a931fae3ba', 1, 2059, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a60b865468a128d5e4b92aa8fe6afb4377460ada', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger.png', 5, 'c6c4db867f4e0c734ab4c0eeac23dd861c9e8aea927044ce6f2b407da8eed072', '', '', 0, 215301, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a60c2a4976a7ebb7408c388acf50420c662705be', '/home/hkrhostingreview/public_html/wp-includes/post-thumbnail-template.php', 1, '0a1c34e104c024e4eb858346467e2864dbda92c1ae3a0eb4004c97ac9e8be5fc', 'd4cea231df57b221326a734e1bfe0fb7', 'd4cea231df57b221326a734e1bfe0fb7', 1, 8988, 33188, 1, 1564883996, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a629689590de3df9155e9141af922f62354e91ef', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-config-file.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992523, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a629c0358d3653d1bb740f2d83e3d88fd2aad826', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/js/scripts.js', 2, '7482304d2298caa68197b9abf3ad24e9533f3f98fa46c694ce497c0180decf34', '2ce808cd54ddcd3b368f28d0ba8708da', '7482304d2298caa68197b9abf3ad24e9533f3f98fa46c694ce497c0180decf34', 1, 5466, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a63bca477074af869d23a967bc4edbcc589a7768', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-content.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992526, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a640c6cd937cd83881d3d953ef755fb1fa678086', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/count-down/index.css', 2, '9533480a06d5d4caf1129da3de6eb3eac14abfa6dea7f8f5e395fd5df88ed40c', '961bc3100eb02b54d631363c5cf4eac3', '9533480a06d5d4caf1129da3de6eb3eac14abfa6dea7f8f5e395fd5df88ed40c', 1, 1061, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a65d4782a0852a35766e57c3aec277dc2fc68834', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176761', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a66e3db18beafca6d97caa925a5a4b5dadbf1764', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/csv.php', 2, 'cfd67248ff34cdddc602dbce8ab86ec5bfaefb4dfc87d8bb0cb9b6ef387a8ec5', '38502d0f17c7b66d2a3487ce34e7f1a7', 'cfd67248ff34cdddc602dbce8ab86ec5bfaefb4dfc87d8bb0cb9b6ef387a8ec5', 1, 3084, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a676bb83d45cff95f6a6c7f657f72289d86308ea', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-vi.mo', 2, '89389380596ae3e49d822687b03ab1c52c8902654c60fe240195960d1449cc6c', '3dfef199efe457606901e85545e38326', '89389380596ae3e49d822687b03ab1c52c8902654c60fe240195960d1449cc6c', 1, 100739, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a680887160513d7f1f582552948f97accf237fb7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-azure-storage.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992535, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a681a9b99dd2ce0b61b406dd506d38fe1c6fa572', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176724', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6a9e48744feddeb0679b19cbaa0a74494cef6aa', '/home/hkrhostingreview/public_html/wp-includes/rest-api.php', 1, 'a4649a2922781d4ea3d08dddfe673ef8370f3b5c6979cfe233d8777c3a1def7f', 'f91f7cbcd226db87b42e1f1c5026c258', 'f91f7cbcd226db87b42e1f1c5026c258', 1, 46564, 33188, 1, 1571154423, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6aa4314fd3cb70c3e9c6740eead34a9aadb0689', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/load-more/load-more.min.js', 2, '9f0f1e129b9a793bb497b2cc5f11243bd95af417f6b9563c83746f25585421b3', '7b9b14e9fc7dcaecb2d37a913d183517', '9f0f1e129b9a793bb497b2cc5f11243bd95af417f6b9563c83746f25585421b3', 1, 1297, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6ad5716b196ae0b5642f183d1b36852186a878e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.eot', 3, '831261ecd9fa193c3c4d4cb19463f4052c4f60f51795365fac61ddab58fc5217', 'b639ce72c8ac366bf885548693f9b2bb', '831261ecd9fa193c3c4d4cb19463f4052c4f60f51795365fac61ddab58fc5217', 1, 1380, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a6bf20f0e9133c96f6507c9330591d83b73c1c46', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176476', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6c796a218b82d8497e0114394f0f0b885bbdf8c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-public.php', 2, 'e71b64d4ea20466ed61b55b485d2686aa33772887c85e09d4a4d0a89f81751e9', 'a867598d01d5c7f8b8fbf94ccc29d4b8', 'e71b64d4ea20466ed61b55b485d2686aa33772887c85e09d4a4d0a89f81751e9', 1, 20590, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6d634b4ee1edace711e644df6f35aff52cdc227', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/price-table/index.scss', 2, '18e7b71602e0c8c3e25e70031faadebdad00ede950deaede6b14dbbbaa3cbba5', '8eb16e3cd6880fd056d6405e2efcb2e4', '18e7b71602e0c8c3e25e70031faadebdad00ede950deaede6b14dbbbaa3cbba5', 1, 15066, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6ebd034869783164eb36a37bdbf5ee8a31e3d63', '/home/hkrhostingreview/public_html/wp-includes/css/wp-pointer.min.css', 1, 'aecc9307c1c18960a02d5574b3570c9036ba5d8bf88168547cdd194c017fa5b4', 'bfbbb17f5deaa73a3fffb7c639aca12e', 'bfbbb17f5deaa73a3fffb7c639aca12e', 1, 3232, 33188, 1, 1559220111, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a6eeace785dbc14f575b92fb50e3007744c42f12', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-min-150x150.png', 5, '259df4a056aa08c59aa97b66087623b0331e657882b381f2ef8cfe8e28f671e2', '', '', 0, 18166, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a6ff6a5c6e482e30dff5ba1bc51e0e1efe5b1c38', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-plugins-list-table.php', 1, 'e7d86889d86788116ff4d55b44f1b2d2d6eabfde0e2c845714bf8bd1f5ddafdd', '787443a5ec118e3ae2271bdf79c34b7b', '787443a5ec118e3ae2271bdf79c34b7b', 1, 35985, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7029e40a4ae679f7c9692b98037f4743d603228', '/home/hkrhostingreview/public_html/wp-admin/post-new.php', 1, '867361367e6d18e9af52bd3638ee143ef41daf44aa8cfc184345b69220ab2382', '84d0a6a3f0b624ac4c68ab7bafa23119', '84d0a6a3f0b624ac4c68ab7bafa23119', 1, 2712, 33188, 1, 1564921736, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a706a728df2f945f91e04003768559dbf6903b9d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/lv.gif', 2, 'c419a661195362302a5c5c0fb3e084fa56961a7cfcfeedeca4ffea31e7084a73', '2eb690f1af034a71573641bfcfcf603e', 'c419a661195362302a5c5c0fb3e084fa56961a7cfcfeedeca4ffea31e7084a73', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a708ef6999f88d09b7ce4eb56d901f1b9932f13d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/PagePublicLink.php', 2, '818e1a6182d299bdfe8217b936d5c1d3348ee96372d3be271e2745f75715a881', 'fa0c75afd0ccf98909a9bb7cf715fe32', '818e1a6182d299bdfe8217b936d5c1d3348ee96372d3be271e2745f75715a881', 1, 705, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a71485a0e366dbca452267a48f7385f8e3fdba68', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110016', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a72e58751b4a52edb042a2e6c477841bb71a4719', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/pt-BR.js', 2, '498afb78fbb66a63675ae8a8a249edb5f41a6ba8c1342cb58540199cf4ba48cc', 'b80e354c3598aa02460eee6d83b459bd', '498afb78fbb66a63675ae8a8a249edb5f41a6ba8c1342cb58540199cf4ba48cc', 1, 853, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a735fe4041a15a62ffcfdb3290e382f7a8ee0987', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Renderer.php', 1, '48f95b1d7ff5b7214c4fb0b63db84259a3ad69995aeea8cac9cc7909a689c5df', 'fc8720df4330b50f59374fdc40d94753', 'fc8720df4330b50f59374fdc40d94753', 1, 6813, 33188, 1, 1435505244, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a73c26b06c04ed0b5b0a648bce9d4193b53e44c2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_base-ui.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992604, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a73cba85d15f34e3468189a729925218091c402d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/magnific-popup/index.min.css', 2, '510ae9f05e0c7ae1983b03f045da4c299577f2aefb6bf8f751779c468d720aea', 'a2425a4ca0f350141d5b493b30f4fd84', '510ae9f05e0c7ae1983b03f045da4c299577f2aefb6bf8f751779c468d720aea', 1, 5257, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a745bca4f3691629df3297f2a6587f58fdc1fa60', '/home/hkrhostingreview/public_html/wp-includes/css/dist/nux/style-rtl.css', 1, 'cb528df686b549b9ccaceaf366a5b412febd2108d351cc26334916996179e9e0', '067f1fa67dc68c39b293875357a49b0f', '067f1fa67dc68c39b293875357a49b0f', 1, 3306, 33188, 1, 1571156232, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'a74d82a11de84f69a35b04da655fe38601377d4d', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/keys-3.jpg', 2, 'd9459e0934ca6fe3be377d0bbfad0410edcb398c22b26df4cdd36a933e032977', 'dd5a0b826303a05b3e0c3ba6074d1058', 'd9459e0934ca6fe3be377d0bbfad0410edcb398c22b26df4cdd36a933e032977', 1, 125383, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a753187bc9d54a2cbd821e42669a6ff54695c258', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-1024x628.png', 5, 'c10f4fb925d29c3892831e2518eb45b40421edc16bb449a09693823aa10216a7', '', '', 0, 308405, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7544f1d0d810eaf5567181e4ee5d5f919598df0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-dark-mode.css', 2, '829fcd8f5a6ed05640421acf1c03b0643577efb58c19fef9ec417937a0d26c5a', '685bafd14e159989f8ac89c72166bbfd', '829fcd8f5a6ed05640421acf1c03b0643577efb58c19fef9ec417937a0d26c5a', 1, 28069, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a75c62d9f47f630b720e82217e1aae5406115afb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-digitalocean.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992535, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a768b19250e90f961f8e4715ef63a5a413e03c91', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Submissions.php', 2, 'cd9d0b6e9f314634d2e26a5e468a6193f32d69969615eed0ad342d7d81c1612d', '5f96fdfebec402a1480daf3ec485a32a', 'cd9d0b6e9f314634d2e26a5e468a6193f32d69969615eed0ad342d7d81c1612d', 1, 18631, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a76fcc53670fda5f1750c6f5ea8354904f9589da', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 'e7d655efabaf0fe21bb999c2a16bcc92b63f261acf5266c020c69e2eb28541cb', 'b58df8941a18aebf3ce957c8d28b2aae', 'b58df8941a18aebf3ce957c8d28b2aae', 1, 1653, 33188, 1, 1563344276, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a77555ecd6bbdf80057a7f2cee1c46730d1b4096', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo', 2, '606c698348ab5d44274f663442b765d28d2f4db1f639b9e38ff939087cc95980', '92d4869dacd4406be7aedef4f183df24', '606c698348ab5d44274f663442b765d28d2f4db1f639b9e38ff939087cc95980', 1, 61684, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a778c33f4e52532b5b4a805dc6b8b2897107ed27', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.1.3-reschedule-event.php', 2, '4b12149ebc72a86357fd6dba1db7f79e972126f5598bc0ccbd5e879ec32bb44a', '3eadb6b29c602cf769b6591261ad87e1', '4b12149ebc72a86357fd6dba1db7f79e972126f5598bc0ccbd5e879ec32bb44a', 1, 280, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a77e75f9645e42d0596713f7c9b57c92051757b3', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 2, '157daa53ff3a375cb7d1903a63f7460bd92067965bce34b6eb1ae999ebbf5ccb', 'ac76811df9c1bf8af392f21e7cb9dff7', '157daa53ff3a375cb7d1903a63f7460bd92067965bce34b6eb1ae999ebbf5ccb', 1, 280, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a77f54234ed737f689a24e5705ff644d37f8dd6a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-email.php', 2, '299353f9a273631d35dc58d826c99c173c086360f24d05d00bdd74695c07bae2', '57b4b4beff3c158cb9b784317e4efeb8', '299353f9a273631d35dc58d826c99c173c086360f24d05d00bdd74695c07bae2', 1, 13992, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7b5f967d97dc8bed0cca0a61d544dce585c77e4', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/af.gif', 2, '6dc0a9129d27e5edc9d94c0d00a06df65baca98b32412c1707b0c7e74265e702', '7110571f5f22f1942ee97afa41f51e61', '6dc0a9129d27e5edc9d94c0d00a06df65baca98b32412c1707b0c7e74265e702', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7cea8636897d3740f4063e5a5c2a2a20d271616', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/js/hfe-elementor-pro-compatibility.js', 2, 'd40a248f7ffcf54eb12cf800388ee706e055eee89faed5c89802df203dab8af7', '2107172c9c57eeac5b7ba30925965b35', 'd40a248f7ffcf54eb12cf800388ee706e055eee89faed5c89802df203dab8af7', 1, 1164, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7cf7b4d597ca5fadfa2ee4389190f07f8e19f55', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-html.html', 2, 'a80425a2c23a0ed63026bad3efbdc8829beb0075026fb76cc3d2cbb37a2a33c7', 'a12d2fff0b784765c563a1f95bcd1744', 'a80425a2c23a0ed63026bad3efbdc8829beb0075026fb76cc3d2cbb37a2a33c7', 1, 89, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7efcc74c8ea0dc75870f65f238d17031229f919', '/home/hkrhostingreview/public_html/wp-includes/js/dist/annotations.js', 1, 'f77211cb90fe4fbedc8b0c6a84df740bbfbd58e7c22dfc70c83ce3423703e6ba', 'e1bc9760ad82c3b9169ecabe8b535bba', 'e1bc9760ad82c3b9169ecabe8b535bba', 1, 39041, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7f81fd7a59b7ab4895d72b6cb29e393a03b1e03', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-attr.php', 3, 'fa96e9ce2d5e98bbfdc86d1b25b7913fbe49f70862774169a6d35e5f99506e68', '511b9393f0f63a24a3b12287ed95cf10', 'fa96e9ce2d5e98bbfdc86d1b25b7913fbe49f70862774169a6d35e5f99506e68', 1, 2884, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7feca8864565f93f5bc7fdf87304beb8ec2805a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-background/responsive-background.css', 3, '13175e5a07f31cdc43572392a5f6688120c2899dc0d2c6a78c00149e63f7dfaa', '7d1cc9069409dfff5b760615d4ec77a5', '13175e5a07f31cdc43572392a5f6688120c2899dc0d2c6a78c00149e63f7dfaa', 1, 2958, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a7feecf06aa36fc284c88e22b39900e0eb81c136', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php', 2, 'cacb6d537da951d3007ce7598ec3d1b945f0af4bad3cf9c87f3501b0582a8866', '1163929ae7553e99d731fa6d12aeb6ef', 'cacb6d537da951d3007ce7598ec3d1b945f0af4bad3cf9c87f3501b0582a8866', 1, 3551, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8005f82253d47e62f31940a60f749f6f20b6c52', '/home/hkrhostingreview/public_html/wp-admin/css/admin-menu.min.css', 1, 'acac75b57373d206f9eb31b09fa2ac602865f5fe8815914022db02be37403e0b', 'd17dc4b834c38295ee7d3fd3339eff8b', 'd17dc4b834c38295ee7d3fd3339eff8b', 1, 15486, 33188, 1, 1571337483, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a81911c6f0280a3c410e7e18ea11e7eafc6e17a2', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/7ad33083fdb340f52024316eff1a1987.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092974, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a821269c29ef532cd818f7d2fa3c0789a5b5b8b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/post-metabox.php', 2, 'ecaad2ce25bf798bc0bb49e70858626980261fae6a96c3a909adc65755668698', 'd4c02df7a250c77582b6f23f31a994dd', 'ecaad2ce25bf798bc0bb49e70858626980261fae6a96c3a909adc65755668698', 1, 2547, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8233cdaaa7f2a4a9b03a60152f43f6e04f87a80', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/pluginlogo.png', 2, '6947e0b3c8239a1f2fd2dfac4deef7e642cbde7c00cf9ab93759fe70ccc3c50c', '268eee412b85b8ee7904145ef1146dde', '6947e0b3c8239a1f2fd2dfac4deef7e642cbde7c00cf9ab93759fe70ccc3c50c', 1, 3655, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a832b8d3a7d560c45ed40405d1c1670d5eb55dc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a83d65564a33407779532748f5c4b0dd675c43f7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_switcher.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992614, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a841c37ffb27bf37b326116ad723a9056eacadb0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/skins.php', 2, '96a83d88732de21d34593b1b9ec9af980d11156266f482e010f5d684f0659645', 'a438ddfb26e56b1ee823e48389828760', '96a83d88732de21d34593b1b9ec9af980d11156266f482e010f5d684f0659645', 1, 2374, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a848c4ffa205e6e47ea8d74fe978b6054a08b121', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-8.css', 5, '0dc85a43aa8ea638259865e4da525516adbac033f7f53ede59465fbca56d0c5c', '', '', 0, 54736, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a84ab85d9b0890702d187ffb4a5283eaaa8b7ebd', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/index.html', 2, '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', '10bfc650b0c9669ebf75f93daadec94c', '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', 1, 38, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a84fd191ac122ea3b37e3c76ea92d1ec3eb57187', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-rtl.css', 3, 'f6dd0fc4428efab04153b57d90908bc05cbb08502b3456f9e93cdafaee46c8b0', '6cf36194bb8962bb47e8d70ed2cd3037', 'f6dd0fc4428efab04153b57d90908bc05cbb08502b3456f9e93cdafaee46c8b0', 1, 125776, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a85557addc50a3390aebff4df0df5d894205935e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599103264', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a859c6b0acd6615ef46c0ae6678a2f8a3b7d0630', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts.php', 3, '4412ae90e19e75db88b22b59b396cb0702e8b7bfecf04651085372c074b175fb', 'f0f22fc4f6e5a14ff284cd85534febf2', '4412ae90e19e75db88b22b59b396cb0702e8b7bfecf04651085372c074b175fb', 1, 4575, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a85e2fa197987093bff60136c9cbe6c38ae5d3aa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php', 2, 'd379541af51cbe73f80976c76225f07def98784420d8e00a308b164547a3711e', 'f9cb5393cb33bbcc4e8fc015efd6ef28', 'd379541af51cbe73f80976c76225f07def98784420d8e00a308b164547a3711e', 1, 18093, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a86fe63832b828212842a4650396f01154f24906', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-ajax.php', 2, 'b4f3ad655d84269eac554d48e08ac3bd86a0e1331ee2454197a1c4b1b58d4f23', 'cc1f9bc53d36f2e84d786549e8e4e4d5', 'b4f3ad655d84269eac554d48e08ac3bd86a0e1331ee2454197a1c4b1b58d4f23', 1, 1506, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8809f2909f6792009156e0ba80e5da9a1bae35f', '/home/hkrhostingreview/public_html/wp-includes/js/wp-list-revisions.js', 1, 'f520ca275ea9e27b63334e0e8fbc4a7fb516c2c854687defd3fe14716f718789', '5019624f50b503784fa5727337a9b532', '5019624f50b503784fa5727337a9b532', 1, 970, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a88a874fd9ea8edc30c4111ee0a6cc1d9341e3f9', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_mrgreen.gif', 1, 'b79e72d93bdb7ae96b5e397ceeb338c44a5e3dc3d46b46901d5d857bd2c0c1e2', '8d07245fc613bd75b2587c49251d7e24', '8d07245fc613bd75b2587c49251d7e24', 1, 348, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a88c0af4a5b40bc18d78cc9b7a26426439916ad1', '/home/hkrhostingreview/public_html/wp-admin/user/about.php', 1, '40a39bde84258ada5eff9ad3124194934196665231c370d507a240d111ce0a6e', '99ec00da8d914b4efd2098a3e44ebe2d', '99ec00da8d914b4efd2098a3e44ebe2d', 1, 275, 33188, 1, 1380068291, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8add17a9e3331411db8ab96a5f1b8ca1268a622', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mc.gif', 2, 'af6c07fe8b1acf25b04ac767f7bc94001db3c182a674028413d31faeeae6f677', '3322300de4324fde3ee51d3d4431dc00', 'af6c07fe8b1acf25b04ac767f7bc94001db3c182a674028413d31faeeae6f677', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8af71cd14a60d6c3e7321dd1a13d76a33a268e4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/select.php', 2, '4015ce22bcd953da3e25f6739c15e21e655bebd973d3b211f291334fae9b3360', '6d7397d7ce30ef25b10ca546b3738fd3', '4015ce22bcd953da3e25f6739c15e21e655bebd973d3b211f291334fae9b3360', 1, 2537, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a8da2fbefef4388970e4ff243e7cd246333ba186', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176679', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8de3e6cf8fa5435111de87963134735784bd989', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css', 3, '42ecfa2bc0b93196ac07627534986a390397c6500d3381f547c3d109f93e2dec', 'aafd4455b88eebc36f3e40c82ce64d36', '42ecfa2bc0b93196ac07627534986a390397c6500d3381f547c3d109f93e2dec', 1, 3166, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8e4a8ada9a32f42934d95b09d4e091d408a252a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-export.php', 2, 'f89eaf0091cb932470a41a138f63a71aa206f47af3be9e567f539d497717316b', 'ba83e88d52ac60395b003e2a827b19bc', 'f89eaf0091cb932470a41a138f63a71aa206f47af3be9e567f539d497717316b', 1, 7388, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8eeff462bdeb9f8c89e8c9cdc89564087bafe00', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', 2, 'de05fc2d75e1d111f677e14da0cb1e184e9bde2acec3e264b2011f822fdf2e5d', '6c347fd331c6db4bf384bb79296484eb', 'de05fc2d75e1d111f677e14da0cb1e184e9bde2acec3e264b2011f822fdf2e5d', 1, 7297, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8f202e4395cd4595fd7ce9b4b5e728e37741ef3', '/home/hkrhostingreview/public_html/wp-includes/js/dist/data.js', 1, '7e00420385b3fa825e17b4d7060c2ebd30e6002cca969f7b277447ba4409ed16', 'c8bcea679c39308667547a54fef94033', 'c8bcea679c39308667547a54fef94033', 1, 144465, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a8f7ba5b65933ab2255188f827c09734366c461e', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-upgrader-skin.php', 1, 'dfb9e572e513a56ae6cf88be6c27d83b57f7221f3436505c7f6851819f65ac97', '1cf71a2aacf6ef9222412bddd8232406', '1cf71a2aacf6ef9222412bddd8232406', 1, 5164, 33188, 1, 1568544174, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9022c578769a85b606cde42e57a4f29b249efee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php', 2, '73ce306b54cb102ce9a28b990871135c41d061b81f13e2488e4be4c9878b3b45', 'a75bcc82ec2e748669bde702eb2f5cc8', '73ce306b54cb102ce9a28b990871135c41d061b81f13e2488e4be4c9878b3b45', 1, 1999, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a90a48f318aadbc4d8658134572d63675a4d8a94', '/home/hkrhostingreview/public_html/wp-admin/css/color-picker.css', 1, 'd4f567285fafe20539af1fad8441f5b131507051335340b79cd02d318462961c', '4d52e18de0b095dddb25fa4b62917529', '4d52e18de0b095dddb25fa4b62917529', 1, 3502, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a90ab1de2537a8b68c4221ad6db4718fe998d585', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/bluehost-logo-olvr689irbujhhxn085lqzfus7rfeiv2d4owrvi6h0.png', 5, 'f4500e85101f7a05087faaf38343d5a95ff91dbf2fee6c86348a519e736bcc73', '', '', 0, 13959, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a92cec4144775282433e9d7bfa9de7853102845d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_kits_documents_kit.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992590, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a937ad1e0d38677194b18a51dc41497fbdc7416c', '/home/hkrhostingreview/public_html/wp-admin/js/link.js', 1, '64e9915bed47c05b6835b1f1ae550982d8ff33aada2ef131b242c7abdf63eab2', '2e6be97ee352add00ecf8f7d20174fc8', '2e6be97ee352add00ecf8f7d20174fc8', 1, 3875, 33188, 1, 1530153142, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a93f3363345adf00ec17ecb073abedc08eb12d10', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js', 2, 'd0f2ca3652059269000091dea3ef121f4fd9c89d23b0cb1d3e06f5b4762ad762', '2967c00fae1917e55b5328e8c3420478', 'd0f2ca3652059269000091dea3ef121f4fd9c89d23b0cb1d3e06f5b4762ad762', 1, 296157, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a93fa645ffcd7d465b28a5526851196253e4dff9', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/sl.js', 2, '3b98308ab348b66463f3f2d223fe52a95e39d0e7548c91faae616bb1b01250e0', 'f9a6a8c80efe20b507dc95f83d086fd8', '3b98308ab348b66463f3f2d223fe52a95e39d0e7548c91faae616bb1b01250e0', 1, 890, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a949f7bd3928809e6b93b1870d8bf610c423e74b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-success-message.php', 2, '2c3084dc7aa08a2ab63b709e046b8bfdf3c2d2ce373e574551c06eb86cc1c0dd', '1b9ee0002fc6f11f0a4c83c8020f8858', '2c3084dc7aa08a2ab63b709e046b8bfdf3c2d2ce373e574551c06eb86cc1c0dd', 1, 2597, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a94cdf3071e9e6af4a77e4290f07adcabb2ec2fa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/tooltip/index.css', 2, '86c23d218a91dbd8c15eed2329c8f1ccfe87eb72e6dca8b8f95dc1d94b35926e', 'f86a789de0a0f493eb7ce187e3c2648f', '86c23d218a91dbd8c15eed2329c8f1ccfe87eb72e6dca8b8f95dc1d94b35926e', 1, 4840, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a94e64e55157d5fa2a9f19333e620dade59d1d7f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormActionDefaults.php', 2, '8808f241e6f5ab3cdb0d150ba6ed2696210981d953f99167c39675a748aa9b2a', '665721e27cf367f467e78c43f8fcc2aa', '8808f241e6f5ab3cdb0d150ba6ed2696210981d953f99167c39675a748aa9b2a', 1, 809, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a9566af58437fde497664496cfd5f1d88d03cd2e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599303471', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a95b88b2c5b8d3de0c0181c52f2f3f5b34fd2b5c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Terms.php', 2, '9e90f09dfb5253290330168535948e900aa1124e165f7654dfadd862283ca271', 'ca1810719c1cba52e240291e227cd4ba', '9e90f09dfb5253290330168535948e900aa1124e165f7654dfadd862283ca271', 1, 6393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a95f20385ae3f62c22b28feb66f2a29077712018', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/special-mail-tags.php', 2, '4d74e1167639412b01959571168aaba555cb832ebd4f3b59374f48df13747bb2', '88a562010819af538beb6d39300193f1', '4d74e1167639412b01959571168aaba555cb832ebd4f3b59374f48df13747bb2', 1, 3477, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9626d863d737f1a845320354af8a1670403f5a1', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-1-post-type.php', 2, 'bff5d3c4f7a245578c9c40a415a5c92141c27f42862e5062940366bbbeb48660', 'ac6c710602b37edbd48f4d46df7991d7', 'bff5d3c4f7a245578c9c40a415a5c92141c27f42862e5062940366bbbeb48660', 1, 1945, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9687ca6a7bf5aad396c50771aacba265885fca5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-background/responsive-background.js', 3, 'fb1dc09b88b0d7407f9f3ca19620f119dcb348d999d9f811145f4a1277c84dc9', '1af289dd74ffd4249b8a5b2c6d3ec35d', 'fb1dc09b88b0d7407f9f3ca19620f119dcb348d999d9f811145f4a1277c84dc9', 1, 10960, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a96f78d923261346ccfd67e808d5662a82906a32', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min-150x150.png', 5, 'af0636fd9b0d791a5dc36b1185038e5cbf058be59b7e73388e0f14fc07cde470', '', '', 0, 22428, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a971125d85d42d5a7644553842f81b26b74a4994', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/css/styles.css', 2, '2d07be8a8ab272c1b5a2a83a101570c70f03d1e9edc618c7343430fd54881832', 'a3ce68201a8a5fd669283b104f443636', '2d07be8a8ab272c1b5a2a83a101570c70f03d1e9edc618c7343430fd54881832', 1, 7292, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a97d3d00c66aeeb3589a43f00e48e580f8fa15f2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176482', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9985cc7ef9619b1b332d5b0f2bf9566d0daadab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/shortcode.php', 2, '03ff4482fdba31f6d96d9ab84a8dfa0dd2b2ddd072409d3bf53c2575c32d73ed', '3f72bf030734f7a7665eaabb5830bb71', '03ff4482fdba31f6d96d9ab84a8dfa0dd2b2ddd072409d3bf53c2575c32d73ed', 1, 7401, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'a99c74dbaffc42012fdcf6a3a044b464f2e39093', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176503', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703201, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'a9a399eebb0b19abcdaa23e23aea130fe52876c6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-2-150x120.png', 5, '594e785a41153b5aee1a2487ae3881c606554ea7f186340d4ebd189a8571005d', '', '', 0, 672, 33188, 1, 1596822237, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9ab7a3cf27dbf3f721627baeb927d6a3fca76ad', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-pt_PT.mo', 2, 'a67bff8021dbb4b3aeb8ebf57914fe2c49f2d6fcd100f1a9d79f169de15f88e8', '504768ba1c510149978577ded4622555', 'a67bff8021dbb4b3aeb8ebf57914fe2c49f2d6fcd100f1a9d79f169de15f88e8', 1, 97473, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9adde95b55b8d5c77fc3c51dc7d629f54dd5690', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/resizable.min.js', 1, 'c92c6a06a05ebbc74655d4d596a2e169f97f1ad070ee073e4024106654441a7c', '449c1a605e8c304774ed6336d9a953af', '449c1a605e8c304774ed6336d9a953af', 1, 18403, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9aeec532d4cc6954245d74fefa09a01ffb52e79', '/home/hkrhostingreview/public_html/wp-admin/css/colors/light/colors.scss', 1, 'ad2f8a108361bcfbad4169edb8cf91c12169c0553335daafcc4af73bcdc56dd9', '480b9bd647e5b323ef88d63ce55e1d6f', '480b9bd647e5b323ef88d63ce55e1d6f', 1, 1119, 33188, 1, 1545016984, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9b3bce1c2853de4125c1f6299fa024ba591f13c', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/themes/inlite/theme.js', 1, 'ff3992113dbd05c17e5b1c7b22b05d939ce336b6212dd61b42374850cc9356c7', 'f51c77b5905ab12e3ef9c3c2259afcc3', 'f51c77b5905ab12e3ef9c3c2259afcc3', 1, 321743, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9b72f39fc2904f89a452c8220f5f653891f268c', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/stats.php', 2, 'dac6f27c8cb6a1931d689690971ec2557e7e1ba311cab91e274705cbf81a7739', 'a1adcd419f461e8902969a68e215d060', 'dac6f27c8cb6a1931d689690971ec2557e7e1ba311cab91e274705cbf81a7739', 1, 744, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9bbbdb07084f4934e18ffd788d7ee41d8b8bbc3', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, 'c32aaf1dccfb6e82ffdce5a30bcedf6f30791418e48497317f9f93e77edd7ceb', '2bdb6ec1c3d931d9ecbb169fcf6f5662', '2bdb6ec1c3d931d9ecbb169fcf6f5662', 1, 9450, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9bf01a4de9aa40e2d965a2c65824c6c4d1c8838', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php', 2, 'bea6cda8941828b1f1aad5ffc43eed77c03a25af7ddccabd12658af429e04c76', '68fab4ee1b9417463119c05e97580e8d', 'bea6cda8941828b1f1aad5ffc43eed77c03a25af7ddccabd12658af429e04c76', 1, 6965, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9c3f07c01314e80e85ea4c7f7fb353a0b1a64cb', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 'b8ffbc06a39bde3438237674128967ab823230b85cc2afa038753fa379b9e53d', '7c46e095db079326a9bf66aa5a05f8a4', '7c46e095db079326a9bf66aa5a05f8a4', 1, 12266, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9f90d6be0839bcefd2247d3903e4e496486e9e2', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/mainlogo.png', 2, '6f615c06b8380ead47fa0de26b8d8bfd612b618249b8a0b529095506d0cb268b', 'e64fdcb102924c21178916e399f5a286', '6f615c06b8380ead47fa0de26b8d8bfd612b618249b8a0b529095506d0cb268b', 1, 2370, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9fcf1cf2f509bf776226047176075efc661eb2b', '/home/hkrhostingreview/public_html/wp-includes/pomo/translations.php', 1, 'f6a2c21c78bdbb4c674c4a429af312cf47015f48d8444d61fecfe7c2ba3d3ed5', 'be2d6fae2d6af4ccd3c19b600ffe7c2b', 'be2d6fae2d6af4ccd3c19b600ffe7c2b', 1, 9614, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'a9fcfdf9bf4869846b07a04d0c5b75a9a084b6ec', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, '3435380807c5c1fdfd3e0a03f054119853fe9e82a18662c48fcfbae696b7125a', 'a0db939cd1f447ff632cab993d635ea5', 'a0db939cd1f447ff632cab993d635ea5', 1, 1698, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa06ff50932193ceadca484cd9ff915a83536026', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Net/IPv6.php', 1, 'ccdb29900956dcc9eb10f3bb0b384d924807e57677d8c686567efdbf05ced873', 'a546790e216abdd9801795949fb6b40f', 'a546790e216abdd9801795949fb6b40f', 1, 7576, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa0fa98371b781e4a3f9a598119f93e864ecf50c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-8.jpg', 2, '4484f399787ad321c18578af764338db164d4301125affe47d13624a92ec3ee8', 'f1b2d5b905ea2194df47cfe1fd0cef59', '4484f399787ad321c18578af764338db164d4301125affe47d13624a92ec3ee8', 1, 138430, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa1605327d894d921560568d8b700f123c68dc4f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-1.jpg', 2, '31e3061833059aca5b67ad50f0cdadf858572f1c76dc33a717dc3c7b96b37fe6', '7e64bd003505c4803daecfd649b9abc6', '31e3061833059aca5b67ad50f0cdadf858572f1c76dc33a717dc3c7b96b37fe6', 1, 149647, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa1806dd0091c3320cdcabc94b228d4bf54a5d06', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ht.gif', 2, 'a2a80d6f34bca89aeb14d93016e3a924a356a6cd1274d517fe28a03cb39ee25e', '92a6d557d1adf362160e3bd0d774ecb7', 'a2a80d6f34bca89aeb14d93016e3a924a356a6cd1274d517fe28a03cb39ee25e', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa1a4ef7c94cb2c4193f3ef1f778002d15f797f6', '/home/hkrhostingreview/public_html/wp-includes/pluggable-deprecated.php', 1, 'bfd1560a7000376ad37ad28915a81d378514be5552b5d34948470617e99c9419', 'e463b18764f9a900ccfe7eb7356a12c3', 'e463b18764f9a900ccfe7eb7356a12c3', 1, 6262, 33188, 1, 1467808829, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa1fceae8ddd01e8a22cc29cbd86a4a3ca926e93', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/CollectPayment.php', 2, '60158df57de7b3b19d415e8c11dfec4bdb4cf73b2a09aafb1f68efb1a54e9e0c', '2f221800521e4b5faa8b4f4c4df55099', '60158df57de7b3b19d415e8c11dfec4bdb4cf73b2a09aafb1f68efb1a54e9e0c', 1, 3190, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa21d97bd30c215477479878c7d3887fde481e9b', '/home/hkrhostingreview/public_html/wp-admin/about.php', 1, 'b3d5b4a389d838803d8a9c72b050adc3137c2270904e7ea9d80203c4ecd5e15d', 'dcba8c5164183acb1ec566f79b59d26c', 'dcba8c5164183acb1ec566f79b59d26c', 1, 12838, 33188, 1, 1573583523, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa22ccabb456c40650dd40ccf91d2f15f8c619ef', '/home/hkrhostingreview/public_html/wp-includes/ms-default-constants.php', 1, 'ea43b0e3a5e346f0cc35bce197d0b73f38d5cc7d710b9193e84a43baf09a4764', 'bb4b4c4d7777fb903b4e69b52f9e302a', 'bb4b4c4d7777fb903b4e69b52f9e302a', 1, 4785, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'aa24ae68780c61a7853cda31e6df025a87455ee6', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_api.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992601, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa298459db8eb384f78af643d8802a7f8b0a4d62', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/index.html', 2, '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', '10bfc650b0c9669ebf75f93daadec94c', '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', 1, 38, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa2e634ba6de834caadd64fbdbf51e1086277333', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/testimonials/index.min.css', 2, '62a40fb825da40a1c714059a3ce8adf6028320f41baf7a12b441bd891e988fd2', 'fdc2b9efce8fbd25d13a76d498a7585c', '62a40fb825da40a1c714059a3ce8adf6028320f41baf7a12b441bd891e988fd2', 1, 8738, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa2f1208f77c9365dc2064124d308fb2e8c3fcbf', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/htmlhint.js', 1, 'e2f383a1240eb18d44ee3795900add44a857cbca59b6d21db7e8aa0abf14bb2d', 'b532ec7cd19faf478c4d740b5035a7ea', 'b532ec7cd19faf478c4d740b5035a7ea', 1, 17735, 33188, 1, 1505282927, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa33966faf448d6180cb42fbccc65f5c9fdf9dd0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/global-css.php', 2, '532e3f58e9f485637c688d2e5bbe8648de6cc330da236f44609b79bdae079e9a', '211507d3c4a5f8fa2a003b5cf0139bf3', '532e3f58e9f485637c688d2e5bbe8648de6cc330da236f44609b79bdae079e9a', 1, 3167, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa3c7dc04301679627bbddeb76f6e4e5a8b5621a', '/home/hkrhostingreview/public_html/wp-admin/admin-ajax.php', 1, '39ca15f899d38c6ebaedbb34b5bf06fad0dbbe774fa5457f95b6c48458ebcacb', '286cb8d64a83d1408de35442b6fa3efd', '286cb8d64a83d1408de35442b6fa3efd', 1, 4672, 33188, 1, 1569260876, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa3f2f8659699261a5ab86cd56a3a8560d4708de', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Post_Timeline.php', 2, '47e629db07809e14c676b0fb8be46ecee7d02873e9109b2e4f9f16266d715189', '7d95fa5cf0573ac1fb07d5c8028e6993', '47e629db07809e14c676b0fb8be46ecee7d02873e9109b2e4f9f16266d715189', 1, 2436, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa41bb83e11adfa82f7c3ef933b36e669faf31a6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/error.php', 2, '8140e7e65fed62b8d96e51452ae78fd8b78dcf5683771fc5801c36ce24b32caa', '29a974398c9f8423ddc647cf10afb4b5', '8140e7e65fed62b8d96e51452ae78fd8b78dcf5683771fc5801c36ce24b32caa', 1, 845, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa4aa340fe013089745455aa3eab7112705adf99', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/mail.php', 2, '6dda57af3425bb2e040ac086ef4a84eabbb4f24514643655d72f4f13058570d0', '1ba88879dedec078ec2208ea1da051ee', '6dda57af3425bb2e040ac086ef4a84eabbb4f24514643655d72f4f13058570d0', 1, 10822, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa4f6e11b9c5615d3e5be2104f1823dcd9b23bb6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', 2, '8d83693d01e88b822b9bfda97242315a87e26618d6ba392fb6377b2a18e4a932', '8e2659d4eb0160eafcb59d0b57c5aac5', '8d83693d01e88b822b9bfda97242315a87e26618d6ba392fb6377b2a18e4a932', 1, 7812, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa5ae2dd340f27aa73c0c86e8b30f3e1e5778fbe', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-starrating.html', 2, '66e0f6ac79a6c76060f1a5c7e23b1163a662b4851f324031a914ed827a883761', '63127b50d8aabb4e23e72cc7eca84b7d', '66e0f6ac79a6c76060f1a5c7e23b1163a662b4851f324031a914ed827a883761', 1, 482, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa60e4d39e1af23c0b7071c7aeb51b722eda8f34', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/FormEndpoints.php', 2, '605efb680a1f0d0f5ddf77a3f14ef76eaa502eecfa24a49a3b07f1ab9a36fc8e', '26222ae920e6ab8954b8550c229562f6', '605efb680a1f0d0f5ddf77a3f14ef76eaa502eecfa24a49a3b07f1ab9a36fc8e', 1, 2921, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa633e39ca72a1d60f607d6d6b377062001177bc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 'c20e998d89be90f328b1931916fd676d2191b7a2a414367863a32a4d25d95afc', 'b3594192c047023d62d17512a11694f7', 'b3594192c047023d62d17512a11694f7', 1, 1377, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa856b72f791aff2251c47547c67090d2229ebc3', '/home/hkrhostingreview/public_html/wp-admin/css/colors/_admin.scss', 1, 'a7d5d673020c17379a44a253cb3523b7462d1e33c38c393f15a8e82bab2ea734', 'a9e98570b0d4b719f968de907dbebc1e', 'a9e98570b0d4b719f968de907dbebc1e', 1, 14272, 33188, 1, 1570474025, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'aa957d29cd46536371118b7d06f8fa9564eb34ee', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger-1024x517.png', 5, '8be395ab2989928be34d57f31bac7366c489decaebda506c6a29162e80fbe630', '', '', 0, 375156, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'aa9b3f4a5286781738b2196e61e9b27f156c0ebe', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_categories_create.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992581, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa9decf81bc72552e860d7f75d7b7a343f27c5d8', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/pass.php', 2, '8d7c776e56639601ba56e5641ca5a84fc4df13f09f41393228e69e63cd1d7b84', '00b66c79588e7ef90d4599fa197a0595', '8d7c776e56639601ba56e5641ca5a84fc4df13f09f41393228e69e63cd1d7b84', 1, 1362, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aa9e0920161b30cf8ee817b27605df403b24cc87', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/icon.php', 2, 'c45cfac8b5b47fa03b5fa9a2d4d34a645d79935a143ca02334b4120255778c4a', '6b879f3e99e440bebca137267b06d8da', 'c45cfac8b5b47fa03b5fa9a2d4d34a645d79935a143ca02334b4120255778c4a', 1, 11378, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'aaa204143a6c0e0deaee4b859c8c1dcaddac7746', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_template-library_sources_base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992628, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aaade86d1d51a198b4ac29fc7875ba1c8fbfdfe6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aab3b2a3ffa283415f64f777c778e0f6c5ae64ac', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php', 2, '563f679227da3b668021304eba3946667743fc62ed4fb1a6b8a5e80122540376', '419098245432cf60a699efb1d407340b', '563f679227da3b668021304eba3946667743fc62ed4fb1a6b8a5e80122540376', 1, 8656, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aab51234b4295139c8f447b45e2ee308efe0994b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/update-email-settings.php', 2, '088bb680f6cdbd6f62c6b6e891e7de571f6106d6a6504aa3f21de52d949e7295', '720342d7e11dc018a491f1b7d969f3cb', '088bb680f6cdbd6f62c6b6e891e7de571f6106d6a6504aa3f21de52d949e7295', 1, 5782, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aabb787416f25f20c7575a49c86db994c979c8f1', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/sortable.min.js', 1, '29c9837d879a61c89343a4961a24baec69825d8fb1da68bdaa329869596455c1', 'efa8171f2226a422003417095d8549dd', 'efa8171f2226a422003417095d8549dd', 1, 24891, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 15, 0, 'aac01a9e428f52e184eabf3c0346710afe30cad5', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKWorker.js.php', 2, '6daea0b866288c2663aca27144b1251032d5b468a16092bfef8e214c9c29c04c', '5ee0b5ec3045ba5b9e38ef9d7d4aa938', 'e3543cf2c0d95291dad2b51077d442e7b58d378f43d50b25cc4d7999b11bcd8b', 0, 536, 33188, 1, 1605438550, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aad05037cc90dd29ac8bde4725c0f6dab1b43ef2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css', 3, '24805e1439f437fbbfe499e02e388021742d24e6d125a4a2138c9ecd470329af', '0ae09ffb7e7a07d53b82de6bcd955898', '24805e1439f437fbbfe499e02e388021742d24e6d125a4a2138c9ecd470329af', 1, 301, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aade4a82196a7222346b5b6ab53a8bf35734062e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end.js', 2, 'c6aed4abe29166135ee9695cd68c3428f1faa161fe45a51a92f3e56390381d49', '2c3fde4d20fa2a292d1a8bb45e9e2bc2', 'c6aed4abe29166135ee9695cd68c3428f1faa161fe45a51a92f3e56390381d49', 1, 85723, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'aae56f99277817aa48faccd74e700569b8e1da6f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226821', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aaee11d8910d764c67aea82d5749112a7431dd8c', '/home/hkrhostingreview/public_html/wp-includes/css/dist/list-reusable-blocks/style.css', 1, '7d6ec2d42bb17368b873fc4896be4b0982a63004a4d1b6a82fa6182b7da63de4', '51e05fb6e2cd8020f046629e1d214bdd', '51e05fb6e2cd8020f046629e1d214bdd', 1, 1223, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab0fb2b3b85b23a39cdc6f67146eba26a0e30897', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/TooltipBorder.css', 2, '634c2a44c54e79706b7df382b7b4b660c5eb57572bd5c566330cc9763c9ba053', '2c5b935059cf3efbde78f17abc94ba21', '634c2a44c54e79706b7df382b7b4b660c5eb57572bd5c566330cc9763c9ba053', 1, 598, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab11fa7a6426bb7f38d14b540e9b4b8eb6fac12f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/bootstrap.min.js', 2, 'fb0f753f9d2b8408ce2eab966f9598a8089aba93017a1bdd40e9d5e0bddf2442', 'b7f4319ad4ebf1dcd0a144419ea83c01', 'fb0f753f9d2b8408ce2eab966f9598a8089aba93017a1bdd40e9d5e0bddf2442', 1, 36691, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab18dc3c75143cf88f7bdf08b29d0ff770b9af0c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-panel.php', 1, '22ba13e46c8b2a25d3dad87b0be88da48350e03c19200b431c47aee185331c3b', 'fdecdea3f6aa441f448a9379c2e8f2b5', 'fdecdea3f6aa441f448a9379c2e8f2b5', 1, 9596, 33188, 1, 1568546875, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab28f908720771bbed8d323c230e1b1889f064b8', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-pt_BR.json', 2, '4d788dda0547e6c7ebe90d95cef3d4311503f375a1f59b867612b2526d5aa571', 'c2041658dcc5a2b1fa0ec0799325e033', '4d788dda0547e6c7ebe90d95cef3d4311503f375a1f59b867612b2526d5aa571', 1, 51204, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ab2d6db5a1c3ace2a4437bc054dcc24dfafe67c1', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/961242dc24bd4b1fc147f48d2c54b3f9.min.js', 5, 'd0a17bbc9b3725c48a669cbf28fce91f693330b03e5d56d27426cf1cfefc2e1a', '', '', 0, 43981, 33188, 1, 1624703180, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab497a3c08a3a2ac63794f4a67e324bd6b21d7ef', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Author.php', 1, 'a3cebf39774fa3cf7c89a296a220d18c9593f5aa3e997f7079fe8036a5c8e157', '348071ed105ff0418b25964e771ba331', '348071ed105ff0418b25964e771ba331', 1, 3592, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ab49c4c0c33a2868b94d642f00ff87d4e7cef86d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_utils.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992629, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ab4d1cc8c9878de0462fb1634878067206983e7b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-log.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992521, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab5768499910dd6455a5d8bd36310ff88a5dbd7a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/settings.php', 2, 'ac8743c5102461e7f1a6e79272638a7bc255d50644fdfa0daab4260525286b77', '8bcf58ef9b3af3fb9e6adc551352c499', 'ac8743c5102461e7f1a6e79272638a7bc255d50644fdfa0daab4260525286b77', 1, 193, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ab671877b93167a8a35638da2f77d4924b68cd95', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109003', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab70e588d9b8afb26f373d62a21325b1d3705492', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/pdf-form-submissions.png', 2, 'eb7d7957850e7e271d3437b67d239578657097cd83cf11a3e6ca97e956ad2e78', '46adec7d8369772532aa630230a376ce', 'eb7d7957850e7e271d3437b67d239578657097cd83cf11a3e6ca97e956ad2e78', 1, 14947, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ab75155cf6f8a0e3125893075f4d37e1977e519b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-300x184.png', 5, '4d1858f38fadfa8055a07b5a1d34c837605c140744555239d891e1afecd08652', '', '', 0, 30457, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab793eccc5689c85461ecf19010b24ae0af36323', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-editor/style-rtl.css', 1, '00f5fb36c3502a5e1f8aaae89c57bb91f26e603f709c36a1e6a6886a34e8e95a', '0bcf1bfb6aadae7de803ddeb3c060658', '0bcf1bfb6aadae7de803ddeb3c060658', 1, 97761, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab846383a6da27ac365b83902cd1682e0e1e9fc4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg', 2, 'eaf0f3d0cadad17eed1045cf68c30db7abffb4c8ef4ee9cb5f4026fdefc99a59', '7a5de9b08012e4da40504f2cf126a351', 'eaf0f3d0cadad17eed1045cf68c30db7abffb4c8ef4ee9cb5f4026fdefc99a59', 1, 849145, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab878697b851191f56ba4abeeb4a160a63f1b3c1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/checkmark.png', 2, 'b9d6ddda34999c577b944355f95ed07fd81b6b1a0284cdb27e44ced55704572f', 'c9bec8c30839f1a20f94ae24ba6fe872', 'b9d6ddda34999c577b944355f95ed07fd81b6b1a0284cdb27e44ced55704572f', 1, 2011, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab975b887527850916623bd732ed06cf30724caf', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Compat.php', 1, 'ae59dfb04b30ad6a6999d29826c86250393010df28c2f0e11b824280a6a579d4', '41f269ea6bb22fcae5bf6a0d6e138e33', '41f269ea6bb22fcae5bf6a0d6e138e33', 1, 86, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab9830ca50afed1a85abb3b5847fb5329d68aa43', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-icons_2e83ff_256x240.png', 2, '3322709dbb30d62dd401aa6e96ceac4bfd3d0a0e12167ad6916e65304d155dbb', 'f521c63dbacbcc411579ac53a946403a', '3322709dbb30d62dd401aa6e96ceac4bfd3d0a0e12167ad6916e65304d155dbb', 1, 4197, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ab99361fa38cddf98faebdf3a68d751e60dbd8cd', '/home/hkrhostingreview/public_html/wp-includes/bookmark-template.php', 1, '151d1b45f5ad1b970ad00119e18cc890ff7cd57adadb39fdc191f8f22a0ed003', 'ae1d39088ebb77302a94b441a4975525', 'ae1d39088ebb77302a94b441a4975525', 1, 12497, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abba27c438819574adda3eebe3f0859be9e6fef9', '/home/hkrhostingreview/public_html/wp-includes/js/customize-preview.min.js', 1, 'c75059a7f5343dd8da976f284a2b2f67833a8809c6440759fe70cf657a767ace', '7a6543b3b6d26ec558fac675836a565b', '7a6543b3b6d26ec558fac675836a565b', 1, 10745, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abbd0d6b56fb318ea300e418dd6a630f092903a1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/fancy-text/typed.min.js', 2, 'b92d16cab93a6e7bab13adf906389cb36367ed717d055f298d875769c80ef1fc', '1bb579d15f529c620e5de98f7dac838b', 'b92d16cab93a6e7bab13adf906389cb36367ed717d055f298d875769c80ef1fc', 1, 11170, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'abbe2119d114538ff7fc031e22aaed148a7253e4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/success.css.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438448, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abc38a8a62947bd4dc3b5ac934b428f23f51ca42', '/home/hkrhostingreview/public_html/wp-includes/class-wp-meta-query.php', 1, '9bcfc7d28b7f1fdab1a7d4e6ca81a111f4b7ec89557d2c0fc48e8a954d942872', 'cc71e4acec11a94a4d618ec56869a3f2', 'cc71e4acec11a94a4d618ec56869a3f2', 1, 27818, 33188, 1, 1568905436, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abc9275b5694ce5abb41ba4ba60d9ffc9325f4ba', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd.css', 3, '14e7426341a13f226deda3c6824c7840b5a2482a97fd58ccd5e966cb09aee8cf', '127ed5ac415db67da28e22a9f6555e47', '14e7426341a13f226deda3c6824c7840b5a2482a97fd58ccd5e966cb09aee8cf', 1, 29655, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abca1b0f759d247d323e68f17123470c64b21e8f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg', 2, 'e9fa143fc4fe4215eb3158fc0f0d0d68543ec488779d872c18458fd1604863c7', '86785e28c106c6a4a7d9a70e97f100eb', 'e9fa143fc4fe4215eb3158fc0f0d0d68543ec488779d872c18458fd1604863c7', 1, 180, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'abd15d3115a639d7b9a6b76255d81e91540bf486', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/wpforms/index.min.css', 2, '844a7aa350dfbc4b2f769d143ab181f6d80b3469187a189b0259767dbdc8daff', '434caf33b2489a300e330df6607578ee', '844a7aa350dfbc4b2f769d143ab181f6d80b3469187a189b0259767dbdc8daff', 1, 1251, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abd2cd77d81c8945d386eaf7d86cdc27bbf0f1bd', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/chrome-http.jpg', 2, '8f11452447a99c3a6e52b8f1e17a471c0a688b148ca6bd664a213745c54bef81', 'af0004fe50323220dc5d0c383cd329ca', '8f11452447a99c3a6e52b8f1e17a471c0a688b148ca6bd664a213745c54bef81', 1, 143830, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'abd49d6ebc3ec5616921c2c2070ee38c2a08e814', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_settings_settings.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992626, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abd5bf93fcde9c6dbb63ee27ec0e15bd297d6b3e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/widget.php', 2, '2384bcf0d291241baeddbc5a88711d43a948d1858bdb351ff8c1e0d25945de19', '917d7abfe868a67fde3d7534cf85f1b5', '2384bcf0d291241baeddbc5a88711d43a948d1858bdb351ff8c1e0d25945de19', 1, 3144, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abd6f69f29644e6a6a52e31a506b0841127cccfc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-documentation.svg', 2, '64a2ef6d2ee66f358df1cf08be076ea93c287cc4a24ae1eeec97bb4f009c3ce0', 'e274a46da989b41548981bccd1961ec5', '64a2ef6d2ee66f358df1cf08be076ea93c287cc4a24ae1eeec97bb4f009c3ce0', 1, 2051, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'abda99c7af9e74f9ccda63ae4e560f2471bd0cd6', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-content.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992524, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abe1a1a1897146937637f5143f3626993c39d6da', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-nb_NO.mo', 2, '2a783b1f5434d47cb8503263d00114ba8f4f3eaef740e339ec8673915b620178', '774d4f5b2f13099a3ab99c6eaea340e9', '2a783b1f5434d47cb8503263d00114ba8f4f3eaef740e339ec8673915b620178', 1, 90633, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abe61a72a2d55fc6885dac1937af591c33ffc4e6', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-field-formatter.php', 2, 'a91da85b9803dd8aaddca6f511fcee4d245fa32e9d75864fadd377204e20c6e4', '70fc47628fb9948e8f1eb6639fc97300', 'a91da85b9803dd8aaddca6f511fcee4d245fa32e9d75864fadd377204e20c6e4', 1, 3815, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abffab40fd9b2bfd786e66a1f7fce313c471784f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/customizer-controls-rtl.css', 3, '9a4b62acf88c7dd0e23d1b7bc9c4b64e12f87cec5aaec403f9ed280110ca924b', 'd9ad13ffcccb8920ae786583b5267f3c', '9a4b62acf88c7dd0e23d1b7bc9c4b64e12f87cec5aaec403f9ed280110ca924b', 1, 6602, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'abffc7b06ae6b8a11953c9890b06cf2fccad8b56', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Advanced_Data_Table.php', 2, '0fc395570e9b8ba351f33032594776118fbb9dc7b82234a1dd1818ad4a29be7b', '12816a66d4588f6040066e21502f1ebe', '0fc395570e9b8ba351f33032594776118fbb9dc7b82234a1dd1818ad4a29be7b', 1, 63572, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac00e8ba6ab3cc992942eb143e260e957a533a02', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/inside-label-hidden.php', 2, '44b397b0a9c43dba0d7ff505052a7417c7cbc77eb4d6700a3921995f16032c65', '834bc4f09525ded53adf9082a4aef4ba', '44b397b0a9c43dba0d7ff505052a7417c7cbc77eb4d6700a3921995f16032c65', 1, 539, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac1d6df3b03b7afea3e4480f4cf792506a47aecd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-tools.php', 2, '157c01d2a6737c6a7dbf4b6595c42ce231e4358b96fa5b7286ca73396b3f37ef', 'fcd87543c4abbd2880b065036bdab5bb', '157c01d2a6737c6a7dbf4b6595c42ce231e4358b96fa5b7286ca73396b3f37ef', 1, 31402, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac1d8d85fa96590dbb08e12509d1ae5a101b3220', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/io.gif', 2, '23985ec2020dd0101ad3c57bb8b5e8bb4d3691ae5642b3174a62ab0d0ec41841', 'f6c43cf9bc8365d50b65019f9fc543d7', '23985ec2020dd0101ad3c57bb8b5e8bb4d3691ae5642b3174a62ab0d0ec41841', 1, 373, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac207c11f8a905e8b9e2529d570e4598510ef5d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/formsTableRow.js', 2, '137ae5c4bad13c12b6e57c84800236284478559838b4efb42e1d0dba13f4c4d8', '1e6b270be9a95e990688c22df2a1cb60', '137ae5c4bad13c12b6e57c84800236284478559838b4efb42e1d0dba13f4c4d8', 1, 1156, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac24258d15c63c01fc27abd7660f2bb91737373e', '/home/hkrhostingreview/public_html/wp-admin/edit-link-form.php', 1, '75390a72a4aacdb1b34f57fffadeb907b3f92ba131850315b0e2437d4f1dee3f', '0da58c35c0f2a3e4ab3758ff6c65c9cf', '0da58c35c0f2a3e4ab3758ff6c65c9cf', 1, 6230, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac2ab63c85edba2dc976ad8233cbd5e18fa1c0d0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-extensions.svg', 2, 'eaa07e0fffa0817333cbefed7889a968b7810ef1bdf4ad972e5f0d28cc58ac73', '93c0a7fa4cfc6f767f543e35651e90f6', 'eaa07e0fffa0817333cbefed7889a968b7810ef1bdf4ad972e5f0d28cc58ac73', 1, 2041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac2b947e3fe564be6e5b71f923ba9a6994c5c66a', '/home/hkrhostingreview/public_html/wp-admin/includes/class-walker-category-checklist.php', 1, '93ba9695fda1b3d64eb496dcc9bff25c3b5af12aa04c5f1e7dc6c65f4e435950', '3a65469c8606a877a0dd7d4763e7fe1e', '3a65469c8606a877a0dd7d4763e7fe1e', 1, 4257, 33188, 1, 1568143435, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac43672d7c2959bfe9dcc1a9b5b79cb6a46d87e4', '/home/hkrhostingreview/public_html/wp-admin/js/set-post-thumbnail.js', 1, 'b917670be6962dae942acb2aad148111f9e906cf2216d9d10c01f43b7409e2c0', '4e8d87c996953d8e9566e682ba348441', '4e8d87c996953d8e9566e682ba348441', 1, 841, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ac5f1a063d0f335b4e8f3d1e9cd764e8c694e399', '/home/hkrhostingreview/public_html/wp-content/uploads/.htaccess', 5, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', '', '', 0, 0, 33188, 1, 1626945697, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac5fe53e6c633bad0cba7b0d3295f65781cf0c4c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/bn3ra.png', 2, 'de69ed09eb2cfacaae11a71164f9b86772badf09134239f7df605a81127d3b0c', '1e4a9e0a176065684785bfeee8dd7dcb', 'de69ed09eb2cfacaae11a71164f9b86772badf09134239f7df605a81127d3b0c', 1, 31864, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac6d17a105290b52685c6dbf29b2d4fd568d5a52', '/home/hkrhostingreview/public_html/wp-includes/taxonomy.php', 1, '6c03efdfd4eb5976b20755e1d4658a44fccd01e856060cc7ae342c37aa821c3b', 'd102769cabf518e9227bc3ce5230af09', 'd102769cabf518e9227bc3ce5230af09', 1, 157961, 33188, 1, 1570475286, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac786a4d7c4f2d0ecfc927f83eebfb3abbd1a751', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/BatchProcess.php', 2, 'dbe57e8be53bcb11ea81cb74cfaf576281576e036f0593124d15982eed6155de', '4d70afbde9e9eea6427dbcfc8d423dd2', 'dbe57e8be53bcb11ea81cb74cfaf576281576e036f0593124d15982eed6155de', 1, 2705, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac7a04efc643c9003c60a2edeb28dbd3bccf5942', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Settings.php', 2, 'f4f550256d0601c217c431c9aadcbda93cbad7fb58f93900a812720b6cea4b88', '0272b7af508064666fba1a8858ec5f3f', 'f4f550256d0601c217c431c9aadcbda93cbad7fb58f93900a812720b6cea4b88', 1, 486, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ac850b9195034dfeb57289cf49c248023e831fe6', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/et.js', 2, '4b9d4a2fc601a6b6fdb9ecd4a472f954e21cc98bed8a228698888fddbf27f2c7', 'c35b16125acccfc3f36eef6725a61299', '4b9d4a2fc601a6b6fdb9ecd4a472f954e21cc98bed8a228698888fddbf27f2c7', 1, 775, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aca3f28c786a61ed15a05a8b463ee7f2749efda8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/section.php', 2, '810d6d26bd64efa2d1e6b9fd3441cd9d2602d3d919f4206bd77c9b855d4b2765', '9f123020f318d2a4a862c181e9237a49', '810d6d26bd64efa2d1e6b9fd3441cd9d2602d3d919f4206bd77c9b855d4b2765', 1, 1723, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'acbdaa469093eff9d577e0da257ecf8547183e00', '/home/hkrhostingreview/public_html/wp-includes/js/imagesloaded.min.js', 1, '11e15f1d64a63cb498d0d42720a688ed15bf78393d8c460d695a110244c066e3', '7e97ab52c3df75e9053002bb59f2cdd5', '7e97ab52c3df75e9053002bb59f2cdd5', 1, 8113, 33188, 1, 1527069931, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'acbe986d0b40dc676111ba895e1236a17d49f692', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/progress-bar/jpeg.img.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438550, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'acc536c4d6939df426d2e00d5ab3849c65e1d23b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/File.php', 1, '958ab6efa2a895aadaf982f1fd1d65900c83a6d9a2fd386094f6ece36aaa5d30', 'a498ab81fe6c42f6ce4f355fd1274714', 'a498ab81fe6c42f6ce4f355fd1274714', 1, 52786, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'acd114b6188c8ee43b72d26d4e57a0e1b9512866', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hosting-logo-siteground-300x300.png', 5, '684c7835e0dea4523ed3296f48a14ff520fa5056c3ec9e73947b37c6cafdff6b', '', '', 0, 42319, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'acd3b7b74cf834ef6ed9046b0b7c7608d3d16bf4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-clean.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992526, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ace484689d2470a72faa22cb1b60af3a430e84c2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/event-calendar/index.css', 2, 'c9880192df28e2258e5fe9c35aa885ca70b7a46a98f143e89897e38c2ce2a898', '32c65f5774895581d37ccba012dddc2a', 'c9880192df28e2258e5fe9c35aa885ca70b7a46a98f143e89897e38c2ce2a898', 1, 11699, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'acf2899281d10b93e540662882c62052c90717b5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-forms-export.html.php', 2, 'e0d1972e622126e19f539ca61af15cc573dcc98c70de09291853ef4e3ec58207', '73739f012215cdd16ea5df52c1e24180', 'e0d1972e622126e19f539ca61af15cc573dcc98c70de09291853ef4e3ec58207', 1, 3187, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'acf7d149a3a42025feb0c62455a3b83826bebee7', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL.po', 2, 'ac6a3623ef87bf24127403fbce10a670354442eaf46b7933c87c5b8fb86723c9', 'c542efe625d99a45e716689a4cbc3583', 'ac6a3623ef87bf24127403fbce10a670354442eaf46b7933c87c5b8fb86723c9', 1, 70263, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'acfb6d312ae5e8149bbb7e54461f354585734198', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mejs-controls.png', 1, '39379d1e0e86e2f44e6d9b71e33578197a778d1b5e5440856e338513a469110c', '872edbb75a23651c30bf3ca06c9690bf', '872edbb75a23651c30bf3ca06c9690bf', 1, 2883, 33188, 1, 1501562631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad083f8ac0eabb72d6b77a364aa12dc682f9dfe1', '/home/hkrhostingreview/public_html/wp-admin/js/site-health.min.js', 1, 'f763987fdae4d7783558e3752d58f94dc85755f3e7a5731d6690478455a5f1ab', 'c999b140e1d7d2c45c7c70f6bbcb99e2', 'c999b140e1d7d2c45c7c70f6bbcb99e2', 1, 5014, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad09f582a4505672a45c810e8818afe980684ff8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/weforms/index.scss', 2, 'ec67fc7a7e943d4873189acf089f2fa45ba190fcb8f3a9da3602dff04bac997f', '9660e0550105b777cb051bc46c8d817f', 'ec67fc7a7e943d4873189acf089f2fa45ba190fcb8f3a9da3602dff04bac997f', 1, 1102, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad18426ef49b2d6a0a5ea80df3427dc0476f8ea2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/autoNumeric.min.js', 2, '9e5555b35c51f810e9d03d234ce6b04e60ef6e232a8238a18076b03f853dd130', 'cf0e9a36c8cd10ef522536f9fc361a23', '9e5555b35c51f810e9d03d234ce6b04e60ef6e232a8238a18076b03f853dd130', 1, 20194, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ad1bdede04398692c8bcee396656b3897ff4541d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-1-300x73.png', 5, '82a31e8a4e61566712efdc1c2a63dc425cc559ccfaa88cc9af9f285b63d4e0be', '', '', 0, 14753, 33188, 1, 1596822200, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ad31641bb911a1e663ab715af65e29af76e3ecbe', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/interserver-hosting-logo-min-olvqx2c64hawad8virjjxsp29yxlcrha3rphbr3d50.png', 5, 'c0059a2986808cf939d35e92b5257fe0b63381b292268d78e0d0b91a116fbeb4', '', '', 0, 35729, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad3b63a5d342b3e0606c7fc5468e9b8b075a8ab6', '/home/hkrhostingreview/public_html/wp-admin/css/colors/sunrise/colors.css', 1, '733514654486de7900209d38a28c7956298b8675a24509508ac2a7fe15b1839b', 'f25aff923e7408ae683fea1f1e4127a2', 'f25aff923e7408ae683fea1f1e4127a2', 1, 14836, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad3f648b7efde5ffb319fc90f6bf24a3e340a15e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/functions.php', 2, '87b57dfc73a20a55d19435be2200600a3b1c31f9708528eeab0cfa4cabcac260', 'c667ba6364d99f8ebe93ae684c41544e', '87b57dfc73a20a55d19435be2200600a3b1c31f9708528eeab0cfa4cabcac260', 1, 1074, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad4394ed139b41f811524e5167fca043941a9e23', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ly.gif', 2, 'd3e23143d76b93d114e7a4f35404a5ce1a30c6adeccec89bf720dc58414ce8f5', '72a42cca81f2e81dc65d9dd6f772cd56', 'd3e23143d76b93d114e7a4f35404a5ce1a30c6adeccec89bf720dc58414ce8f5', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad4aced16517e844b1345335d4066f9faa9961f9', '/home/hkrhostingreview/public_html/wp-includes/class-wp.php', 1, '2eea401e9f306216ae4442e4494f2bbfd5db79d884b6ab7dc2a550465ad123ff', '894b36003d07763c8b11617f04d80ed4', '894b36003d07763c8b11617f04d80ed4', 1, 24231, 33188, 1, 1571066403, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad4afd0db698925c56a8a910314ebcaae11c325c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-whois.php', 2, '603581c1f3d45d96d66442a924b28dd044898bade10006ef0b9f311ee38e8c42', '6dc5e91b9244d1704d8ee1e8e85103e6', '603581c1f3d45d96d66442a924b28dd044898bade10006ef0b9f311ee38e8c42', 1, 14272, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad5699e1208b01455850505db4024ae91c7e899a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Image_Accordion.php', 2, '600a340a210ad97ac3e6407a00380954e5fa0fcba5f3833d36adc5258694415b', 'e6d21f8451943adb4c7cca247c4753e9', '600a340a210ad97ac3e6407a00380954e5fa0fcba5f3833d36adc5258694415b', 1, 1391, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad62d71082e8e50b44a157d01d70a7edebed1229', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, '280cf1d21dbdca724e67e495b9f9d9ea479a1a582b7d3a7d6dbaf181dec1658e', 'e24939c590417de81936abb6b9de39b5', 'e24939c590417de81936abb6b9de39b5', 1, 18932, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad64531b9d1571b347af63341f6a78e0979d97a4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, '659434f735d3e8c8d27e09b54cc62c3b0f5784f0811f2a8cefdfba9c149f3ef7', '42b96aa969e44f1e12e6a36b8fd8d6e1', '42b96aa969e44f1e12e6a36b8fd8d6e1', 1, 1763, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad666e3f13f292edf01043a1094bc4227ef945ca', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, '3c5af08b2441d1a4a279f4ede5180ed97bc28684276f1fdba8d248ba224c6c88', 'e31df052d058e092d8b53f6b01e8c91c', 'e31df052d058e092d8b53f6b01e8c91c', 1, 10025, 33188, 1, 1569260458, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad708c29b140c481da94e9e3f4e6e946b61e164d', '/home/hkrhostingreview/public_html/wp-includes/post-formats.php', 1, '0eb129ae819530dbed6712d04698ada06a639245555b14d8e93a02e194c5fee2', 'fd05c89b0a36412445d388e41a0ba31d', 'fd05c89b0a36412445d388e41a0ba31d', 1, 7053, 33188, 1, 1564881596, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad77eaa1688e2a649d63b7c80907c9fcc1f3ed2b', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/Memcache.php', 1, '3d1425a44f980dedc2b4f681b8b08b6f4af2140e9bb765e2b342c8c7a97638bc', 'f69d4a55b2a1168531535107ab843fb6', 'f69d4a55b2a1168531535107ab843fb6', 1, 5141, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad80c029c9e16a6f9d7fa60564048d7d179a698a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ad9e250a7becee43396f3e18190eb21a0f9c16ab', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/quicktags-button.js', 2, '9f052cf61099cfa5514aca7ec44b21d078c45014669c079c9747fa60d8a1ac14', 'fa3b54efe01eb4021c5b61d588d61048', '9f052cf61099cfa5514aca7ec44b21d078c45014669c079c9747fa60d8a1ac14', 1, 1487, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'adb7b6730dbf31bd062cdbd60ff779beb5f02fc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/ss-emails-actions.png', 2, 'fc4a29040a3db04969ee0ccd943c50b9414d67e40ee7e2b5d9659e62e31f9ed1', 'e72ae9d9564b22675b099cefe6f122a6', 'fc4a29040a3db04969ee0ccd943c50b9414d67e40ee7e2b5d9659e62e31f9ed1', 1, 37232, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'adc868ef6e15586aa0c53afb941f682a2766f244', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/img/logo-red-on-white.svg', 2, 'd9fafada4720b57e215715ad89eafa2bc69b4d08171214d353c351b8b30c35b4', 'cb73cc5061badee07ee301e49d1aeeed', 'd9fafada4720b57e215715ad89eafa2bc69b4d08171214d353c351b8b30c35b4', 1, 2576, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'adcc067440ed1cfa8282e4bf63cee7660223f05f', '/home/hkrhostingreview/public_html/wp-admin/customize.php', 1, '2184d8359441ed02c34d0b3bd76196e3aa1ee86d6cb409294af97560ccaa4865', '43164b1befd6dd6241069000eb463553', '43164b1befd6dd6241069000eb463553', 1, 9636, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'add9ffc2882ce0ffb6b9ac1ecbf9bc1d64338b03', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_export-buttons.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992538, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'adef644f1a02d1faa90418f3ea5f6703ed268fa3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/responsive-slider.scss', 3, '683c54e5b659ad8108071a66c1ced66eda1dc3f69e0d0eb7744c3caea770c352', 'dc645cb2be15cfc75453ef12b50b840f', '683c54e5b659ad8108071a66c1ced66eda1dc3f69e0d0eb7744c3caea770c352', 1, 3312, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'adf9e5e653d215d85661eb4bcb3fbd51525f5880', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/command.lib.php', 2, '183cb7bf65e77febab5197e7cdbf5c185214788ef7e17f272dedf450bab816d0', '2d613f6d8484f17cd0d6110f147407fc', '183cb7bf65e77febab5197e7cdbf5c185214788ef7e17f272dedf450bab816d0', 1, 6341, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae0d2ea0ced707870ec9d648634641c42053d5ad', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection.php', 2, '8b6c8fbfbbecdc37cb9b2bf8fed39bddf495978623aa7637c5fc5635e6c91a1a', 'a2594e6c3c7a166b49bcfde7b8ebbcdf', '8b6c8fbfbbecdc37cb9b2bf8fed39bddf495978623aa7637c5fc5635e6c91a1a', 1, 3553, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae14fbb50dd3b19b927033086b76c55107adb816', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-details.snippet.tpl', 2, 'ff95ccb8481810493fdb98fd7433b75a0be0b43f4aeae04fd02c010b1019ff87', '55de76f7aaaffb7f2edc853de05ed036', 'ff95ccb8481810493fdb98fd7433b75a0be0b43f4aeae04fd02c010b1019ff87', 1, 167, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae1a56e2e80eb3a163ba53de9e4b3b0f0285a91f', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, '411a4e3ebbddf2750107fc92af8197d45cbb59d77235e01a835592626b886280', '1ecaee31ec029ded0e18f576958a5214', '1ecaee31ec029ded0e18f576958a5214', 1, 447, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae25ec0c24095293d18437bec5e27165999f0142', '/home/hkrhostingreview/public_html/wp-includes/template-loader.php', 1, 'a185faed2383dd5365bb7f30902484c6b6b3d222d3cd1d3fa534b1b473570db6', '08f7137790a06aa6fcdd4a5eab13c5d3', '08f7137790a06aa6fcdd4a5eab13c5d3', 1, 2855, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae409b0289279393bd3148df3de8a35419a690bf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-forms-import.html.php', 2, '8d4d2da857326c1dd9ed4e50afd6370e0847375a64d006fb446874c04a7788d1', '011601cfacbb6a10b7f953b2c256d0b5', '8d4d2da857326c1dd9ed4e50afd6370e0847375a64d006fb446874c04a7788d1', 1, 1638, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae4beda0660031ac82e815bef46f9b4abce64013', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js', 2, '3fddc6d28aba3c13d64cfd4847c333ff48c71d4a5a58bd1a0494ca6ae8ac1bb4', 'ba6cf724c8bb1cf5b084e79ff230626e', '3fddc6d28aba3c13d64cfd4847c333ff48c71d4a5a58bd1a0494ca6ae8ac1bb4', 1, 20216, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae55bd34e02a2cb39b080842df26268f39488538', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/default-actions.php', 2, '208147d082c3c134593e278845609668be00d30f642ff2081a46ec1fed655c12', '63063ac87d91c7386b414674e66263fb', '208147d082c3c134593e278845609668be00d30f642ff2081a46ec1fed655c12', 1, 118, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae55ddc3b55ee69b58499df443eb502a4af5f89b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/bootstrap-tokenfield.min.css', 2, 'e2a073797e36d21125a7dfc5cecbaa50da95a1b702973d418e75e8c540d2610d', 'de83f62344ac87b1fdaa4b9d77c7a2fc', 'e2a073797e36d21125a7dfc5cecbaa50da95a1b702973d418e75e8c540d2610d', 1, 4019, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ae5b67859ff0ca8f6792731b3e1667e28d60b570', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wordfence-waf.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992516, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae619a34ddb85936366c6d98de7393f9207ce651', '/home/hkrhostingreview/public_html/wp-includes/js/clipboard.js', 1, 'cdcc95383c6bef91db19221d39e2bc8cb352deb62adade4ce6a4403bb2b369e7', '945fc983fe7bb6fbf3d3ad76f5246b11', '945fc983fe7bb6fbf3d3ad76f5246b11', 1, 29276, 33188, 1, 1553725912, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae67c87844ec999fee4200e8dedb5b5d7fd2306e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/register.php', 2, '2e9133101028e516a78f33d5e7ee833318921b0f100cd53c94e5ab5e29bf0a41', 'ba7ab3a931fe21b34f3e63837603b383', '2e9133101028e516a78f33d5e7ee833318921b0f100cd53c94e5ab5e29bf0a41', 1, 1014, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae6abf482a3910c773094ffcbe2dfda7deb29aca', '/home/hkrhostingreview/public_html/wp-includes/js/dist/block-editor.min.js', 1, '9fe14f75d795bc7fb18c5463d23ecf3493e1278aff7418209bd17bf6a9894b5b', 'e6e27ef49195615b463c87a88ec2a344', 'e6e27ef49195615b463c87a88ec2a344', 1, 311187, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae774a41b666d02df7bd6ea4d8be255bff52b1db', '/home/hkrhostingreview/public_html/wp-admin/network/plugin-editor.php', 1, 'e07ae1ed5a14c67528c6db17770281b28265b67a6448028525bc28cb503d2503', '658cf64b77d435555ae217a5bbb1536a', '658cf64b77d435555ae217a5bbb1536a', 1, 279, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae88804a54226fc049425344f9439ee5a8050eb5', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/web-push.jpg', 2, 'a8c72da856797df21d68c96668b7766e9d8c2ac8e980f4cfa30fb2dfb1cab82d', '8d6ac3f6a350fb289de83d8b24464889', 'a8c72da856797df21d68c96668b7766e9d8c2ac8e980f4cfa30fb2dfb1cab82d', 1, 498333, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ae894843bd7f9f4f2611830595994d461447796e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176765', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae8bdf1e7b5a21e4be3e2e047b3f54deed486fe4', '/home/hkrhostingreview/public_html/wp-includes/js/hoverIntent.min.js', 1, '4e80291b8d8065e35b7515fe06df9dcdd88dd0ea6b5fa23f847ea6b80ad1a8e0', 'fcaf34b14eacc973d37e9ab8c6ad6c65', 'fcaf34b14eacc973d37e9ab8c6ad6c65', 1, 1095, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae934ffed6696aed95e6687280d7ee460232cad9', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-3-1.jpg', 2, '8e09ebdbfed49f3d00df88c0c44e6f146fa3697d7704d4404703e46c8907084e', '4f5c5376fb69631d193a59c46427f3b8', '8e09ebdbfed49f3d00df88c0c44e6f146fa3697d7704d4404703e46c8907084e', 1, 223391, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ae995fa6249e800fce124404224d804930f9f0f5', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, '97babb05e989a164fadde055c4efd1f3fd306cd9f3e41fb8d8be910d4e74b86a', 'df404267e9c1bb454af8c6bd174811b6', 'df404267e9c1bb454af8c6bd174811b6', 1, 1586, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'aea2eb2873553f748ec71f0e27366030c60ad710', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176727', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aeaa7a4d00635df98ec5eb9c63ea62be1c074fff', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsAdvanced.php', 2, '27e43c5107192d85775e67719a48631a2852c207d235defe448aec0922be8e62', '29f57bfcf785d7bc17f33484a525b5d1', '27e43c5107192d85775e67719a48631a2852c207d235defe448aec0922be8e62', 1, 6185, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aeb89e3b25069a80e8acfc144881a6cc8198b557', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aebd49b88411fb5a43270964949691701949ddda', '/home/hkrhostingreview/public_html/wp-admin/images/menu-vs-2x.png', 1, '8bee902dfc5c56f197a593ee47cf09cba8a4924214c2f69314bebfd5cc6f6ac6', '4aa85a0c593cf769c7185911ae8462f8', '4aa85a0c593cf769c7185911ae8462f8', 1, 12453, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aebef0e91ebfa56fcd8a36f2bd7b90247e422abd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/price-table/index.min.css', 2, '6f66f03e3bcf8a782b005fd97d0fa8c2a533040b4d7b479311beed07e24ea7f9', '8f9be612fe8ad2e53eb647e576206fb5', '6f66f03e3bcf8a782b005fd97d0fa8c2a533040b4d7b479311beed07e24ea7f9', 1, 12279, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aec3ba0888ae225af728284a70d3911db9806cb9', '/home/hkrhostingreview/public_html/wp-includes/js/dist/components.min.js', 1, '848b55415ed6600e92f7b7a6a17e8f3e8a365a345e091b60c7be830a3a61afc4', '663eaffbf181f29735fceeb3c3f97689', '663eaffbf181f29735fceeb3c3f97689', 1, 631231, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aecfab6e1eb2a41d0b634e6064c5e2116e93c2fa', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/duplicatepage.php', 2, '1dd72f677d9790dbcea1d274be52654944044b06ca20fd30f1013ca2dda775cc', '563f596cc63f9c7d10fa2fc09d508a12', '1dd72f677d9790dbcea1d274be52654944044b06ca20fd30f1013ca2dda775cc', 1, 16952, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aecfbd80b6d1c9b471877c70dad8d26d950b8737', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/vimeo-uploader.png', 2, 'f99228d1cb5e8f9f7aa8950a711f176dc3cc4695d52d43def2e1738a4a2fd394', '9fa3bf9fa4db0c30800769811b552b16', 'f99228d1cb5e8f9f7aa8950a711f176dc3cc4695d52d43def2e1738a4a2fd394', 1, 21075, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aed086f806a1f3245c52e77b03312a4a5819b1a9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js', 2, '672f95aa69c25b85c6490ea85351c34a957a5c4fd8b08c2030da4fd89428a0bc', '0f8ecd80321cdfe9e64a4ab42f56ebdf', '672f95aa69c25b85c6490ea85351c34a957a5c4fd8b08c2030da4fd89428a0bc', 1, 17964, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aeeee6a4695a0b707d98587617199cb1ca588fed', '/home/hkrhostingreview/public_html/wp-includes/class-smtp.php', 1, '1dc0c9c24e68770a275ef44e1cd78df8a3e0562a4123b547b172f92d5a592fe5', '654534b6c48e0219cd5a45898cad329e', '654534b6c48e0219cd5a45898cad329e', 1, 40919, 33188, 1, 1568299077, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aef2959d24423b0eea73e1a03cce6a6c388df09a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/table-of-content/index.js', 2, '03eba2d40f409a5afe3660f26fd92fc6638edc0f2be3e8494fd4bf7d499cf18a', 'ce75634cd7fe7e266e1ec284d0a30cb8', '03eba2d40f409a5afe3660f26fd92fc6638edc0f2be3e8494fd4bf7d499cf18a', 1, 11252, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'aef468cce40d625a8ff017997957ff967c30b710', '/home/hkrhostingreview/public_html/wp-admin/theme-install.php', 1, '00fafdffd062acceb39871d3782d296d4d20ff8ec7393048df5dbc52671ea5de', 'ce6ca9fe9b27461393c8fc0823dada0d', 'ce6ca9fe9b27461393c8fc0823dada0d', 1, 15213, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'aefb5b36f8101848c6635040c09c39a5d717dbeb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176819', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'af08ad5984e983404ebaa6670126a7fa634185d1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_database_class-ai1wm-database-mysqli.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992530, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'af15e8346138a13f3f9face05060eaef4149d8ab', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_editor-wrapper.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992616, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'af18e2233c4d4622df97083578d63c9a53d68f14', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Date.php', 2, 'b5fc514a79e056793c74dfe4d007f00acb798474446ac1e5633c63fc001881d2', '2fb694bc4e8616beebb09e4c8168f9ea', 'b5fc514a79e056793c74dfe4d007f00acb798474446ac1e5633c63fc001881d2', 1, 1619, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'af2e22d5b11e03b9d41739e487030999374a9402', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/manager.php', 2, '2ad81690f924196b64a02d7c5bb14fcd641e89c78b6a87aa8801b414fdd704ad', 'aa7846f309ec42bc0eb7d5faed0f1932', '2ad81690f924196b64a02d7c5bb14fcd641e89c78b6a87aa8801b414fdd704ad', 1, 1138, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'af46e16dba8bcd544691f16f5ab8c0347591782f', '/home/hkrhostingreview/public_html/wp-admin/css/dashboard.css', 1, '1dd8806ffca5325e334e283b12407d42c58ac89bb3f266f802b22e20f3967853', '7ef55edc418714bcd23d68126ad77914', '7ef55edc418714bcd23d68126ad77914', 1, 23701, 33188, 1, 1569251459, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'af657fb3d3468d9c3d789c806158012b2534c879', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-subs.php', 2, '7666245c548c1ed85259b1963dad84b496b1470cef17f3860d89a72d627498b6', 'ee87beef66f7d0e396f8800a9355168a', '7666245c548c1ed85259b1963dad84b496b1470cef17f3860d89a72d627498b6', 1, 5729, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'af6c8e915c1cc6fb29edbaff8c915cb597a3195f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176641', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'af83e593f6f32fa01e5d54e68a8f4ddeb617f995', '/home/hkrhostingreview/public_html/wp-includes/js/dist/edit-post.js', 1, 'cf4c6f0a2727e4c8e420903d171eacf02670038d763cf52ba59fc5c10da4b22d', '401d4d2ca31482d7008b546483ce4ed7', '401d4d2ca31482d7008b546483ce4ed7', 1, 252795, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'af867761fcd9fa3ddb79265f4b9b7143ada30ffe', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/activate.php', 2, '3bbf6269a191632d3026ec201971577d7a9480911e40dfb28ab954e8e3c1fc49', 'e07b45544a9b5f719fbeb76e96bcc41b', '3bbf6269a191632d3026ec201971577d7a9480911e40dfb28ab954e8e3c1fc49', 1, 177, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'af8803c7527dad11d8648fc7f2ae19deecf38f29', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/desc.php', 2, '2b03af3b47f85073ed1dcba6afd50367b220c56a813d31f0aa3bd071b771aba1', '6a9812eb5da786243bd9917acc992190', '2b03af3b47f85073ed1dcba6afd50367b220c56a813d31f0aa3bd071b771aba1', 1, 2636, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'afa768d8b37380a3e3f3406f11e4a1a6c2ec3bc9', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 'ff3ed2bcd6d444849fe3d52399973c4050c30dd23e0a60c59436ac28949e24b6', '9bb2e1a85cf507d3355ec0cc0bf9b518', '9bb2e1a85cf507d3355ec0cc0bf9b518', 1, 23210, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'afbd1a646acb642e96d41191cd4fb737c5ad7c43', '/home/hkrhostingreview/public_html/wp-admin/js/password-strength-meter.js', 1, 'c3621108dce2def5f7ae5c130f9440518df007b9a233f93610d1df9c7dd6da09', 'e95f7bfdde679787ce1dfa9ec54ea0fc', 'e95f7bfdde679787ce1dfa9ec54ea0fc', 1, 3173, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'afbffd538fc59feb1492076c59f8c6202eb2195b', '/home/hkrhostingreview/public_html/wp-includes/meta.php', 1, '41101aa59003bf1362676720bbe9f4c0f9ee91d14208c3ab5661fe51a16a1a1d', '7f4592c300380eb439f5f41d6d3d0209', '7f4592c300380eb439f5f41d6d3d0209', 1, 47637, 33188, 1, 1568903815, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'afc7d828fba2af4de8a275eb0d56bde51b63d3c9', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/File.php', 1, '8ce86a59507368c0e247d770574cf6740fa5686af526f1dd2210ebb2b3cd9b49', 'a33dbb0540ecc29cc6425b14100953d1', 'a33dbb0540ecc29cc6425b14100953d1', 1, 4424, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'afcc188ecb6d3fdfc4e9863ba3543f9065a8c957', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/435e4c17503e8034741ff4930c1810a4.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092968, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'afe48f4d5163c314f3f51a51c6ed483cca077d94', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/fonts/hfe.ttf', 2, 'ddd36ad1983f4fbcc5b4a4e4c6aa0ff52f87429072f9ba64492836e52991e257', '144c671f2ae06851e49cb4a1374ec189', 'ddd36ad1983f4fbcc5b4a4e4c6aa0ff52f87429072f9ba64492836e52991e257', 1, 3612, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'afe8d171f79b558a079b4c87a01bce657c31147f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-ja.json', 2, 'bfd8539d0e05df86979f346452b2cb7e219aa0c084c6c46f7d6ae7a4e784eae7', 'dd1ffd5cef6e7cb2bce02cdba27f422b', 'bfd8539d0e05df86979f346452b2cb7e219aa0c084c6c46f7d6ae7a4e784eae7', 1, 41704, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'afff0ed60560db66895d95028b120202d021be05', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.min.css', 2, 'e1a67fa88ecd9256ac9c83e23b49dd1b10501242841a353c7b464cfe6e154df9', 'ddf9fa0ee6d0a22ac3752a6206aec549', 'e1a67fa88ecd9256ac9c83e23b49dd1b10501242841a353c7b464cfe6e154df9', 1, 111590, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0025dbc9ea4279e74720a92a2ea90a988b752d1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php', 2, '600fd21102d1a59982fc5281279e94e9c90b935e86d10959607e8060b8c32a56', '7a3d4091138aacce8cdc57fb5a93962c', '600fd21102d1a59982fc5281279e94e9c90b935e86d10959607e8060b8c32a56', 1, 2132, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b003d65cb2107546218cb5243fdeec817b50ece2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-300x80.png', 5, 'b4e98b2599b97ee84d5fe6b7c7330e00506ac92d860de8ab6ad36fd6312cadd8', '', '', 0, 16107, 33188, 1, 1596822145, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0048e195850133f983673dce15b5c757e389403', '/home/hkrhostingreview/public_html/wp-content/themes/astra/archive.php', 3, '3d95ad358fb9b5e565bac0034dee99150e564e96f5e8fef5387644ff33ef27cf', '6e81377b80b7e7e535e92bf8b10ab4c7', '3d95ad358fb9b5e565bac0034dee99150e564e96f5e8fef5387644ff33ef27cf', 1, 778, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b005f32445e9068049d5bf702cf14b18c250f321', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/newFormGrid.js', 2, '3c0d0093ceeea9f76095cf9a02f3a5dafce413912e88fa717343df19f710909c', '09981157c64dffe5aed70c24576a1a87', '3c0d0093ceeea9f76095cf9a02f3a5dafce413912e88fa717343df19f710909c', 1, 868, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b00a44e675314a0769349117f5a01cc927c4e4bc', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-policy-content.php', 1, 'ebf8f426b954a632d0632ed1ab642eaf046d17a8236b8c0ee7496a7a146ae11d', 'bf4302bf199194b157f9d6c5ecd64db9', 'bf4302bf199194b157f9d6c5ecd64db9', 1, 33141, 33188, 1, 1569329697, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b00be07a33bb5a3959e05a19ad7670046f72b691', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/phpcs.xml', 2, 'dd9daef4ef789ec471736385f3eba82a1bcc33f3686cb2284c51558458ecd020', 'ee7ac4ca30286d78ff8c7cf4aa221b0d', 'dd9daef4ef789ec471736385f3eba82a1bcc33f3686cb2284c51558458ecd020', 1, 1774, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b01364fd29286abbb7c2f934ec1fd60346e6bd28', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php', 2, '2f21f894de37bb05e3757b2e33574668d98be939b9ad2390096122b020284698', '61d99aae1c2d19c15b5bee3edd5b7d31', '2f21f894de37bb05e3757b2e33574668d98be939b9ad2390096122b020284698', 1, 637, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b015356e750a127d2586a1cbe0013919a0130de6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', 2, '3c9e3fb4e41608632a64d5b80b5ba5bfca3096df3d0c87eecb4ea2b04e1b1224', '8421ad6c8761650cbb4e8750d7357bce', '3c9e3fb4e41608632a64d5b80b5ba5bfca3096df3d0c87eecb4ea2b04e1b1224', 1, 755, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0190abaf4625461a0d86f24eac12c8b455294b9', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/editor.css', 1, '06538e3e19de0a30cf345a947e073f71d1a29121e8869d629064c1964438388d', '312bb2063162d37cc378b77f4894d54c', '312bb2063162d37cc378b77f4894d54c', 1, 59778, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b01f007e801ca62e7593d6edad990dc391d41535', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-ftp.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992541, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b039beea2397d5c6eae4c097956887af00571998', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Forms.php', 2, '02db19b7d9bfd03dd16e09536c7c0f3d4b5f94ffe9b0089c381c31a1f74adebf', '297e6f7ea00fc4e2721c1811f60d4ade', '02db19b7d9bfd03dd16e09536c7c0f3d4b5f94ffe9b0089c381c31a1f74adebf', 1, 34577, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b04b558f9d133b60aeb368f6c81fcfe650a3d171', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end--autonumeric.min.js', 2, 'ef86e6422b9ee98a50a95307651005750e06b07d6762e6005ec9d480ba4b8519', 'f7e5e89e8d71a3308192a62f3ffaa227', 'ef86e6422b9ee98a50a95307651005750e06b07d6762e6005ec9d480ba4b8519', 1, 171101, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b052699519cebfe82c9e5fa0bb844d006a128221', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sr.gif', 2, 'f34d451d81009003978dac7f50d02e53971138c6c4e15e6861d1216b0396a04f', '4e5415a5e3fbf7496007249478c12276', 'f34d451d81009003978dac7f50d02e53971138c6c4e15e6861d1216b0396a04f', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b057db88dbf2a002a1ecfde0a7762d78cccf0d95', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/sodium_compat.php', 1, '75f2b1669c91daee15dcd1210ac76a3286e1dbbaaebc9da0d02e446fb38d727b', 'c98a0e6076de34914689ad5f8fddce26', 'c98a0e6076de34914689ad5f8fddce26', 1, 24458, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b075a07b3972ebba0e67967a4cd8652666145a1d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css', 3, 'f0f763e8b896ae1c10e1d171b48dc975dce315945881eb127d8c5992ff5ac093', 'b94d219e08a0c2d6be5d8e0dc06ba5fe', 'f0f763e8b896ae1c10e1d171b48dc975dce315945881eb127d8c5992ff5ac093', 1, 598, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b0767118bdce3d22a571cf13da8f6c02715ef2ef', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_dynamic-tags_base-tag.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992585, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b0849f57c6ee856d1ec08d9316943fc4f82d3b0e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_debug_classes_htaccess.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992583, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0a4802fc0d130b0a8008203f805828f0a7b265d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/pre-process.php', 2, 'd3ff039f2c8306f59871978c1611ddebbe07127d74be915bdabe0854be82d7f5', 'f3a9dfebaf6d0af7333ca95bdb04ed98', 'd3ff039f2c8306f59871978c1611ddebbe07127d74be915bdabe0854be82d7f5', 1, 1415, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b0a497c07ed3f65c37ae1c15e356e1f19882bccc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176756', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0abb814fe86f75befa27623f5bef17835c18406', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/fk.gif', 2, '178bd8ea28a6b38ab32b5a35379201eedcce56d6113d18ad0a17dac93d91d1d8', '21884f77423cbf8eb4b86f61399345b0', '178bd8ea28a6b38ab32b5a35379201eedcce56d6113d18ad0a17dac93d91d1d8', 1, 372, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0b1249bc066baa92c7a2fe9695c65c060cb91f3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-theme-options.php', 3, 'a0deec13443f79e3a02f71ef0491a834e865a795d81cd2def61672b357604f12', '5a0415690e7fd5c0fcca4ce9f81d08de', 'a0deec13443f79e3a02f71ef0491a834e865a795d81cd2def61672b357604f12', 1, 14703, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0b4f1ef2d5704f02d7fb9d91958902a96a061a8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css', 3, '674f17c43337d04fee15a622547cb640e1d2b1cd0cfd80851e979fbfe5470a50', '4cc8700778001adaf9b17544c27b3083', '674f17c43337d04fee15a622547cb640e1d2b1cd0cfd80851e979fbfe5470a50', 1, 34674, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0c2fa436fa32a9306cad395a5ee7508d7c94da5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/shapes.php', 2, '21c2256e4ec2ba1f5371ebc2cdc51f2798414a9df174e666b2756a202cb3d0d7', '77be4cb19b14b9c73ae06645bfe99f52', '21c2256e4ec2ba1f5371ebc2cdc51f2798414a9df174e666b2756a202cb3d0d7', 1, 6390, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b0d04ad0f4f91fe2ad688acc0d3449f7a0cfa219', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176501', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 13, 16, 0, 'b0d822c3f6e45fb0715690faf4fb1e524b32b6eb', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-failedlogins.php', 5, 'cdc450cedb9282ab3e170798ec0238f9c71e8a403c8f7aab97b7adac05acd810', '', '', 0, 233, 33188, 1, 1627001369, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0dfcd3744cc80620236e722542e283cf176c75a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardZip.php', 2, '718c585209f82682396462075224e9ca2c34f5e315cce5ae6806114c7fa926f3', '1da7a8f6264d1f1d752d5a66d292948e', '718c585209f82682396462075224e9ca2c34f5e315cce5ae6806114c7fa926f3', 1, 795, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0e4ca9af92830a7ba9a93f57039a849ac5bc5cb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms.pot', 2, '9e12fb19211db6b231794bdf0a32929479a557fdc00e3c1a51ac8e0769f4538b', '4a88165b32d4d444e24be554d2b629e5', '9e12fb19211db6b231794bdf0a32929479a557fdc00e3c1a51ac8e0769f4538b', 1, 87366, 33188, 1, 1589534294, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'b0f23d41a6cfa3fccfc6f22cfde112008d5b5866', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-textarea.html', 2, '91e50d56e7d8670b57391ae6e6ffed96a0d8bf6df1f5debfeaacb2bdd4256b58', 'c998c1360a9e19b012feb9e18a6cb3a6', '91e50d56e7d8670b57391ae6e6ffed96a0d8bf6df1f5debfeaacb2bdd4256b58', 1, 1495, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0f4e791753398fd238e9eba20fb7a639d130d08', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/customizer-dependency.js', 3, '8f3ecf03dd2e9d1bd7a225b4eedcac729bd797b4449bf12af8ad0bfd755a5078', '1f2ac52509ff6351842c0cfb5480b22b', '8f3ecf03dd2e9d1bd7a225b4eedcac729bd797b4449bf12af8ad0bfd755a5078', 1, 11847, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0fb78d4f60f02ab56af779573cae9cc51a4f855', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-message.php', 2, 'b0cd762fdd9a3aa0c6f8d3e90d4d9cf07083829966f4f00c0f97a8a40df026ad', 'b98227f12b9c82f4689ec9febe8c89c9', 'b0cd762fdd9a3aa0c6f8d3e90d4d9cf07083829966f4f00c0f97a8a40df026ad', 1, 484, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b0ff2c99bc505a3e9a216cce9dcdc03f98659eca', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/components/load-more.css', 2, '825af1d339e78a2bbb0dd19eced948c2229e172a9325321c48b54d69cae76ceb', '8e3a3757350da617061ef47f435073ff', '825af1d339e78a2bbb0dd19eced948c2229e172a9325321c48b54d69cae76ceb', 1, 1531, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b12b3b7120a39eb067c85905283b22566577c813', '/home/hkrhostingreview/public_html/wp-includes/embed-template.php', 1, 'abd9fdb3b479157574a6a4c9204c7c5ae37378296a5169039796612454a05b87', '880c0f3ebdef45564a7b3b1536ff212a', '880c0f3ebdef45564a7b3b1536ff212a', 1, 344, 33188, 1, 1467808829, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b144ff6a3ddd17ebcb1a87e9f56cfb3e2da51b3c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-plans-min-300x159.png', 5, '53d9284de2e775afcfba3121a16259334f38b9912582edd5b28d138a74ecd4d7', '', '', 0, 38411, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b14d9ed4f58bdf256a095b63577764a60fd87d97', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110523', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b15e80bb3f4f9adb70e438a865330672b33f9abd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/moment-with-locales.min.js', 2, 'cb8a17bc0520edafd1b5697906c5e88d6b9461cfd3bdad06cf28b488570a8bb1', 'f291749a29d0e1c5d4d7ccc8e404dea1', 'cb8a17bc0520edafd1b5697906c5e88d6b9461cfd3bdad06cf28b488570a8bb1', 1, 169785, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b16db7a18298e53b25990edb0f69dda22f9876cc', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-plans-min.png', 5, '734d15600e3edd3b7c402e6c83eebecb04425de178d3d22bbb22b805afff6066', '', '', 0, 25666, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b188547a9fa140cf525b381e4a267844c702f6f3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/field-error-message.php', 2, '31eb349fbdb97061078c8de66ac3f5aed24276a93044c86f5c726cb66c77806f', 'bd2f9a2ae627b8f529afea3d35c0f9bc', '31eb349fbdb97061078c8de66ac3f5aed24276a93044c86f5c726cb66c77806f', 1, 1094, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b19a5b1b99eab06b1733dbe1fc0581fc791831e6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css', 3, 'ca170d6eb8cbc72e77b81c21e06b11d2fd0a405435c3c4bd28c9bb212837b525', 'fe6e5ddb8cf7a9307eaf768b0155b0d3', 'ca170d6eb8cbc72e77b81c21e06b11d2fd0a405435c3c4bd28c9bb212837b525', 1, 22920, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b1b947ea0f171908a0a641e6048d416fb2359bb7', '/home/hkrhostingreview/public_html/wp-admin/js/password-strength-meter.min.js', 1, 'f7dc66a8ff71c7f96c5fb62f4153f69f5348c64df9cfd083684d7cb317c4f986', '831a0bdbf910b4139812e1327c992655', '831a0bdbf910b4139812e1327c992655', 1, 731, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b1bcad7371cfa9d73b28939e5bbd78171bd7ac2c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176745', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b1ce5c620b0e6f9bab6784bf4114ed42099485a5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-compatibility.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992520, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b1d987d0a60dbefdb5b5d41b8406a02b2af7a1ef', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms.min.js', 2, '7e5c9c32f1019138c22b8dd1de14203e8f0f67d4ef8bf4fc5e501d65b98eaa0c', '4fb847b081889d82221c94948aad52ff', '7e5c9c32f1019138c22b8dd1de14203e8f0f67d4ef8bf4fc5e501d65b98eaa0c', 1, 6820, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b1d9cfeb4158753c6b42abbb1d8b2791fd6915e5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js', 2, '80b228d474aefac484e783622e8f3adcd3c9433bb88efa682bbc9fc3232f60a6', '14918ed4e565a3da89e09ab742c53d8a', '80b228d474aefac484e783622e8f3adcd3c9433bb88efa682bbc9fc3232f60a6', 1, 4869, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b1e0783e77ee4e60df63899ecb616d1645edc89a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599563928', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b1e5e9d167eb41df61045555985dfe6800b4cdf0', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/custom-html-widgets.min.js', 1, '340beb132f770bede6c203d52aaebb113ee5237f3457812b3fd456370b012b42', 'd3810da7cecafa8ef492ef7760efdbc2', 'd3810da7cecafa8ef492ef7760efdbc2', 1, 5531, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b1f0f662d536f3144870e4bffa63c8673b1af5e0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/eael-editor/index.min.css', 2, '99ec77e019ec05c5c3bca1b705ce78e42a2ec68327fa42ff8dce8e5f24975119', '771c93406fd28b1e1f1e5a2af8552567', '99ec77e019ec05c5c3bca1b705ce78e42a2ec68327fa42ff8dce8e5f24975119', 1, 1511, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b1f5000f9efcbd53f9fd0a6cb2b521632e28e09f', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-73.min.css', 5, '26f7d7d61fd4b1f9a1daff9607af9deee59dad45535185883a134e58210c23d1', '', '', 0, 35001, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b1f8ec093b9dbd665844f91b13888f0e65c89ad3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/general/index.min.css', 2, 'ee16e50e6813346b260b175619ad0f25d6e3066430fa03c69d88e50d832e48b0', '2a183bb3b9132b2d3e1d3e5fd40f2b41', 'ee16e50e6813346b260b175619ad0f25d6e3066430fa03c69d88e50d832e48b0', 1, 2872, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2093a483aa33fa4c278e7a811f47b0b7fb6c034', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/position.min.js', 1, '1e3bd23f892a7823c8419303360e545aa10d63f307d8117abf1fb1b1f756f58a', 'e7346f4d2945cebe75bd53cf232f927e', 'e7346f4d2945cebe75bd53cf232f927e', 1, 6482, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b20a8fb0101759abcfb192d90a67d5cb21d2a22b', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/header-embed.php', 1, 'fd696507a68eec144a40dca7d89d5c608f6c862674503eba8bd47fec023346b6', '67962ba2c878829d26817766d258dcc0', '67962ba2c878829d26817766d258dcc0', 1, 704, 33188, 1, 1464192327, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b20f53ab00c22599ccea2a97dc367ffaf6f5d31b', '/home/hkrhostingreview/public_html/wp-admin/network/profile.php', 1, 'd8939673decf34c8cdefc83b60dff40a2262a18d49a69bddc16356352f35af3f', '6874157fda181bc2866fd860d93376b9', '6874157fda181bc2866fd860d93376b9', 1, 272, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b213b97e1d9e0c69192d012c8652d731a015f017', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/term-name-filter.php', 2, '237167b0ef2a659eafe80bbaab810cafb3866bb544acb33476eb85f69e91d4a3', '278f90dcebbf3e59970203ddd0af1f68', '237167b0ef2a659eafe80bbaab810cafb3866bb544acb33476eb85f69e91d4a3', 1, 2405, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b222fd2f8836d7a254e823734abe57a6f88e0f40', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/wp-mediaelement.css', 1, '6d9f061cba81145d9bab0964192d66cb2e13a71591482cdfaf5b718341171da1', 'd4252f4e714f52e5670c05fbc02b5ced', 'd4252f4e714f52e5670c05fbc02b5ced', 1, 4960, 33188, 1, 1559940302, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b22442af436a74d1066e6a52e5cef054c64c9a3e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', 2, '6bcacc0bbb3067d0eeb615010d5bd365a9f38d0f94324231080be240f85753e8', 'e594c88904b6c652933151a969f153f5', '6bcacc0bbb3067d0eeb615010d5bd365a9f38d0f94324231080be240f85753e8', 1, 3001, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b23fd601ecfe7c3c8f740929969d4470d5110e20', '/home/hkrhostingreview/public_html/wp-admin/images/align-center.png', 1, '41730d62b3b3ccb3de8c29c5f105894a91e9dc5170e46f4de0cf9de16d2e14de', '09d91addb6b53479e68c645931d9658e', '09d91addb6b53479e68c645931d9658e', 1, 546, 33188, 1, 1348515882, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b24f30b4c1976fbf5bd23737c03845d19f89bcde', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226705', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2619af78ba49f8d5348be2ae2dfa4ee36f14ef6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/vu.gif', 2, '03f2a78d95739b8de701c1815998ec2073584ca5cadb1e544a7506e27785a2a0', '269340d3432e0bf04aa2d20b1916d723', '03f2a78d95739b8de701c1815998ec2073584ca5cadb1e544a7506e27785a2a0', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b272cb2434cf57f7b12b4ee9f3e805425cd46f37', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-key-service.php', 1, 'b5661c2fda4f6cf8bf65b8c0869801fc66f2d1623831ed14daa1417804ae6841', '12b99765c3e72389fde5109337804886', '12b99765c3e72389fde5109337804886', 1, 4284, 33188, 1, 1555391391, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b27ad1d4851f387378f432d9c0f73a0cd755983c', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, '19be5837567054ccc84016a2e1903bf5d4b7ab6c81e426be2272f2d67408e3fb', 'c221f3fd3ce085bb175deabbd1720788', 'c221f3fd3ce085bb175deabbd1720788', 1, 1614, 33188, 1, 1557963952, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b27c429212596f36040a3b085c46e0a371217792', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/hfe-header.php', 2, 'd97a32c3aebf8a979071d3cabf30368bf0924dc39239dcf509ada87bd1a5d45c', 'c576513cc417cfd29cd173c36e1b0172', 'd97a32c3aebf8a979071d3cabf30368bf0924dc39239dcf509ada87bd1a5d45c', 1, 612, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b282053df133333ee3bfb8c924f076cb274d4d16', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php', 2, 'bd4048bd1be6ca3a24e27163518d6233592cabe49bcefefa11a8b865439cdda5', '1f8f66c40ecad41fd2caea8392e89640', 'bd4048bd1be6ca3a24e27163518d6233592cabe49bcefefa11a8b865439cdda5', 1, 8819, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b29435de1d30360c839acea2258dfce4acfb3ce9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/process.php', 2, '5fc1521474f576338f58aece0b4cfdf14b02e2adcb5bf291f281d189425a32b7', 'e3606bf702097cc473884c7d9a79a722', '5fc1521474f576338f58aece0b4cfdf14b02e2adcb5bf291f281d189425a32b7', 1, 602, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b29497772f4a52770f1bf19c6aca36259d57b2ba', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/manager.php', 2, '9563022051a96e6e2eb943bd86cc8876e6f509f1e7a68cf10dc8f0a214318f74', '24a376fa7319ae6dc6cf5f28758c023f', '9563022051a96e6e2eb943bd86cc8876e6f509f1e7a68cf10dc8f0a214318f74', 1, 5298, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2a665ffb8d99fb84027211bef5ca05799af01f1', '/home/hkrhostingreview/public_html/wp-admin/load-styles.php', 1, '8abcb4e5898479ccf55250f41b61bcf5e6c70fdc35268fc3d707d5f0f4da6616', '4f3ef09536cbbe1b8b190e008b1c951b', '4f3ef09536cbbe1b8b190e008b1c951b', 1, 2317, 33188, 1, 1564870677, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2ae74615c23ece0ad44f66023105e0e31772fd9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css', 2, '7802ab7abd053752bebf764dbf39c389fa17e47909fcdd317225f39efa6de14f', '51d29024d1baa27ec59afd175eacabc9', '7802ab7abd053752bebf764dbf39c389fa17e47909fcdd317225f39efa6de14f', 1, 70942, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2b33d26b2c3e7a9f0c486da4109d221ee96d452', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css', 2, 'c9b46437d7418e1712daaad6d73fa17c2c6afb5681770c90339c25428415b7fd', '500d1a92f875b1d96d37a3a3f8f0438c', 'c9b46437d7418e1712daaad6d73fa17c2c6afb5681770c90339c25428415b7fd', 1, 57180, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2bd663bec7ffe5e886e4c55b8ebf8b3af6ae32c', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.color.min.js', 1, '5a9df00bf74a610fdd08e503ed55175e9e2778b239b74b94105d698347459c01', '7271d32a58986771019f4fa31328cd88', '7271d32a58986771019f4fa31328cd88', 1, 9315, 33188, 1, 1568292114, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2c7de48611aefde1a5c110065025b8c595b79ce', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/extensions.php', 2, '7f45f3919ca6ba4fe9e68e6a97ca2d1a7ac750b92e3669b49288796528410750', 'ba44a3da904c4ece1554d83b15da8865', '7f45f3919ca6ba4fe9e68e6a97ca2d1a7ac750b92e3669b49288796528410750', 1, 2632, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b2fbce21db65223728175ae8a698cbee76b5685b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/tablepress.woff', 2, 'c72e23882b180037972c27408c198d97026a5cb3f6be62878749a069f289b73e', '5d37286b28e7556e581699ef78ef2bb9', 'c72e23882b180037972c27408c198d97026a5cb3f6be62878749a069f289b73e', 1, 1496, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b300e60e3ec7ef092a8dc0c7d803fbec30c7d0a3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integrations.php', 2, 'b74ff74ec72082af0a3acee6eaf3841cf419c5343367e3d53cfee3213ca9824b', 'c8f25659deb7d5e6342d7df8a92356a7', 'b74ff74ec72082af0a3acee6eaf3841cf419c5343367e3d53cfee3213ca9824b', 1, 3941, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b30806c58bced907d42d6ba558d585f392f45b2e', '/home/hkrhostingreview/public_html/wp-includes/js/dist/server-side-render.js', 1, '114ab1e6c4fae980ffdfdcfcdb603ff0968d095a855a5fef91c3205de7a2b695', '8001395726ac015e4c7e04846fbdaf67', '8001395726ac015e4c7e04846fbdaf67', 1, 22835, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b30d59e151e86293e7501174c7f9529a07224879', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.form.js', 1, '9eefc6910f97858e37e49ee226958f86118c8d358ac9427cf9050f4bc9db1ef5', 'd08a6e3d69ffe1088166ae1983e2355d', 'd08a6e3d69ffe1088166ae1983e2355d', 1, 41023, 33188, 1, 1501938047, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b31b025bcbf8eecc9ea238ffb280741f37ff048b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/post-timeline/index.css', 2, 'ce8e6222f4519220f4b1b3ec0946261fab2c0cdf5968876b7ecbc29b3809b035', 'af989c48175314cafe98ada4c41868ae', 'ce8e6222f4519220f4b1b3ec0946261fab2c0cdf5968876b7ecbc29b3809b035', 1, 6502, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b31eb784141a9470f9bdb74c7add9709f71b7c6f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/curve.svg', 2, '3cab7f2fe824a868458a3ecc784d82ac1c0b39276f29f5b21c93b103555b81a4', '472422e0596b67c1282ec5fe5f766e03', '3cab7f2fe824a868458a3ecc784d82ac1c0b39276f29f5b21c93b103555b81a4', 1, 208, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b32977a715e3f137305c5548cf252ffe4675e88b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor-preview.min.css', 2, 'b9510ee1d79c3ccfb03c89d888cb8889fc9819317109834e111d0d599f2d3887', '08e5ee7f04dccfffe8aa94f6cfd7be3d', 'b9510ee1d79c3ccfb03c89d888cb8889fc9819317109834e111d0d599f2d3887', 1, 77244, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b3581b8c5d8c40f8fa5d45843796d797d58a77a8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/slack.png', 2, '5f804167eabe67fe7a610b072acc0162be3be6c0451c97082fb8190541902d04', 'a673f74dd54b196fa41e5387f64b5264', '5f804167eabe67fe7a610b072acc0162be3be6c0451c97082fb8190541902d04', 1, 19453, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b35ba30cc68069a312ff7d0d0a3276025a4b4342', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/Controller.php', 2, 'e602a22cb4c689be39c025f056fd20ed0bcabee4828bee4e8c7f01044569caaf', '6ff0567679228c50e064369985bd4ecd', 'e602a22cb4c689be39c025f056fd20ed0bcabee4828bee4e8c7f01044569caaf', 1, 3508, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b36977fcbf2a22efe310886fbe91041920fdfad8', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod3ko7tnttprapx02zxqvvhhka02d3u4f1xq8.png', 5, '0463863513b5316d7de6b1402d9314d478f602c46aea66156602bf1b3dfdc49f', '', '', 0, 861870, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b369e8a60c86d6e32ef6d6e76ca0bf5d8098d087', '/home/hkrhostingreview/public_html/wp-includes/js/dist/hooks.min.js', 1, 'f855169366abcee8cbef3b38ebe4c73cb21614170f70c7b434bbd5be41dd0330', '843d3122e1c99ce1e77ba5e67ad29de3', '843d3122e1c99ce1e77ba5e67ad29de3', 1, 5540, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b36e43e8c5cf674470b8a96105a3c18562124c09', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/custom/class-custom.php', 2, 'ebafcbcae52174c0abc6a4b38c342385bdfb2dbe51c944737517952b2187751e', '78209c06f042223488acbb2f38538008', 'ebafcbcae52174c0abc6a4b38c342385bdfb2dbe51c944737517952b2187751e', 1, 2256, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b3723a7308227d9e00df4f586775737092bc21c0', '/home/hkrhostingreview/public_html/wp-includes/css/customize-preview-rtl.min.css', 1, '9b8d7be9d0e54d37534f3984140d28828e836b359934894918b20bddacf2224a', '9d5d67784b768a01eb2b9dd0ad92df39', '9d5d67784b768a01eb2b9dd0ad92df39', 1, 2859, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b378e16d5e9d1921574cde9dfe8052c5ac2ba8cb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-widget-base-id.php', 2, 'd9c56336b1f1795c4b4a348cd32eddf3015723d0c249e827d98e24d58acb7baf', '4cd1ce9d18ce2fc64b595554e0fa0d59', 'd9c56336b1f1795c4b4a348cd32eddf3015723d0c249e827d98e24d58acb7baf', 1, 1084, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b39951a79e507f6d4b892521dbcf46518e42b5ee', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.svg', 3, '257dc8fcb32b02d1e51cdb022f1f2c997d785d7f30bb3edfb4c3ca8b3700df96', 'e141aea065be296a98b820d3630b97b2', '257dc8fcb32b02d1e51cdb022f1f2c997d785d7f30bb3edfb4c3ca8b3700df96', 1, 1128, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b39f6d44e8bc3a1cd2e284013a318162477f5d90', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-common.php', 2, 'bec7798d24f2a2d278f5dbd06a9c8d87f523e94c73404a57c4fb3b5827593f8f', '45fba905eb6881a8a524e1ab2e791e97', 'bec7798d24f2a2d278f5dbd06a9c8d87f523e94c73404a57c4fb3b5827593f8f', 1, 97839, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b3a54e476b732211eba884a48111fe4ed7a00fca', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/ipage-small-img.png', 5, '69258eb6b509f131fd65514a042811150d35b4074ca5d7166b5e35c78bd192ed', '', '', 0, 3400, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b3add7cec993b7152a9b840eca8961731e462e85', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-plans-min.png', 5, '6787775c9c810579c0555ff73948bfc5a057e5c3c9fcb3fe06f75e7329459eb1', '', '', 0, 27177, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b3b72f39910ed6d583d5c406d34ccfbc607efe45', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176685', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b3c67a27fb0d722b8f33c4ad06514fb1f2033dea', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/class-display-loading.php', 2, 'f555e92b7301e02614989cda10f6ba33ce7e16f1435edff06b89264c2b5403c3', 'be0081c6bb9c44c2007bad1612814e08', 'f555e92b7301e02614989cda10f6ba33ce7e16f1435edff06b89264c2b5403c3', 1, 34726, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b3d4e3d0b3fd6eac7d8220cbb8e822e8e60b10c7', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/base/base-widget.php', 2, 'b4442c6e980cd43cd1db98e3f1eed691b1df6b37a814f7379b0da567c52e4ee0', '1bfde99c1c35edb89922a73c5cea7cbe', 'b4442c6e980cd43cd1db98e3f1eed691b1df6b37a814f7379b0da567c52e4ee0', 1, 258, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b3dc936c6aa2800851baf8fe1b371f95512176e6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/admin-functions.php', 3, 'cb382585cfd2c60ebdad7893d61a18061e298199e721bfc5ce349ccb0470ff0d', 'e113859c1ead85e096ceea8562b5f3e2', 'cb382585cfd2c60ebdad7893d61a18061e298199e721bfc5ce349ccb0470ff0d', 1, 658, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b3df9f559d6cffb35ce18394e487b13acdfce47a', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-lv.po', 2, 'f0b8afa39baaac419a65de2b1701dfa55407fb34d5d8bf5d68b418d29b53616e', 'b3e02e9bf4e3b3f2af7fbdbcdb9c2451', 'f0b8afa39baaac419a65de2b1701dfa55407fb34d5d8bf5d68b418d29b53616e', 1, 48343, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b3ed9f0fe1b89eb4559334909102c51f11b05619', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger-300x151.png', 5, 'e982d4725f54a2584c5db1f9a9ba8889e3c86375b619fd938adf4782d6ca6e4c', '', '', 0, 39916, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4095eeadccff6d388d914f8dc5084e921a03614', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/background/class-astra-control-background.php', 3, '07dec270144eb245ad6396aee0fafd059181297f8aff7ef0d0f2981c284bc4ce', '4d043b95fdd92ee8b0da1f0072254cdb', '07dec270144eb245ad6396aee0fafd059181297f8aff7ef0d0f2981c284bc4ce', 1, 10906, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b4106962b4b33b3c6799746c7bee9cb55574560f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/8872-150x150.png', 5, 'e75cf9a23f09fc4f2ec83160f1bae24883314b55632a44501c194167646e34fe', '', '', 0, 37430, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b416dbf7fc072228ef2775919f7ed85f7c230611', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Requests/DeleteField.php', 2, '09caa425781e8459d459686d4321c0d94e2c1b90faea0087ddca08b2f0725325', '35b9e5715ac562c16e84e8ec9ae6f95e', '09caa425781e8459d459686d4321c0d94e2c1b90faea0087ddca08b2f0725325', 1, 358, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b418e8c1ea38ed25302ea24fe0465a39d0cec648', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b424826ba2e8604c712d624b3032a934533dacbd', '/home/hkrhostingreview/public_html/wp-includes/ms-functions.php', 1, '9bc00125efecbcfad2bb4d149d86f5ad0449851c21eefef717ac3a627b17f785', 'f76b68e778e24234b835749f98bd8f70', 'f76b68e778e24234b835749f98bd8f70', 1, 87638, 33188, 1, 1569890817, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b43c84cb5403bbbb41e161177a4984762d5e0020', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-site-health.php', 1, '0e7322f0fe8710974b9cc2f1694dfdbf58b1411f9a0a21fce334b200b059e346', 'a4b0604b195bcf769fee668444fd2188', 'a4b0604b195bcf769fee668444fd2188', 1, 66843, 33188, 1, 1570243198, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b43ef00b4aae38da78a6132c7ef7ae00dd832fd4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.js', 2, '050735b50f3b3fe80347082e3fbb137eea549876962edbcad0a8450fe75d7334', 'd3ce6af413e3e1910ae76029ef7cca77', '050735b50f3b3fe80347082e3fbb137eea549876962edbcad0a8450fe75d7334', 1, 660665, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b44850aa8d6f2ef5f0d748c2291d132c056620a1', '/home/hkrhostingreview/public_html/wp-admin/themes.php', 1, '29b113ce5262e841ca1c4127688b7a2b5cb80baac1416a294c1a9329fcf6c1f9', 'c97b6b3d7100b131e1b2d1bdbd7fa861', 'c97b6b3d7100b131e1b2d1bdbd7fa861', 1, 23690, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4534e16f3b198581f9fc2605b5bf7cabd0f3456', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/customizer-preview.js', 3, '5d6d00f95c29fed2eab107c582b30b0d513e76b22a66dddca94d6cd792dbeb00', 'b843f0e9683de709be72b6a66e481170', '5d6d00f95c29fed2eab107c582b30b0d513e76b22a66dddca94d6cd792dbeb00', 1, 59244, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b45825659a437a56d7486e8f887526af417ccd15', '/home/hkrhostingreview/public_html/wp-includes/js/dist/element.min.js', 1, 'c1e5401a5a5a7b1d9966360c524a73eb94f78120ab039c8cde3b9f84f5c78f51', '5a9a26812516f2b3cbf83f89de6142f3', '5a9a26812516f2b3cbf83f89de6142f3', 1, 9242, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b45899d69d8a6cb05ab97993e76e1ad755414b0c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/remove-button.php', 2, 'fa7874df1e437d8b8605be05de87ecec51f88d82eaf3d9d4a29bdac60563016d', 'cc0d3cfbe1a791061b60c1b56518e5cd', 'fa7874df1e437d8b8605be05de87ecec51f88d82eaf3d9d4a29bdac60563016d', 1, 728, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b45efa974d1aef45a63bc44807bc2802703e47ec', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Divider.php', 2, '8b51d373e94714b1887c4546d0661b92fca290be04f8e613671edbd09fce3eb1', '91a546a1d1dbc39d1413266fcbc5c741', '8b51d373e94714b1887c4546d0661b92fca290be04f8e613671edbd09fce3eb1', 1, 704, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4634b92b0e982cba238c6f20c0a7dca2fa1cddd', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/text.png', 1, 'f95a41295fda7d4734e03092542e031fa38c48cfe8970c8b1c90bb0e2d837eb7', '90cc20d1b2aafc23be64ff2511e35bb5', '90cc20d1b2aafc23be64ff2511e35bb5', 1, 670, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b46fe60d1c0ad1236469a7e92a5e0a9a9416629f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php', 3, '0f8d00520a234935777a95ed808ae73cfa537c75b234296a766ca001ff169b2b', '3a1b7128c2cfda615262d68b340299cb', '0f8d00520a234935777a95ed808ae73cfa537c75b234296a766ca001ff169b2b', 1, 4561, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b471912349712fb3a65fe0c0d243deaa8d05ed4b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/tab.php', 2, '26e36912c7294f11f67365100c257c1fc6b6458a8479fa312e8fa4c3e0fc011b', 'be410f1a1f0e0549f67b4686e13b4511', '26e36912c7294f11f67365100c257c1fc6b6458a8479fa312e8fa4c3e0fc011b', 1, 1394, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4746a01fa20f1b7dbbd05572a414de1b6d9d034', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Submission.php', 2, '7e94e163852386b9a0bf4bd75da2cb4f13c3fdbb27db611a29ddcf75ea1f38ac', '38406d1646420de400f76ea459c88d69', '7e94e163852386b9a0bf4bd75da2cb4f13c3fdbb27db611a29ddcf75ea1f38ac', 1, 13349, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b485918f1158d67c58efb61c84196f3417c02f77', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php', 3, 'a3ec20f1f9f1065d2d45d6e9bac4a8eeb200add894452451fd6f80558c3def5d', '6bf01581841f00c952f12f6777936423', 'a3ec20f1f9f1065d2d45d6e9bac4a8eeb200add894452451fd6f80558c3def5d', 1, 10980, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b485d2ca94c291843bd6c4c2059c3ff4b4d4bca2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_filter_class-ai1wm-recursive-extension-filter.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992532, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b48803380058573b028bf10d8ee35d0659a33df1', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-settings.php', 5, 'c0563a3fe6d0c4bd52fc48f4e8186cd6cf5bf8a69a11affabac3caed216ccc38', '', '', 0, 1958, 33188, 1, 1626989969, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b48b4d4a16e989ec04965987b7e1758bf8b0f519', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/start.txt', 5, '45e057a8aeb8b2a36e022fd8524bc2caf47f7e53deb6c256c78c71d0fa4797e3', '', '', 0, 10, 33188, 1, 1626992608, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b49b983963caf85aaad368938ad892e58f5094f6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Helper.php', 2, '4ee3e5611ab84ec9ae47963ddd310b14cc1ae363336661d21d153fd4444d2018', '4367748f92766bb0081ca9b94966cc48', '4ee3e5611ab84ec9ae47963ddd310b14cc1ae363336661d21d153fd4444d2018', 1, 98677, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b49cc2838373758bd9ed315cdd00e468fff87f70', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/models/promotionModel.js', 2, 'e5df4f29df42ca7fb789e217c34cf2578018e33a6901d474b912b80de1f2240d', '54f10a285650d5fd3705bd673713b2e2', 'e5df4f29df42ca7fb789e217c34cf2578018e33a6901d474b912b80de1f2240d', 1, 203, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4a51b1193945f86bb85aa1e8679b6eb3a32f96c', '/home/hkrhostingreview/public_html/wp-admin/link.php', 1, '46099f1a37867e7d98ddcf68c4433b365e3caf3a5e5e005cd74ef95f5c2abb0b', 'aa95f098be40be63d9cc8373ef950f54', 'aa95f098be40be63d9cc8373ef950f54', 1, 2746, 33188, 1, 1561985521, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4a8e150500cbbaa855c772a1320e037eea7a2c2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/admin.min.js', 2, 'da3b79a85d96ab1f3fbca43c95d998ba2ad080373ab760011f0afd365a9baf18', '627f38f9db63c942233f80057477487b', 'da3b79a85d96ab1f3fbca43c95d998ba2ad080373ab760011f0afd365a9baf18', 1, 25442, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4aaf57c67ffc21d83ec797e809a7dc03332a2c0', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/km.js', 2, '35c071952ab0d466522b7324486f5a3bd21c65cb5971ea0bfd64da7b99f26417', 'c9bfa4dc94e6b241deeceea9cd33a21d', '35c071952ab0d466522b7324486f5a3bd21c65cb5971ea0bfd64da7b99f26417', 1, 1065, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4ac0872cf56018905765777ade6b9adfffef9ad', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-view.php', 2, '0a927dcd62da3cd78f805d6e2bb8485d65844bb17ad51ae0510fb1eeaeba7f88', 'c51c505da1e8997dd079b63179ded0bb', '0a927dcd62da3cd78f805d6e2bb8485d65844bb17ad51ae0510fb1eeaeba7f88', 1, 15742, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b4ad385302b863f660e5621ea6ceb5e395e0e026', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_common_leave-feedback.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992534, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4af7d00c9c5e9f7a4ed1d83077d761031ebaaa5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Model.php', 2, '317842c6a433160e605dab6a62c7a0b624c432945ebdc135f626afd794cfddb4', '8706f07be06e5b05dc7782eb5e081737', '317842c6a433160e605dab6a62c7a0b624c432945ebdc135f626afd794cfddb4', 1, 23387, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4cff81831c28f7c9d1fe534432e52348c9cf3f6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.css', 2, 'fc18aa169d456a1dad72b7c28d7129d00589d06fd621c53be671012f207a81e9', '6930927f45e14d11f19c0da5a69770b9', 'fc18aa169d456a1dad72b7c28d7129d00589d06fd621c53be671012f207a81e9', 1, 110833, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4d32fc31077df31770572f46aebb77439714122', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/dashboard.min.css', 2, 'ec2408e123b25b07d304c636685dfe157e37bc80146ea1106b3b0758b1142f36', '052ac8a7f8ae70be8620d40a1d8a211b', 'ec2408e123b25b07d304c636685dfe157e37bc80146ea1106b3b0758b1142f36', 1, 9417, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4dcfa8c896de62b401b29a902f4b74e95e3fd5f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-version-control.svg', 2, 'e5d397c5908abcf359fc738f4a83eb0352920c1c3574871af042c30fd1a31ed1', '431286ca0b270df32721a0cdaa0a618c', 'e5d397c5908abcf359fc738f4a83eb0352920c1c3574871af042c30fd1a31ed1', 1, 5731, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4de108fc05ec4b83b84efd5022661ad7693a09e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/yes.png', 2, '36e18dacc49af4f3a0dfcb7d6be8fd2fb0c7877a37ff0bf66161de9353f6d5e1', 'c42bf814a237dc89970d715ae8516b13', '36e18dacc49af4f3a0dfcb7d6be8fd2fb0c7877a37ff0bf66161de9353f6d5e1', 1, 539, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4de19b1a94ae7ea9e2a9bbb1690279a8b07fd2b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/tinymce-button.js', 2, '600ebff504c069aabcd8869fbfce4aeae2ed933249ee18980168ea9c2b7466e6', '034731204e24849d8e23ca26005cad3f', '600ebff504c069aabcd8869fbfce4aeae2ed933249ee18980168ea9c2b7466e6', 1, 1238, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4dee0fc68044f261cead0b4957f9c99f4339bca', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css', 3, '2001c12940a3cbcccd9cb6e6ae4024834fd4cbc9238cb497d8c9f307bbb743d1', 'f23e756ad76be42030c54a7f2e8a29c6', '2001c12940a3cbcccd9cb6e6ae4024834fd4cbc9238cb497d8c9f307bbb743d1', 1, 1493, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4e49f8143e3125efe7fb79a285dc1e226ed1af7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Password.php', 2, 'ef57c3e8b36578a89370201b0ed050d0bda4ad96ec53de90d8c724f71d66db8a', '9757b0eccfa0fec5728584115bc08c3c', 'ef57c3e8b36578a89370201b0ed050d0bda4ad96ec53de90d8c724f71d66db8a', 1, 708, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b4ecf51ce2e847976b59cbeb7d964e89b2e002c7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/math-expression-evaluator.min.js', 2, 'fac92d4ce936001f35d1a658b1e2c06be9dc7eb4ab6b3df09fc4fb2c9c388a78', 'af2ad035c85f8f8c4f890d88d02bd829', 'fac92d4ce936001f35d1a658b1e2c06be9dc7eb4ab6b3df09fc4fb2c9c388a78', 1, 11943, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b506e68a6db38feb8bbdbe7f4f0d1bbe41810971', '/home/hkrhostingreview/public_html/wp-admin/edit-form-comment.php', 1, 'e1d7f3d9316a5caa8a4d76111f3f1124bcc997efc6febc87654cf1c070f8c8e8', '8980aac336109682deb554cf3d162c0c', '8980aac336109682deb554cf3d162c0c', 1, 7805, 33188, 1, 1567986835, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b50856328843207ba301010eaa6848dfa8f1bae1', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-279.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b519e238bdaeb99726fdefb29124137be2794f86', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/dummy-api.js', 2, '1f93a5f6091369b8b6cdb7be01a6c7044ec8c3af0eeac05a5f0dfb3aea2a3e31', '1bb7b821b587959d4c0cc406c49077ff', '1f93a5f6091369b8b6cdb7be01a6c7044ec8c3af0eeac05a5f0dfb3aea2a3e31', 1, 215, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b531feb192163a19409be14ac229ee979ed4c5ee', '/home/hkrhostingreview/public_html/wp-includes/blocks/shortcode.php', 1, 'e944ec72df5473001ca12038da27c53f94c76b19581b707793c99343510e4aff', '893990c176e215a84a768ce9c4b197a4', '893990c176e215a84a768ce9c4b197a4', 1, 794, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b532292d4381995cc5ea1427982b40a3b4b33010', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/StepProcessing/menu.php', 2, '46ff171ff1913256fb3d0448ef6984782493f8fe948cedc8fb84f0ddfdd1be80', '9049ed3f004d824122b53ce3381ee05b', '46ff171ff1913256fb3d0448ef6984782493f8fe948cedc8fb84f0ddfdd1be80', 1, 4531, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b532a3cfd57f014e0e7db5f15b1f2756b22bf4bf', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Int32.php', 1, '58a247a420332fadca21cee9e859b12642de333d122a41643a9e1795bf8ab2fb', 'bbb333b70e7fa24e4d5bdc2fe00d7e48', 'bbb333b70e7fa24e4d5bdc2fe00d7e48', 1, 24542, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b53c03d60ef70190d46d204e467e49252ac2d5d9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end.js.map', 2, 'ce278887c0ee94c43185e1fbb7f7cf8167643e0fe5d000e4e9871cfeee4efc30', 'f34e79a4ff84fedb356a9d12c6c18b34', 'ce278887c0ee94c43185e1fbb7f7cf8167643e0fe5d000e4e9871cfeee4efc30', 1, 89900, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b54b3ade6ea7390907ce1c28f6dc468ecf9cff17', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/config-validator.php', 2, 'be608a08dc3172ffafc3c78efdf5afb4a452ed9c7ddf10556f21ad03bdb2d8fd', '47328ef2131345bf88057e2245940a34', 'be608a08dc3172ffafc3c78efdf5afb4a452ed9c7ddf10556f21ad03bdb2d8fd', 1, 3384, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b55f9f2a0048b1c7079b05c72c1198aa885c3143', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-hardening.php', 2, '334f4f5583b6a48ade2a15e35a4b8bbc90cdc2811ff4c88b26ee6dd7ec74b8e1', '2fbc839c2974c96e07ceaabd60fe035e', '334f4f5583b6a48ade2a15e35a4b8bbc90cdc2811ff4c88b26ee6dd7ec74b8e1', 1, 32631, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b562271cf52ae2b9b8f66f9345c6f66b5121fc52', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-upgrader.php', 1, 'f3b51a66f8a6db30c9c6d8f6d0cb5e0e272082cde2c9cf11deef7d6134787b30', '5939ab2507a70cb3b68cc1e225125ec3', '5939ab2507a70cb3b68cc1e225125ec3', 1, 35670, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b566adff5bdbe4317ad526f17d99283a1845d7fa', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Content/Type/Sniffer.php', 1, '87c1e0de4be923ecf334576e67cf6c02ba04765fdeaf3d967e822c5fbef31d4e', '7c72c3f369855562d96c77ece1c7db33', '7c72c3f369855562d96c77ece1c7db33', 1, 8137, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b56adcfbe7b5f2e428071afefae08dc120fb5e3f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js', 3, '79b3ac04359e4710c376578fe99eb12a5d32b2dfe07bc80244fc305052db12a3', '4abf46e9ababfc8ca38595146c8f5f41', '79b3ac04359e4710c376578fe99eb12a5d32b2dfe07bc80244fc305052db12a3', 1, 6104, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b57f294824eb1b371b8b79c041a306a7394b0b4f', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_cool.gif', 1, '613859b8b3de47cc23b23e2aa60eebfa84e88d7cadb3c19d043be2be205576f0', '0a901c7fa06097ecf7e0cd69766a2edf', '0a901c7fa06097ecf7e0cd69766a2edf', 1, 172, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5907cdd623fe3ddaa6487473b6660691f5cb668', '/home/hkrhostingreview/public_html/wp-includes/js/dist/escape-html.min.js', 1, '97c35ccec9a70ce7e2afd42fd84c3834ad42a9ea37acc23282a99a27e5ec3307', 'ed967d411b4d74de9d0d6a6f586c74d3', 'ed967d411b4d74de9d0d6a6f586c74d3', 1, 1643, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5942a59c6438c79d54ffddbf20f2885355182ac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-listcheckbox.html', 2, 'b10e4d9333617484527dc2e205890bab1581c1cb869e3c7bc20a76732129a61f', 'f799613f53be868f7d2fd30a9a0a0ce5', 'b10e4d9333617484527dc2e205890bab1581c1cb869e3c7bc20a76732129a61f', 1, 1897, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b59b3172ac54afaf3bc32fd3eb8e58f838303801', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/timegrid.css', 2, 'e5cabc82fbfe671f68dac7c603c555768e97eda29491b4787149153471c5a03e', 'c2730e2eaebb0479147b6cf72751f647', 'e5cabc82fbfe671f68dac7c603c555768e97eda29491b4787149153471c5a03e', 1, 7304, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5a521a83adacbc3f768975bc9b15d6ec2105b7f', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/document.png', 1, 'bec52cf65efa3a363d630ff2fec452561b5f41015da7b1b361af460d2b068d1e', '7f89275e639a73c0f9c4448bf933545c', '7f89275e639a73c0f9c4448bf933545c', 1, 2063, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b5adb7b5f924cb4a1fe92d71e263541aa3a59e54', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_submission.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992564, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b5b011859b0623fea79ae173ce66e20dff0d6e53', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_exceptions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992517, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5b24fc8309f18b28a3ad7f79543d0fefb1e008e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/co.gif', 2, '368b8b5b807553736560850b0f8aca98f3b4a9211baa05eef2270ddb23db9a1b', '405dfe11225ebe1cc34b30ccd765753e', '368b8b5b807553736560850b0f8aca98f3b4a9211baa05eef2270ddb23db9a1b', 1, 353, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b5c40313c40c965a9b7f342fc088eae4d532a96d', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-541.css', 5, 'a20929a97810152eb1d8837905669ae14ffc61c206a9af77df778a98aa4fc2ca', '', '', 0, 14946, 33188, 1, 1597092927, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5c6ad4f961037ababaa6728ca034ee20d6441b4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Crypto32.php', 1, '9090a0b7bfa1d09bef1ce24d9be180405df2a9f096b09f4015058976762dd975', '6ee7215ce2bcd008f54f9edb65690554', '6ee7215ce2bcd008f54f9edb65690554', 1, 39609, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5c8dcc08e69b21565e9b8fb585120500ef3951f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/app-after-field.html', 2, '90113335bacaf58238357937e14959e4d7f5612b2b1fe74e5f5749944b87e7b9', '0f12d74b2bf488bb11f3db325fb1bfce', '90113335bacaf58238357937e14959e4d7f5612b2b1fe74e5f5749944b87e7b9', 1, 92, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5cf49e812b140f43c338e4b83436b1450320302', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/javascript/site-admin.js', 2, 'a21a21b64a04a165ee4ae1f7daaf1e6d31eaf460cdb86ca66ee6e6cc78dd9bf1', '0a1f7dc6c305baabde2a54f37c18085f', 'a21a21b64a04a165ee4ae1f7daaf1e6d31eaf460cdb86ca66ee6e6cc78dd9bf1', 1, 12406, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5db643788d3939561290e295e65b8fce23a42bc', '/home/hkrhostingreview/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, '5324c07906147b7aa23e2fe535b67445430b7d3ef4118d758441b272c3678eed', 'a12d313609d2dfa8c9f7b1db8896ac29', 'a12d313609d2dfa8c9f7b1db8896ac29', 1, 9714, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5e3ec2b9adabc36c2c66efcbf509ac752733f6c', '/home/hkrhostingreview/public_html/wp-includes/js/thickbox/thickbox.js', 1, '10446fcfc406f1ac6ebbe55503d7f9ba188635b31559a5ecd38cc2827aa0c131', 'd5d248a8730754587b4224c2d9ad36c7', 'd5d248a8730754587b4224c2d9ad36c7', 1, 13163, 33188, 1, 1463999429, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b5f13810b173ff8baa65911d9e2149dea74e6af6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176419', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5f4e6773eb84fca8a6e1f3595edaaf3e0ab24ed', '/home/hkrhostingreview/public_html/wp-includes/js/dist/html-entities.js', 1, 'a3ff82300343b0f27080702ceed53d53f993abdc54a8223b0c3b0d2b70d564ec', 'f9ac946bd43269e5d0096b2885a452c4', 'f9ac946bd43269e5d0096b2885a452c4', 1, 4924, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b5f4f8088ba36b9cc309119824536546c29bd1e7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-plans-min.png', 5, '652611e129aaac5c2494a24e62e40d61eb0b4c70f4a952fe738cbf64a13808cc', '', '', 0, 210769, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b5f587405395d2467c4a56072537cc8916a09cdc', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 'f0aabb563087feac0b0cad11c6aaeed03489244d6a77d83c0d9deb81ff099c27', '884572e84844add444b1c133a61f9a40', '884572e84844add444b1c133a61f9a40', 1, 857, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b600f46df00ba43bf44f7f4dc401d4e9bcf7daed', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176582', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6070bb448a78570958d42965a8147ce2e7a0818', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/react.js', 1, '5b12f0a8284718c118f9ad867e73b3c115fa0f536c7f8d8844f8b8395ec184fc', 'f4ea9307973c76798b7a18f1ddfa700f', 'f4ea9307973c76798b7a18f1ddfa700f', 1, 120044, 33188, 1, 1569399657, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b6120b1967bc67daa9fd7db211a2111670c01136', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176690', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b61746fb37135b84219a50e5603fc7577c8903d7', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/411.php', 1, '970fa4ce085fc4fbbc9ad5a0aeccee8656c8ebb8df9676207361370974af8b20', '27a552a1e4160c4df61b2eca5a604796', '27a552a1e4160c4df61b2eca5a604796', 1, 399, 33188, 1, 1463114548, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'b62b5c45698cd81d65721c89d59d9d37e76841f3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-feedback.nff', 2, '39cbbc187ad1ce6ef29f7222fa41a457a8d0dce726289cb8fa0d16f51bdb8fa2', '92f473d4bceba6308ff06f9603250ff8', '39cbbc187ad1ce6ef29f7222fa41a457a8d0dce726289cb8fa0d16f51bdb8fa2', 1, 11753, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b63517bcb26ebad8e0b0ca0b8843315859dbd5b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormRestrictionSettings.php', 2, 'f6b4b91672d7969d18b37faade3a887a2ed379e1af0b4d67d1700467c907a0fb', '3fb752b8d6344682bed92fb5961b4720', 'f6b4b91672d7969d18b37faade3a887a2ed379e1af0b4d67d1700467c907a0fb', 1, 4527, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b63cf42bf587fa3bc37424fa9b135de4c26ddc39', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_Upgrade.php', 2, '4576d76a8606bc3b2914114a1f796666ff91428beaf9ce79d4c31ffa557771c2', 'e04efbe391a59a6f0c8102f94f069ce4', '4576d76a8606bc3b2914114a1f796666ff91428beaf9ce79d4c31ffa557771c2', 1, 2954, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6492cb7c40762c34f5ae598885e653eb421a43f', '/home/hkrhostingreview/public_html/wp-includes/spl-autoload-compat.php', 1, 'e7ca7d18b08d64a86807ed8d124fd49ea6b4379757ede4e6b241caf0313410aa', 'd168233950a1243358ae73c3a4be6695', 'd168233950a1243358ae73c3a4be6695', 1, 443, 33188, 1, 1563167516, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6610675f598c8b0ef3df74aa578d4cbc2dd7d4b', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-editor/style-rtl.min.css', 1, 'b7b4e4d47c6984510b68b3ef67cf9b3bac0b79542f0f49442bb4ec1fb045eb5e', '2820af9602eb1c8443906a9a27d1a819', '2820af9602eb1c8443906a9a27d1a819', 1, 83843, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b66dff025f9ab19e34e53bac33b1ecf614e9872c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-dropbox.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992536, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b674d8cc59bfe9bd50ad3ed925c17ba429b86fd9', '/home/hkrhostingreview/public_html/wp-admin/includes/credits.php', 1, '70305b37e875a4d2c8f879a811ea84cc7256667b7ea4e69c0110a1a001426cd5', '7274b24d47456196ff8641607c6c7a09', '7274b24d47456196ff8641607c6c7a09', 1, 5551, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b680533f82cba140dd8d67dc2f5df96ce13e7027', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/stack.class.php', 2, '94e3304ead97e0da778dae9d0dde82b94692b91cb2a4abd447b741107d336a6c', '2621b4361f2c694628ab0b071e68470d', '94e3304ead97e0da778dae9d0dde82b94692b91cb2a4abd447b741107d336a6c', 1, 2127, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b698b42ab819c702ed73036cd28c9aa7d362a919', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599140015', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b6a2535c3eed906ec12604db1c108ad88941116c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_admin.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992558, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b6a4b1615615698b4285813e506b478cee275065', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_kits_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992591, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6a4b2826396c6692a68bb074ac5027d210fc752', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css', 3, 'b0467e2ff16993bfbec64806bdaaf86ddb71f5ee6291f28c440d3d926981eb6f', '8b5cc86da1903c683a970f9eccb77972', 'b0467e2ff16993bfbec64806bdaaf86ddb71f5ee6291f28c440d3d926981eb6f', 1, 5988, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6a7e17395015161a1243dc450fb76fee1ff7f88', '/home/hkrhostingreview/public_html/wp-admin/site-health.php', 1, '04bd42f205045b4e6c9a7238c547a1c2e492f566affce799fddb616f94a0b079', '4ef0e0177030234463c380dfc8211d9b', '4ef0e0177030234463c380dfc8211d9b', 1, 5352, 33188, 1, 1569000417, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6bb66abcac1ffdfbbfeb35dd02795f7b6ca5afb', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/progressbar.min.js', 1, '32e3e9f84b34b2f8a432a8e6383f3c909ca4d1fa9d980d81713c0d991972a424', '34c78c33e7c97e65a369bb0137d93d05', '34c78c33e7c97e65a369bb0137d93d05', 1, 2468, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6bdf7f375b1f0691ba580b051bcf13cd06dc436', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, '9a0c4301b6e804a7a808eb69694ed08567605811ae9bef1d3f19c88e20bdec92', '456c02ee2a496580a24e5aee614ba9b3', '456c02ee2a496580a24e5aee614ba9b3', 1, 14805, 33188, 1, 1544762517, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6c80ab0c1d879662b55771cadcead63f06f05a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ba.gif', 2, '719fd3070f08bf73dd8a8cfeda8f449ab682ab2ea770c66a8546802bd882125f', '53dfab82eedc9f915dd7413b1acdd8cb', '719fd3070f08bf73dd8a8cfeda8f449ab682ab2ea770c66a8546802bd882125f', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6d1cd2bbde7062891ec5e8f03cd9139bdc1cb01', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/ss-licenses.png', 2, 'e576218bcaa60baf128e6c9c8bb44b5ff4da04dda0a8635a10be50b26b9d8b10', '031e148e46abb0166e5b1601890c0d0b', 'e576218bcaa60baf128e6c9c8bb44b5ff4da04dda0a8635a10be50b26b9d8b10', 1, 30528, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6d34d57cdc427fe236955ea486b02250366af98', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/PaymentGateway.php', 2, 'fab69ca73f5a2c5f5f9ab05b62e624817aa7ba39e88ecc0079655e891003199d', '118d8d04d142f7f86284cc9c5305ab10', 'fab69ca73f5a2c5f5f9ab05b62e624817aa7ba39e88ecc0079655e891003199d', 1, 899, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b6fc69412cd317191b115a038a5694d74ddea40a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-opinions-light.css', 2, 'dfd21834df2f4e68df0b1b5e53d779f7657e1223aa64ab43ed140e703e0f83ba', '79de2b09532e416bfc6ec5e45a0efd3d', 'dfd21834df2f4e68df0b1b5e53d779f7657e1223aa64ab43ed140e703e0f83ba', 1, 44719, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b711a799d0b8160a08c114627b88a59ef2014cd9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/UserInfo.php', 2, 'f2cace018330cd13942fa5725658d355049a3f3508613e2e7ae6f6249f81746b', '632e10d7953506f79842f359c3a44b9b', 'f2cace018330cd13942fa5725658d355049a3f3508613e2e7ae6f6249f81746b', 1, 1338, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7138d2ff68a67e7769edc5ae89204676c306b30', '/home/hkrhostingreview/public_html/wp-includes/functions.php', 1, 'fe1a251ed94843203932b6fc190b1ae20d306f714bd98b06461a0c7cfe2636bc', 'd0f01c20843619961afc680e80206bc6', 'd0f01c20843619961afc680e80206bc6', 1, 225086, 33188, 1, 1572001507, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b71dfab57dfebbb42e74dc7914a74248b0924ffb', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/fa.js', 2, '8704e1307e5253477fe6fbe77526abd0e857016ee38ecf9597761e6a4bca52ec', '34664c7f3ff42c8e04dceb13b046b365', '8704e1307e5253477fe6fbe77526abd0e857016ee38ecf9597761e6a4bca52ec', 1, 1004, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 15, 0, 'b724212d83f245ced3c88ebd86e5d598d5554d6f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php', 3, 'd370f14b5c89a6523bdd37d2b7205eaa9f8f41996c166d4218e67702d9373c8a', '951c5b51609953dc61a24f71a26ed76f', 'cf0ccae0ae73fc6b80b700163d40086bfcd0c005b8224c2ce9bae54876c0271b', 0, 2179, 33188, 1, 1605438493, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b72a7791e26880c29109a324c54d38ddac755420', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-users.php', 2, '40efe4336bf2bc53ae3f10e42d26a313c79be2ee868fd766a3b22645a955a6f8', 'bfa16454ad4ab98ff479b91cbec61925', '40efe4336bf2bc53ae3f10e42d26a313c79be2ee868fd766a3b22645a955a6f8', 1, 35099, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b73280cde80c1c4c65fc1eb98eefda5cafc43ef2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-min.png', 5, 'a613395d79e7fd948ed59c22cd6e01a74f3b32ca875fbde727d388d8d2b48dca', '', '', 0, 280389, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b736d1d7230862ae76c6c040636825c1346870e7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228264', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b73bf59ad8d074ff61c4c66e198a7d6ecc0f3314', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, 'b4e1a80902e2aa4cc79fd483a8b787687396419c12d7411e15b7135a69bb2b48', 'b0f6565c1b120a5dcce1014bfb7327a0', 'b0f6565c1b120a5dcce1014bfb7327a0', 1, 8940, 33188, 1, 1557963952, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7480296e01a89991048db495906c6ac9402e566', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/gl.js', 2, '0e00fcbaa050e094bde600e34f6116093c717b6557082fdcf6a84a11121abf49', '235993b6dd1761e5637974759f5eda7a', '0e00fcbaa050e094bde600e34f6116093c717b6557082fdcf6a84a11121abf49', 1, 886, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b74988fb753b47b4b05cc9ebd67cafb21a8a8cbd', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/gutenberg.min.js', 2, '322fbbb16768ed8f2f700aefbc5cb2e1a89d35c1536a7a8a843e2e64de365375', '947ac53d4956521bed070e0d12fbfa4f', '322fbbb16768ed8f2f700aefbc5cb2e1a89d35c1536a7a8a843e2e64de365375', 1, 9673, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b76aa87a7e1a3f7ea4d02830483e0ec8e7a69812', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/comments.php', 1, 'bd989831a2069865aa7df0290f30463d4d78ede18049f841b8ccc493e9daece4', 'e0dc27349a465228e9d3b97b5729eea3', 'e0dc27349a465228e9d3b97b5729eea3', 1, 2141, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b778e340a39138cc49e26c0e183403bd55fb5048', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/simplexlsx.class.php', 2, '97105ac9de972af6e7e18f60c89b6506c6aa8b76b4425b23eb583f4da7e519ca', '29a9816798fb54e3e558c00a8cd2df2e', '97105ac9de972af6e7e18f60c89b6506c6aa8b76b4425b23eb583f4da7e519ca', 1, 25641, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b788e804ff65245db80d7953b80787bbd2e81c03', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_idea.gif', 1, '533afbf7a1abd912749b35b11c53e4ff27a21f0b474ee1139806b338870dd1b6', 'e5ecd43c5dd7ff5718330e1974de81e5', 'e5ecd43c5dd7ff5718330e1974de81e5', 1, 174, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b794bdba79c1e8a9c0e483449d32aabcd099eabf', '/home/hkrhostingreview/public_html/wp-admin/images/mask.png', 1, 'd053129e2c88c186cfeb9370bae1d3b791ea08b9adf08597a14d87c0f6a3a8f4', 'fcf693677ea822e6d24af7b2e4a98e99', 'fcf693677ea822e6d24af7b2e4a98e99', 1, 2001, 33188, 1, 1348515882, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b79bc669b4d981d59bdc6e59f1caa1ea9123210d', '/home/hkrhostingreview/public_html/wp-admin/maint/repair.php', 1, '72fef52a5d97d4506d6bcf0f239aebcab64f6fee390eccb64d221f882007808e', '81838549ea8edae6e4a4b8d6c5a719d8', '81838549ea8edae6e4a4b8d6c5a719d8', 1, 7293, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7b3ebdab84576a9b44050cfaabbcba8a8275467', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/includes/assets.php', 2, 'a3805d37188720e532b3e94e1fadc14c1adfd3cf9da60e4e0c61a9439783354f', 'c8771207ffbc15676e78cfba98c5754b', 'a3805d37188720e532b3e94e1fadc14c1adfd3cf9da60e4e0c61a9439783354f', 1, 2369, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7b5bf8a6d70d513fe56f69e084deaf0e3b2c9e3', '/home/hkrhostingreview/public_html/wp-includes/images/rss-2x.png', 1, '4ab3e7328166e5c6c5875e5db14ac3178ca2db1225ae0e25af3dda8b1d4477cd', 'c71759615ba051c1e6f597fd726a9d11', 'c71759615ba051c1e6f597fd726a9d11', 1, 1306, 33188, 1, 1352321648, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b7ba1127f5444db61fb6208f96029c728e814aca', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176822', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703201, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7ce9b6db7b6aa979681707aab2804d514aec736', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/app-after-fields.html', 2, '792b81bc7c93cdbbee0092a4773b695882a3e13a562783ca0218660719df9206', '1ef6acd3d49ca6eda0b1577c71c6229d', '792b81bc7c93cdbbee0092a4773b695882a3e13a562783ca0218660719df9206', 1, 218, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7d48c684a9774b7240d13370e495a9d52781faa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/content-ticker/index.js', 2, '542208517c5d5bc328aa656e32045a3b08473787dd20f67d034d1873ac9ffe87', 'f9c6217e8cff7e6002b61ec15a0267b8', '542208517c5d5bc328aa656e32045a3b08473787dd20f67d034d1873ac9ffe87', 1, 4197, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7e326f10ba59f52b0684179acb1ad7dc12c5fa8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/eu.gif', 2, '20971908aa37be09e1daabcb1f7cfa16b499db6c02b515f8079accb1eadb8088', '743b967a43b96fd8bb0e8b194081979c', '20971908aa37be09e1daabcb1f7cfa16b499db6c02b515f8079accb1eadb8088', 1, 171, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7e6ba98b192e7e01e232005e5242e6d956ab388', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/StarRating.php', 2, '8910da13ea60a69617448f3c2ef5f306c4bc0c8b71601b336b955c9b07057e9c', '013ef2d9d9d1ff2116f80483ba6e9e19', '8910da13ea60a69617448f3c2ef5f306c4bc0c8b71601b336b955c9b07057e9c', 1, 789, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b7ebc1f97bfdb1c52d55f3f6fc6db023c93d880f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php', 2, 'e4f7c734b12dd1f9ffeafb84592fc03dc96b75290ce184a481fe43edd7807e04', 'caeee021b3e318aeef99f942ce41fda0', 'e4f7c734b12dd1f9ffeafb84592fc03dc96b75290ce184a481fe43edd7807e04', 1, 1223, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b80a613402135a80776b55286df09f4f24ab438f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/api.php', 2, '7493e7b5356922d2d47475f66730ee825deaa58125254b3590a1e207bedf6f65', '898711a6ff748e140e5f4e4d3d4b1422', '7493e7b5356922d2d47475f66730ee825deaa58125254b3590a1e207bedf6f65', 1, 6485, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b80c68a3d1f7330bc4432ea90084f8f65360d251', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/radio-image/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b80e70ad302dfe5cef9fda2c41421cce70b03794', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/step-processing.php', 2, 'b64375a8191ef2d7ae04cab8d7729b4367df57da2a360bcd327a3fb5ee4e47e9', '3e7fd078aaa9cd20dec0284c7fe1c2da', 'b64375a8191ef2d7ae04cab8d7729b4367df57da2a360bcd327a3fb5ee4e47e9', 1, 4549, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b824d3beda65382312bc1e97c7d531d8713a5e7f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/select2.js', 2, '218afc4805e2eb76cb3df2bc2f65f2e25b0acc8b30592bfe1c3a7169c62f40d7', 'b301cc18fd04d16933fcfce7235f91d7', '218afc4805e2eb76cb3df2bc2f65f2e25b0acc8b30592bfe1c3a7169c62f40d7', 1, 143407, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b829453721bbeaae5220dcff2db5b1a72f41701f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-feedback.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992521, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b82a888cc72601a3e0e469518162cc83432204f3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109969', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b82bf90cc2f80e849663e5f29fb5662b1a8de78d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-term-query.php', 1, 'fe50e1de56dd92fdd4e51be2e8f3e5739859b7eec4b82eb6f973e6c6990af786', '05f93c6c0196570cf455c0d2e1bce16a', '05f93c6c0196570cf455c0d2e1bce16a', 1, 35423, 33188, 1, 1566576356, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b82dc8e041e6baed2a8ad4e6eedcfc0c18bd394a', '/home/hkrhostingreview/public_html/wp-admin/images/date-button-2x.gif', 1, '4526f2fd5155238388619dcd936afe8ac1db268c0953fb2e1796ddbe948b7f6b', 'c28b3fbea9a861b430fdd7394a511a96', 'c28b3fbea9a861b430fdd7394a511a96', 1, 996, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b84db5a1539906e63fccc96dd234be817b21fc14', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans.png', 5, '8ee2329ef6a873cfdf03da28f14385c8b2f73cd99a8e8d7e01ab272f0ff3fcfd', '', '', 0, 72836, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b85b02449dbc0e3a6f35608a3fa4aa8cb6763254', '/home/hkrhostingreview/public_html/wp-admin/js/customize-controls.min.js', 1, 'd3eae833dd4ff151cef7bbc3206608776ad6f9656469081fee30cfa91b6057b6', '4a48e911b20edfe9c2f9c52cd9ee6fe5', '4a48e911b20edfe9c2f9c52cd9ee6fe5', 1, 112018, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b863e0ac35ad5b220942b7eec9ade35a2c70af3a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-eventregistration.nff', 2, '8c52a9423caa4869c5ffcd12e5b025792449bb879e80b24fa83de8a0a3ab0eea', '888d2eccc14ddca155eb3f9b56cccd1b', '8c52a9423caa4869c5ffcd12e5b025792449bb879e80b24fa83de8a0a3ab0eea', 1, 20407, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b86a14fcb9cd407d469720b12569d2f9da34681b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php', 2, '93039078d0c661ef23b34141d64f1c90c342d4934a7a6f81cfbb791feaa876bc', '5162a9b467f3b2c279a60f34c0072ba7', '93039078d0c661ef23b34141d64f1c90c342d4934a7a6f81cfbb791feaa876bc', 1, 11524, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b871467d36bc78b7f32538e00d65f9b8e9aae864', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Session/wp-session.php', 2, 'd906a0cf10307b612d82aa781ece32dd1b886f5f9aa0ab6de41a1d525668cb49', '34c44b2b10fcaad6b7b78ff7fc97e823', 'd906a0cf10307b612d82aa781ece32dd1b886f5f9aa0ab6de41a1d525668cb49', 1, 4437, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b886e6b767c584bf12659d7284cfeb472c5db02a', '/home/hkrhostingreview/public_html/wp-admin/update-core.php', 1, '4d3748eb0f058547fc385851da887e1f2e59ead9809d921bf88369e79688cb7c', '9eef8c67fd75a3441e1be9a825908435', '9eef8c67fd75a3441e1be9a825908435', 1, 33726, 33188, 1, 1568753036, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b88eeec874a57d02e126e7c10965a1056e068de5', '/home/hkrhostingreview/public_html/wp-admin/network/index.php', 1, 'b1f35aa4e182c13dd5021d063b5391b99f3afd91dbbcb92b190936534d342bd9', '6f86ac8194ca0fd98b99b044394e2d06', '6f86ac8194ca0fd98b99b044394e2d06', 1, 2879, 33188, 1, 1564094757, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b88f39376db2cec8ce2f1bf41efde969c4f433ad', '/home/hkrhostingreview/public_html/wp-admin/admin.php', 1, 'a27bd8d8ce0032ba27a455400495ee5e18596bfc4fe6573c1647fb98ad0cdf43', '800315586acfd36950bd93c9d512533e', '800315586acfd36950bd93c9d512533e', 1, 12139, 33188, 1, 1567358039, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b89636287f7e0c6717d5817a8130cdce6a62bacf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-fi.mo', 2, 'b8dbe7c851eb08c53d984555a7c648c77adf891f0e9dbd2b5218d60aa428f2b9', '3d321ed83190d26b30c474919c370cbf', 'b8dbe7c851eb08c53d984555a7c648c77adf891f0e9dbd2b5218d60aa428f2b9', 1, 7857, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b8a4e6a6d47bd1ae70faa936a99e11aab420c64d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php', 3, '69f2c2c5e4c43c085b8e6fe5609b26b6d9d10655c46c3ae7243492cd7d1d2a21', '9e13ced8e3f2f8a66dac775d0caf33fa', '69f2c2c5e4c43c085b8e6fe5609b26b6d9d10655c46c3ae7243492cd7d1d2a21', 1, 1240, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b8b89a5f41f444ee3bdb6648ce80bb821fc9acdb', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-request.php', 2, '9d145bffbaff902ef268f9c0056ec1acff146710ccb48e0d921f49dfb78ea5ec', '569378e227565fb5cd02c79b32a8b460', '9d145bffbaff902ef268f9c0056ec1acff146710ccb48e0d921f49dfb78ea5ec', 1, 1659, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b8becc4bef29acc62a24bed48907aaa26a45e7ee', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176817', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b8ce23a57956a6cf63f065246c61620f4dd87ac1', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Renderer/inline.php', 1, 'd11f995a87337195ac0d919a56242140ef4fe6dbdb2002856280a8d4d531329d', '880ae56e35b150b4b2c7e9d94227e81e', '880ae56e35b150b4b2c7e9d94227e81e', 1, 5535, 33188, 1, 1266542726, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b8ce5b49036fe795b8315cf5b1da1a78d57ebfd8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-rtl.css', 3, 'bc1fbc7b13c4a377ca9a8a77a4fa77e5f799159acb1d6824fd895a2ad1c449f2', '6570f3119c9c5db9b20c33c6df6982d8', 'bc1fbc7b13c4a377ca9a8a77a4fa77e5f799159acb1d6824fd895a2ad1c449f2', 1, 22429, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b8cecd074a03730cee0fa635f1db4f903ddf3a26', '/home/hkrhostingreview/public_html/wp-admin/includes/theme.php', 1, 'f581055ff23a47701444ac1f32f84938b1595da013803a1999b2d3a913cdf4a5', 'fcba711d2f2a880f23ebac4c3b05db71', 'fcba711d2f2a880f23ebac4c3b05db71', 1, 34140, 33188, 1, 1569087717, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b8dd6423841c9a9d97ec2104f94d5a5267d97359', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_import_class-ai1wm-import-confirm.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992526, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b8f9be241bc6cd8eaf4eb44209396eb200644ab2', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/server-300x274.png', 5, '08a8e9207208a51aee227b99054bf7f19961df6ff6792424e0fbfc1bb89c30be', '', '', 0, 71933, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b8fa90dfe24b2605b9d4b0db55a7103eab6f332e', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-reset-password.snippet.tpl', 2, '2059b18510e79133274e56b05a559d521298a613f0349aa4a16245f2fae218fd', '341e162f964770bf8c7315bded20ef26', '2059b18510e79133274e56b05a559d521298a613f0349aa4a16245f2fae218fd', 1, 616, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b90ac09463325875a849291a1ec254327af78593', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2', 2, '787d76ad6deab67ccf8bac1b584260205e114f508fc5542b612e3f75d49a34e4', 'f6121be597a72928f54e7ab5b95512a1', '787d76ad6deab67ccf8bac1b584260205e114f508fc5542b612e3f75d49a34e4', 1, 76084, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b90ac80b1ddb07ad55c40ad707ff8965b49026cf', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176375', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b91c1720ce1aeb46f08d054c9377a0e1b0e4d485', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/system-status.php', 2, 'bb473c8e86bdef5620520154e8cb1efa7f4385ad09f23545b85947da52af5bb1', '94fb84508f48b83008384bd070aee325', 'bb473c8e86bdef5620520154e8cb1efa7f4385ad09f23545b85947da52af5bb1', 1, 4442, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b9214870d9a3b8b50c1b87e273336197b85124a5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_includes_help-tabs.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992559, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b92639e4275e8b3879269fc8b783c9a1f4fa3112', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Button.php', 2, '876f9b1efa072716530693009213ad00d2ffa540e1d312b5201b0fcd7cf06000', 'a7f73f0af7fa1c969b8729c3de831dcc', '876f9b1efa072716530693009213ad00d2ffa540e1d312b5201b0fcd7cf06000', 1, 559, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b92713e881c5896e9e799d8a2d3c5a726a7c25b9', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-events.snippet.tpl', 2, '80c61967ef64fa459a0cbc0a8bf76b37eeaa6571e81cd738de33c31626f88366', '75d05e25f68fa90866643bf8475c9351', '80c61967ef64fa459a0cbc0a8bf76b37eeaa6571e81cd738de33c31626f88366', 1, 322, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b929c352ebb9aade33239288b55c92c0ff75309a', '/home/hkrhostingreview/public_html/wp-admin/includes/continents-cities.php', 1, '6f26252ff346b58b38b7522dbd7bfe22ef1917085b4c0415ed2a3ff9f2613c41', '575ff1cc54c9d3b0491be4a359b2d69b', '575ff1cc54c9d3b0491be4a359b2d69b', 1, 20750, 33188, 1, 1531912885, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9371a3af3194cfb8793a2331f63f7ad72f2aa0d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionCollectPaymentSettings.php', 2, 'e4eafda6a8114231a24acaaf53783edb1d75458b0d2d8aa4ad9dbc8343919f36', '4144c184ce66218375f9fd30bf4bda0b', 'e4eafda6a8114231a24acaaf53783edb1d75458b0d2d8aa4ad9dbc8343919f36', 1, 3127, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b93db093608669dc39f77febc637df8913a63b33', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/date.php', 2, '309e5d878a4a7a7fa462d76e5d65029b3a980e221fd58a3456022c50701ce08b', 'f1cc5b01a10a5387db01bd47a0a3bd58', '309e5d878a4a7a7fa462d76e5d65029b3a980e221fd58a3456022c50701ce08b', 1, 7608, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b940e673043c2e2670e9fee7988a7e2a90463995', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-ignorescanning.php', 5, '350b37f916f2986c5e9658563e740f606389563a4dc92455c943bbb1a37180a1', '', '', 0, 99, 33188, 1, 1626945145, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9621e05493839daf81e1182961f72a3828c9bc2', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js', 2, '02af94fd91fdcedaf1091005f07f2f93d1b85c1b7ce207181f5af62e9735bed5', 'a88149abee8796f89a12a994e76889e2', '02af94fd91fdcedaf1091005f07f2f93d1b85c1b7ce207181f5af62e9735bed5', 1, 5905, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'b970f11f1e507d6fd618f35243baf5f99ce4f619', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176728', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b988a162f56a0953f02b5dd048d67a0fcbd45a80', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/editor-document.js', 2, 'a40b73dd33580bd84bb6c719e8e194ee73afe52e31543f791c823b39821617bd', 'd5b0467c112d8229657c5787abcb60e5', 'a40b73dd33580bd84bb6c719e8e194ee73afe52e31543f791c823b39821617bd', 1, 477792, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b98d22f882cd2151099f502f37f203509daf59d8', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/draggable.min.js', 1, '7d59cc49f271cddcde4912bf2be67bc2d7b87a5803ddbb9a2dd2b0a812bf2711', '1b571c6695d5b8dc97ff051254fa953c', '1b571c6695d5b8dc97ff051254fa953c', 1, 18847, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9bb7646bda807b988a60a93cce7390c59e7def3', '/home/hkrhostingreview/public_html/wp-admin/custom-header.php', 1, 'fef3da5880ee469532d1c90f16cb7a88bb0fea42b9a1e1518558b1adfc4841b5', 'ee989fcaee7fe75e1c43635b0f840b26', 'ee989fcaee7fe75e1c43635b0f840b26', 1, 429, 33188, 1, 1563344276, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9bcb764b740e2913a0dd92ceeb24cbe44583035', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/adv-tabs/index.js', 2, '75cb10f21928bee37179964a29e75e54650b52b50f86566e05d59580ae653402', '2de2e214b33e918ddd0c7a38a182ebd5', '75cb10f21928bee37179964a29e75e54650b52b50f86566e05d59580ae653402', 1, 3343, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9c24a1b67d5c7bc1329e6e08ac03cc3a8f6fadd', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/notification-simple.html.tpl', 2, 'b86228da7f5ad38cac13bdbe374baefec4f65919d208db4397b772f22809767c', '5a276d69d2c4498d9659be6a5a43956c', 'b86228da7f5ad38cac13bdbe374baefec4f65919d208db4397b772f22809767c', 1, 209, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9c59f809279ebd33fda82eead22bbe526275bf6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Unknown.php', 2, 'e17f85ec952f3a4907d471d9816d59e5ce4dc971c6f089df4889771f2173363d', 'e021cf713cd45966ab283471c6169cf7', 'e17f85ec952f3a4907d471d9816d59e5ce4dc971c6f089df4889771f2173363d', 1, 2903, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'b9df81ad3dc903b695917a21b5f3553a339d4d7c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_navigator.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992617, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9f4186dd524e66625dedad487df62c3a61b2ecf', '/home/hkrhostingreview/public_html/wp-includes/js/dist/token-list.js', 1, 'cd32bd14d5628d36b8742156360facb0c9932aed931cb9fe4462bebb09a7e31a', '1a954120fc762886e2f75c39f83186c5', '1a954120fc762886e2f75c39f83186c5', 1, 37148, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'b9fd357c801a36ebf51ef02eb981a3a55fa1c599', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot', 2, 'e9fdf947c39f06f1b5e63c58eea2f2f74850421b4e32047dacb9c7b75dd42a16', '088a34f78f530102fd9661173b4a4f26', 'e9fdf947c39f06f1b5e63c58eea2f2f74850421b4e32047dacb9c7b75dd42a16', 1, 131930, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba07204495a90d001b88adbccd5a791a4eaeddb8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po', 2, '13f8039d808278b1eefd5d99a7e729d94dac59f93793d39be15b4745a8578498', '57fe9babb5a582ff88fd9853dba8f6b4', '13f8039d808278b1eefd5d99a7e729d94dac59f93793d39be15b4745a8578498', 1, 74787, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba0c7c664a3b3575cd9639bb5f98d784f7eea269', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo', 2, '30bb7168d6b993d22e2cc8c18b48cf5dae5b65f2ac1a77b79289f8eadd87b50c', '5c164b683d3080794a38844b39aaedbd', '30bb7168d6b993d22e2cc8c18b48cf5dae5b65f2ac1a77b79289f8eadd87b50c', 1, 5360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ba17c501235c29119b237c515954dd0b8cc28555', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_index.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992555, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba19ad3a5089009355af78f0834613b42828ea47', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/images/lightning-speed.svg', 3, '7691ca5c9d581a710cbb5c94c5d3cf8374ea95eeeba528f39a302d85d227450f', 'a2f15d4a0a25f30c1a3534f9288fed88', '7691ca5c9d581a710cbb5c94c5d3cf8374ea95eeeba528f39a302d85d227450f', 1, 687, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba256c52c79f4fa49881b5f3de5298381b1115db', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bd.gif', 2, 'a294f103f94a91d2d5af97300621d7afe976804d813eb1cc5ef53a0bd2fc32db', '12e3055f52cf6a1551d4146b2ef8bf34', 'a294f103f94a91d2d5af97300621d7afe976804d813eb1cc5ef53a0bd2fc32db', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba38c831f95b702601f11e0d56d540f87f9d1eeb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListSelect.php', 2, 'f3b428b2f5d21d4e4cf28f793e725afcdcb0ed080e51c2a7f8fc754f2734f1c8', '4d0e7e282b658ee687efc23db8fb8f52', 'f3b428b2f5d21d4e4cf28f793e725afcdcb0ed080e51c2a7f8fc754f2734f1c8', 1, 1060, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba3e9595efe34ffecf344ab538ee727284222e2b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/beta-tester.min.js', 2, '82a9241f3ff3c207c4b0ddb82aae82a661f48d0eba42b0f3e1697e186097560e', 'ff202c65e12c73d3efdb747b1878a373', '82a9241f3ff3c207c4b0ddb82aae82a661f48d0eba42b0f3e1697e186097560e', 1, 23929, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba4b0017ee0e9696c03b1b4c3b4ee60fdc5578c6', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/OneSignal.eot', 2, '64e94944b8f54263eeb8b888902c92f1e2ae890f4e45d9fea1cdf2d2f750f9d2', '78d9f02da5b4496c4b9b6d669d6b62af', '64e94944b8f54263eeb8b888902c92f1e2ae890f4e45d9fea1cdf2d2f750f9d2', 1, 1896, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ba4b717e137f3b2c718a989230fbbd6adb4e381a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/The-Advantages-of-a-SSL-Certificates-for-a-Small-Business-Website.png', 5, 'b88d0d913408748d748bc8eb9e84d77e76a55b2d865f84ac53f2aa313a1d2789', '', '', 0, 18009, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba50f3bfcd9c75de5ff0b656e792592d5ebeab88', '/home/hkrhostingreview/public_html/wp-includes/js/swfupload/license.txt', 1, 'fabfe8dccef11ae5e93f8bdcdb807f4e3d342f07cbb24979bccb35668d78c0d2', 'cbe05bb060c85e07882dc06ff751577a', 'cbe05bb060c85e07882dc06ff751577a', 1, 1540, 33188, 1, 1311967281, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba6dff5ca966e285443e37222acf622812992373', '/home/hkrhostingreview/public_html/wp-admin/css/colors/light/colors-rtl.min.css', 1, '675ef48a9f387eec2d489bb3b1a197bfca71ec1461cc019d8e0b46159df1f399', 'd0c2fc2631752d6d9fbb17bac33b0a0e', 'd0c2fc2631752d6d9fbb17bac33b0a0e', 1, 13387, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba6f6835e7d624625df7cf1db18092d5516f4fa4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-button.html', 2, '6a9134122298c3c87d4200e617f4479129670987af98149d5929ba2cc7ec07c6', '2aeb24e112d56cd9e59aed2efe71ac06', '6a9134122298c3c87d4200e617f4479129670987af98149d5929ba2cc7ec07c6', 1, 221, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba77814611df7b21d6188ed6cd34ac602ff053de', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php', 2, '0ac3d02397612cf1ac7dbc2d6cb25dd18079042ca1d083cb34465a15eb7b2c24', '19b9958645f08352552e4b11a54bfd28', '0ac3d02397612cf1ac7dbc2d6cb25dd18079042ca1d083cb34465a15eb7b2c24', 1, 4435, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ba7abb7ebe14548a41505023967159f46e1591d4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-init.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992525, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba88bf35f093967ced274661b94cce92b0ff59bd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/label.php', 2, 'e050f7fe04c061a209569ce13a39d678c5020b9e4020b9c9b9897d7b3754e1a4', '23e74864c68fdc97265db506b41a2cec', 'e050f7fe04c061a209569ce13a39d678c5020b9e4020b9c9b9897d7b3754e1a4', 1, 4020, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba8eed21ae21bac082dee5f8ce1b66ead4821ea6', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/icons.css', 2, '817dc314de1f0ea5051da537aeaed31926e50d63bd2d6f5a1c4b9cd6d3c9e022', '128118a05a1fd80b883877b7f7691702', '817dc314de1f0ea5051da537aeaed31926e50d63bd2d6f5a1c4b9cd6d3c9e022', 1, 464, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba90832d938fe4ceeeafb26381386ac0ca254e4d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/dom.js', 1, 'd3ffbfa0f1fee4098fb00b4c55d2f912ea426010f4c04519d746d1167726c1c5', '82bd38f305c829b91eaed795af25189f', '82bd38f305c829b91eaed795af25189f', 1, 35175, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ba938e9090eba63bbf00e608cf21e46e6dafc4e1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 2, '399fe370e1fee26ae6a40b825d48498a8387507b1615c8b1bfe95f59a3f18298', '852695ed5663946af61196f4aa324344', '399fe370e1fee26ae6a40b825d48498a8387507b1615c8b1bfe95f59a3f18298', 1, 89, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'baabe421d88a174f59b0e6f21cfeb6df94137a17', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.min.js.map', 2, 'c09380dff0580961a5c1081c40cfad03e5a5f24acad03cd75ab9c3d2891abca7', '8b7d02f5b754b531c8342fe4d3fa3ea0', 'c09380dff0580961a5c1081c40cfad03e5a5f24acad03cd75ab9c3d2891abca7', 1, 3847, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'baba7ea5280f72bfec8d6574905cb9ba62996430', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'babb64b05f3bbd2095afe29af6bd7c843d4616a8', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/astra/class-hfe-astra-compat.php', 2, 'dfd27d9cb18c319039596440d663b884fc5c2dc753f34b19d6292bcdc1769764', '6bb2eb7bdcb959d50ecbfbebf9a4dc0c', 'dfd27d9cb18c319039596440d663b884fc5c2dc753f34b19d6292bcdc1769764', 1, 1329, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bac22fb8c06b73574ac0f8948130c8113b099c0e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/header/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'baca5a6e7a7d5fa93c74a73faf97c8cf91fb431c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/events-manager/class-events-manager.php', 2, '04f66ee01474d59a252bc6ea92915c6f6dc4313ffc54d9aa037de8f317647109', '7d1f202b775e8ca542d1df5b90929aea', '04f66ee01474d59a252bc6ea92915c6f6dc4313ffc54d9aa037de8f317647109', 1, 1630, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bad140ecaaeffbe6578cc740424a6b67607d6b99', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.serialize-object.js', 1, '08a40a02bef57c6ef69371c0567917234871d5245298d72571806796e32f2d06', 'd15c29a18d9ffa8b9b4ae86c3c0cfa22', 'd15c29a18d9ffa8b9b4ae86c3c0cfa22', 1, 783, 33188, 1, 1295564977, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bada123fe2bc33d51ebf53146ffbc8797c750f5f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bv.gif', 2, '019bdfaed643674542f71514948050b099901534673a2b5d80a472f1f1a88dfd', 'bbc9011e876a122ea89923e6b730ec50', '019bdfaed643674542f71514948050b099901534673a2b5d80a472f1f1a88dfd', 1, 376, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bada57e9c383f12aa3e8180e1fd86974ddf05f0a', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/integrity.lib.php', 2, 'db95042db60cc4d0869090ba435fd0ba32a1c4551fc3f58b903fe0b6ad6bb364', 'e48460f6ef0c911dc5ad558c57bfd52f', 'db95042db60cc4d0869090ba435fd0ba32a1c4551fc3f58b903fe0b6ad6bb364', 1, 26699, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'badd26e17dcf104a2d5474ddcc11efde5c50513a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo', 2, 'aa635ac2709396e026f5e3b69744d8c8c4ed4b5974c91657d3df02e9dcf86c44', 'e612913c9d5b5bf97280900ea028531b', 'aa635ac2709396e026f5e3b69744d8c8c4ed4b5974c91657d3df02e9dcf86c44', 1, 83454, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bae540829e74d0b6b54f1f61d850ccf6a1aaae1b', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-posts-list-table.php', 1, '52e7571351f8cc8852225a0284aff815c3e4eee1ba4adb1daf947248767e78c8', 'c7195b47e373bf2b615d318cb23a5f88', 'c7195b47e373bf2b615d318cb23a5f88', 1, 57100, 33188, 1, 1572008043, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'baf5ad3c30171afc5ec62d925ae927b4249b1d28', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 'e523e373a2255820c2537a29c3f5381d74fa17296ab161073b5722ec28788218', '08f8669f7453b17563a62e6bbb376137', '08f8669f7453b17563a62e6bbb376137', 1, 15599, 33188, 1, 1418724443, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bb01945c28a127894da2749a0a1ba4a972f3e99e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_icon.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992611, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb04e2f10d4effa3467fee1e23b439f628dd9f73', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-vi.po', 2, '64c43b893945c39cb8aab6146998ea36a644a5cfd3bba73a971184c2b90841cd', '63b595a9a127b24bb7bbd4d31bc9da5f', '64c43b893945c39cb8aab6146998ea36a644a5cfd3bba73a971184c2b90841cd', 1, 219344, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb09a856108aa9a111072e28f6e123eecf728e7d', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/assets/js/lib/jsticky/jquery.jsticky.js', 2, '66ef1d131d692a0d1533e28666cfeef061d631283896f6a8c505ff245b111aa0', '51f26817844e690c9310100e61b62434', '66ef1d131d692a0d1533e28666cfeef061d631283896f6a8c505ff245b111aa0', 1, 4516, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bb0d1df8cd9cfaef549f4b84b4747627b3c55d0c', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground-small-img-olninj6nhy1tfrt7dea5j80c1ocpfjz4vrvl3nu9s0.png', 5, '85e97fa9568f5ae5b2b7a183394b3e5b41ea1e8fb8e97899d4aeed9cdf3a7911', '', '', 0, 28170, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb121fb9f3f6263ed14f12e3265dcd4ecbcebb97', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/core.min.js', 1, '46e6f42a22054a793841935920cbbc723856e339fead50fa33c1f1bb3ec5a251', '96ff65c925bbaf3e4e7891a7ca1f2b1f', '96ff65c925bbaf3e4e7891a7ca1f2b1f', 1, 3931, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb18b37fda5d3dd20fb687ecbf8913317fd1e2aa', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-is_IS.json', 2, 'e32120cbfa1f0606e58eb8671fa4f36a433d4ff54d6e6ead18fb3447a53213a5', 'a8e7b75f979e04037c3d7e639b26efc6', 'e32120cbfa1f0606e58eb8671fa4f36a433d4ff54d6e6ead18fb3447a53213a5', 1, 739, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb1ddf4664b6d9040803d654ecae13ed59afcf2d', '/home/hkrhostingreview/public_html/wp-admin/admin-functions.php', 1, 'e9e1e3f9ec2cfdccaa0285f48194521633cb521460eb75b5a7a55d4c331b4e0e', '0bd9cc4fdb51a0ec7885240a49944f0b', '0bd9cc4fdb51a0ec7885240a49944f0b', 1, 409, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb1e397b3acc0a653cd1dfa72e5c0137ef01aa57', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-form-content.php', 2, '8d0c044669a30284a806888c648bd796aed35a2c172b936d471248424a41bd6b', '4c026fc568d48c5f74727dedd822b37c', '8d0c044669a30284a806888c648bd796aed35a2c172b936d471248424a41bd6b', 1, 495, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb2095b8aa093dcce6677265eb77182a8c52fb5e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/ActionMeta.php', 2, 'ddb1e4826ed2785ba0aae44e0315b05faa05e72ef54a9cded44f5ab49032bc31', '79a246086156abb2358dbbc00efc722d', 'ddb1e4826ed2785ba0aae44e0315b05faa05e72ef54a9cded44f5ab49032bc31', 1, 1592, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb33e7867a551060e1d781e67efd18f283454bc8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/DeleteDataRequest.php', 2, '90cff2c60d9a191a7ae63b346932c8a259fa94e2b92a263768561ca65771e870', 'd9bb97263e3c8a9a46c6bdd1a90a750a', '90cff2c60d9a191a7ae63b346932c8a259fa94e2b92a263768561ca65771e870', 1, 1854, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb340d272b16e0572177be7111c9a97cf5e7fdc4', '/home/hkrhostingreview/public_html/wp-admin/js/media-gallery.min.js', 1, 'd3fbedc1f9ee0ff2ecd2dff5b5ee57208fd4245d327f3b484214dc05d475ac17', '53b0f902ba530b9ebfc3716ff006c8a4', '53b0f902ba530b9ebfc3716ff006c8a4', 1, 537, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bb54ef3aeba914afd22d27f3005b3ac8cbca35d9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-e1582912497704-1024x714.png', 5, 'd8cfb980663e1c9e6966dae3ae5e41775af1abdc300063e385d2a3fc2782145c', '', '', 0, 436013, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb5f807846591298fe1069ff558b75e8c3c7c644', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 'd8e8ea6242d6638a4bcecdd08f5772f02ce2d1382e1325f27fbae735b29cd054', '239ad0ddef90fbac27dd0697a10db8f4', '239ad0ddef90fbac27dd0697a10db8f4', 1, 11574, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb771bb2ddefb8024ae96915a31a12a0e33c9956', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/pyramids.svg', 2, 'ca6f39ee85a7cd952180b4606ceba1dfb4aa21b6f047fcad08a7ff5b4d3435c9', '6532c398bde63545ce44a98d3c1c9c57', 'ca6f39ee85a7cd952180b4606ceba1dfb4aa21b6f047fcad08a7ff5b4d3435c9', 1, 190, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb79219c34a7e955b1f59146c0b95ed44018d211', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-schema.php', 3, '0f1bb94abfbe97ddbdd0ca6695ae02828294979b510981a05682c8efa3e3aadc', 'dc84a595535fc4a09e440f75494db668', '0f1bb94abfbe97ddbdd0ca6695ae02828294979b510981a05682c8efa3e3aadc', 1, 1548, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb7e0ecee5e74e08d4cedfd3774f3ee10f31bf79', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Submenu.php', 2, 'd30978cca660d6a29f8fac5ec4034548fe8949bc68669d2e90d797db7a787b12', '73dd551413f383a11e7ddc057a0bfead', 'd30978cca660d6a29f8fac5ec4034548fe8949bc68669d2e90d797db7a787b12', 1, 2423, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'bb7ec09584fb5755941500953e4b0b50365fb4cf', '/home/hkrhostingreview/public_html/wp-includes/js/admin-bar.js', 1, 'bdbdd55b3591e1237bb4601ed22ea565444ce2e35ef57c78d731a96d03096165', '6de7978f0a6608308e9156f4a357ce26', '6de7978f0a6608308e9156f4a357ce26', 1, 15589, 33188, 1, 1533584008, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb8034801aea8bc34135be7689425492be84f399', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/placeholder.png', 2, '8345026de3402a92e5cb26a673efedd86fe4aa33ecada0e47339047ede403214', '1a568b446197c16e2c5cd2f2d8084d48', '8345026de3402a92e5cb26a673efedd86fe4aa33ecada0e47339047ede403214', 1, 13794, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bb91b95f926e4a0034aab7a1f45d99b637cfe19f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_constant-contact.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992566, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bb92e7311aa1b1678793f659acf6cc8ef99e5bfd', '/home/hkrhostingreview/public_html/wp-includes/js/api-request.min.js', 1, 'fc6552654c44b70e98a3e2c1c7a8fda20aff324c78db4d5d69ba32622a0f8276', '8a0fadfcd419986aede647b929822406', '8a0fadfcd419986aede647b929822406', 1, 770, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbb10d182acca2cc1af8ec274d0fe47b0c7c3d32', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-group.php', 2, 'cf5678f5e5b1d91f893c5bcce54a3bbaf989949fa993237ba41d95e487a42523', 'c5e0928f897f98cbbf9554736b6023bc', 'cf5678f5e5b1d91f893c5bcce54a3bbaf989949fa993237ba41d95e487a42523', 1, 8077, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbbf4181ff382a2d93f8c4fd2c250efa9c5e99a3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ir.gif', 2, 'b8bcf2b57965dcafea7fb61e38ce7ff787df1d2d28593cd02b5fa0dea1b5d3de', '6456dc4dd3745e2c84c13702eeb87844', 'b8bcf2b57965dcafea7fb61e38ce7ff787df1d2d28593cd02b5fa0dea1b5d3de', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbc7ac4303beffdd219520f99bc675e31cba17d5', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-scanner.php', 2, '88b8780b874c9b2af6cf45a08dca78d1d7248a222b6a9c2d762f83a2998cc62c', 'bb73e81d1d6a6f6d0b8653a24baa1122', '88b8780b874c9b2af6cf45a08dca78d1d7248a222b6a9c2d762f83a2998cc62c', 1, 9927, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbcc3b4d5eb9b88c81798712ec66b305d5895b87', '/home/hkrhostingreview/public_html/wp-admin/js/set-post-thumbnail.min.js', 1, '856a8a4b562e343dc132256bcaed9036f9275b9b9bc65911c1ea7efc2ec8ddd4', 'f037e26c97a0b05a4acc67e8cfeee01b', 'f037e26c97a0b05a4acc67e8cfeee01b', 1, 533, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbd4febdaddef6fe2ef4fe2fed5e3a3e9ed2d4d5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 2, '8cd6eff897fa162a021cdfebbd3e80e8a209ed7899754ea545d36cc7477dcc64', 'f1c9139c302c06eba35f80d270df834a', '8cd6eff897fa162a021cdfebbd3e80e8a209ed7899754ea545d36cc7477dcc64', 1, 98, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbef331a7af8b82d89d01649b10dd6fdd1284aed', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-user-integration.php', 2, '6844bc6f8ba713c40749005cf986f22ff083648af5c60209d9b470b447285939', 'dd2c5fd5d8348cc2a0becccedc01a450', '6844bc6f8ba713c40749005cf986f22ff083648af5c60209d9b470b447285939', 1, 944, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbeff8b835d3ca4613c1344165c1533f754be85a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po', 2, '6fb41fd7629d5c4c6b232a9683b9db86a9b1cb9c559af1a2e948dbac7c118c98', '0c602992328fe2cd1c9cced9cdb685eb', '6fb41fd7629d5c4c6b232a9683b9db86a9b1cb9c559af1a2e948dbac7c118c98', 1, 132878, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bbf5a091f4faf640e9c41864d2dcaf7491aeb77d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/nux.min.js', 1, 'b9d4355d5a527c792862ed5a81e2db52092f3f206bd05e38f001a95c62c278d3', '4e0704461feab9e3bea09c010240945d', '4e0704461feab9e3bea09c010240945d', 1, 7762, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bc038d3308513bf7ffd16fee814f40a0d1768d2b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/10/cropped-logo-review-300x100.png', 5, '30553cfb56b5362f7cf09718c5d2ca8f9ed04604e36f4ace3577148cd1556b6e', '', '', 0, 16227, 33188, 1, 1624757486, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc0effe50c4ecfb71f650638873d5088cbc2aa8b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php', 2, '946c3c6e131b5bf98934b16d88e5f65fcb571a45f031b8cb0bc52f48c5a450a4', '7f15b2d6fcddabadfed44b3ec2ac3ad3', '946c3c6e131b5bf98934b16d88e5f65fcb571a45f031b8cb0bc52f48c5a450a4', 1, 1888, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc11da5570cdb32d3c4ae617e55582ab616da488', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css', 2, '9718c68f663cfdcef66e2b91917e46e3b83e31c9691a2ff658f9bd55c73bc649', 'd4d54a01169ef8077807f15f72a65aa2', '9718c68f663cfdcef66e2b91917e46e3b83e31c9691a2ff658f9bd55c73bc649', 1, 2877, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc129f2719baf93232efb5120c61a8bc228f1d73', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/generatepress/class-hfe-generatepress-compat.php', 2, 'fd3d36b7dab5495e511322672f3e2b641cdbe60fd80bdd9b51681327dc5703fb', '08f5273c938a3d62da00ceda74ffb2e6', 'fd3d36b7dab5495e511322672f3e2b641cdbe60fd80bdd9b51681327dc5703fb', 1, 1552, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc21fd6639254dcb65428b3ddc3597971e56f988', '/home/hkrhostingreview/public_html/wp-admin/images/align-right-2x.png', 1, '22393b4e731ac6aa96a79c1858a5589636f4e95cb1dcb2c86eae4d12290e2b86', '6883026cbd3e72ba5da36c57c60fc078', '6883026cbd3e72ba5da36c57c60fc078', 1, 142, 33188, 1, 1348711974, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bc2ad79ddf461cee1a36b7190e52b34c9e1cf50f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-hosting-plans-min-300x195.png', 5, '9676b72c3af2b5a9bfcb14d03cd5ccb8c80a6ecf47871186cf050461038dcf74', '', '', 0, 40135, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bc48d015767d0b76839ba85c0b2b5545ca16a7c2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_gallery.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992607, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc4bd3a7985894fd2a6a25452b076c56eda865b7', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_int.php', 1, '978c64bec271ccfb2c0df89a75fb4c3953b328d67a90a0502a2e9524efd10bd2', '2a16a25258e995c7a0afcda442d06e36', '2a16a25258e995c7a0afcda442d06e36', 1, 6262, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc652d9739471403265d153912323b5c8bbdc2ae', '/home/hkrhostingreview/public_html/wp-includes/class-json.php', 1, '5840038ef02ede54d6b8966e22f56bc8cebd387ebd07f31b0edbac5e6d4e359b', '2f7d98069c43c17ca55b298f1decb4db', '2f7d98069c43c17ca55b298f1decb4db', 1, 43390, 33188, 1, 1570114135, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'bc69a244122fb054cfcac3e5675e4f34f81ef87b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176706', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc773ff76a3298080112ecfe5a6607f80a8cec3a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min.css', 3, '8c78a4ca0534c503e9beb5823b9e6f121e80120cf72e90f19c0eb3b316ca1ed6', 'b9d5e9eec41eca9837449414774f54c5', '8c78a4ca0534c503e9beb5823b9e6f121e80120cf72e90f19c0eb3b316ca1ed6', 1, 27005, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc8625fa3f0ca31459824ea03e6d99c02f9d918d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/backbone.marionette.min.js', 2, '701018793c0022027797d8f814f391bd9faaacbbfb9373d2045565a9e6263100', 'ceefdb55cd1268a7f872ac6fc1673e2f', '701018793c0022027797d8f814f391bd9faaacbbfb9373d2045565a9e6263100', 1, 43799, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bc8701f099d213ac825475150ecd5f192ec3780e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-version.php', 2, '2dfe3e646514449e244f9c2be61fcf85a09536ab4b829ddf1f9ba36cbbe99127', '391c02dd64cf44775a549d8f706c7cb0', '2dfe3e646514449e244f9c2be61fcf85a09536ab4b829ddf1f9ba36cbbe99127', 1, 155, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bca8e879cb41ce310f32e67bfb95481f5d1f80b5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css', 3, '7dc4c65ad7490ca64cb346303138aa3d4426d8b270a8c995e6f558cecb19e689', '0fe8103cbc978fd1beb88e681b2e4a67', '7dc4c65ad7490ca64cb346303138aa3d4426d8b270a8c995e6f558cecb19e689', 1, 5985, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcb358c37e896baba4dc57f0e8e2b35d0b926313', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-copyright.php', 2, '93e0d2fa052eee352207a4bbec1ddd03169532f9ea66b3727707c42e26f513c7', '91ee62a762248447b1eabd1505abd577', '93e0d2fa052eee352207a4bbec1ddd03169532f9ea66b3727707c42e26f513c7', 1, 5929, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'bcb792f052e26d27da0802ba5ce32086eebc3030', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176714', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcbf043d65f77a42d6ff4c488d45ac76ebf8ff4d', '/home/hkrhostingreview/public_html/wp-includes/version.php', 1, '68158166192f4659255178728e78246d953463d499bae32d6830bac3f21e8003', '3482802dcc023d83983736914b48d2e4', '3482802dcc023d83983736914b48d2e4', 1, 759, 33188, 1, 1573590484, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcbf98944c1513382727c9ce68082c097065141a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/preview.php', 2, 'f841a39285fdab44e440939d2e3f0c2d0261ad9774c2105374ab92891b16b238', '2cd9d61583213acbd7e8c62755138a7a', 'f841a39285fdab44e440939d2e3f0c2d0261ad9774c2105374ab92891b16b238', 1, 1126, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcc20ba19232a3db4659eb94ffc34128e55dce4c', '/home/hkrhostingreview/public_html/wp-includes/class-walker-category.php', 1, 'dee31fcb4a1bcb88751472053e5fab30493184ec42c849ef8837956cd7fb8c9f', 'f8480c4b969f278d448f18f927e0580b', 'f8480c4b969f278d448f18f927e0580b', 1, 7874, 33188, 1, 1570374363, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcc30c0851aa337a8cd1d343dc9fb4121630be1f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsForm.php', 2, 'c9766927266c1737778a5b86d83ba3b7740172312896800bc6288c450479c52d', 'c935b56db649315d46ca7247eef4fc0a', 'c9766927266c1737778a5b86d83ba3b7740172312896800bc6288c450479c52d', 1, 2329, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bccb87f9cd91cfea638cdd4a8693f220d1c942cc', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-options_custom_css.php', 2, '43eda7a9eae07e99ca8eb85c042c4ed1348a0fbd1dca91b30af18990b7fbaa43', 'ed55cacb54120cb8ed3debb5d4835ee1', '43eda7a9eae07e99ca8eb85c042c4ed1348a0fbd1dca91b30af18990b7fbaa43', 1, 4877, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bccba3109b3166276d4517b37a5bc1a8c937fac2', '/home/hkrhostingreview/public_html/wp-admin/css/colors/blue/colors.scss', 1, '6f0367ef95d0c6b82823c7ce503dcaeb5941e930bad6b1284c74c45976bcd882', 'd9d03549d79484672c29145aad594db3', 'd9d03549d79484672c29145aad594db3', 1, 249, 33188, 1, 1545016984, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcdfd49027dbc861328f6816757614bc34bc1e3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-pl_PL.po', 2, '9cc11f7f43d3234cc4746c15d2156af7248b107fac81093ddd28bc0870e55607', 'a7f4cb10030822ac627f143de4e148ef', '9cc11f7f43d3234cc4746c15d2156af7248b107fac81093ddd28bc0870e55607', 1, 212602, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bce016cafcee93c5c5d71b94cb4ca730050097be', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/layout-styles.png', 2, 'a22a030cf03c2fc8ee0da7fe19d043f2a1d33f20b47308c81be58006bbacece3', 'd1a803e96aa11308d36622ce1cb64a5d', 'a22a030cf03c2fc8ee0da7fe19d043f2a1d33f20b47308c81be58006bbacece3', 1, 8980, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bce51e03c6ee4a5db59acd9b575c38d4e4ce4f5c', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/af.js', 2, '2206c330741c071f17bc8535e06c03ab03f641bd80cecaa0d090169701d7263f', '22eb689d5bbaf0ceab4ce54dd58b2f76', '2206c330741c071f17bc8535e06c03ab03f641bd80cecaa0d090169701d7263f', 1, 846, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcf34b857e6ae26c55f1887409917c678182f4e9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Enqueue.php', 2, '5313479915e4977a8b3549ee23b7c76def2dd765bd6eab21b738cc3814d70c8d', '718bea3d12a19c7d5384611831cba5d8', '5313479915e4977a8b3549ee23b7c76def2dd765bd6eab21b738cc3814d70c8d', 1, 6607, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bcfa220d4bfd18a72459da2aa61fd6ab831c59a0', '/home/hkrhostingreview/public_html/wp-includes/images/admin-bar-sprite-2x.png', 1, 'be18f697934cd52ef97975493928528d74fa4f5ee51464519f7317d6018c1fb6', 'eb51ac1312eb060b9bc638fef46f80ca', 'eb51ac1312eb060b9bc638fef46f80ca', 1, 3999, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bcfb6699e0951706bdc5db7d95c8873c97aa0428', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_hidden.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992610, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd01058c326637bc59931c1bd6692c6b50cd7564', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/assets/icon-128x128.png', 2, 'e8a29a7f0f2a2f53501f8efb1b014c3796dbdc254ced169cb28ff6e46a91b3b1', '3320dd97bd561681c9227724f4ca8ca0', 'e8a29a7f0f2a2f53501f8efb1b014c3796dbdc254ced169cb28ff6e46a91b3b1', 1, 18957, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd072f3198cf1bdb69ce399cfe3fbe70425984b3', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, 'eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244', '394bafc3cc4dfb3a0ee48c1f54669539', '394bafc3cc4dfb3a0ee48c1f54669539', 1, 2608, 33188, 1, 1388274795, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd08c3b84eced02d98973228fd5dde429e6741f9', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/wordpress-recommendations.snippet.tpl', 2, 'd5da96c113fab5e2826f3ed9f2f1b5bc0428625c423e682e25cb01ffbe84780b', 'd26478e162c07e401a75d1a7b658f2ce', 'd5da96c113fab5e2826f3ed9f2f1b5bc0428625c423e682e25cb01ffbe84780b', 1, 179, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd1431af91f7cd96a5f3608de820f3348c75ead4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/style.js', 3, '3ec17d638a7bf2b6dab2a8ff53c0005f1ec2feae85df30a584e4e00a5050a2a7', '70a5195c0a7888447b2050d3b919849d', '3ec17d638a7bf2b6dab2a8ff53c0005f1ec2feae85df30a584e4e00a5050a2a7', 1, 20513, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'bd240ab7cef46b49e577e9b02b9505b22b150d08', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228328', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bd31dd6324eee1e77fec43ccfb42e1a8bad37f25', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_icon.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992633, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd3d1290c748c77eac8f92204989efaf43c4c88e', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-editor/style.css', 1, '7321311f798bd05541371c898b16d31e07aff690c5f9f6b1f1c87911aa548109', 'c11c93210abdee789e409376cd0a5c5c', 'c11c93210abdee789e409376cd0a5c5c', 1, 98107, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd43bab908adcede0051edd3f20900e4174a0127', '/home/hkrhostingreview/public_html/wp-includes/js/media-grid.min.js', 1, 'e65f7e3f4e16869ee2cd85d6ea81f265db4587d1d36a676581d29d6027ab5897', '33ce0803e0c8d668b8574f99c21502d6', '33ce0803e0c8d668b8574f99c21502d6', 1, 14388, 33188, 1, 1570452183, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd48bdd235ff9ed517f742dca1052152697e8591', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/li.php', 2, '9ecb3ec2dc64e223674c14f32bf8cce6dd290cf376389f87b4ce71f19776c304', '36a3caa1f5b37917fb3cec48e96a4d73', '9ecb3ec2dc64e223674c14f32bf8cce6dd290cf376389f87b4ce71f19776c304', 1, 15118, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd4968885877c7ff7e8cf22bb93d0f6e8a166663', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/moxie.min.js', 1, 'ea8f6fb79fa2083c0b68b0a618446767c7bdf2d6aafc07d54a1c80e06a838c1c', '5b6e97b8f1fc2f1cef763570a8b578da', '5b6e97b8f1fc2f1cef763570a8b578da', 1, 88108, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd534c75775cda88b6cf84fbe9284d1467673496', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, '24a4d8749750da00649d2a24744f109d7e0b2c96755282a65e4bc13b62ed18ce', 'b32d5cea64b4fd156f47c0ec0a9d8532', 'b32d5cea64b4fd156f47c0ec0a9d8532', 1, 353, 33188, 1, 1544760707, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd55f549e33d6732c13e4b5077d48c649efa1a06', '/home/hkrhostingreview/public_html/wp-includes/class-wp-query.php', 1, '53d721c4ab4dd42881926710899421bcbd16af5aeb9c40439fa7cc61d92199be', 'b67920c8cede4bdfbf26b67aceead04c', 'b67920c8cede4bdfbf26b67aceead04c', 1, 130236, 33188, 1, 1571066403, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd585327e6369eb8a03abc603f2dad83af934c5a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ca.gif', 2, '5e57749e0d89fe33c73ba1d06819a15e917808ea67b9ca4001bb41112516e35e', '71ad31efd4e749a2e23b706c15db73ae', '5e57749e0d89fe33c73ba1d06819a15e917808ea67b9ca4001bb41112516e35e', 1, 376, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd5aa26a99975084fa287dc9951d2feccdbced5f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/creative-btn/index.min.css', 2, 'dde3f7b1690d15bab5bc1c27ce35d5f3950e41fcecac96d0f17d74afe8f358bb', 'b1f519e6b569d6a9a95f4b9d1a57e4a9', 'dde3f7b1690d15bab5bc1c27ce35d5f3950e41fcecac96d0f17d74afe8f358bb', 1, 4354, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd5f1e2bdec98c1954dbadb1f25d3778b3f562d9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-font-families.php', 3, '406fdd56b26057ea6bec3009179ccabbfd79ca92bfee9cae6d6ddc0aa60550b2', '52c72c908b04eac00531c4da39892d46', '406fdd56b26057ea6bec3009179ccabbfd79ca92bfee9cae6d6ddc0aa60550b2', 1, 3572, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd70c36a66e7bbe176c4790be618548d70e52e2d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po', 2, '567078cdc88852e0a82054074db408a7f6ff5a7b198beeb843e360ed206247a6', '987462314d88771bb79a57d334d65b3f', '567078cdc88852e0a82054074db408a7f6ff5a7b198beeb843e360ed206247a6', 1, 84303, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'bd73817d01a4c3acbac4ba537fc84a1965f01499', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226716', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd76f6bac2e02c69d54b6f9267c49d722bf1df44', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php', 3, '96e3a7e9a7d22666cd981cb7d362165d7f82dd402f89985a0e1644a54138e9b1', 'f0a30ce06f3f7d2e1556ccdcce90c975', '96e3a7e9a7d22666cd981cb7d362165d7f82dd402f89985a0e1644a54138e9b1', 1, 2325, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd7bc67ffe9d75027b26803a9bc051affaa8de54', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-es_MX.po', 2, 'd5e8a10f6bae076b5589b09892a8f9377a472a96e5bf64af9be2ffa4b914985a', 'b6217baf53233003919a3240b8177dc3', 'd5e8a10f6bae076b5589b09892a8f9377a472a96e5bf64af9be2ffa4b914985a', 1, 81268, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd8366c70694f9928268a6df6e681701e0c58e97', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/emma.png', 2, '84167f65d04196ae94c00679e43926803fe84ddd660243a1259d9020ac6293da', 'dbb5d53b1db6cfcf7e2e5229c2f497fa', '84167f65d04196ae94c00679e43926803fe84ddd660243a1259d9020ac6293da', 1, 24139, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd84e85e3cd69ea0b13c8131af9f94236f368350', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css', 3, 'cee55eeef3f5ed45ad34114d5ceaef97b7fe0afc066ad1dff7262a5356c2190d', '978ea1914114a082ef435ba3635bfa75', 'cee55eeef3f5ed45ad34114d5ceaef97b7fe0afc066ad1dff7262a5356c2190d', 1, 1494, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd8b0a53cc45bb675300a96b3b098e83d86a4d13', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/icons.woff', 2, 'e3870de89716b72cb61a4bba0e17c75783b361cdaba35ea96961c3070bd8ca18', 'd9ee23d59d0e0e727b51368b458a0bff', 'e3870de89716b72cb61a4bba0e17c75783b361cdaba35ea96961c3070bd8ca18', 1, 71508, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd9adc1e7aceaf513fa6dead32799297e6244954', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, '8e578292f26be59041a289ec3687e6c4b57c3319b51032ec67cbe2f3e0fad941', 'd6a6c12f26ac1682e9d4a90f8ed1c229', 'd6a6c12f26ac1682e9d4a90f8ed1c229', 1, 5828, 33188, 1, 1534470696, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bd9cbe4ed41cb81cb57042c9f6a142d05060d64c', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 'e10e1e821facde0ae8fafe288d01b369a77010ae7c91ea4a69b64b42ce20ef68', 'ae8c64e65397f20fd4d0782877018ade', 'ae8c64e65397f20fd4d0782877018ade', 1, 27214, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bda9927ea7817cc6e5f9c87abae335051ccf9835', '/home/hkrhostingreview/public_html/wp-includes/cron.php', 1, 'eeda297c311c42e8ac8ba8455eb3379b08d62e9c943d46f7dfabe11574ecf378', '3b8e61878ccccb05947524a4750c85b3', '3b8e61878ccccb05947524a4750c85b3', 1, 32451, 33188, 1, 1569087717, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bda9b20fbab649fa58fe64368f9a55d7c5da1d79', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-trustedips.snippet.tpl', 2, '6761cee8ce41bff62d5063dd584471aa65b1e7b641a4aa27620463be9b799777', 'a2808a1a5a6e5ef991a1786d662576bd', '6761cee8ce41bff62d5063dd584471aa65b1e7b641a4aa27620463be9b799777', 1, 410, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'bdaa0c51c28dfea5f0dd3ab5106a4969b3f3210b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599136699', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdabf24f64f772a64b002b0d9f6b87a82a868290', '/home/hkrhostingreview/public_html/wp-admin/images/align-none.png', 1, '94784b48584e0d172d584fdb8f852da873a7bfee58cc43daa00fa69f596e80af', 'f1ad65716432a0a1da7591a5c2f10d04', 'f1ad65716432a0a1da7591a5c2f10d04', 1, 417, 33188, 1, 1348515882, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdb153c79f9bc14c1e341db59fd31740f34f3a80', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css', 3, '31a2c9e17edf4ec4b6844922cb17cb9634bb266ada85d7f8314582916aabaf4c', '43a9337fe7a4a70d9d4ddb7370af0098', '31a2c9e17edf4ec4b6844922cb17cb9634bb266ada85d7f8314582916aabaf4c', 1, 185, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdb3d43ac9205c9c16daad996418feb7cedbd458', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 'f6b988ebf7a3bfb83fab824f0cb1647b5bc21423cb7fcedb75bf715ea9c639e1', '06f7aecb5bdfa28739eea0a498d15a81', '06f7aecb5bdfa28739eea0a498d15a81', 1, 2436, 33188, 1, 1396945754, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdb42398e21254fa4366e99b67d6cfddc57235c7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-item-controls.html.php', 2, '03dc7b213af319f064fef9bfaa08f02af4b4d1cac84db8d72a5c7fcab4753660', 'ca67747a18a905a254f28b03c852ea6c', '03dc7b213af319f064fef9bfaa08f02af4b4d1cac84db8d72a5c7fcab4753660', 1, 681, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdb5d26339c850a6df0133d6955937d92ed85207', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/td.gif', 2, '7bf7e400f85e406f10dbdfbcb9807b20128c53d5734ccf168dc0d31f2d6b86d1', '2782b3d0b1ab6eaa48d091fc938b97c6', '7bf7e400f85e406f10dbdfbcb9807b20128c53d5734ccf168dc0d31f2d6b86d1', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdc0e7c321e826b52410817145d0aa0b23b0a11a', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/readme.txt', 2, '9d85d4a78fc2364d51dd254758ad69ab4978f7c5642a90154b630c2299000251', '49607c2274d5fa27cab8849b387b2cf7', '9d85d4a78fc2364d51dd254758ad69ab4978f7c5642a90154b630c2299000251', 1, 6864, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdc5496f899aa613a2b927848f609e5c66276ad0', '/home/hkrhostingreview/public_html/wp-admin/update.php', 1, '69076285121929973bbe22ba15d250bc935fd7bd88ebfd1b7901104c585d337f', 'c41d271abfa0edb2de3d67dd34379b46', 'c41d271abfa0edb2de3d67dd34379b46', 1, 10587, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdcc5422e26fd35204ac50736000ebbdb0577618', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/eos.class.php', 2, '44826ef4ab678d4abc0435015474d0861faccf9441f45e80f92f0448e360df8b', 'f82e60883f3a417b09911a6a21f0cf69', '44826ef4ab678d4abc0435015474d0861faccf9441f45e80f92f0448e360df8b', 1, 20466, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdceb058a02081890dceb5c6a5ea3aa9f04bf658', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js', 2, '7ac459baba7a8e8e453aec63f50db2190071c9ca20653a6cd119c6053ab0885f', '06f1133335cf646923f66525aa2bf4b7', '7ac459baba7a8e8e453aec63f50db2190071c9ca20653a6cd119c6053ab0885f', 1, 17655, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdd5be2bcdff08dbd0583cdb60ac498aae3016ed', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.tag.id3v1.php', 1, '10855aaf5c031957100e4116618369b352b304449ab1f7b034517f82d0a10458', '55e22e036877bed3aa868d8eb7c2dec1', '55e22e036877bed3aa868d8eb7c2dec1', 1, 13334, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdde4f512fc41a11518c19033cb448ee0d575575', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, '1d1cc2b1811b4ebeda7be9b00999aa3330c7d16d1ea4debd33d3dedf3a956ae0', '89a4e64830ce633b60f1e4060faa5726', '89a4e64830ce633b60f1e4060faa5726', 1, 417, 33188, 1, 1544760707, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bde1568221f705d8dde34f298b48f68c4212f4d8', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/json.php', 2, '73ed2f4a8cb3fe685c9201c27e6a17a2e2fc29953e25ae5e2ed7a05e6565a811', '01dc417b3d5df213de0c8c5ffa702c30', '73ed2f4a8cb3fe685c9201c27e6a17a2e2fc29953e25ae5e2ed7a05e6565a811', 1, 2164, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bdeb0a84011d19269ff8f6ff223579986df523e9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-listradio.html', 2, '77e6d4083b4f19f53ba1c732d1f40db3bbc37007c478b0ba626d006dfb5bbfee', 'a5be06ad00f3b6d31c1978f6731bdf72', '77e6d4083b4f19f53ba1c732d1f40db3bbc37007c478b0ba626d006dfb5bbfee', 1, 1726, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be019d1b2de4381fcb7bd14fb403fced1f14ff99', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/readme.txt', 2, 'fe459ff19b257e7ce7183f0ac4bcfcb0805edff2af0de0dffe81f096f7adea3c', 'd06b148b0e158f6436dc154133f520df', 'fe459ff19b257e7ce7183f0ac4bcfcb0805edff2af0de0dffe81f096f7adea3c', 1, 161626, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be054c18e83acc4e23efbb3972ba1ef7b2a22c3c', '/home/hkrhostingreview/public_html/wp-admin/css/themes-rtl.min.css', 1, '005c3dcb11dd3fe12523411236c66862ca836bdf7b4d5fd6b01e7307265d66bf', '59f537df17030e22fd1e5f56b4d79c84', '59f537df17030e22fd1e5f56b4d79c84', 1, 31443, 33188, 1, 1570561624, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be150c4091a7b568e61f3a911924b9d0a2429886', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/id.js', 2, 'f194885ba8badc2a69ea3918c71f6e760f1239d4774a490a1eb76694c6decff1', 'd362e1fdf9136f4a30f51012b7b8d4a2', 'f194885ba8badc2a69ea3918c71f6e760f1239d4774a490a1eb76694c6decff1', 1, 752, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be2437eb4b38fa2c88dbec3ccc87fa20a0aee779', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/model.php', 2, '4d3a37fec5731b6650ee768e77e5cf239f7b2362a04f7f4d22b548051378f50c', '6bbf87c16a9cfec5767dd9133faf02ba', '4d3a37fec5731b6650ee768e77e5cf239f7b2362a04f7f4d22b548051378f50c', 1, 605, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be3022adbf9e76ca1d4bd3bafbbb4c31d3c32975', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/advanced-data-table/index.scss', 2, '591e535f58f3240242746a96ea5c52eba519c345122c569c5a0c035a7d38ca2e', 'ea889b6126464f90a5e3b08ce2044b73', '591e535f58f3240242746a96ea5c52eba519c345122c569c5a0c035a7d38ca2e', 1, 2574, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be440c57a354228b2c7a73ec01bd6fb6c3e3a952', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts/fontawesome/fontawesome-webfont.svg', 2, 'fc378232f9dad500890aa9e0bdd030a53d2f317d517393a3b91400b4ddce4c7c', 'acf3dcb7ff752b5296ca23ba2c7c2606', 'fc378232f9dad500890aa9e0bdd030a53d2f317d517393a3b91400b4ddce4c7c', 1, 447050, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be4edc5dadb24d032fd049b0c9ec1e4faecd111a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor.min.css', 2, 'c08c8b699c281a0c16e6ab26974c747918c941bb72a4446c32cd7500b029cb7f', '23d80e02d1af049f525013b8659ce903', 'c08c8b699c281a0c16e6ab26974c747918c941bb72a4446c32cd7500b029cb7f', 1, 140594, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be578f00d56368dc93bf1ad3461697cc766f468e', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Parse/Date.php', 1, '418b03e756f857861f460c2555f0a76ad7dc5944a80c03b38cff96ff52336f97', 'b19b29bca24b81281961370f58c8ab50', 'b19b29bca24b81281961370f58c8ab50', 1, 19701, 33188, 1, 1569262678, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'be734d84b8b1372bb395c3d30a362768c39bf988', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_wp-widget.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992615, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be7ea94587bfb0fdad93f4ad4ed75b01aaf6f624', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po', 2, '0083eee820588a462d3d864b03530014ac92d4425ffa7cdf3e70e48a236fff5e', '679dba5dcb73c73f00b16379cbd4eb28', '0083eee820588a462d3d864b03530014ac92d4425ffa7cdf3e70e48a236fff5e', 1, 113367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be8542b05825fd6ef8bc961714a579e742ea4eeb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-forms.php', 2, 'c4cc509bf2083a98a07e9f49fdb745a03d8e0df859c67b63ff1277beae809bbd', 'f2f0c724ab81f47590556ec08598074a', 'c4cc509bf2083a98a07e9f49fdb745a03d8e0df859c67b63ff1277beae809bbd', 1, 5999, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be96f9be97ad6052b6e94a9db751ec7fc9c8aaae', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/kz.gif', 2, '052e7bb1bc75c71576a970b2348ef10d82da50148079b08668f7d26e624d491a', '9faa30e94f43918d74d09b3eaaec6933', '052e7bb1bc75c71576a970b2348ef10d82da50148079b08668f7d26e624d491a', 1, 374, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'be9a8f5254c3383be43df3f8227e4b5c88402a66', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-debug-log.php', 2, '6d01433931af8f7927fd0ff3d7b280a876a07f59b3fc3903cd71d40466e7326d', '53f9fdf93174f1aaabc879d91c86d027', '6d01433931af8f7927fd0ff3d7b280a876a07f59b3fc3903cd71d40466e7326d', 1, 5964, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'bea1fdcb77f2a4ac3abe4f5dbd4f3a5f6bfab133', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/languages/except.sys.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438451, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bea305282e0c308994911895e9bb8b70074bc93b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting-min-768x382.png', 5, 'f405efd51a1b4ee506922b75f8329e7a3469bf3e573d60bd297b5fbcfb213c52', '', '', 0, 443196, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bea8b86b04b326cc2493c68c09a83eaa854f9a97', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_choose.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992605, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'beafd2dcb2f1d500c8073abee7b0b6f574751cc4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', 2, '6868bb7555ebce56497583eba1b6e6a90d14153e5c2240aed9f57cdab8c9e7ae', 'ef01076fb79e338f9d9514bcd0f60683', '6868bb7555ebce56497583eba1b6e6a90d14153e5c2240aed9f57cdab8c9e7ae', 1, 5999, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'beb23df17ae7ea90b3bc806f507ad9cca553e3e3', '/home/hkrhostingreview/public_html/wp-admin/custom-background.php', 1, '1b31e05580f6a98a5c905ceba0c96216373f55829005c8ebbbb96c16653bb78c', '1263b5886047f8dc10ac8d025bbfc99e', '1263b5886047f8dc10ac8d025bbfc99e', 1, 419, 33188, 1, 1563508975, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'beb65bdd7cfb1284e9997e04a4c4adbc1568a491', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js', 2, 'b51a1cf9824be504a82238d5c590ce72b341529df68f90529b6b95a324053ba6', '319f929133cf1ecbada0e5c61fec370e', 'b51a1cf9824be504a82238d5c590ce72b341529df68f90529b6b95a324053ba6', 1, 32250, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'becc6f7578d9894c399e95eee8d986a2ed6a61b2', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/sitecheck-target.html.tpl', 2, '4f294f192ff6e4d815ef1fee2a1e3d19b36b7cd5ed941bcadf028d29172a0a33', '1103d425944de7e0f6009d0335bc2e7f', '4f294f192ff6e4d815ef1fee2a1e3d19b36b7cd5ed941bcadf028d29172a0a33', 1, 1672, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bed3bf55ceede45f581b86f4824db9da22c7e38c', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, '85d0d1483cd3ced59b674a0fa2dbae756ee0828d205adcc7a64cd8d4cb9ae14f', 'd5678d078044d2a8f86cc3a6606ef1cf', 'd5678d078044d2a8f86cc3a6606ef1cf', 1, 12924, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bed57275d42035678e54f1ff0cb4a8bd6d913c29', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Parser.php', 1, 'd4fa31e49d8118413ed3d17593e0a8fb610e6591da69b4362b4843d3e4532025', '52bb2ee462e7e414a77efdc7ebf52bcc', '52bb2ee462e7e414a77efdc7ebf52bcc', 1, 11851, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bed71b96e4887f5d7f837297ec09ab0b6928c449', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 'ed877fc800085fadb5f61e5d581a48892d5fd79e32295b1f88a18d58cdf14480', '45975e2fcf0d428691a55a2394252f61', '45975e2fcf0d428691a55a2394252f61', 1, 17321, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bed7b6c6560f99b3a6109f0ba7a0149507c022a1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992589, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bedacdd7388edb78c3e5ebe853b448a23fd682b0', '/home/hkrhostingreview/public_html/wp-admin/network/site-users.php', 1, '9929680ae527367768c25c7227385be132e0c4538afda9578209d2c7e6e4ebfb', '0d57768fa8d77362401c4c81e4b4e135', '0d57768fa8d77362401c4c81e4b4e135', 1, 11721, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bee1291460cd4045802c12274635895bf1dfc5bf', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/404.php', 1, '3ec993984c396c4a3d35e33e7ffb3d40e9663f1c0c5e7c1ed3566b63a5ffcaa7', '1ed416cc6311835900857973f8923c4d', '1ed416cc6311835900857973f8923c4d', 1, 381, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'beeb4ab84a9fd7f2d4a3e97ed9a5f7298af10813', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/button.php', 2, '5c3d556f8565e6264904e4771da656b0851e7255a148cf5fc7f167074ef41f39', 'fb7ce4ea59cce070e8d84d86f9e6d493', '5c3d556f8565e6264904e4771da656b0851e7255a148cf5fc7f167074ef41f39', 1, 1718, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bef926582f0fbc025eb7cc81b5cb5636698565fb', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 'b5eaf025766deca6f795a5b91f1b2c3e6ef0dc29cc6da1377d33ac8d443616d8', '6bd86bdfb5a42cb4d94163433ba74269', '6bd86bdfb5a42cb4d94163433ba74269', 1, 30882, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf0653ae7a5143e694d49926160303a974b52bd5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-notifications.php', 2, 'c017e45525f74858e4680e845a7e616a869a1600b02c0dae4e96a1b436696d77', '360dd74cbff7e3550f62ab66622dec1e', 'c017e45525f74858e4680e845a7e616a869a1600b02c0dae4e96a1b436696d77', 1, 13446, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf0c73336b4149fd412acb1a1f8537ca74172f9d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/se.gif', 2, '5c5792a1adf021ee48ca10756771058920aad2a2d69d251145363f75f6dffb4d', 'cf357235e945172661d7ee5fde26f909', '5c5792a1adf021ee48ca10756771058920aad2a2d69d251145363f75f6dffb4d', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf0d85226f5a34e8d862c1ca33e9f8dac3cb7728', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php', 3, '979c5518aca1fffc91f0c52edb9764c8fcc293528f6ada4c6b52c0184a485dac', '10e0f95ed6b14cb3c4345da687f4d7c7', '979c5518aca1fffc91f0c52edb9764c8fcc293528f6ada4c6b52c0184a485dac', 1, 17170, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bf144e7ff2d780fd77a67014319b7e8dfda7bc3a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-hosting-min-768x407.png', 5, '23990cafc67f73f249c900ec568d98ac725a7a4b58f6954e4e7cd38a4f50db2b', '', '', 0, 194702, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bf1a8c97eca709cd0cb538a90426019682e81f27', '/home/hkrhostingreview/public_html/wp-content/uploads/2021/01/o-150x150.png', 5, '62065b7c3184fc79459c2b435aef9777fcb9029b1c6739158c9be0ec768c527f', '', '', 0, 21440, 33188, 1, 1611131530, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf293cd09b2a7b1c4105878605317c5f1847b268', '/home/hkrhostingreview/public_html/wp-admin/install.php', 1, 'caea9d5e3159d40df2c5d699baee53843afdaa5fbbb8ae1a47fe5af592e27f44', '4593ae829c94903edc2c9ffa9d2a879e', '4593ae829c94903edc2c9ffa9d2a879e', 1, 16898, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf2f9338b1cffdf0a837c37fb11591e4ece61724', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/wave-brush.svg', 2, '7f50f6c77446e6da6f344e0b637715b74b3af71b77300ac64e8cf7253eef41a4', '270bb0e641b717ad392ba733afa9cf21', '7f50f6c77446e6da6f344e0b637715b74b3af71b77300ac64e8cf7253eef41a4', 1, 3121, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf3035c7f554f96f459ef1616e50d2b6a16c8e0e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php', 2, 'a5e74e480e759094c92e0693de398dc142853d284cb53092fc1e4a5d8895f460', 'cb6116ee603d190ca1cee427b59b49a6', 'a5e74e480e759094c92e0693de398dc142853d284cb53092fc1e4a5d8895f460', 1, 5604, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf440fe38753ef76750e9e3fd243a2cae3c1daf3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php', 2, '1171155c2040914ab85284505b450909f3f1811512e92f50bb70ed1bd863bbd6', '3d44939bee9f5a8c36b832085a8ebeb0', '1171155c2040914ab85284505b450909f3f1811512e92f50bb70ed1bd863bbd6', 1, 15640, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf495650248b94127144331129313535aaf25193', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/auditlogs.snippet.tpl', 2, '9cbab3a59f2280beb995846be112edcc0d710e4684f0c067377f232d303dbc84', 'c8efbaf099defe25ce8fc1852cd5c2a5', '9cbab3a59f2280beb995846be112edcc0d710e4684f0c067377f232d303dbc84', 1, 1725, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf49d742dfa3b1fc6ff4b46cf415ed325159da9c', '/home/hkrhostingreview/public_html/wp-admin/css/common-rtl.css', 1, 'de8457274b11b172d10d917cf724c44c36006640744a5a00b32221e74e73e557', '58d84231e24daae117fe2385566f19f1', '58d84231e24daae117fe2385566f19f1', 1, 71242, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf4c30a41fcf84e3c33695ca31192ac924071dca', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/background/background.scss', 3, '57f3faa6518d77eca9508b77495248ccf580667b229d96370385c98eddb1fe00', 'a8c3a48608ff08e34a31c86a4e4c6f2f', '57f3faa6518d77eca9508b77495248ccf580667b229d96370385c98eddb1fe00', 1, 1806, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf4e19b6936438234084e602f23bf846bed55187', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/akismet.php', 2, 'c550c3602374b0613216f73b1407bfcbc5f753154b6883fefe334c1791c42e06', '4765905dfc1c3aefcd88812f939e6cdf', 'c550c3602374b0613216f73b1407bfcbc5f753154b6883fefe334c1791c42e06', 1, 3281, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf50bf1e82e11c868662b91c3758f29a47be348e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Integrations/sendwp.php', 2, '95fc7fc3d2e5e11c0bedb941ec9cc17952fda515575d09accaa7b5ddfa883d2b', '02ed4d97f5c1e713afcf5a9c6f14918d', '95fc7fc3d2e5e11c0bedb941ec9cc17952fda515575d09accaa7b5ddfa883d2b', 1, 2602, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bf5db0182e2d615ba76e26b35edd4c6a88f56774', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-368.css', 5, '2e6c3a324320c286d57a1c7689736512f1760d0fecb733c3487e99ee51673fb0', '', '', 0, 1151, 33188, 1, 1596822592, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf62907913828546697b850988bb65e3a2a930e9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php', 3, '82752ee7b2a692fdc3b1eb746323632abc672d5f76d77d976adc951bb6276912', '1eb78be525a98b2f2e7e2554dbc883fd', '82752ee7b2a692fdc3b1eb746323632abc672d5f76d77d976adc951bb6276912', 1, 2083, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf7314a08f06ec70eedc924e4811f5c2fb5c0f81', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js', 2, '09558a7e2ba369338eafd99602d593cf10ebb8d9ced4a9df878cc19a5e4ad4d8', 'd1463860a23f95fa791a5857a6e27b81', '09558a7e2ba369338eafd99602d593cf10ebb8d9ced4a9df878cc19a5e4ad4d8', 1, 2063, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf7710223528d877d49ca1b13a95120d77c0ccf5', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill.js', 1, 'e3af98df5502340ddc9528517ba2877dd700550718d18c9036e1dafee49a74a8', '5981cc4115225a71e097cef30b55df71', '5981cc4115225a71e097cef30b55df71', 1, 239007, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf7a77e3523cdf7dcc3975c253c80bd0f552a0fd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/CPT/DownloadAllSubmissions.php', 2, '8da2c547c39aacd22ea391f5722c44d25fb1ee115cb2a3d582ef96a70c4d9cf1', '1b89f3b1b929256e7eedf9c9bcb85459', '8da2c547c39aacd22ea391f5722c44d25fb1ee115cb2a3d582ef96a70c4d9cf1', 1, 7496, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bf7d1501cba989178f7dad418572aac0ae04ce46', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/bluehost-small-img-olnini8wcqyh7zkbw0oj6por9y40bgyc25pctu6ebk.png', 5, '25474369488d65a48d5a773bd2b074338811e2344a57d75d3c2139d2be0de9a7', '', '', 0, 16867, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf7ed9a34af51f4076c9add78a9d18413fbfefe5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/lc.gif', 2, '34f6a4c908486af1aac0f739f87b749494e86d5f25dda3ff0287d179d4cda684', 'b59f163f78321acb812595961d2ab111', '34f6a4c908486af1aac0f739f87b749494e86d5f25dda3ff0287d179d4cda684', 1, 259, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf81adecac2d1b6648aba6ce5e7426f46061cba9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js', 2, 'f6cc1f0411eb20d50c48e2646d1e2392ad4f3d6104c29d064235faf6406bd05f', 'f030b39e0213552a45e9f03822126840', 'f6cc1f0411eb20d50c48e2646d1e2392ad4f3d6104c29d064235faf6406bd05f', 1, 4987, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf84e44091dd35172ec986dc2800f5f31141e519', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/ms-settings.php', 2, 'aad21add991fa04eafc81a74b1b54d13c261ec4164e4065821064b7eb27956b5', '9c44b9b0aeac21ccb7bd74c1e1c3e945', 'aad21add991fa04eafc81a74b1b54d13c261ec4164e4065821064b7eb27956b5', 1, 158, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bf86f28e7f0aaea5d4c7c38050a3e2e2d8dc16e4', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/c4ee2ba0826dc303e9c586f3ed5fb1b1.min.css', 5, 'd5f5cdf0dcb6d8122c0c7b5891e2f9a6dfeefe15d4969c76cca6bf8e6617ddbf', '', '', 0, 4270, 33188, 1, 1596825202, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bf89bf833f8d020b853db579396227270cea2040', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.min.css', 2, 'dd842e9c9f532ec409f71a41d7bb0d1cdcafa643875786cc98a3c9161c8dc608', 'af67d019b971fee3690989827363522d', 'dd842e9c9f532ec409f71a41d7bb0d1cdcafa643875786cc98a3c9161c8dc608', 1, 22124, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bfa406ea22b549cf2b05b413931df4aa014b81c3', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-events.html.tpl', 2, '3ea26d0e2a876683cea4ce5461dfd8474d630e4fcf5bea9fda0dfbdb4583a752', '3e06bfb3599596776c935692f9916cf5', '3ea26d0e2a876683cea4ce5461dfd8474d630e4fcf5bea9fda0dfbdb4583a752', 1, 1748, 33188, 1, 1626945126, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'bfa5b7b1403d3333443688e8df1db90a20e2f112', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/bn5ra.png', 2, '03d5c1bf638e89d8cb52f806f0e5ac9c73a6cef4f8f30e69a3a02f0c436ccf66', 'da911bad9d8903ea1940fd2f07e040a5', '03d5c1bf638e89d8cb52f806f0e5ac9c73a6cef4f8f30e69a3a02f0c436ccf66', 1, 42495, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bfb0527f879cc9cbf244258381e86b5b97270dd3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-input.html', 2, '427797731fc1e0310e37a7362796244f6acb643c963e9948d191768319aeb10b', '5a90ddd21ccdf7b5e9a4465efcf6e63d', '427797731fc1e0310e37a7362796244f6acb643c963e9948d191768319aeb10b', 1, 460, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bfc4bb9df1533ed18a844b61a214a01fb30ec796', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css', 3, 'afbf9bd3b5380341035c1e36ee627bfbaa1cb5946dae3a1dc897c179f2dd4a21', '71cd2abfa3d8009c94d90b99e9bc7417', 'afbf9bd3b5380341035c1e36ee627bfbaa1cb5946dae3a1dc897c179f2dd4a21', 1, 301, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bfca09d489f283b630b0e88d11db5dd4810e703e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/magnific-popup/index.css', 2, '66f88367a8fc44181ce89ad798d9c5c6f1ed5899d32acf83df17f8bd84801a33', '7f0751646fed6da8ee3bdb41b1fb20a2', '66f88367a8fc44181ce89ad798d9c5c6f1ed5899d32acf83df17f8bd84801a33', 1, 6973, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'bfcfff4fe5ac1991ad0709013c757e2a87454e5b', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-528.css', 5, '1757c721e9fd829423669c0b74e3ec67381f9104a44af8d51bebc9e2144c722c', '', '', 0, 14435, 33188, 1, 1624757030, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bfdb889b430f0705cfc6614b826f97cbc5398c96', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/testimonials/index.scss', 2, '8faf2ff927832527c6486544c145fbd27a72c4c75fcf057b8faa98eee86fa361', '8deb3aeda2fc970bba68a75aa1fc6591', '8faf2ff927832527c6486544c145fbd27a72c4c75fcf057b8faa98eee86fa361', 1, 9883, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bff5e9441024604f5c5ab6e9bbacc78a2fbece6a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/yt.gif', 2, '2fe02c08f8d38fd69b8b2256f80a03dfecafffb582f30f61290b9e3595884186', 'b8c20446453d8057fcc73db427ab9f9d', '2fe02c08f8d38fd69b8b2256f80a03dfecafffb582f30f61290b9e3595884186', 1, 382, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'bff7de9e12c0c51f8050ddb84a75c69ab1da463a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Session.php', 1, '83df00f018ebf3abd54aec6fc76266087b1db28bb4ae59aa243f432ccb21a3ea', '37f8cadd86fcbfce9602b5bcf67d6c8e', '37f8cadd86fcbfce9602b5bcf67d6c8e', 1, 7153, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c00d22e085a34a5dd274ac2491dd4ae4946c0d97', '/home/hkrhostingreview/public_html/wp-includes/js/hoverIntent.js', 1, 'eeffd2f0ed10da1dba6e69478efb16cc8d2e99404778715756ad562b5288ecc3', 'c0d37a2f50f79db4eaaeb10c3c170990', 'c0d37a2f50f79db4eaaeb10c3c170990', 1, 4950, 33188, 1, 1527069931, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c01085bf312b9287eff566a2d25b3342d749c83a', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/menuicon.svg', 2, '6e92ad40e96a93fa86b7f1ce3e64d1ff3f7dfb28b709c7dc7ddf8cb219e19192', '1699ee9386b09d107b0d57d826238156', '6e92ad40e96a93fa86b7f1ce3e64d1ff3f7dfb28b709c7dc7ddf8cb219e19192', 1, 1809, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c023047effb921b1af2284e8a9c381633366bbd3', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/OneSignal.ttf', 2, 'ba581c52222543e9f96a13f4fc4f1308bdfadfa0c1f3e380fbf8a3c0454529d0', 'cf25d01708605143a001ef3f30c1b23f', 'ba581c52222543e9f96a13f4fc4f1308bdfadfa0c1f3e380fbf8a3c0454529d0', 1, 1724, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c02532e57a4bd654f5fbc230c0c94d0f7cce9316', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-form-messages.php', 2, '5d3c8e665b0ac4921075168a6a9efd4da63f6b710888ae881b3bdc85b2ab4045', '0a89ea46ffe9c0d49d17f5bfc46b7eb8', '5d3c8e665b0ac4921075168a6a9efd4da63f6b710888ae881b3bdc85b2ab4045', 1, 1442, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c028a38466d1472afa7337cd34f40a38617a0561', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-ripe.php', 2, '3882f986e654ad446c962f2affab7e7e3b319b4b1011be278e41f4b9f44de2bb', 'e2fc5add619fde0fb747d4352e4cb8eb', '3882f986e654ad446c962f2affab7e7e3b319b4b1011be278e41f4b9f44de2bb', 1, 5868, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0398e6eeb09c88f388c1be7021bc5f686738879', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-hardening-allowlist-phpfiles.snippet.tpl', 2, '8e5a344774cdf1cd3a958c213aed22605a2ea163dc2ef04257c03e4188e62c99', '74a4ad1d1054876e36416a0380a1701a', '8e5a344774cdf1cd3a958c213aed22605a2ea163dc2ef04257c03e4188e62c99', 1, 383, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c03e72e72f4045aa075ed9b2090743c94b9d5175', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/quicktags-button.min.js', 2, '645f33c212d46476f1357e7ebc9eae2757ee27e7e259b498a447008c89a0c983', '4ad898313a4e2045396447358d13ee33', '645f33c212d46476f1357e7ebc9eae2757ee27e7e259b498a447008c89a0c983', 1, 572, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c066fbd53d6e56cf494d46ab99a66fd0c2843ba6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/weforms/index.min.css', 2, '54d573cc30804975bc8c8f674701012448a9cbb4833ccdb2a64e1128cd8208c8', '100138b1bf56682edc7d1fbf7c44e5dc', '54d573cc30804975bc8c8f674701012448a9cbb4833ccdb2a64e1128cd8208c8', 1, 947, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0746f96cfb19badddffb0d6188087c8679b262f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/license.txt', 2, '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903', 'd32239bcb673463ab874e80d47fae504', '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903', 1, 35147, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c09913afe2a88a6ee0e02874d4d3ef089ca86d90', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-cli.php', 2, 'e295f23b058fd831f24562ba5a72251057e5f220b31a4f0d26ba84f3fa5d7594', '065a8481ab20ebe3e8714539673a0449', 'e295f23b058fd831f24562ba5a72251057e5f220b31a4f0d26ba84f3fa5d7594', 1, 4663, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c099623326b313483dcf5b08491df0d4da2c85fd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/pg.gif', 2, '7b3d611b7ef0e61f5f8bfa926759dc07966630d4c2ab1b99511e64f1b4da6c66', 'c0e201f4833b5bb6fe8ac014162ad8d9', '7b3d611b7ef0e61f5f8bfa926759dc07966630d4c2ab1b99511e64f1b4da6c66', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c09d898d86f99172102a7727fb7adb9332015a49', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/classes/class-nf-system-status.php', 2, 'c2fcf582ed1af62f5d792d546da36e753b9681cb2014f457c8f1d8ecb5b4a4c7', 'd9b852bc0d5d1d16b26b127b6179086f', 'c2fcf582ed1af62f5d792d546da36e753b9681cb2014f457c8f1d8ecb5b4a4c7', 1, 1112, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0a1c35f522f4cc81e006bcd247d8ae959014159', '/home/hkrhostingreview/public_html/wp-includes/script-loader.php', 1, 'e315d8b44ae586b4f111db97431eeac6bbc5768dc4d105dd7df8b6fd2b8f657d', 'e27a39ef201177893842c942e4bc2477', 'e27a39ef201177893842c942e4bc2477', 1, 113332, 33188, 1, 1573485182, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c0aa6fd7406db0383b80bdb8c69c2d34e065d201', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-logo-min-300x295.png', 5, '3518474382c5ea8648f1493a46047a1c8e33d9c00f16a61e0481aa89175fa3d1', '', '', 0, 48627, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0c2f366efe927360699b55bbd0852c9fbe6b5b2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/file.php', 2, '769fdb82e53c2b5f996755ddd8802c6477b22290fe9a2a41e9db4874153f52bb', '701e980e0b9440c9b278d75d66b03479', '769fdb82e53c2b5f996755ddd8802c6477b22290fe9a2a41e9db4874153f52bb', 1, 976, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0c6fda5c1b73f50ed84b1d75a5321c70e0699b2', '/home/hkrhostingreview/public_html/wp-includes/media.php', 1, '2c3f382318db33aa50370d70b28e3ca18204735b5322e1d95fedef48092acd82', '8e7992a5f9e941e733289ff0c167d2fd', '8e7992a5f9e941e733289ff0c167d2fd', 1, 148555, 33188, 1, 1570452183, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0d7272b6a30f6f796e41227b26c9cb664bfeeeb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/team-members/index.min.css', 2, 'eaa0a2efa5937e307ae751c077f0aa1b6234f2270c591cc7e477fb571bc758d3', '4c76cb56609aa266f5f95930244ee214', 'eaa0a2efa5937e307ae751c077f0aa1b6234f2270c591cc7e477fb571bc758d3', 1, 2469, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0d7df883edde8d5f1a08f82dce5fdb198c3cd66', '/home/hkrhostingreview/public_html/wp-admin/js/inline-edit-post.min.js', 1, 'c7f16509a774aff336fb18f7c5ef769077cd21e6bedc789c51902e7a2e169c26', 'ab9800198ab0358fee9eb0f20f8c439d', 'ab9800198ab0358fee9eb0f20f8c439d', 1, 7285, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0e9d4b31aacd670758a7442a6acbbf5ba9dc4ef', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-tax.html', 2, 'cd223f704ab4d311290e66eaf187f8c10fa6cafe9c7b0574e3d16abb4ed39b41', '979d66eac47a80cfc8e4492a84e4d19f', 'cd223f704ab4d311290e66eaf187f8c10fa6cafe9c7b0574e3d16abb4ed39b41', 1, 302, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c0ee1a51e63e9b0fadfe0438539dc94400d95b2c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCard.php', 2, '2d8e7ce12658f15f0faeca9234b2d8c7920b568aaab8b7ef2bf87814a976c504', 'e12443c0c51cd967bf587c02d969c2a1', '2d8e7ce12658f15f0faeca9234b2d8c7920b568aaab8b7ef2bf87814a976c504', 1, 586, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c0f2ca54081509d21332e3e19eb93072e2d99058', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228397', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c100184732f1df7c8fed14a207721f1dfb5ea34f', '/home/hkrhostingreview/public_html/wp-load.php', 1, '8bbb1551e9699f91f273ed6a1b17f0da613c47f7cbb8a7b8ce3fc61034aecf8c', '75a34c0dcc2bcdb7b39425003964b054', '75a34c0dcc2bcdb7b39425003964b054', 1, 3326, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c10a5caae525deb3de61dc0cb339e3913d7f15a3', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min-300x180.png', 5, '2adb0febe818e8b66826abb62a09cfb71a1bdb7706e62a86b85330e3cd9335be', '', '', 0, 56036, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c11239645f80240289993cf2df8a0ca62b4b9efa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', 2, 'd3251e61a91dd9408847a13088a02b02614bbd3304fa1f34634adce145314860', '67a87f3b1066ba94ab549b79f59ce91f', 'd3251e61a91dd9408847a13088a02b02614bbd3304fa1f34634adce145314860', 1, 3198, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c113e3bc708f0b4945092e77c88c5d03fc6f5b64', '/home/hkrhostingreview/public_html/wp-admin/css/site-icon-rtl.css', 1, '759a803603b142c8fd590bef2e36ccbc83d9be03fe8db6b765bb5e3585617c7e', '843b8077b07dce1d6bd532aa7ad3e61b', '843b8077b07dce1d6bd532aa7ad3e61b', 1, 1023, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c1279f5afdbaf57cf8851e1c28899482112502cc', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting-min.png', 5, '8c1b33643df102bffec85763e7d00ecd276be47e6d9068ed38bce8c0c9c5bb03', '', '', 0, 225409, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c127d308243003dea17824a6837ad4aff8ca2bea', '/home/hkrhostingreview/public_html/wp-admin/network/theme-install.php', 1, '0ad1c4d1446e5e1e7b9d2bafc58445faea0171500ac67030df83849c7e0617fc', 'c79c1344258a963d89baf17c370aed70', 'c79c1344258a963d89baf17c370aed70', 1, 391, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1290a1c8006b329b0585bf83422c51659fbedf4', '/home/hkrhostingreview/public_html/wp-includes/js/wp-sanitize.min.js', 1, '3f04c0da598f4209db363d6d966136dd10a3aab1341a4a9c3b4eefed279b07e1', '345ce3beb91fab17ded64b7914e47a98', '345ce3beb91fab17ded64b7914e47a98', 1, 423, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c135d73fc6c3600d95a820b727adb94de2b7c406', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/lv.js', 2, '7c8c570d24eb500191d4e32bb4ff99baff2969fe2df48d29b8e62a3f09b578e1', 'b9b5f137ea0aea4e8efa22f4c533dce7', '7c8c570d24eb500191d4e32bb4ff99baff2969fe2df48d29b8e62a3f09b578e1', 1, 872, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1545a6eb94e1dd43f50c50edefe8c663096b5b0', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po', 2, '670df3f4591b3820eaa30742a188bb3c5e4c855853ca9a0e4c64b912e0f06d8a', '6f0ecfe6f671e541d97e508e7fe5091d', '670df3f4591b3820eaa30742a188bb3c5e4c855853ca9a0e4c64b912e0f06d8a', 1, 36546, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c1569d8e1c8ca9bc6d7ddc0164a640081f815113', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-min-150x150.png', 5, '489bad6c1b1615a72a34a021f603f54a14997a596ec52e7ef5ce9c5e22a2a5ad', '', '', 0, 28448, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c17451c1ae5f3215cf9f18f8c9c80b62628acce1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-export-controller.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992518, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1850a1a84145447af144fae849f6a3b89b2cecd', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css', 2, '9fd4d6344fb6f7615d7f727cfb29a3f5af2e58d15e3d4a02cf53bf769378d260', '124e703660fc555621dcec431766b79f', '9fd4d6344fb6f7615d7f727cfb29a3f5af2e58d15e3d4a02cf53bf769378d260', 1, 726, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c189c88db1c90265312106580055119645a18837', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-icons_454545_256x240.png', 2, '76c7a8eac2ee9446547522bbdc1070641e71edf0a235ef1e1d8c819b164f3d4f', '0069b10aba2eceec7798971f0daa5913', '76c7a8eac2ee9446547522bbdc1070641e71edf0a235ef1e1d8c819b164f3d4f', 1, 4197, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c18cb16c73118237dfa235a8e6952f7dca425a30', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/5-Ways-On-How-To-Take-Control-Of-Your-Content-Marketing-150x150.jpg', 5, '79ab25a752c89e58dc69b0c30a6b010863602abd7c474d0a9f183d06842816e2', '', '', 0, 7145, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c1948b69cde560d52716187493bb7f5eb2d3b412', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_css_base.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992588, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c197e5d8f0743ec85cb00208f9ed64902b18e2c6', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, '7ed084828dfa5d4450c4fe58d32e97975857d07864bbcd65dfb4c04552a38142', '15c335258c3f3d40b6bc41969cf415ce', '15c335258c3f3d40b6bc41969cf415ce', 1, 10392, 33188, 1, 1570960924, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1a395baec1b2a08929cf0e6e04f85abb70f28c8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/help.php', 2, '1261ddcd8f8461d39499aa08419b2c84c6ba34534c68cd298cfddeb14038167f', '773ac63d3147242df4e48f937d46a6a6', '1261ddcd8f8461d39499aa08419b2c84c6ba34534c68cd298cfddeb14038167f', 1, 770, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c1b96d8a29ee4599a9a4576faa070ef7b3b971ca', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_duplicate-page_inc_admin-settings.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992571, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1be33f0d471b8508fa8c84f75c993b1e8305d57', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tk.gif', 2, 'bcb2e6827ea32f3a4a384625d7fcc22103e902233ed27ceb76ee61a5235c361d', 'c895d3c66ec3cf659b59d854ce1e0e9a', 'bcb2e6827ea32f3a4a384625d7fcc22103e902233ed27ceb76ee61a5235c361d', 1, 372, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c1cad1f510fe58f0fa404b456d314da35f7cef25', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_elements_column.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992618, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1e91eda126c62de83e2c5239e32410b6351bcdf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/WPCLI/NinjaFormsCommand.php', 2, '51c22785423b80dd558bbb15224401851ac762c00d1faf955f627c6e00a68516', '78472af9cc881d99a11f65be3527e9d3', '51c22785423b80dd558bbb15224401851ac762c00d1faf955f627c6e00a68516', 1, 2640, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1eb8ec7986a86ea1bc5fe9cbcb7da3c08d0ba7e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Creative_Button.php', 2, '10856fe44658e0ce768845821de2034a7dfd2c0746d1cf8f9c5f9433f77e9516', 'f2813b66d012e4c529ab7756e2103822', '10856fe44658e0ce768845821de2034a7dfd2c0746d1cf8f9c5f9433f77e9516', 1, 1377, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1fa99c1aa0495333684473ad48ce00b09c614c8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/changelog.txt', 3, '8542e2410aaaa6757660add416607cff862fc383df252e381baa9a01553e7a6a', '4625ab0f36dfec88936ab17dddb0403e', '8542e2410aaaa6757660add416607cff862fc383df252e381baa9a01553e7a6a', 1, 45233, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c1fb1423abf7f0f47f04a86550cf670a4055be09', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/creative-btn/index.css', 2, '21a0e4dd2aea3e879cce9d6c551602ee6aab788115987952d95f1ea06e14f77a', '4105ff39e29f9d957093860bccc47e67', '21a0e4dd2aea3e879cce9d6c551602ee6aab788115987952d95f1ea06e14f77a', 1, 5532, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c20210177d1886338ea9afe8990410633f3152b6', '/home/hkrhostingreview/public_html/wp-admin/css/colors/blue/colors-rtl.min.css', 1, '513f3333ab119140889fe11ab89a7fcbc71441909d6db7976513f20c767988b5', '0e9f1d4a2fa8f8a7ae62a302e0fd2869', '0e9f1d4a2fa8f8a7ae62a302e0fd2869', 1, 12903, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c204b3a812751ec3b7f6e5799dc58a70c5eff0f5', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/400.php', 1, '79dda3f7f9efcf98177a38cedf17dba2645cdbc2e8cbada3987b11b819d52c9e', '51e56e878cbb564ab852c978fb35fcd0', '51e56e878cbb564ab852c978fb35fcd0', 1, 387, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c21efc526b91ba5e70613b712d8947497390dcb8', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-api.php', 2, '47393b5b0fdc8cae9ef0c962580bdadb7cf6f2915488af0360c05f121cce7834', '2e1bc54c76038e5e8c20e701a175283d', '47393b5b0fdc8cae9ef0c962580bdadb7cf6f2915488af0360c05f121cce7834', 1, 13798, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c222353742d0484cfdc1ca5ebe6d66ed922021fc', '/home/hkrhostingreview/public_html/wp-admin/css/edit-rtl.min.css', 1, '7dae320389c6a7d4885ef04bb8fcd4c4233166fa382c9c9d130dc45d5f6e2efa', '498eae5afa7050083856a248dcd22d99', '498eae5afa7050083856a248dcd22d99', 1, 22077, 33188, 1, 1570290117, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c222997e0ce7c0b47e6653ffe2f76ee01026fb65', '/home/hkrhostingreview/public_html/wp-includes/class-wp-simplepie-file.php', 1, '9029647e402a208f513e992649f743a8d422974b0eb3fa52c71fca83bb46f591', '93feb0d909684c244b9b933a677180fa', '93feb0d909684c244b9b933a677180fa', 1, 2326, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c226382ce80c3bc1496dbec99fc334b557fdbcbc', '/home/hkrhostingreview/public_html/wp-admin/js/editor-expand.js', 1, 'cb92f38aee0f906b7959ebbfb217d29db3c0bff60e5fdb5d9a42dd1aa977314c', 'beab9e6566d2ec701c27bccd8322b2c8', 'beab9e6566d2ec701c27bccd8322b2c8', 1, 42631, 33188, 1, 1555092533, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c22a1069212c319f43920338ca5c6c024e58654f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/hidden.php', 2, '5f10bab73df81738e40bd7960ef88b1caa3e1bc10895d92f168341271c1d5dde', 'b92729c66d6c78ac161f071e159201af', '5f10bab73df81738e40bd7960ef88b1caa3e1bc10895d92f168341271c1d5dde', 1, 7717, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c22c75773dc293d090c152f8d6bf4ce8e9d01957', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cf.gif', 2, '227a88e9b5ce9569cc4c1d33331f69daedf9aaa2e449e360767f3224e614856b', 'e885f0438ba36f1f4787bb603f99c8f3', '227a88e9b5ce9569cc4c1d33331f69daedf9aaa2e449e360767f3224e614856b', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c22dd4902aa5d99db10b62a8a678e33cf861beb1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/app-after-form.html', 2, 'ba7543ad63227d8422172c6079251f3258612016478dd9405c3ee3be1a2ea564', 'bb87e549f4166dae76356deb8e1fe739', 'ba7543ad63227d8422172c6079251f3258612016478dd9405c3ee3be1a2ea564', 1, 87, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c22fe6c2a7475a68ce990433318e97a6ce97350d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_common_http-authentication.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992533, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c250f1a34c3adaad4e01f91f73349a52717d015f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/edit-field.php', 2, '89e7d5c7d6ed48f978c9078fa4768982b61457fef4e2a73705686f2b8b34b6be', 'f7bcc6a6aeb28e6bf277408213589f69', '89e7d5c7d6ed48f978c9078fa4768982b61457fef4e2a73705686f2b8b34b6be', 1, 5178, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2544a695ee3829ce1dd7cd647e824f1de55c43e', '/home/hkrhostingreview/public_html/wp-includes/images/arrow-pointer-blue.png', 1, '2562655f226029568c2bb08728c5c5bc6afc659f070292002dd0ee0a4f58c94d', '779ffc62e3ce872a4cabb2c35bbb14f9', '779ffc62e3ce872a4cabb2c35bbb14f9', 1, 793, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c25b52a2fdde5e81033f39aaa50465a1d154b3b7', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 'e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777', 'f3726450d7457d750a2f4d9441c7ee20', 'f3726450d7457d750a2f4d9441c7ee20', 1, 152, 33188, 1, 1388274795, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c25e04a05de514a565efb8861b4de9de848feeb1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/calc.php', 2, '012f5020bcccd179223b669719bd67e05a2146a7d98ecf96e6186d1ff3eb7590', 'c104da2916bfc66f7c2dbd2038c3a19f', '012f5020bcccd179223b669719bd67e05a2146a7d98ecf96e6186d1ff3eb7590', 1, 32951, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c25e721568e2ba54add8483f1fa13b77686cdb3d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/formsTableEmpty.js', 2, '3062ee98aa96b3f3e735b1e9cd408c993a1bd02db5f74b493a5e188d01277474', 'cc7c0905f64edf6997df77c8b8e929c4', '3062ee98aa96b3f3e735b1e9cd408c993a1bd02db5f74b493a5e188d01277474', 1, 315, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c26282af707da5199bde4b6526c95ea4919bbf42', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/.htaccess', 5, 'a532c1286d9ea623a114b22167cc879f70858324d47be41648899533d4fbe1fa', '', '', 0, 193, 33188, 1, 1626945135, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c27696ee68840b2e8b752eece21d0a82170ca541', '/home/hkrhostingreview/public_html/wp-admin/js/user-suggest.js', 1, '4566ef7ab65d56cb189f5f482acaa1eae9d4bad37169e0bb671353fd8b9bfd8d', 'b9a41a61b44bc13d90f8861d6cb273b3', 'b9a41a61b44bc13d90f8861d6cb273b3', 1, 2317, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c27c00f73a56a8d5a37190eb03f7cc6532b78380', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-editor/style.min.css', 1, '1ed8917e97e24fd107f99d1a086e6329638df734c6c2352fc3803cf509884952', '0e9b74f1a376a273cb1c2c234cba71b0', '0e9b74f1a376a273cb1c2c234cba71b0', 1, 84128, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c27fee2fad0f7fe1fbe29eaf72311bef54b2bc82', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/index.html', 2, '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', '10bfc650b0c9669ebf75f93daadec94c', '51b8138b61e627d02080edcfdb3873041005a278befe6ba094e0c261258183b4', 1, 38, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c281c627f3ca54384a846ae5842c4cd2ccd757c7', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/modules/transparent/module.php', 2, '6ab6b37d958f1f477f48f9377918c60a668a0114541c7cb9b6f050380ee41a5e', '2291ff164929b279e5106f0d28a5364c', '6ab6b37d958f1f477f48f9377918c60a668a0114541c7cb9b6f050380ee41a5e', 1, 9025, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c294127961dd88d6710de3b35e7cf7d5b7f86fa5', '/home/hkrhostingreview/public_html/wp-admin/includes/ms.php', 1, 'a071baf4a2ab9b42634edc9f41d2beb8113331cff156b30e867b2f3061ac6e67', '829cff80ba3bcad38b64e4a277874854', '829cff80ba3bcad38b64e4a277874854', 1, 33682, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c29c4da9ccd872f3cafb2fc5f16c79eb248d438f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/database.php', 2, '0eaae202a7b59596ef0625ab05b8c01bbb62407a7be312e970d3fd47cfd0920c', '5a0782fbf74a1fb09d9343d009fd8dd0', '0eaae202a7b59596ef0625ab05b8c01bbb62407a7be312e970d3fd47cfd0920c', 1, 12941, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c29d8999f2610b54fa820970f22ede2289f3dfcb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Advance_Tab.php', 2, 'c1861ec3b54331238a86ac4d355a383a4f5f1270fd16c1a64a68df64f28d7b11', '60e517122134f9ea4831e710432013f8', 'c1861ec3b54331238a86ac4d355a383a4f5f1270fd16c1a64a68df64f28d7b11', 1, 1392, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2a03995d58428c45d252b06520e4146bdc60e82', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/adv-accordion/index.min.js', 2, 'fec4f7c1465fb23bd2f5ef2a28a33b9ef02617b7a16625f875c78f8f58b0b1c8', 'ab761a542f60d14795fdcd4137c51998', 'fec4f7c1465fb23bd2f5ef2a28a33b9ef02617b7a16625f875c78f8f58b0b1c8', 1, 919, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2a852f3c958e92fed5765dd29c35c4c42dc28c4', '/home/hkrhostingreview/public_html/wp-includes/js/dist/block-editor.js', 1, 'b75a6f11e170c5113374200bfac6fdbf34efdf6587aae5d420cb87ab6180dc12', '4ae65914d30d7a00379dabebc4bf0727', '4ae65914d30d7a00379dabebc4bf0727', 1, 1057227, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2b5903117bc60be598bfa90e8b7f0aa23859d67', '/home/hkrhostingreview/public_html/wp-includes/blocks/search.php', 1, '9e8f522274b6fd387b1d91ac1a1cf31bbb9a00e2bf5565e5bf2c874d43972a4e', '7676de7a5fe2d968e9b857dc1a0b3089', '7676de7a5fe2d968e9b857dc1a0b3089', 1, 2181, 33188, 1, 1568908078, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2bd2fe3e9650df074a88c13c1cc68d8cdba1bd0', '/home/hkrhostingreview/public_html/wp-admin/css/colors/blue/colors.css', 1, '6c2741f71d06e1026c35929346ff83b3bbf75d079b654c2d29cd13469789664b', '68051b391e123c7f627fb6532d169f1a', '68051b391e123c7f627fb6532d169f1a', 1, 14812, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2c2e23a4d8132d7b0f4dc0edefd0ef8f09d721b', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/progress.php', 2, '1333992b898db4567a53d2107c86845e93da8332c573e1ec70d13913e0d0e486', 'b48a9502b9ae12f3a3f03c39c70dd6aa', '1333992b898db4567a53d2107c86845e93da8332c573e1ec70d13913e0d0e486', 1, 2598, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2e6f5000f9f50c3f25b8efdf59e37cb953ca685', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/ip.php', 2, '006c8df37c751689f1a93abb59850ef6efbd2604172fc7406d91cd97d93e0266', 'bea8b61af5c6d5bc256d45d64dd3db67', '006c8df37c751689f1a93abb59850ef6efbd2604172fc7406d91cd97d93e0266', 1, 1454, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c2ebf1ed8a77fee6f088bade3821ad3061625840', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/2-2.png', 5, 'dcbf0b492d89152697da51ec1f76b77d2cf57742115066d9a943204581f0595f', '', '', 0, 3984, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c2ec1148b5fe204fe7f07d0e2eb7d0e668d1c12e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_base_css-manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992596, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2ef7c90f17ccd367bb8aa8a79a4d1ec5022a551', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-manager.php', 2, '11988835dcad6e94d9beb94536432eae5d7a1d3039a468eb802d99348391438e', 'ebf65441a028043ddf770da25a06310e', '11988835dcad6e94d9beb94536432eae5d7a1d3039a468eb802d99348391438e', 1, 3973, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2efb119d0c030618e5278f6ede87c5421b0b465', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Menu.php', 2, 'd8c7da574f1fba0427ff966051aa93eaa7adf7466fc33416484f97b24188b662', '03d6c6306b04bd380a278f49f5db9677', 'd8c7da574f1fba0427ff966051aa93eaa7adf7466fc33416484f97b24188b662', 1, 2407, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c2f6b44d6290dfbc17ae72698e3e0d4d02dac87f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-settings.php', 2, 'e92286807cca38d766c1a44017267341d3575f5671bd4e351b5657c0ea524c00', '63bb1d9b1f8ef80e8dbd8830648f9846', 'e92286807cca38d766c1a44017267341d3575f5671bd4e351b5657c0ea524c00', 1, 9269, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c301f19db9e0e0f24d1337d8c94a05aea172bc75', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_index.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992544, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c30ec515d337005664dee78b2788eda15309a7ad', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/falt-disk-art.png', 5, '8c6f29d4a6c7659c560a261bf66581d4747ab525539e7bbb0256805a3f7d1e94', '', '', 0, 21739, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c33df5a033fef1b46175a5ea4fd924898273ba7a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/common-modules.js', 2, 'fc8b5f53c007090276ed652ff5fb931a4da5a107250cac75322ee0ad8109787c', '81fbb4be43a447656741d073d0438f39', 'fc8b5f53c007090276ed652ff5fb931a4da5a107250cac75322ee0ad8109787c', 1, 165079, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c340a7a973d5b334e36eaddd6e57b4cb64f4290a', '/home/hkrhostingreview/public_html/wp-includes/class-pop3.php', 1, '04fba87f2b60dc93f3acba756f6b4faf5dcfa089e9577d921d3cfe346dc9f618', '55e4f4d2ed9124899a8917433b47c270', '55e4f4d2ed9124899a8917433b47c270', 1, 20919, 33188, 1, 1564863715, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c34ce2401d176c7630db61596cb0f2ced7949043', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sc.gif', 2, '892baf4a551cbe3c9dff4c33579efd72d7bd1a24d837f8baebbd9f1bb24fdd3c', '65c089b927687a801afd75528f1b6def', '892baf4a551cbe3c9dff4c33579efd72d7bd1a24d837f8baebbd9f1bb24fdd3c', 1, 357, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3544bf7aa53bccd187878503f4153789763a999', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/widget.jpg', 2, '29748707efe35df3148c071d6b08fdb0a1ba8cb5443ce0338625ac4713f72275', 'ced8ccb9e0ac7eaac32cfa5d5a90fec0', '29748707efe35df3148c071d6b08fdb0a1ba8cb5443ce0338625ac4713f72275', 1, 33632, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c35bd9cfcc8ade2ce196d13c03f21cbbc2b2d074', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/no.png', 2, '4d50dfd1497775102d898d139f9e48bc0cb8b36e1098beb96d402a9c09239f27', '41cb6a1049dc3f0aa02aa21ae33606e3', '4d50dfd1497775102d898d139f9e48bc0cb8b36e1098beb96d402a9c09239f27', 1, 776, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c369c2b8ca76e88c21fac433937d2332c0a05c74', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css', 3, '316dc538c613d9ddb6968b34365f789eefa87cc3dc7105e33727796cdc3ad9a9', 'c3a0a16d52aaa0ce0bf00b6db92814ae', '316dc538c613d9ddb6968b34365f789eefa87cc3dc7105e33727796cdc3ad9a9', 1, 997, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c37c25f79aa95c5769b4c1d5c370b334c84af60d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_popover-toggle.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992612, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c38550fbbdf8557b49e4d0a90be2df84b875fa24', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php', 3, 'b0c9436f55bd41fe798821ef8c5d195d1889c19c4b8c2ae458252ca7773b6ffa', '1bf2828228dc2009e039729684f81720', 'b0c9436f55bd41fe798821ef8c5d195d1889c19c4b8c2ae458252ca7773b6ffa', 1, 5354, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c385dc277ee086c00c2c5ac238c36d35009179df', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/color/color.js', 3, 'aeb554a9349f55d0a5a5fc087b59d890199a75ca69162acf96912aa495ff0fa3', '40357cd45aa64e3d2d011eabad2cb321', 'aeb554a9349f55d0a5a5fc087b59d890199a75ca69162acf96912aa495ff0fa3', 1, 1467, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c38fcc9c6f194b2556fa79a0c72669f71347a8a8', '/home/hkrhostingreview/public_html/wp-includes/class-requests.php', 1, '5cc86170e8ad1a2f9c680440551bc805fe15c8b0e99859e6c3d058b0170a48cb', '2fbfaa9d388a7eb99cceeb573102c4e1', '2fbfaa9d388a7eb99cceeb573102c4e1', 1, 29798, 33188, 1, 1569262319, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3926de141fdc7abba7aff97b2cfeb981a76d853', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/conditions.php', 2, '92456e135d65649c17b41f576ddcd1133fa1beec31777985184550ff8d31743d', '2155d05afd5d6f3d2b5b784a4f138673', '92456e135d65649c17b41f576ddcd1133fa1beec31777985184550ff8d31743d', 1, 2768, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c396ef235a93be8deeca8e41ab5a5f7a3ae39ede', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/assets/css/minified/style.min.css', 3, '8e927a3985281c7446036adebcd09a392136e0853099b0001766b395385424c9', '3f5f4290c1febb99063ef0135182c789', '8e927a3985281c7446036adebcd09a392136e0853099b0001766b395385424c9', 1, 284, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c397cca3bdc8398696c3195cb4401423f1866472', '/home/hkrhostingreview/public_html/wp-admin/includes/admin-filters.php', 1, '7cf1642ada942e59e1bd44eca311e620f90e45ea54f9de88680bb6c510cc33d8', '2959a68b35b564138184426cf0042cd4', '2959a68b35b564138184426cf0042cd4', 1, 6538, 33188, 1, 1558903853, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3a1dba5c529d7cb0565576b7b0ffd619fe8aad0', '/home/hkrhostingreview/public_html/wp-includes/blocks/latest-posts.php', 1, '75210da93f4000ef2acba9ee32e919d01410548f2d942a405d8cc4a40ec42cd1', 'c9c5e4864a746f8d6035919174871dea', 'c9c5e4864a746f8d6035919174871dea', 1, 4833, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c3b3fd9631973582b9aaafd7f481576c0077fbe1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-2-187x46.png', 5, '78b71845333569356492813c9857192e2075be0b590fc1f5a001cd46b18c62df', '', '', 0, 7260, 33188, 1, 1596822237, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3b74bb59e86d4961063def1fc1706d452379981', '/home/hkrhostingreview/public_html/wp-includes/css/jquery-ui-dialog-rtl.css', 1, '870e31d71b2568ee53ea8dd6a6db675541088a16bb1d7156b59d2094450fd381', '61f6e02f97dc44c4e4f40edb42eff799', '61f6e02f97dc44c4e4f40edb42eff799', 1, 5962, 33188, 1, 1569840837, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3bfc9f607ff71b494e3d62e6c7ba22d5ae7e95a', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, '0170e155d2a8f56daf92cbcb9f03ac05d572f18b42ea87c2802d548aa484d3f4', 'fcedfb37d68a695b4caf39c6814809a5', 'fcedfb37d68a695b4caf39c6814809a5', 1, 1448, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3d2eec791e58db4a3448433a0504c39a7e49044', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7.css', 3, '770ba8bd4872e65b5617a4c8b878371bcafb1a751ad8056cdc94b2f984ebc782', 'bf9a4b8e03aaedba7ac8f81cc867feef', '770ba8bd4872e65b5617a4c8b878371bcafb1a751ad8056cdc94b2f984ebc782', 1, 1322, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3d4a699c498bf78779656aa7266d2b520b2a566', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php', 3, '234e887bf0b3ccee62c3c321340b9e2df152fa3d606677ba87cc1dbc7f810aa4', 'ae941e2be0aa3f4674b4f512636eb091', '234e887bf0b3ccee62c3c321340b9e2df152fa3d606677ba87cc1dbc7f810aa4', 1, 2584, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c3de986ad3668f2de48fb9b51fa3ce1eae652c81', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/77.png', 5, 'e55a21e70d92fee9fe0d2badc80e44bc883e46835543ddcd1f1bc638ff33c98e', '', '', 0, 147944, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3ee1fbffcb5c1b8f2eac851160e38ce6c5787df', '/home/hkrhostingreview/public_html/wp-admin/js/image-edit.js', 1, '266d2344ebd4f88bd544ffad8065138dd3d790fa8d1a066ae1482ee8074a858c', '288062dd616078315bcefc5f3813462c', '288062dd616078315bcefc5f3813462c', 1, 29294, 33188, 1, 1569863579, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c3fefc12ed27bcadadf5c1729ad21e89ca38ab99', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php', 2, '39e0d07e4c4a6b50d89afc746d5be546e98588ca75f12bc6d78eed9b39ea49ab', '2f004e143b894825f260527d5c914fcb', '39e0d07e4c4a6b50d89afc746d5be546e98588ca75f12bc6d78eed9b39ea49ab', 1, 1536, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c40c4e339d2254f525368104de88e9799f420b6f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php', 2, '9b3f04ce89a63aea298d275b8e088b254b41b80687f0c67e01ead65592d29014', 'a6a3b48bac50a75264578e89c62e894f', '9b3f04ce89a63aea298d275b8e088b254b41b80687f0c67e01ead65592d29014', 1, 14462, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c41e79417b15a189c69df33a38dadbf508cccd95', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/FormsController.php', 2, '22a8257317da1397a865c05050c592f9d37153f2e0c0287f6f53748ba724899a', '771b5434b50059b11c6b6a3d15848269', '22a8257317da1397a865c05050c592f9d37153f2e0c0287f6f53748ba724899a', 1, 1730, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c42eb8a5e3265455da55ace596e1b6ac1f6a4933', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/RepositoryInterface.php', 2, '5488c7e1952ca89f404d0d17b72e411ee62f184c6772943a28412aa4409f90b5', '5fc2bb42864e85af16a0e6a13b88aa59', '5488c7e1952ca89f404d0d17b72e411ee62f184c6772943a28412aa4409f90b5', 1, 120, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4346cbf395dcf0d74b5ee9631bd64a2e5ed7b58', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/elements.php', 2, '820d7a3c78eb0f6a1268e7cc8efcf084f3e567cfa8dd34667427e1b95d24690d', '64b9c4e75c5d00339f3e3db2d8fa0dce', '820d7a3c78eb0f6a1268e7cc8efcf084f3e567cfa8dd34667427e1b95d24690d', 1, 32033, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c43b2d0579cbc7c03c35d1395ac29446c520ef4c', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 'a839a662d19ee806d1ebaa297c2ff81b7ab4082d2bda310725d47f6a77fceaf4', '030dc5d899ab0c2191629d74281f7781', '030dc5d899ab0c2191629d74281f7781', 1, 1242, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c44f02331a323ea3a92e5e776ae2ea24fa5e72ef', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-el.mo', 2, '7d4836781ab0e6a9cdccf3fe15138c2f2c712a7f1ac212a3051847fac1ccbbd8', 'cbd21f542e77272047c859e3234d5ce7', '7d4836781ab0e6a9cdccf3fe15138c2f2c712a7f1ac212a3051847fac1ccbbd8', 1, 29244, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c464268a67fee1a3f8c1f23c5a89c5c7ac0e48f1', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/bootstrap.php', 2, 'c3a590c23e8cc32a7bf64383020359287f4cee0acac8ae62844f19863f774af9', 'd5959e135b32617afce402adb5ef869a', 'c3a590c23e8cc32a7bf64383020359287f4cee0acac8ae62844f19863f774af9', 1, 223, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c469c6d6a70b418c3fabf9c39428fd68eeaec80f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/nfLocaleConverter.js', 2, '23e9e34afb615be14bb8169278e76a421d5fb18ff4f812c888657d0fb33e25a9', '3acbd08da0b1c140863d5c7166602d36', '23e9e34afb615be14bb8169278e76a421d5fb18ff4f812c888657d0fb33e25a9', 1, 3610, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c46d8d7dd6485d880d92c0b1af1ad8c4fd780873', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_arrow.gif', 1, '044e9b8a037d4163bded47d4b2b598417311772de704242c3281ebe82dacd818', '2009c9ff4a3cd667fecc6f9d08393a78', '2009c9ff4a3cd667fecc6f9d08393a78', 1, 169, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c4751e1c9d70415e2a749f56e24d0f1e5c12e0fb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176813', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c497e4fa3a99fce775bcd5bc1bce408bd73e991b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsDefaults.php', 2, '902bd7cabff9c21013eb927a787dc51a6a7a6db07e65f83a791484302bacb3e2', '51c4c51056e34adb3b52ee3df83d4a3e', '902bd7cabff9c21013eb927a787dc51a6a7a6db07e65f83a791484302bacb3e2', 1, 408, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c49a7dbae3cac6c2c91344af02ffa8ffbb0001fc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-fi.po', 2, '16de3e184ff923e02a90b3a5b8a1e9710176842aa7589264d57361b85391c0dc', '369f9ece2a54b69cc2642e0be2cfe2e1', '16de3e184ff923e02a90b3a5b8a1e9710176842aa7589264d57361b85391c0dc', 1, 45778, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4ab50d77fdea4794362b911513117474330a8cb', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-nn_NO.json', 2, '65e73afeb0cd621dc09f7bd79d84df0f0dac8a201a556decd7237a1c2d6479b0', '18ac95a19d307ebfe515f9968e956eed', '65e73afeb0cd621dc09f7bd79d84df0f0dac8a201a556decd7237a1c2d6479b0', 1, 476, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4b10421e54ff8f80d6739e4da72cd032ed5bb77', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-3.jpg', 2, 'f19d03d8c094afd814b2546e03720a7b0ba483f3c6f8a8dfaea0ade199a91333', '3e1b560bb4a64486cb5043d4ab6ae9cb', 'f19d03d8c094afd814b2546e03720a7b0ba483f3c6f8a8dfaea0ade199a91333', 1, 156957, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4c5a04da29467496a476bb82409e9d641c8fbdc', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/force-deactivate.txt', 2, '9ef766a504653f7481f619f9e1eb49731ca475cd5de7785bfcb5d82033c9595a', 'd36137c20e1968e4bd71cc22aef3d264', '9ef766a504653f7481f619f9e1eb49731ca475cd5de7785bfcb5d82033c9595a', 1, 3506, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4d1f99b2bb795658eb3a2640a96120c4ea929c4', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/link/plugin.js', 1, '988448af8f43f3a52d84f504994899e6421095387c45f6a58add680095b7c9e1', 'f82a4e04c8926d51b90680aecc07b9c3', 'f82a4e04c8926d51b90680aecc07b9c3', 1, 24009, 33188, 1, 1557963952, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4d4b5f01387d9e27ed55768b70c54662b84a02d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/ninja-settings.php', 2, '6824292c299f68cae49df8bd6ff27f6803f8949ab6a5561382e0cd7c8f1eaa88', '187cf0a1f353e4106855bbedc0c1711e', '6824292c299f68cae49df8bd6ff27f6803f8949ab6a5561382e0cd7c8f1eaa88', 1, 329, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4d608483e8b2848a27d3ae7c37890f0b8042453', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po', 2, 'def11c3284a824f35d1fc719ef4f8783dc7bd630f131ec360dcae22c0d5a1ddd', '306896007b2e4153bf0cf4dbd64423e5', 'def11c3284a824f35d1fc719ef4f8783dc7bd630f131ec360dcae22c0d5a1ddd', 1, 77581, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4eb45aaa7c7ea30df2fd4741842dd97f80d1450', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php', 2, 'f76199fae9cfd5f82bde03eb2bd33bf42f9ddea7340605164c84d89e83d94415', 'f62a18dbf8f87bab475a05e46fb16cfa', 'f76199fae9cfd5f82bde03eb2bd33bf42f9ddea7340605164c84d89e83d94415', 1, 3536, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c4ed00c15e811866107b48d3093709b7a3159326', '/home/hkrhostingreview/public_html/wp-admin/js/custom-background.js', 1, 'cefb9cfcbfb18004399d342433aa2f224334444b5f6234a769c7c2681f7113f0', 'cc358c331f8258166040ec13020cac1f', 'cc358c331f8258166040ec13020cac1f', 1, 3345, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c507bf685d50cda5940da42ed25cd96a0b3620b7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/kg.gif', 2, 'f4bd8f22994b942084fb39e8cf1e01bd1162af4ac8cca43eaddcfe57ec446d98', '385d842f1918453025966751d5b551bf', 'f4bd8f22994b942084fb39e8cf1e01bd1162af4ac8cca43eaddcfe57ec446d98', 1, 373, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c522e9dca3b32ea8c143026e3da1296e3da359f5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php', 2, '1e2d3741f03e4732aa4dacf97422a1e793270e3cb4bc1d2dfd9972e4b10de945', 'b3145748763783eafbd8c3d8168d3e99', '1e2d3741f03e4732aa4dacf97422a1e793270e3cb4bc1d2dfd9972e4b10de945', 1, 4050, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c531430b7615b932a560d6c20488fa7af26c40be', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php', 2, '62698e65f87a30038ff3d5842c18536af3f2f26693b677cb35c17aa754845ad0', 'e4860acbe9411b355e187b71f807cdba', '62698e65f87a30038ff3d5842c18536af3f2f26693b677cb35c17aa754845ad0', 1, 2231, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5413528755774a7552e0d575720f8dfa6e4b845', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-da_DK.mo', 2, 'b430b6ee80db2e3e17b1bc86cb080474e3fcf25a8543fc6a1093fd7ac6d0c9a0', '9a28aeb5cfc2a19aaaf6d6ccbe867f00', 'b430b6ee80db2e3e17b1bc86cb080474e3fcf25a8543fc6a1093fd7ac6d0c9a0', 1, 23792, 33188, 1, 1589534294, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'c546509e29090b06f833e09495a33e53a3937b15', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionSettings.php', 2, '219dd528eddf03b7f715fa0945f06787c4fb48e73e9b5a9431dee8ee26002309', 'cc65741aa446b0dda3ce1ae49d5c9b7d', '219dd528eddf03b7f715fa0945f06787c4fb48e73e9b5a9431dee8ee26002309', 1, 605, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c54dd1785a2b34b94a558ffbf7593db87f84eb15', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Widget.php', 2, '8cbee9910a95c8f253fbd824dc0a6e054d6a46cdb97e619a2f6042228b78a590', '65b4fb47f47cdb0fa8ac84730d0fe020', '8cbee9910a95c8f253fbd824dc0a6e054d6a46cdb97e619a2f6042228b78a590', 1, 3752, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c551d100093cf58a276189cabd136a67fba9160d', '/home/hkrhostingreview/public_html/wp-admin/images/marker.png', 1, 'a75d1f8231055a4cacd6b22fe7cd139c45759702d855318a235ea4e2243e4000', '3313dc2a4f322fd43349329cfde8191e', '3313dc2a4f322fd43349329cfde8191e', 1, 360, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5657f2979a61138d3a7fb8cc418684fe9e13dd2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', 2, 'd3cad05e5f881f60abec9bc3861630e3503ca6e824f8adf5544ae9898ce4f21b', '9f77f29ec8ee059433b3a4c72f375491', 'd3cad05e5f881f60abec9bc3861630e3503ca6e824f8adf5544ae9898ce4f21b', 1, 1973, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c5685a23126292c7e4277a4be6be54b60cf0ae79', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_raw-html.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992612, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c56c6474b87768f1124b662bfc5b21ca659837e5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/jBox.css', 2, 'a36b30b0e77fee57cf496503e35c9d0c0cf22f320c0b5d19e32702f38e35a24d', '40cd3560b9067b086e5b9988810290ab', 'a36b30b0e77fee57cf496503e35c9d0c0cf22f320c0b5d19e32702f38e35a24d', 1, 11964, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c591f56503ba317acd628b7e48610f17c3d9e6b5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/hidden.php', 2, '62c7877767bf7d266f228b48b49913c254198a3a3011ac306fa1e1ee13da3126', 'd9d941387c19293661fa62d7d8dd0c0d', '62c7877767bf7d266f228b48b49913c254198a3a3011ac306fa1e1ee13da3126', 1, 776, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5939e379d897bb83b06cabea063254fde492128', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/sucuri.php', 2, '7e143da8ea57e87c87b774e0b240ee4d4e75e2d5ef435e82b7bc67ed3ae6c96a', 'a9f2a975ee190fb55639da198ed79171', '7e143da8ea57e87c87b774e0b240ee4d4e75e2d5ef435e82b7bc67ed3ae6c96a', 1, 10617, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5a60eccb58d77e20d6f7549a34acb7537eb4c21', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/footer-embed.php', 1, 'a24de92c8b23fda7b49b45087f1c59538715ed7a062f3fac0101d854cb3464ad', '16841cf55adc04ab84f22e932b96196a', '16841cf55adc04ab84f22e932b96196a', 1, 438, 33188, 1, 1464192327, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5a8ab4a6de62488779ef859b1cbc83e08eaa26e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Admin.php', 2, '45251c11360dd00bba0d07e5d694507bd3c8d3787829b153b3570ac8f3b123b4', '1bc52a990946aae580cd17079f00550f', '45251c11360dd00bba0d07e5d694507bd3c8d3787829b153b3570ac8f3b123b4', 1, 21190, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5b010cab618d671b777a7b44d2671c71e64bb3b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/twitter-feed/index.min.css', 2, '686ebb5fdc5a44d337304bacc9640e0ceaed6f47a0c6fc7d5a8ea7a86cc381eb', '0a2b797b1e28159adf5494380793ba2e', '686ebb5fdc5a44d337304bacc9640e0ceaed6f47a0c6fc7d5a8ea7a86cc381eb', 1, 2235, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5b5a32cf9e49474aa1f4efe3d7cf97355465170', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, '4f670346620429b2aedb16f3018598d0c6772b48719fb01231af654fdf7cd2a4', '399835a3c00e65cf66948b237faecf9d', '399835a3c00e65cf66948b237faecf9d', 1, 5297, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5c2298dcce8c84f3f738cc626231781d67af264', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-failedlogins.html.tpl', 2, '36105e7b58f66c47a52fb3e0d816ed16823b6d0dce1bb7a589997e5dae3fd88f', 'c6a2604d7eabc15f7b497c5ae076ad25', '36105e7b58f66c47a52fb3e0d816ed16823b6d0dce1bb7a589997e5dae3fd88f', 1, 2752, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5d7967dea1819a3b61ad6273b793fdc72a17df2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5e71a6475bc9c6923d8b476a3a8346ffd011a2d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/hidden-fields.php', 2, 'b8e3de77ce69585d7bcdcad54b96924c41dc1ae7f54f5efd56c86fe88fbf7d7f', '4ff964f0fda0148b0df563d13ca6d5c7', 'b8e3de77ce69585d7bcdcad54b96924c41dc1ae7f54f5efd56c86fe88fbf7d7f', 1, 684, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c5fb728732e186c80fd4c25a53ed56eb2c3a561f', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid.css', 2, 'bf21719e3d7bd9db236ba3ddcd1596192e06b8bc94b4258c2a89665da4a723e4', '549ed405b36a864109ec4192b78b849e', 'bf21719e3d7bd9db236ba3ddcd1596192e06b8bc94b4258c2a89665da4a723e4', 1, 20677, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c5fc66585ba5d339c0baf673d80dc3753dbd7494', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-small-img.png', 5, '15ceda895c2775d8f187d40f67b06287308913de063f5aabfa32d0b59bba3c15', '', '', 0, 9633, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c601fcc9d09c3c7a4372861ee058c229bcfacc5d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/editor-document.min.js', 2, '8effac8be1348cd48ff35a992bde31496e6d38a0ba2cee5fae00c2dfff340228', 'e3bdbd46630b63d52a4963faa6d9e6fb', '8effac8be1348cd48ff35a992bde31496e6d38a0ba2cee5fae00c2dfff340228', 1, 207354, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 16, 0, 'c6110227e8b5306d6e490be83423e96b24f420cb', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-auditqueue.php', 5, '070850d3bab46540827daae41c2ba6c96635cbe2ebae5fbe1d2f31d7f5b3ac14', '', '', 0, 918, 33188, 1, 1627001386, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c61cd904b2b46f7a19b24543d3d38c73b651af75', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, '41a676e5462666bb45e37f1bd706263f21aa5456ef539363718a83bfe01b038d', 'dcf85b719d3764e276b8edd77aeda814', 'dcf85b719d3764e276b8edd77aeda814', 1, 2894, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c61f5480b1254469f7649b4cd3368aee808d9c69', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', 2, 'ba5d5163f6a3e5d59e6c0a2dd09087d1970e2703b34b9e3017565d4feeb951d4', 'e3229a143805011c8816fa942781f8b5', 'ba5d5163f6a3e5d59e6c0a2dd09087d1970e2703b34b9e3017565d4feeb951d4', 1, 1961, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c632085ca1a85ac4a1e8055f079ae66e600a1e60', '/home/hkrhostingreview/public_html/wp-includes/feed-rss2-comments.php', 1, '6bb36d1f30e574dcc43587c316ed40a6254b1f1a217aa72416769a5fb68049be', '7580609bd9e4a5cfdf859161f1d3b43f', '7580609bd9e4a5cfdf859161f1d3b43f', 1, 4150, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c63eb2efee7014f538d0e738488afbebad52b6bc', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.css', 2, 'd2cb8bf76552c1ce412ffd0e7826d9b353bfc3c5e27aa5ef12839b690f2c0ab4', '7b108e712fc0488797da83367f10fda6', 'd2cb8bf76552c1ce412ffd0e7826d9b353bfc3c5e27aa5ef12839b690f2c0ab4', 1, 865, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c64001b3e13da40f40bb21648049a62767666e19', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Cta_Box.php', 2, 'a58d42e38ec50e28cbbcb99226ca4ecf8c4aeb7d81142ff698424f415157d6ff', '873110600bc0736f06cbd0f9af1ecdeb', 'a58d42e38ec50e28cbbcb99226ca4ecf8c4aeb7d81142ff698424f415157d6ff', 1, 32192, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c650632cf820782789f465fe95d66fc242bf912e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110382', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c657680bd44f5dedd763e02e17091e52e882bac3', '/home/hkrhostingreview/public_html/wp-admin/css/customize-nav-menus.css', 1, '63e21328d5dbe59b9b1569148fa5a756c69b49bb1ac24d8b702616e77fd55e00', 'e4832a345e012b47c028c8d9dfa2f3ad', 'e4832a345e012b47c028c8d9dfa2f3ad', 1, 21974, 33188, 1, 1554616191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c667b869f58c5b512fa7120d9196e82d938c2b3a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/twilio-sms.png', 2, 'ee2bd7e1c0036dacbe0f141379fcbd96a10d204bc1229f649cd4e30a33a32703', 'd3f58b37b1063cdfb3e69f6654949575', 'ee2bd7e1c0036dacbe0f141379fcbd96a10d204bc1229f649cd4e30a33a32703', 1, 15267, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c674e185a1264f194427bf0fe3871263806d8225', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Field.php', 2, 'e4ec5a3b8ce7ca2e87d8dcae5e65b633792fc9f6639f14c0631b637b298b6eb8', '6938e5678d501d6f33456c85eabcc4d2', 'e4ec5a3b8ce7ca2e87d8dcae5e65b633792fc9f6639f14c0631b637b298b6eb8', 1, 6617, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c67c8a220a9d1d315b6bc3c56abadd79117265dc', '/home/hkrhostingreview/public_html/wp-includes/canonical.php', 1, 'efb2269e1576f9a06f1175edc57011e94121a189b1251ad4a8f46f7a4cee23bc', '9e3d5d952e8fa46b069d0289b1fc8e43', '9e3d5d952e8fa46b069d0289b1fc8e43', 1, 28907, 33188, 1, 1564883996, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c67ffecbabd246b47fad0ed5dee89802b039ceb2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListCountry.php', 2, '8078d3244697993f3d823242b1d8e5a6ada4734334567bc52e837e6a357a6cb7', '88ab88c110b390abdd5d8522733f9306', '8078d3244697993f3d823242b1d8e5a6ada4734334567bc52e837e6a357a6cb7', 1, 4972, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c684d6b4411be17b8c513be5d8f36adf0f69c178', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_loggers_db.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992593, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c68a2bab0d0e3cc503144f6da3531ddb02149f08', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/common.php', 2, 'ff5667cf3d06b44ee3be79d6d207948a29d96a9bf89296bd8abb19d3b07917ab', '90a0efc63070ce249e361facf3c39b34', 'ff5667cf3d06b44ee3be79d6d207948a29d96a9bf89296bd8abb19d3b07917ab', 1, 17104, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c68d16cb911b1f3b82411e7e7df63b18b523ad84', '/home/hkrhostingreview/public_html/wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, '2cc45494246efaa0740e01fccd319a6e4b19f12ea6d123afdba6951e5e3f104f', '720f7773fc0b0a8d79d4f3fc89658c1e', '720f7773fc0b0a8d79d4f3fc89658c1e', 1, 413, 33188, 1, 1545061020, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6941b0dec3fae8bbc3cebbd8f306675b983b347', '/home/hkrhostingreview/public_html/wp-includes/rest-api/class-wp-rest-server.php', 1, '25a0acd290a06a26de5727d01bf89a774f7daad6b72e117593499b86b82c5ec5', '7411bd52e20e1e87fe7a85350857fe4b', '7411bd52e20e1e87fe7a85350857fe4b', 1, 38148, 33188, 1, 1570509902, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c69c31be1a00673b137eb6a8abff6c0913128064', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-logo2.png', 5, '46f6f6051d663e96c5c98004ea6b645eb3e6759eece6dcd03111c6625317c8ec', '', '', 0, 5046, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6a52fca2b8093d0ba3f0ed84cd5ebe250701215', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/frontend.js', 2, 'f89d193de26ca2df62f0b35122fd3dca34c5ccc0f32e26e4a65097960882ae2c', '16da5149efb87cf5be1fbdaeb9568339', 'f89d193de26ca2df62f0b35122fd3dca34c5ccc0f32e26e4a65097960882ae2c', 1, 270212, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6aae51bbc63594516c77b22df459b66374eab79', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6b733d7a5bd260c931d22b58dd02af9c89121c7', '/home/hkrhostingreview/public_html/wp-includes/class-feed.php', 1, '5506c1346f1fd9ffc0818a3cadb95c7591cdfb0e253595cde8f49235cddf7969', '6f5f5ef9d5c54e52658a7c416589d25b', '6f5f5ef9d5c54e52658a7c416589d25b', 1, 544, 33188, 1, 1570555144, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6c87bac41c73102a5d0a7e27af4cad400628190', '/home/hkrhostingreview/public_html/wp-includes/images/media/archive.png', 1, '59cd4db7166e01d6444630f7ab099c069a0032660585c3a6a2ac4cf1a1e9c220', '113914d2eedff268fb00dad3c3ac9175', '113914d2eedff268fb00dad3c3ac9175', 1, 417, 33188, 1, 1395960074, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6cc01b4a3254ad6381740684b66afeb868cbffa', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/az.js', 2, '3c210adccc66a6518baa641f9ffdfd039b09f81638c5f266e3ece58300fafd5b', '239914a2794e378ef6cbf50c329a5c2e', '3c210adccc66a6518baa641f9ffdfd039b09f81638c5f266e3ece58300fafd5b', 1, 701, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6cee47b4ec4237cac4224292b086bef6fa523ef', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/nz.gif', 2, '1504a2b19c9c76a226543ff30c889122abc4c701e582ad44e16801a9e4b3269a', '5809a037a53791f4632ed2756adf966c', '1504a2b19c9c76a226543ff30c889122abc4c701e582ad44e16801a9e4b3269a', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6ed36a0f336eb781d3b8425a8617b55d197b5a1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php', 2, '2a5183037afb35ab175d78b263082450a840698167309f2d5facae1ea7dc5d85', '2ecc946cc23379129d8648ebf9c18ee1', '2a5183037afb35ab175d78b263082450a840698167309f2d5facae1ea7dc5d85', 1, 2120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c6ef4ca007a6ad2d6be3401c05ab9de65c389f2b', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/plugin.php', 2, 'ae9fa88fdb31e924ff5db4f7a41790234643a847dc50971e82ca0cb7f6997be4', 'b257adc0f936b8b66cb2fdd07804be3d', 'ae9fa88fdb31e924ff5db4f7a41790234643a847dc50971e82ca0cb7f6997be4', 1, 3403, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c700513ce3e9a1ba9e20035bc5448102c274d4e5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/payment-fields.php', 2, 'b095c50fbf6001ade4ba3ea76f3332d86841ada019f13cd5d8a051d0dbf32dc8', 'c62a026654c2b8f872a0b7e2f83b1c56', 'b095c50fbf6001ade4ba3ea76f3332d86841ada019f13cd5d8a051d0dbf32dc8', 1, 1472, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c709a60303e7458edc501af643b9c927d63cfb4b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/single-blog.php', 3, '35463bdb2fbf439e3cbcddaca47a89b4bf69673bbc0b662a67cc736915de81ee', '990e9e7d0db9125e832d1fee7bb004fb', '35463bdb2fbf439e3cbcddaca47a89b4bf69673bbc0b662a67cc736915de81ee', 1, 7650, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7142a3a1d1f7ebb63ff42dfcd3aadb5aab8cc48', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-single.php', 3, 'a12c48829167589f74e361567ae8795cfeb12cd6e6590638015ce1c79d968b83', 'cb632742815559fd73b2194d544f4268', 'a12c48829167589f74e361567ae8795cfeb12cd6e6590638015ce1c79d968b83', 1, 561, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c717e6773a7850fd6d2f8cddec33c99e03661835', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.css', 2, '6137e0e243c7c8df1210fa842d1f7f88ca5897dba189451091891d3580d8c77c', 'c8ebb65eadaee948d9289e70ea8199ca', '6137e0e243c7c8df1210fa842d1f7f88ca5897dba189451091891d3580d8c77c', 1, 35437, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c71e5007de01b3a9711c3989b48df70d79a25512', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/py.gif', 2, 'a384aed4506fd0b58234c08e4526ca36e1b7911cc21973a8a132d80456ce189b', 'bef5b19a0555c6b85fa8f46055e019c7', 'a384aed4506fd0b58234c08e4526ca36e1b7911cc21973a8a132d80456ce189b', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c720babed4271312fbaa0b150d815af2e1af015c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot', 2, '7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979', '674f50d287a8c48dc19ba404d20fe713', '7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979', 1, 165742, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c7212845cd600a6b5bf8e8e3f946642b1f13e73e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_deprecated-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992606, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c727a857d4320051d9bdd372e59ab9cdac60e2ab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-listselect--builder.html', 2, 'f5bcbc7092e68f6d5e3e34523ae585a29e3526c1bbed82e95d5f60841610f39b', '983060bf4f729d5f8557a4c8c17e0f2f', 'f5bcbc7092e68f6d5e3e34523ae585a29e3526c1bbed82e95d5f60841610f39b', 1, 710, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c72853568d6e81e058e4f314694faccd7fc58754', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/AddFormModal.php', 2, '88ddba14cb9070b96b38c41f75762610bb0d13c77ca7f9038c84c8910ae60435', 'd68c96ed779095de5c8f68695a3b5d0a', '88ddba14cb9070b96b38c41f75762610bb0d13c77ca7f9038c84c8910ae60435', 1, 5580, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c72cb5001cca24cb2180affffb7f763f44984663', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4.png', 5, 'bf5498cdc17246945404c7fe9f0258ce41082dcf22fa55944f0871dce864d548', '', '', 0, 9652, 33188, 1, 1596822131, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c7341d88aa97e012980abe1b28f9e7ebe85de227', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/5.png', 5, 'e345f274ca7d2466859666bf8adad235f0d8f0d74ab7e710d2836ae225f0b48a', '', '', 0, 12825, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c73a69505e225e2df6540bb71cb6ccc6f797ef77', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po', 2, '0ab8655fe538cd2528a324bc7ac2e980bbb8254de6b0f541848508017a3417f5', '0d1544e816ae15df2ed6a10e68fa2dd6', '0ab8655fe538cd2528a324bc7ac2e980bbb8254de6b0f541848508017a3417f5', 1, 69165, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c757aa11c13c665ff2e8ae071aac11d2bb0f603d', '/home/hkrhostingreview/public_html/wp-admin/css/customize-widgets.css', 1, '2f704b27d4e07901801df5155960a0bc4f804725a31846cbcf9e289c1c724667', '4e338ddee64e1284d5fc128c1d68d3ce', '4e338ddee64e1284d5fc128c1d68d3ce', 1, 12380, 33188, 1, 1559145713, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c757b5b47a08aadb6a36ad6c90ac59ceffabe995', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-styles-registry.php', 1, '38466a024c9642c691ae70a137ab068db2e3b8600ff24b5aa21b5dfae771d4d2', '6b5ca46ee281b2231274c9f42af45037', '6b5ca46ee281b2231274c9f42af45037', 1, 4663, 33188, 1, 1569858299, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c75b955e70548cbeeddb35c46250562d4c1577da', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot', 2, '99b166f69dd623d36e7006e3948d4346834f79b21e93fb1ca72da99b635da0a9', '8440c885bbe3afa4b4773c969562b570', '99b166f69dd623d36e7006e3948d4346834f79b21e93fb1ca72da99b635da0a9', 1, 23206, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c75f235a2621228efc1d64d2abb498a903ce6d3b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_files_base.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992588, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c76fed8525c11457e6b50ed16bcbf345acdc8a15', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo', 2, '7d1ce2a14994a96365769026a1902a9f97ec1d8c8d1bcaf424f6e976cfadc565', '7d81681d0df522ebac5e695d39082971', '7d1ce2a14994a96365769026a1902a9f97ec1d8c8d1bcaf424f6e976cfadc565', 1, 48968, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c776b497ef92cd5c6578eeca9a8596d9b6977c52', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-subs-filter.html.php', 2, 'a6106e3eb14ac0db0f1d14bdda3309be33f346eb5b48e1d447bb028270791fd7', '7b2d489f127910ba568d19f7b527ee86', 'a6106e3eb14ac0db0f1d14bdda3309be33f346eb5b48e1d447bb028270791fd7', 1, 1542, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c77b68963aaf57c9259149de27df5e86439ff191', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_libraries_wp-background-process_wp-background-process.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992621, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7a0593acfff5c313ba6a8944a82f7c2afcd52a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-ds.php', 2, 'e08ee0403cecd1ae062b5be1fcee58368098d4f299db5e78f3e3b4183b664b81', 'f3d8134308631e084250d922aad87ecc', 'e08ee0403cecd1ae062b5be1fcee58368098d4f299db5e78f3e3b4183b664b81', 1, 24578, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7a07a85613c93463996a51a0b0ce1efaf562d7d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css', 3, 'cddcb43a7c917e379fe4f9eb3e3e5060d3de20895d66b9edb0ec27afd9c06b0a', '65f5f2433c0d2b1b1200986ed5206144', 'cddcb43a7c917e379fe4f9eb3e3e5060d3de20895d66b9edb0ec27afd9c06b0a', 1, 17415, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7a20b4e99b2f4910f4f4a31f188b72eab9b6cc9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/manager.php', 2, '6656511ef83fb02bf73b57b6c8adeb703a2c5cab12e5b8e555c60a70b4ee173a', '7d122f9e44f4bc7837b4f7ab579c8321', '6656511ef83fb02bf73b57b6c8adeb703a2c5cab12e5b8e555c60a70b4ee173a', 1, 8231, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7a298d0c12bf5e4a47ec46a5cf43dc3b7c29f2c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-heart.svg', 2, '895f86567133c050d23508b7613214a47e11389807b9e057882926c0122e4f01', 'e74ef35d0e25c19fca3f537e08f2b08b', '895f86567133c050d23508b7613214a47e11389807b9e057882926c0122e4f01', 1, 893, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7afc841a589d1e8ddb93b9a6e10c0b3c11a4e08', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-webinfo-details.snippet.tpl', 2, 'f51e66aeec7fab4efa232d0a07fa83f93cb012f1d218ed22e5f4f2d303168cff', 'fd938366ce5b4ac710f25a1b55464a18', 'f51e66aeec7fab4efa232d0a07fa83f93cb012f1d218ed22e5f4f2d303168cff', 1, 175, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7b109b3d7d61d8a41170b6a9086f357ca2dae75', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metaboxes-calcs.html.php', 2, '798dff16de499ccf2046be2985f2e8b18f7271bf10f28ee8d1467b1361de8e39', 'a51fd0d71ac0aee4fa97783434e0d9d2', '798dff16de499ccf2046be2985f2e8b18f7271bf10f28ee8d1467b1361de8e39', 1, 460, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7b2cc36694a18dd7ae9d95d6a78a947bde2e737', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js', 2, '695681ca9844b520a2191da2226d9d1021329b16a94253dd8137039d80d0a131', '18c83ba6dae51cfec87c46d2520f3bda', '695681ca9844b520a2191da2226d9d1021329b16a94253dd8137039d80d0a131', 1, 7119, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7ba4a44fd042c7bd896a71ca416b774bc0a197d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/LICENSE', 2, '8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643', 'b234ee4d69f5fce4486a80fdaf4a4263', '8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643', 1, 18092, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7c22c2f5a83d7c4b7e06a22f2c886e21db5de21', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/table-of-content/index.min.js', 2, 'a518454cf7acfb7e196f22b36dbe091a3ce69b17a5119999368042788fffce48', '313ca1829fb2481ff8483517a58091df', 'a518454cf7acfb7e196f22b36dbe091a3ce69b17a5119999368042788fffce48', 1, 6583, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7d1f0e4fc7578a9c271aab550e74c791662f21d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', 2, 'aeec30d3f7b5d2acdddf4e0a3c6462b9408e17afeb37f65dfbad73e2c6d9838d', 'e2a13d1e83ec08311a3041e76b23889a', 'aeec30d3f7b5d2acdddf4e0a3c6462b9408e17afeb37f65dfbad73e2c6d9838d', 1, 16893, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c7d53aa5130720470a9ab6bae88f5bc5a7efcd2a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-system-status.html.php', 2, 'b890a658ee3965da28561fea8421df62fdda7c25e7e5ff0c43e377b52c9899c7', '1977ba3f705a6e9c763cc09765fed7fa', 'b890a658ee3965da28561fea8421df62fdda7c25e7e5ff0c43e377b52c9899c7', 1, 3928, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8079f9b41342e7eb12c325c8743edd22f70c24a', '/home/hkrhostingreview/public_html/wp-admin/includes/class-theme-upgrader.php', 1, 'b07fb6ca26896ebccd359ab30e80ad4d36f1eb806b88af809f9ca16ff14aa56e', '1655e947bfd38ee7c315178b648cfd33', '1655e947bfd38ee7c315178b648cfd33', 1, 20317, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c80c0621c4268b3d83cf2c59f0eca0f8a66b0a2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/form.php', 2, 'e43393fbb370a3a05e7c7602a8ab394871b3c12b7084c20ccc2e5f1105182f67', '5459d243c08580d4f7f2320950daf0ae', 'e43393fbb370a3a05e7c7602a8ab394871b3c12b7084c20ccc2e5f1105182f67', 1, 4451, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c80e175c63a63e694d130ab2ccf1adf05800d6cf', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/2hosting-small-img-150x150.png', 5, '202997867a1b297ec4deddd7dcf56847e118a3279b50fec0343552293fa0fcea', '', '', 0, 16822, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c81eb9d4456821a847ed65cf494e4e677e098be6', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php', 1, '15922a78f5f525da08fc4de0a931a08b2ffa0237dcc1b72856e59f74142c1077', '2cec20d4643211bb598f8fb0bb5e817a', '2cec20d4643211bb598f8fb0bb5e817a', 1, 15152, 33188, 1, 1558836772, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c820fc4c3fa236160e81c72265d26d56c28dbc86', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/border/class-astra-control-border.php', 3, 'c2c3383d65e2ad01931c6317793df7477d3db77e414ca40def26314e72c70a79', 'a4b0fde2cf7142e02bd990e344d26505', 'c2c3383d65e2ad01931c6317793df7477d3db77e414ca40def26314e72c70a79', 1, 3922, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8246929751cd014e006e7ed9a5cf8950d306aa6', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 'd294404aa0cd99f61057b3e813366eebd12286442e9c6d8ae30e2040a709211f', 'e9bdf549df031fe6b583e818dac7e4fd', 'e9bdf549df031fe6b583e818dac7e4fd', 1, 16472, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8398629b00b5f8b56079abef3606340df7a47e2', '/home/hkrhostingreview/public_html/wp-includes/js/dist/annotations.min.js', 1, 'f35ceb453a8055fe24b498b984717be9f5f02b1941fd579d3e65f9b61cf4357a', 'fc378b756c507156d3bb57647a2fa305', 'fc378b756c507156d3bb57647a2fa305', 1, 9935, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c845cd23ce174bb94a0e771d12600cc402635b1a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Textbox.php', 2, 'b422c078f55a2d367aeecbb9963e72877c2c406488a0370b5f935cd900c78e48', 'b410ce9a855e949b46602f9b71026164', 'b422c078f55a2d367aeecbb9963e72877c2c406488a0370b5f935cd900c78e48', 1, 1332, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c8585d8d4b0142037f05cfa3e2d0d3037898330a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176636', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c85970ce027d56340b885633e6c236ed2611c228', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/auditlogs.lib.php', 2, 'bcf2bed44e8094eabf7ddd9ea0617774d8278737d7f8ab883196a781a83194c3', 'da2921ad7d1bda125b242d9958d5aac5', 'bcf2bed44e8094eabf7ddd9ea0617774d8278737d7f8ab883196a781a83194c3', 1, 11154, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c86dd644ece5bd443443ac7cd0054748f83100a2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-zh_TW.mo', 2, '0f8cd162ac9b21b043321062e1c69442db8d27ce84e9b1549f285bd2ac842dcc', '07f408c60c3abd926fced9c5ca67b944', '0f8cd162ac9b21b043321062e1c69442db8d27ce84e9b1549f285bd2ac842dcc', 1, 86230, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c871a618493ee847f273e31a9e8b974730c22175', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_items_base.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992591, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c87a806b916188ef44c848d559f4dd7366735100', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/zh-TW.js', 2, 'e32201452fa5e9165cb183f54c7eab641255cc176fdffd553d38e294aef39cce', '261326600ce25581979b60e26a51cf21', 'e32201452fa5e9165cb183f54c7eab641255cc176fdffd553d38e294aef39cce', 1, 708, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c88c8c64b5da510cc082e9c4dae0e2ee8a06c7b1', '/home/hkrhostingreview/public_html/wp-admin/css/colors/blue/colors.min.css', 1, '93b5f9d3aea23855dd955a489637b8527f1bd65ca573647f0a24fe8de5b8f643', 'e99f9ad98677585817cb3ed25b652b58', 'e99f9ad98677585817cb3ed25b652b58', 1, 12905, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8a33fa5400145d7f5d8932752d3c6622d4d3d54', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/admin-before.php', 2, '22947e2f168280cbc73b120e3890365d8ce6d0be0ea420e988db7182999d378e', 'a93e230cc69dfbb891e0d2558afb6c99', '22947e2f168280cbc73b120e3890365d8ce6d0be0ea420e988db7182999d378e', 1, 199, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8a959133d70f97adceae5b4507550966c3cec2e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/common-functions.php', 3, '2e6aa4ad81b14c56bc364d894f7b256773bf44c2d735755ff5b5d42adc53c846', '492c93e0d47463179431636ffb660d3e', '2e6aa4ad81b14c56bc364d894f7b256773bf44c2d735755ff5b5d42adc53c846', 1, 42174, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8b8236bbbff12679e1864f31d5da5f521fcd74f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/StateList.php', 2, 'c23f951b9e417c05299065649316cbcb964b7fbf143de7f5f2494478b9265a70', '420d9a00e111e2c44e4f78f3f39c7853', 'c23f951b9e417c05299065649316cbcb964b7fbf143de7f5f2494478b9265a70', 1, 1476, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8b84c5f9c3fcab6d1bc3a14f7a137b4d1b4c7dc', '/home/hkrhostingreview/public_html/wp-includes/blocks.php', 1, 'a3f79b585299989aaab106768480d1a6b75a14c11be21e6cd9878867352356d1', 'f6cd27ac60f4570b4e53cb711665ae27', 'f6cd27ac60f4570b4e53cb711665ae27', 1, 11325, 33188, 1, 1569087717, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8c5efbc202daeb5452c9b63766bfab9ddcfd884', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ma.gif', 2, '235e812367ac3c41e3bbc86df086c549cb1f42299096c44bbeda10c42530c437', 'ad81d516864533d1869ed296603f6e7e', '235e812367ac3c41e3bbc86df086c549cb1f42299096c44bbeda10c42530c437', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c8c9af6fbe02000769b9fc99f0dfd5a7ff459f61', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-status-controller.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992519, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8cabc359a23c21c71bc03e855932af76bed522e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/libraries/class-wp-session.php', 2, '97b8cbcfdb1443ff4e5728a7f82b6bcbabede43be523a1d768e74b8b416d46a2', 'd074832d9ff4f3c2b2f4f861e96fd709', '97b8cbcfdb1443ff4e5728a7f82b6bcbabede43be523a1d768e74b8b416d46a2', 1, 8480, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8d1a860b3e28a9730c648cb430ac7946cb8acbc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/isotope/isotope.pkgd.min.js', 2, '1092e517a91de84e74322c65438512fcf9af175e465682c871f4b4259eb85b79', '9e5670bc086c4badeed33ead54454847', '1092e517a91de84e74322c65438512fcf9af175e465682c871f4b4259eb85b79', 1, 34741, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8d5e7e9d3173fdb2e4accb18a4b64881f14fb24', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/data-table/index.scss', 2, 'b3e35568e7c1b57ef4defcc315e2cf83b2b5daa4909e3651db9ef15bdff4d5da', '3049d63c98bc9a1518cdf6d3af18a301', 'b3e35568e7c1b57ef4defcc315e2cf83b2b5daa4909e3651db9ef15bdff4d5da', 1, 8477, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c8e4ad81f71c9e6c15128db70d59df7a546bfd16', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/interserver-hosting-logo-min-olvqx2c64ham22kqcq7bo8s231phpthot0ykb9tvm8.png', 5, 'b33d176cc6948911d4f2cabd43678b90d04862eee7d1f3b7a8c4495016fb1d85', '', '', 0, 30743, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8ec10fb3c9cca60bef27a4d33dc9b8df1218646', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Twitter_Feed.php', 2, '5c83e881c4850162183b4a23b370a10dfc9dcdae8fdf47d162b825ebabd14249', '13092f326756f6d645ace2b515dd3f70', '5c83e881c4850162183b4a23b370a10dfc9dcdae8fdf47d162b825ebabd14249', 1, 21652, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8ecd3f3ea908bcb214e7bb923cca0082bd2a41e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg', 2, '656a4fd6380785b8a3c7efce9f755807b540bb675d07c634fe934d315af9be01', '62dd58087943beb7ed9288d8795035cc', '656a4fd6380785b8a3c7efce9f755807b540bb675d07c634fe934d315af9be01', 1, 354, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c8ee326a3f0ca56c83077708e094e13c647b6750', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226787', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c8f51aca1bad1673c576ad792a3af975f84faa7b', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-7a.jpg', 2, '348285fa78d830318919260d05785efc61f17a44ac8d2c7f4653f8a1349cfe2e', 'a291dd094414807653437616889ff9bf', '348285fa78d830318919260d05785efc61f17a44ac8d2c7f4653f8a1349cfe2e', 1, 174098, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c926571ca3942db8a44388f92addb3354626ede7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/SystemStatus.php', 2, 'b1660434a4c5dffe44684cd00ad092328c3e652dcefdcd99a97c180c30afd340', '4972832f3a29f5c434f2a8c7242b4078', 'b1660434a4c5dffe44684cd00ad092328c3e652dcefdcd99a97c180c30afd340', 1, 9022, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c92666861a5864063532543abfa803ab332289c6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php', 2, '48fa515726cccb636f30c2214e0c3843ded8582ca3d952bd3b2c7cd84529de06', '76b53615b97abb78141af5950124768b', '48fa515726cccb636f30c2214e0c3843ded8582ca3d952bd3b2c7cd84529de06', 1, 2926, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c93cc0591a42e6dfc59b641ad84df959b6ada04e', '/home/hkrhostingreview/public_html/wp-includes/js/dist/edit-post.min.js', 1, '2347aab51aa8bc677022e3c7710e3aed545298cb0acbbc5e3b014765eda530d2', 'e6dfa21e9e682ef48457d5082eef65af', 'e6dfa21e9e682ef48457d5082eef65af', 1, 84938, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c94b261063a210863c3e98ceef3b2938b26ef080', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/How-to-Choose-a-Web-Host-–-Web-Hosting-Guide.jpg', 5, '3001ec1afc09c3574f1bde299b5378e583566098c12649c5598c4bd9f14b0126', '', '', 0, 54122, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c94b64f5c48fbad2096363dd1c3ab45ecfc0de73', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176571', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'c94ed34907b3ae70bf3bc2042f84ec54bb681139', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/hosting-logo-siteground-olvqp8cl66kvjcmh9dnh5rus2djh7kdt0zztcqpgzo.png', 5, '2286a7a687bc5311048c4958454c9b7e083432778fc90683b8b4e68856e625b3', '', '', 0, 38949, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c95f089a7768bc8ab8ce80fdb31ba315a433b52c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9605c450d7c27081d0850c4f5e0829041ae7051', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/manager.php', 2, '0e1a29b75129b5269ca21a8c5823c12d155a7bec9567d956c5bfb70ff264663e', '60e36e519c5636d535df372de1a17161', '0e1a29b75129b5269ca21a8c5823c12d155a7bec9567d956c5bfb70ff264663e', 1, 15624, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c962c0120b900c20b8791f1612bfed69fad43198', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/responsive/responsive.php', 2, '5f988b783b8492ebccc22173f2f49fcc0f7f6da0b6123600c4aaa0354c885036', '90c48045430e1b2be9ab077a2601f528', '5f988b783b8492ebccc22173f2f49fcc0f7f6da0b6123600c4aaa0354c885036', 1, 3505, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9663869c23e1f7e6bb6b7c15899fe0b098a9800', '/home/hkrhostingreview/public_html/wp-includes/class-wp-term.php', 1, '1600ca5bde9149d49029cba6a623914c49eb443d947ec27d5cde9fb90ab781cd', '3b9ac370ca4ced3e10a26326840d8ed9', '3b9ac370ca4ced3e10a26326840d8ed9', 1, 5265, 33188, 1, 1519590150, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c966a8c5f7ebcf8fdfb784d5e890cd66d228f230', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176780', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c98498a0f25ccc80852488690c1ba64e6b6e5472', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/multi/license.txt', 2, 'b65871c2afa2ef880d6e99280e503abc7b33505ef89c955ea724b5429b451e61', '9c75a9e8ca452e30bbc880afce625bca', 'b65871c2afa2ef880d6e99280e503abc7b33505ef89c955ea724b5429b451e61', 1, 1062, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9921c0d79a20ec4f206ec070ff3279fcceddb26', '/home/hkrhostingreview/public_html/wp-includes/css/dist/nux/style-rtl.min.css', 1, '7344ef699f8a4978fe1e44f890f81b48d71c74e7ea2315859a6766d45091ebd8', '093f88e78124c68bbc7f81cc9664985e', '093f88e78124c68bbc7f81cc9664985e', 1, 2173, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c99957d657146c6c07a719355c616d85a0bdf914', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-links.php', 1, 'e27f4e6115f72b8be334bec6206e5df7f2a98cc8e73d64a16e033ca74574cf22', '58169f2d2d3a9846f2217f126cdd9833', '58169f2d2d3a9846f2217f126cdd9833', 1, 7226, 33188, 1, 1570375683, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c99a821f70048eb28f0732ba4dd9ba207ce5502c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po', 2, '18580979b799bfc4d4bd886cd1d111dc04df62fa1ab53a95716cef12ffe2f5b6', '10e0021ef14eef3d99fb61000c48d06b', '18580979b799bfc4d4bd886cd1d111dc04df62fa1ab53a95716cef12ffe2f5b6', 1, 39892, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9a5f3d7a1c7f62710abb6748a2236ed4e3b8242', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-comments-list-table.php', 1, 'a89972e577dab8a0ea6935157ec434cabcf9a5c8c9d5d29561aa6f03dec4b495', '593c49f5de5a5d89f55440fa73fc997e', '593c49f5de5a5d89f55440fa73fc997e', 1, 28145, 33188, 1, 1570227597, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9a9856655a12fabb2361e3caaecee9788c6c4df', '/home/hkrhostingreview/public_html/wp-admin/css/customize-nav-menus-rtl.css', 1, '87883f3a4c9225a13947945b125a4c7aad87f91aa49b08c14d4b401642ee0351', '891c337677bb836662e8301d9be94544', '891c337677bb836662e8301d9be94544', 1, 21985, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9b2226c7f9d756bb8363262e1f5367b326be931', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'c9bc5c70878aacb3fdc3e3a23041c49805cc5278', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176471', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9c6c90838a703bf66479db533f1d6361feb5164', '/home/hkrhostingreview/public_html/wp-includes/js/clipboard.min.js', 1, '0edf8661431834c0bb192675cd4af1f503fb2f5f28d89d124f274dbb8cad361d', '8e6f346d35a9ca3d1189d623fff51b1e', '8e6f346d35a9ca3d1189d623fff51b1e', 1, 10506, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9c6ee8fc09b7fbefe73f7c24b4f418c9fe92318', '/home/hkrhostingreview/public_html/wp-includes/class-wp-date-query.php', 1, 'c82e26276959b8539c4c82799b42158fbe4998c851bea69d7eb246760261196b', '2eb8360619dc8d9027405793716166ae', '2eb8360619dc8d9027405793716166ae', 1, 34822, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9c90864c7c7c3d95b458c6eb2be96c336570ad5', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts/fontawesome/fontawesome-webfont.woff', 2, 'ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07', 'fee66e712a8a08eef5805a46892932ad', 'ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07', 1, 98024, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9d491ef48a440e46ccdd9a67dffba4cb7567c98', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css', 3, '78f7c258b9a2655f522fc198b9fa87827ed8deb99689db6f4184bce680c836a7', 'e3f16531cc79d38efb434444fadbf2d8', '78f7c258b9a2655f522fc198b9fa87827ed8deb99689db6f4184bce680c836a7', 1, 256, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9e2ef9cd91cff4aea5cf4df033b54bffddc13d5', '/home/hkrhostingreview/public_html/wp-admin/js/post.js', 1, '8308a0c9103e99c5d5c3f62f1a008cb321334130dee807b4b9f10380c95531a5', '086a6977f592c2c633281623697b9c89', '086a6977f592c2c633281623697b9c89', 1, 37407, 33188, 1, 1567617201, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9eafe918336c42f723e996f22f2a590dabb0574', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/textbox.php', 2, '3c3d73d60f2d1df3aa592e636ae5b626a1dfc7c9aff59e5706983c0948f56f88', 'de8b6f2e19e2747f6df7644833f92e71', '3c3d73d60f2d1df3aa592e636ae5b626a1dfc7c9aff59e5706983c0948f56f88', 1, 13065, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'c9eb12d2590fac28c92d2f26ab6750f5aacdd2f1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_Tracking.php', 2, '724d01357194ed8d5fd1e84e0832155dd004758f621bcb6d5129d94369640343', 'bad40a9b7451202268f1c8352575ed3c', '724d01357194ed8d5fd1e84e0832155dd004758f621bcb6d5129d94369640343', 1, 5399, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca02d3bf1f093f80c2f91d9dba19e85b12599b91', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Betterdocs_Category_Grid.php', 2, 'a932a1cffad1a4902aca34ba5c5849c012880ad1f8ca046cdabdea27f34da344', '6f2d7ca976f6a5a5babcefa084a0f591', 'a932a1cffad1a4902aca34ba5c5849c012880ad1f8ca046cdabdea27f34da344', 1, 20377, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca09b2229cd58f2716f7e1aac475650b5d4d3e3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/LogLevel.php', 2, '3b3711000ccfae37d52f8357c97c8be140c9e8f7d6f90d86cb823ae643b66211', '111bf89da649af80df4cda15c28f5b69', '3b3711000ccfae37d52f8357c97c8be140c9e8f7d6f90d86cb823ae643b66211', 1, 362, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca0b9a2ff11d5654d2ca5c7c51eabb18f90f3789', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-de_CH.json', 2, '8d9b865929be195f65f9456d984353ccce8503a8d4d3ff708eaa55a6ae4cef8d', '0f47a56a7eb844b3b6a201e151a4c5fa', '8d9b865929be195f65f9456d984353ccce8503a8d4d3ff708eaa55a6ae4cef8d', 1, 736, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca12298feab9eff35a8169e27da161b37e55ccd8', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/wrapper.php', 2, '5e296c6b9f296bcfe28d7f0474af8f28f3b4d8d66ddf8e231a8ee9e09e4b9720', '10885d78a6229a59978bda1c8aef4b4a', '5e296c6b9f296bcfe28d7f0474af8f28f3b4d8d66ddf8e231a8ee9e09e4b9720', 1, 6438, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca1444eb8dba491051c5530f066f2646bb1446ea', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ws.gif', 2, '003c9e7a10ddef954372d2a1eb69709b19b98525750e7317d381c61a6604f477', '32ac83d94d72fc5abb59dc917a07fc72', '003c9e7a10ddef954372d2a1eb69709b19b98525750e7317d381c61a6604f477', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca17a504aac4249ac5275f0b1bc5adc5b3ff7a02', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/image-accordion/index.js', 2, 'a93dd6d70318864ea7df1710370a88563c2a77b0196ed0c810c88852907ba21a', '6ba24663c816e5578ce64971aea25048', 'a93dd6d70318864ea7df1710370a88563c2a77b0196ed0c810c88852907ba21a', 1, 1794, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'ca1bfeb667cad13e0dd86f9a5c6d573b9750ce81', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mf.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ca1ee3572efc4b813346e3cf90bf743a0c3a5c8c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_dynamic-tags_data-tag.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992586, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca1fc58c554c28eb68c427fcc56fff23f6facdda', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/images/astra-starter-sites.jpg', 3, '9672032c253a9370ceda2d5bc43ee73933018a2bda0dc8b23f6f0b7a5cf0af17', 'aebc5f63b684f59c18220e1e08ce90db', '9672032c253a9370ceda2d5bc43ee73933018a2bda0dc8b23f6f0b7a5cf0af17', 1, 28241, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ca256f7a2c8c9ef141afc55890cf6c235fee0df5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109974', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca29b05053aa0ec18c0ee6d5eeb9fdeadca1daff', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ki.gif', 2, '6ff85244f91cf6ecd0e2e3719f1a589c9502b448eb7a3718ce6688e9d4261d41', 'b01814ad07dee8bc4be5d3038cc8b6b5', '6ff85244f91cf6ecd0e2e3719f1a589c9502b448eb7a3718ce6688e9d4261d41', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca2c0ee699ebb6e8b163a6711217b0e36a969070', '/home/hkrhostingreview/public_html/wp-admin/js/language-chooser.min.js', 1, '01221f93d66a7c3457e90b6554f290ec890d0c8ebc771fdf07f49577feef45ab', '1e20e39aa9b8414f11608d62414ddd1e', '1e20e39aa9b8414f11608d62414ddd1e', 1, 374, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca2fb6a1f0dee42a99936366e6dc383b9a642792', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/frownie.png', 1, 'f14a201d5e30cdf604d6a1d0e30095ed47ed2bcd2a45d12924f2d22aeca8702e', '519bf3d0051b841e0cb08dc4f4831eed', '519bf3d0051b841e0cb08dc4f4831eed', 1, 1007, 33188, 1, 1428646826, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca366411673e1a0f5e6653e1f10de5c040f2d166', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php', 3, '69c2745f2f6c069d3d71e9c074bc8260e2e52918cdaa8201b6e3e41599abfc5d', '7eafe3faa0cedefe329e021d0b6d77f3', '69c2745f2f6c069d3d71e9c074bc8260e2e52918cdaa8201b6e3e41599abfc5d', 1, 1243, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca506eda2bdd7bb93ff06c00823b8ce820d9ae17', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ps.gif', 2, 'ac589fc7a310c437c4c528eea87923890b1f214f9da375f0d9ecc64f8e2652bb', 'bf9849158592502d0e12ce36401d1925', 'ac589fc7a310c437c4c528eea87923890b1f214f9da375f0d9ecc64f8e2652bb', 1, 358, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca50b5327f523cccba53f3621128b1e6f95c3ad9', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.query.js', 1, '3f3000a6190f2eb457e45d6b5978a6ad609b01e844f6cd6a5fc1d56609a60732', '3bcc587af2c7b01fc6fbc9c077050143', '3bcc587af2c7b01fc6fbc9c077050143', 1, 3785, 33188, 1, 1359492752, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca51f725681601d1ce97ac25c5ab0277dd175b77', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cn.gif', 2, 'c2652b280087b6479b7703779da4be80b4c621edbf465e34f5e5314d8835a84c', 'b04190e287f32d56867cd6ac53fdedcb', 'c2652b280087b6479b7703779da4be80b4c621edbf465e34f5e5314d8835a84c', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca6c6ec1429e7e62e9089b183887f569b5cf153d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/count-down/index.min.js', 2, '64cfad767b6663ef1890bbfd7f3bcc64fa88929eafc0b8dfe6d476caf9f5f0a9', '62ea3d44b99a523c36c7a2fad98611d8', '64cfad767b6663ef1890bbfd7f3bcc64fa88929eafc0b8dfe6d476caf9f5f0a9', 1, 1025, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca70030f11e934f34247d63bfde2a01e7e11892d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/autocomplete-off.php', 2, 'f9b5e6d50b54652a65025f4d72ad1efd055e4a6ed36dc376923138b53fb9349e', '0aeb9cc41c08018c7b461f20722e2653', 'f9b5e6d50b54652a65025f4d72ad1efd055e4a6ed36dc376923138b53fb9349e', 1, 817, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca82f37240f1a54d408a4cb0aeb2c770decd9010', '/home/hkrhostingreview/public_html/wp-admin/press-this.php', 1, '990f42eb6deecc1ecf9db515677e8c6198ff2ef8ab2a2a7f69248fdd0f150289', '741808b88170ac6c66a17ceb61f26013', '741808b88170ac6c66a17ceb61f26013', 1, 2404, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca8f190ba24b2d692ef0305ec3faaeb28aa202f0', '/home/hkrhostingreview/public_html/wp-admin/css/edit-rtl.css', 1, '39151b8730cb1384d4f7279f9b7e3d0a480a1096566a4902ab2db320047fdfb9', 'b887a122adf7d35bc22e326f1d81dae2', 'b887a122adf7d35bc22e326f1d81dae2', 1, 27976, 33188, 1, 1570290117, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ca9a53f0fb991d1c19e171987b524936fa260342', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/facebook-feed/index.min.js', 2, '315b061b1d5936acb10715efc765920bf1013425052712c14837a590157cbe7e', 'd4e693204babf910de185526798c7471', '315b061b1d5936acb10715efc765920bf1013425052712c14837a590157cbe7e', 1, 1296, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cab0913dc663922c7ab074583e69dffe9cc85d22', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_testimonial.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992636, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cabea08586ea17d010c655c3a0f1701c6de5a897', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/o-150x150.png', 5, 'e34e8b5c1f610c47f507c82841897279c46d022e3eb32f03b00a5be3293bef3b', '', '', 0, 20559, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cac28de373e8dcb9380a3014f99eb6158ce18e09', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/414.php', 1, '92e4021a90bb94d3a094afaded2a59e15fbb7122986ee362947dda51470cc8d0', 'bca65d55e2409ef6a5291ed8e6a12368', 'bca65d55e2409ef6a5291ed8e6a12368', 1, 417, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cacda769fc505a54422e4af652417ae1cbd25d5c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php', 3, 'de5d6b690e370c624f51bc38e5a0ac62374143cd950ffaf14b0522177d10bb67', 'b8db79037f5d30fbe5c58cfc50ceb195', 'de5d6b690e370c624f51bc38e5a0ac62374143cd950ffaf14b0522177d10bb67', 1, 1454, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cada71804cd36463a3ee20ff949bbb6d8e56e5c4', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_text.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992569, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cae1c21fcab8bc04663377e5d9e04fda14f3f34e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/callout.gif', 2, '1566ad42a8162c4c5e5eaf68db2d9d7d2ae631ae2b8f72a53dbca2cc81cb1a31', 'd4f70cda00ea8d55096e71a9f3177f2d', '1566ad42a8162c4c5e5eaf68db2d9d7d2ae631ae2b8f72a53dbca2cc81cb1a31', 1, 90, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cae5f99bc38840679749662d0dcb3e48a598dac2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/config.php', 2, '98eea004b6f0d0dce5f6783746e53d4b5f62cd1431b6a47b6992c1158c305271', 'c6714138464e3c4abb1eeaf35f85b21a', '98eea004b6f0d0dce5f6783746e53d4b5f62cd1431b6a47b6992c1158c305271', 1, 20557, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cae8421c075ffe0e13058124384784988ceebf14', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/front-end-posting.png', 2, '5333647f94b595706266cad0be095034b001819466ad525cfe1fcfa19f51ba16', '2e8abf00e378604c3c51c6a75b9d1f39', '5333647f94b595706266cad0be095034b001819466ad525cfe1fcfa19f51ba16', 1, 11269, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cae983092300305f8dff2d12f683c139f356fc93', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/close-form-tag.php', 2, 'aff6a6186e8d6cfa68aa810c1ecf78b0b9297c054ae235d1ca682d8a32b88785', '5cf9b494a90a1b0c04f6414429d87939', 'aff6a6186e8d6cfa68aa810c1ecf78b0b9297c054ae235d1ca682d8a32b88785', 1, 333, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'caeb5f192358d4f8fbdcee1114df809d5e5ec72d', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, '385c08da4f466b753c803f6bc981498b5085803b67f4f3838c9434a3e891c193', '1f2043b8c3c8ad3f64847bd7ad568581', '1f2043b8c3c8ad3f64847bd7ad568581', 1, 3561, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'caec9cb91d9ffaa48a1793333666888d27b8b51c', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-es_MX.json', 2, 'b47361b06ab4117cc5315f65bb20a769e58c3f9084441f83ca907a227111ffe3', '0eabfcde5a9d8a79dfdae87155e7d36e', 'b47361b06ab4117cc5315f65bb20a769e58c3f9084441f83ca907a227111ffe3', 1, 51670, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'caf40e91539f4190a0f05d161e498ba3e69cf00d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/pipe.php', 2, '1f8b544ee2d41cb2e626868175700fa90c8c65378b2c3edb837bc727d4efc54d', '454e28daaabb2c6840dbad4283b7f332', '1f8b544ee2d41cb2e626868175700fa90c8c65378b2c3edb837bc727d4efc54d', 1, 1336, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'caf8a9d4eab6896398c55a8ff21b578d7f550b5a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/magnific-popup/jquery.magnific-popup.js', 2, '31293b49ca7c1782aa477ac1a537cba9befd37c8fbb71d04da447a4d95a75395', '676da1b7373e3b0f5aefc0dbd98aad27', '31293b49ca7c1782aa477ac1a537cba9befd37c8fbb71d04da447a4d95a75395', 1, 60798, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb0b36c475d69522ef4ac0af3fa8fc3e5fd09696', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/EOS/Parser.php', 2, '5265aee1214931229beb4a995d539d62e8e76436181f4d7f037cb5c395a48ee8', 'f87dd10c0a43a5f2e6ead769c7debdf7', '5265aee1214931229beb4a995d539d62e8e76436181f4d7f037cb5c395a48ee8', 1, 23408, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb21700345594e725a6919ede91df8a3a7333b8f', '/home/hkrhostingreview/public_html/wp-includes/js/dist/plugins.min.js', 1, '04b955faabea25e1e789d511ba31fa0f76fa282c92bd20f88e5aea8b517468b6', '5c33e1efc8af44769e3d823c939e08ab', '5c33e1efc8af44769e3d823c939e08ab', 1, 6914, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb394e71dda0acaec7521f5ea216ec68a71b3772', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/MetricFactory.php', 2, '709e1d59ee7efa09a60f0377927e22415be5dc08492ef2a4bfebeddc08c212f5', 'b0e0289bb4ae1e54c1d38e7e83105e99', '709e1d59ee7efa09a60f0377927e22415be5dc08492ef2a4bfebeddc08c212f5', 1, 301, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb445120889c48b1503989462fcc8b24a40e7175', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mg.gif', 2, '7ea449d6a0ebf5dd9bb4f98ee4601a646c18d0b555d2c11ff2ade3903f929e0b', '8adc0f5fe9c73b87cd50d4fb49485ccc', '7ea449d6a0ebf5dd9bb4f98ee4601a646c18d0b555d2c11ff2ade3903f929e0b', 1, 372, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb4b7415a8819c9fa61b9847ed55b4cc10a14e53', '/home/hkrhostingreview/public_html/wp-admin/css/widgets.min.css', 1, '1a38f502476f2382bb322ae61285759f88b1c9cd46b05e2a4b5dfe01a19490b5', 'cb7baee9f7277ad7a550f10e038c4d35', 'cb7baee9f7277ad7a550f10e038c4d35', 1, 13757, 33188, 1, 1567633788, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb5e2c029d546f54d7e70a1ce9ccd0f2c88e979d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/no-image-available-icon-6.jpg', 2, 'cfbcccb672803e1087b2f3654c7690cc3a079fa89f53f6a03eab1aa8502fe51f', '855e8ca01684f0d61e302ba09a177bfd', 'cfbcccb672803e1087b2f3654c7690cc3a079fa89f53f6a03eab1aa8502fe51f', 1, 17108, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb5ec80696b019038864f0884c376273430e5654', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/capabilities.php', 2, '868015659a2271b4971fdf131b3610c981e0b36d910e3a69aefe252840c389b9', '999946fece8c36f1428f4d4da2db9fb1', '868015659a2271b4971fdf131b3610c981e0b36d910e3a69aefe252840c389b9', 1, 834, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb64b7aaa438f9bd5ff9a979639fb367eab77a4d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-ixr-client.php', 1, '58999699608f0c48b67413f796fe7eae01e4be28193233cccb6b5e99bd5f1f70', '1b6c265b0a929c87689a6204c81b8284', '1b6c265b0a929c87689a6204c81b8284', 1, 3326, 33188, 1, 1522006411, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cb6517857bf8d01e9287307909010ae0da0744d2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-azure-storage.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992539, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb6ca80b96c7156c54c7699d43eabe7dbfd54e57', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/flip-box/index.css', 2, 'ee8a52ad66d111b7a86f56807f0485a0f2f01404023ff9e60a8a8561a6ada791', 'ffc2ce13c3f2d2e37809ad1e2ef77bdd', 'ee8a52ad66d111b7a86f56807f0485a0f2f01404023ff9e60a8a8561a6ada791', 1, 7475, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cb714eeea0b8f6513cd3c3e7465e76fb7570b3c9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bestcloudhostings-favicon.png', 5, 'f8fae77c35a46ca9ac5bdf56a77026945f219d68bdbf9084bb6e14d22f10d3e3', '', '', 0, 36621, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb83080188acc8526338267b6b3dc41330df7f84', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css', 3, 'b3de4e64c34969b032561bb07c33733981aab8b454f43382ff745f0139747553', 'cf420a7c2d1fa2cc3c51fd7b06b083da', 'b3de4e64c34969b032561bb07c33733981aab8b454f43382ff745f0139747553', 1, 3124, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb8313c9190f11cf8982d319615b1aff832acbbc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/forms/starter-form.nff', 2, '5a35071de61ab12ebbcb2c1c87a9c2f16a30847fed22181842ac5846e3d3cf53', '93eb686b4757664c7d1fe6f103dedef9', '5a35071de61ab12ebbcb2c1c87a9c2f16a30847fed22181842ac5846e3d3cf53', 1, 5128, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb8ef33109e8894aef3015da7effc32fe1a19605', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po', 2, '200994ed62fab3a0559191ba93366a9a26fe427bf83075b3d2baf21ff36f5325', 'e406b2af01a75093e8d9e2eb2263d15c', '200994ed62fab3a0559191ba93366a9a26fe427bf83075b3d2baf21ff36f5325', 1, 71607, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cb959b8928c85bef57364d38e5370ac06f4b179a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176649', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb96deeef1498481e13fd918cdf81b7152beb6cd', '/home/hkrhostingreview/public_html/wp-includes/js/dist/data.min.js', 1, '8777679d849c7a37c248bf2b2fbc8b25a6132b4b20ca541b377f44787623d477', 'ab2ac3c24c6921bc62dead8f7a2267af', 'ab2ac3c24c6921bc62dead8f7a2267af', 1, 31769, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb9aa5878dd25aeefc3f680991e8480d12efb08b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js', 3, 'd8e9434d0a5ec1fc73872f2d3af476b174ecf6720fd4a1f296fc4f814cc7138f', '98d6c3d95387691da97eb17d9e7a5173', 'd8e9434d0a5ec1fc73872f2d3af476b174ecf6720fd4a1f296fc4f814cc7138f', 1, 478, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb9c514e497b6171ef3b700271d9fb7c3064773a', '/home/hkrhostingreview/public_html/wp-includes/ms-deprecated.php', 1, '53015933d8f91ed67f30efdf45dc84f49f5615123d8277a268b452ed5ef63ec8', '65289575d4baf6d2e758dcbd469ada25', '65289575d4baf6d2e758dcbd469ada25', 1, 21344, 33188, 1, 1570461483, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cb9d60012ed801fee8c33564338cd030d07b3ac0', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/referrer.php', 2, 'af67a5def8b2c7c10c4b46e3c7680911082181f6dfa686a74f971de6ddd2d3e7', 'b4beb704072c10a257c14da446fd9883', 'af67a5def8b2c7c10c4b46e3c7680911082181f6dfa686a74f971de6ddd2d3e7', 1, 1259, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cba20f1d0c8cd576543c742759f3a457f8b9b721', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/forms-submitted.js', 2, '0d40b50ea008e8d7de403307a52c8f5e37b288619097df033f43c3cbffefd4ff', '2a7e7eb4624599937d9976c122423c45', '0d40b50ea008e8d7de403307a52c8f5e37b288619097df033f43c3cbffefd4ff', 1, 3307, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cba21023801ebed9d46213b55e1e1c50aef0dc6f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/me.gif', 2, '85f022f2ac031a6c9cebd59d8552292fac5666a51aa50abb6b899df8d320a423', '887b486043d315be7eb4be815e38ef58', '85f022f2ac031a6c9cebd59d8552292fac5666a51aa50abb6b899df8d320a423', 1, 238, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cba34d8b8e78e86ac316c57bfc4a3c413227a95e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/heartbeat.php', 2, '1ae3275ba175ee996a9029e37598ab01fe4dcc2b3d4398eee63c9c916f69e2e9', '8843c0240c0f8a55469a0775e5e06eeb', '1ae3275ba175ee996a9029e37598ab01fe4dcc2b3d4398eee63c9c916f69e2e9', 1, 2635, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cba812206df3867b2c2f6292d0a2da946771c681', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cbac86199fc832ed6a0422344ba620a8351c9173', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php', 3, '80b7390d5c86f761da9b82692eca9b82499b7a940e4b37f5a82adc43c48cbc1c', '1b182cf8747e1667adf232d53555ba81', '80b7390d5c86f761da9b82692eca9b82499b7a940e4b37f5a82adc43c48cbc1c', 1, 2943, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cbb5531f9d27b2a67b34912f359480e0720fa73b', '/home/hkrhostingreview/public_html/wp-includes/random_compat/error_polyfill.php', 1, '0259a9858231c1d02d867f3537bb696dbd38debb3578291008d2febd1581426e', '583a2c948d745d37af3dc1fc51a2e145', '583a2c948d745d37af3dc1fc51a2e145', 1, 1697, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cbc4f322fd7ed10864bdf787ad2b9deefb64f6c2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176688', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cbc79ee83257a52b9608600b8b68e41570d99a31', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599282853', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cbcbc89e0c46e10bdb67d1ecb207b23a55e89ec0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-hi_IN.mo', 2, '4e2999f5641f4a3ea68347fe55198a34a31e2c3cc447e5086ba33d692fb234e1', '4ecee26aee6fb6cc178791aef7e5609c', '4e2999f5641f4a3ea68347fe55198a34a31e2c3cc447e5086ba33d692fb234e1', 1, 95833, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cbcc0ca6a2714895738b9c4ab719e6e332e25a6a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-page.php', 3, '6cbe48a9a79731bd1f1e178a8312b45284ccb58333c3582d984532b93455e5b0', '13c146761f04fcdd8ec66d5ce7ea77ad', '6cbe48a9a79731bd1f1e178a8312b45284ccb58333c3582d984532b93455e5b0', 1, 1835, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cbe3c6f0d9756090279411436e589d9544893c71', '/home/hkrhostingreview/public_html/wp-content/uploads/2021/01/o-768x202.png', 5, '631e99506e5167c0f181d277c69301ed495f263634769af046a1e812758e3f48', '', '', 0, 181826, 33188, 1, 1611131531, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cbee9f7f90bd259c133be3a732a168fbe030b78b', '/home/hkrhostingreview/public_html/wp-includes/Requests/Auth/Basic.php', 1, '85aafd952c1fb9ae05f3e699342e4aabae565faee546446ffd86de2d7706996e', '67fdd878cc84df15093455d6096b2143', '67fdd878cc84df15093455d6096b2143', 1, 1941, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cbf92fa5f920707b260e4d7f1e33ecc6a1dcc3d5', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/Transport/cURL.php', 1, '1f357fd524d26b64269e421000f785764526d5fc7555abd0a5d01704ef251958', '853654cd672a1a9b3a09af077837dfe1', '853654cd672a1a9b3a09af077837dfe1', 1, 918, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cbfbef23689df17d68a2ff5abde1425c62d2c9f6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/filter-gallery/index.min.js', 2, '16abf6458c23afff2447841040835df304c1962616be48cbab69b1cb51749835', '7e5131c50655e820217d3192bae8ccc7', '16abf6458c23afff2447841040835df304c1962616be48cbab69b1cb51749835', 1, 2545, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc09e41d2f6d78204076d9b23905e75ad316d461', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Testimonial.php', 2, 'f58158717fe3f1f6a0a6a3a5ed8763f50e8033a49b76c35270e00e00ab74c158', 'cb19fc57227a418ea1d55270416c4623', 'f58158717fe3f1f6a0a6a3a5ed8763f50e8033a49b76c35270e00e00ab74c158', 1, 22179, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cc1a6140a82c2e2103d7fcd676da168e05e41d94', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176753', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc28b7308b479659d2d85c31b0811b45e406d055', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 'd7e29584cc431eb49919fd01cfc8264f90bebef7076e4bb2b4b133c630111c72', '971e45164f78d99558da32eb96add883', '971e45164f78d99558da32eb96add883', 1, 14511, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc2d8fb350f86283f1a9fe8a29677ffbe1976037', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/template-fields.php', 2, 'e7e933bd7e1ed7ded696309ca81ea07a4c6047fdf988d60d68b847049d1cded5', '368481c5fb6c749b1b7e0a2df44e6e19', 'e7e933bd7e1ed7ded696309ca81ea07a4c6047fdf988d60d68b847049d1cded5', 1, 415, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cc4170ac3ba85d2a1fdb180cd5562ab113da135f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_checkbox.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992565, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc4b46ebeeaa52af7989e4fdd9c9cef3c88038ba', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js', 2, '980b7c3657c19191a6eec108682f5d3dcb01c1c30a6ce4d379ab53db82549b13', '7d0203a3f2329c7375e057bcab052149', '980b7c3657c19191a6eec108682f5d3dcb01c1c30a6ce4d379ab53db82549b13', 1, 5103, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc5c1c722bc186373dce167078d591ba31695c1e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/recurly.png', 2, 'e9bc4d9d693c117f2bc92970df95a2370ba8ee78db70e467620aacf27d941e2c', '04aaf5503cd4418672fed08cbb1ddeb6', 'e9bc4d9d693c117f2bc92970df95a2370ba8ee78db70e467620aacf27d941e2c', 1, 13830, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc6c0104067448e425a5c2ba8f29af288be16478', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gn.gif', 2, '0fcd1365b8762b8a4020bee40d54ab581631823aaa53e704616dfdc4044777dc', '918580fdb7cd4df14d4805b9ac95f82c', '0fcd1365b8762b8a4020bee40d54ab581631823aaa53e704616dfdc4044777dc', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc8007dc9bb2df8c05c5426001c8871f7f5f697d', '/home/hkrhostingreview/public_html/wp-admin/network/admin.php', 1, '43f3854eb36304de9f9bcc7b1f2c6a83c6e781d176f44f8f608397011749ea32', '48f1fe3370f9d713b027655b6785e694', '48f1fe3370f9d713b027655b6785e694', 1, 1033, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc8eb4895e1d9a7e1c24bc7e6597b76cda153c4f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cc94603dfb9b9c1e087ecda32798acd4a6a0a5dc', '/home/hkrhostingreview/public_html/wp-includes/js/thickbox/loadingAnimation.gif', 1, '6a486bb6036ea984d293ab009566e99e522abc19f8833c5fd49630be7eba0135', 'ce2268030dd2151b63cdf4ffc2f626ba', 'ce2268030dd2151b63cdf4ffc2f626ba', 1, 15238, 33188, 1, 1352149215, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cccf4a026193e543b4113206c7d7d7fea7cec7a3', '/home/hkrhostingreview/public_html/wp-includes/widgets.php', 1, '4016ecffa946146c7fb115cd44b4ac10bba39181a4ca62404c548ee820cf4a80', 'b11a60f131f7b0001452a3a173b7289f', 'b11a60f131f7b0001452a3a173b7289f', 1, 58726, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ccd60fbc58721f084e716ef2f02d55ed85993ce2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/import-export.php', 2, '7a6f0e19c59628403eff4adade2d450cbcc749917c9be4b904f1094072b4d92b', '70e770a386514ec36e642bf78ada7003', '7a6f0e19c59628403eff4adade2d450cbcc749917c9be4b904f1094072b4d92b', 1, 2494, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ccde6aab2f0454cbc5564404d6c60d0f307306bd', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_archiver_class-ai1wm-compressor.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992529, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cceb35b1ba90b71e085f3aa268fb021492d8e7bb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/pikaday-responsive.js', 2, '95fc0908a2ad4509a34a148f78488a0e41cd995405f797ea76265aab57f48d14', 'cb854b6412d0a8918bb2b5791a07e656', '95fc0908a2ad4509a34a148f78488a0e41cd995405f797ea76265aab57f48d14', 1, 7473, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ccfcf078494f01a7b7064d9e0f6d20712349191f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/tabs.php', 2, '8222cc20621c314ac046458429ead76736302c7f84cbb486c9a894c424d87967', '1d2a05bd1983860e6d6cee5ba29530c3', '8222cc20621c314ac046458429ead76736302c7f84cbb486c9a894c424d87967', 1, 1868, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ccfd4ab1e6ad01486dfd07ebb6fe03c9b9595e40', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cd011438a426ea8a277bba84b93a2a97b69521d4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css', 3, '316dc538c613d9ddb6968b34365f789eefa87cc3dc7105e33727796cdc3ad9a9', 'c3a0a16d52aaa0ce0bf00b6db92814ae', '316dc538c613d9ddb6968b34365f789eefa87cc3dc7105e33727796cdc3ad9a9', 1, 997, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cd02fe9892a7bbdca9eb4f39c55c6f75585b63c3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/general/index.scss', 2, '358666ce044fb2455b9d7f76deadde4a14763fd9aed083ce574e70e7c7f59994', 'f07d9bec3d21423610001fa9e349875a', '358666ce044fb2455b9d7f76deadde4a14763fd9aed083ce574e70e7c7f59994', 1, 3614, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cd136416d0602f43ceec81bcd6173ea8f5b08ec4', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-size.min.js', 1, '7dea7f161789c94df8e6c0e01769cfb0ec122a5449741caf5a01df55a9ee9273', '706b0892dc2ec793f195f2a3f2402edc', '706b0892dc2ec793f195f2a3f2402edc', 1, 3253, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cd13fe4b91f21a139dc7ef3faab09244e75fc4f0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176625', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cd35ded7a10a954a666e4a11ecab1fe6445e8017', '/home/hkrhostingreview/public_html/wp-includes/js/dist/dom-ready.js', 1, '3475fa1d12fecbec9f8add3bbd3a26da52a05d5fac6fd5fea755f4ede734694b', '23250a9a6c2af1c80138657bc6580c75', '23250a9a6c2af1c80138657bc6580c75', 1, 4650, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cd4532d891ad859b37d9135b3c70c52a663aaa7a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/app-before-form.html', 2, 'a9501d4e94176c1519fa50343b38a3d247b100e731c2ebd30317558e5d9ce2bb', '52c0237236c2f86a935de99b7689aa96', 'a9501d4e94176c1519fa50343b38a3d247b100e731c2ebd30317558e5d9ce2bb', 1, 89, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cd89f98bb9bbc88f6d58875f4608284ad03d7a8a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176653', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cd93f86ac0eeee44588a0ceca81bf2fa14270a4b', '/home/hkrhostingreview/public_html/wp-admin/js/revisions.js', 1, '46d75d59a2f60dc8dff4939d4e82bf18ecbd3674ee3b45117f275583fb94c22b', 'c5f20aa2e318716cc3b6f539c9528dd5', 'c5f20aa2e318716cc3b6f539c9528dd5', 1, 33790, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cd98e46d67d11a1e9eef016eb9859f40be8f3103', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js', 2, '89b4268f84d592e9ffe8a9939e4108bff865362d28b68363831d0a8754a84f43', '235a6659ca7b430ccdbcbc412ddc50e0', '89b4268f84d592e9ffe8a9939e4108bff865362d28b68363831d0a8754a84f43', 1, 1030, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cdb7134603b5b69225c3b03cac4258d5333d8de9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php', 2, '8e4f89bfff36906aca1b1007b0ca6fdf389b4389b61f8661f5ddcc56e9c5197e', 'd48782b8c875afe9616f49ea4265cd1b', '8e4f89bfff36906aca1b1007b0ca6fdf389b4389b61f8661f5ddcc56e9c5197e', 1, 1746, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cdd2b025001e338ecd6093e0005edd325c77a52d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/fm.gif', 2, 'feaf59073ea882f1997c52c599b4ef9e64d3908b57bd59e8a74574706699319e', '013d4b6246bd2158f9d9bc685be72840', 'feaf59073ea882f1997c52c599b4ef9e64d3908b57bd59e8a74574706699319e', 1, 377, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cdd44434ee7cc87f1ac8cbf6d9ec1f50055f409b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_connect_apps_connect.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992580, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cdd5df67a32ee55dff4cb6852212e4f7e0d56cfd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cdd9d5c74d8385c87471db9f21da6746fbd6f33c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/post-grid/index.min.css', 2, 'd97507014c7e344e2c2d4efe69a46ebe86d2c5b0e449f0e55f7e61831112a056', 'b48012dc896eeccf2562f5a90caf2c1d', 'd97507014c7e344e2c2d4efe69a46ebe86d2c5b0e449f0e55f7e61831112a056', 1, 10379, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cdf700eaf1fcff3cab28a7e70bc75036bb293cb1', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/js/tag-generator.js', 2, 'cf6415103d25b759ba76620b2362332dd16a0bbaffb56b1fd7a8463710f9d255', 'f803747959a240d578a82cf4522ec03b', 'cf6415103d25b759ba76620b2362332dd16a0bbaffb56b1fd7a8463710f9d255', 1, 6015, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cdfabc49f4cca5b13aa7fdafa2e9e5c0df4d20f4', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/img/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cdfada5e97957f1874f7844daf45556d5d2b828d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-is-Shared-Hosting-300x200.jpg', 5, '14386fc4d371bb00857061236a71953b43f78745aea2a43d267cf1b9f80fb6d3', '', '', 0, 8064, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce095f0f495cdcc1db28b6625c739d4ffe249747', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.css', 2, '92ce9222fa4881db8aaa20c72509f9ad47381eae4a1e37f2c9c5035224f71f2b', '4b76fa0407efaf71d655914bc40ebcc3', '92ce9222fa4881db8aaa20c72509f9ad47381eae4a1e37f2c9c5035224f71f2b', 1, 1146, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce1981ba75cc51d37bc2df44b549e34a25a85ca8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-he_IL.json', 2, '45ce3b4ffcbd72fcd47ed42b2cf47a3a346e8850d00c714f61cd17b3583a2e4a', '4b6f97b91a1a1fe275d9aee2670b6be2', '45ce3b4ffcbd72fcd47ed42b2cf47a3a346e8850d00c714f61cd17b3583a2e4a', 1, 526, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce26b62c96311bab422b5598e1b937d4b809d0c9', '/home/hkrhostingreview/public_html/wp-admin/ms-edit.php', 1, '992f15b7a15bc49a8041cf9c81e6aa1ac82fa9831a4acfa76dda909629151ebf', '16d42ff617c4a616c3bd94ba103a4582', '16d42ff617c4a616c3bd94ba103a4582', 1, 231, 33188, 1, 1380068291, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce2ab70acb8c7287a4b0204f22486cf94ba4a72f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/formsTableBody.js', 2, '7e7d67fbd553c998cab553678b3505ab2f1b9877414aa00ebf83a12dfbe0eeb1', 'bfeecd2d45ba4cfa918b5daaed2f6400', '7e7d67fbd553c998cab553678b3505ab2f1b9877414aa00ebf83a12dfbe0eeb1', 1, 874, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce2d4f6acc01ba12d7aae2c721cc69f910f9da38', '/home/hkrhostingreview/public_html/wp-includes/class-wp-roles.php', 1, 'abb5fce70e084cb4b007b800e7bb911423af82eb349f625ec2730fa04f56b475', '26279ee7fc620ec9b9eac26e464674f6', '26279ee7fc620ec9b9eac26e464674f6', 1, 8300, 33188, 1, 1568548436, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ce33520ad9b4c17730c26e0fe3faa63178043a35', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/o-768x202.png', 5, '8772bee5e325aeaaee7f7fd57c6ba1c875ca14494232379103018b79d5de41d2', '', '', 0, 180760, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce3932c07bf4d79e07c52ba0c78b20fe1f01a43f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/nf-upgrade-handler.js', 2, 'aca084b38ff08ea272f34e996b276b7db940094075fb04cc6df1737b781f36cd', 'a4235746f088b92b066570c8a5ab77ee', 'aca084b38ff08ea272f34e996b276b7db940094075fb04cc6df1737b781f36cd', 1, 6094, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce3a40b4ec96ab45d6ae9e481b2366a09e851f93', '/home/hkrhostingreview/public_html/wp-admin/includes/options.php', 1, '07cbf0a64af703fdacb4170b3ab875f42f0a9539db692215687986f7b0c8bf4e', 'fb77e8d462557a787c3096ccf920e101', 'fb77e8d462557a787c3096ccf920e101', 1, 4108, 33188, 1, 1564094757, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce3ad388c5912488f6304137161761bf73eb52e7', '/home/hkrhostingreview/public_html/wp-admin/js/site-health.js', 1, '75dcda773c830bcecc2786a12e04e8a222632f95cb903d0a3be118c2abeb0a3d', '37c6ab849b0abab3b2aec4f3f47f05a9', '37c6ab849b0abab3b2aec4f3f47f05a9', 1, 9030, 33188, 1, 1569269098, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce460211016831e640dde47223821fc0e4fa1631', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/document-types/page-base.php', 2, 'a0fa16dfb30396d1709ace699538d586799e7f6c63d5b7f7b8da9b591d1c4b18', 'b584dd4c79f2d2af31256394e9ae3490', 'a0fa16dfb30396d1709ace699538d586799e7f6c63d5b7f7b8da9b591d1c4b18', 1, 5171, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce56668e41f7a41e7e9895f10dc01ab36c02a637', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-1-2.jpg', 2, '68b7afc9f7874c12bb834363a1f578d08754084f4018b3e255cb2ed219117e5b', '43e24b019dd7564bb316f27aebcdc49f', '68b7afc9f7874c12bb834363a1f578d08754084f4018b3e255cb2ed219117e5b', 1, 214330, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce58ba74f11e58812274abbb066efca853571ce5', '/home/hkrhostingreview/public_html/wp-admin/includes/ms-admin-filters.php', 1, 'fc8c12e522d1f43af3602cfd982c72674868f923644f02e1c724fc993e5b87ea', 'bd4aa87582b61b35f16be99d73c7934c', 'bd4aa87582b61b35f16be99d73c7934c', 1, 1370, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ce59a531d28325b59bf96b0a151ae963488934b9', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/77-1024x345.png', 5, '6956f7191beef19af509f401dab0ca45910f633697aafead5c594ccd2878bbb6', '', '', 0, 481235, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce60e84da647227b8cecb34f347bf390f31f5e84', '/home/hkrhostingreview/public_html/wp-admin/tools.php', 1, 'bcf53886454d611c4d9ed57538e5c926e2b2f60703fdb7eeb8a7fb2c652bf49d', 'b79248a2a4a955126c9809d31aa4e978', 'b79248a2a4a955126c9809d31aa4e978', 1, 3315, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce6edd41667f69fb7b66becee9fb39b96bc42912', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/languages/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce761fe44633d49d79d26f3a5d10ddb6d76c8100', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/request.lib.php', 2, '1bced459d704952a50e81f0188d25b7e2a5912b2243544571bea0dcf3632cb9a', 'a45137bda6768e41733a80f61c5c404f', '1bced459d704952a50e81f0188d25b7e2a5912b2243544571bea0dcf3632cb9a', 1, 4502, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce7a71bdf461d5981cac9c9eba1b94c3d0d08bbd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/SavedFields.php', 2, 'bd42d2a89ff22f382f89522ac883eb6b94b3c7f67a65788b909df065670138b5', '1aedb20bdbd91c77e233201e2160e74e', 'bd42d2a89ff22f382f89522ac883eb6b94b3c7f67a65788b909df065670138b5', 1, 3075, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce7c5c7667fe70c97e21cde2690f137df5ef38fc', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/app.php', 2, '064c01a2aa2d4f66efdedb08fbd7df699bb32449a6d2220cc7de54e64f29309e', '5f65ee0b02344f5e39d5574f4ff317b2', '064c01a2aa2d4f66efdedb08fbd7df699bb32449a6d2220cc7de54e64f29309e', 1, 5126, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce8558cabbd7b8f14d40684102b97fc0a88599fb', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-en_CA.json', 2, 'eb9908d6cdf0b48beae76e5b6abdb41978b24af477ebed350216e08469ac5573', 'bf9e6cf99689ce2667d6ae2be94698a6', 'eb9908d6cdf0b48beae76e5b6abdb41978b24af477ebed350216e08469ac5573', 1, 47041, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce8bf83fab0b8bd94a422d7f27082735885c329a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/dashboardView.js', 2, '13e1a577f4943cc678ec44f0ea0cefab0ff9c2410f92b3bebe254597ae941ee3', '42114748428a22cec3e66f0f8759a501', '13e1a577f4943cc678ec44f0ea0cefab0ff9c2410f92b3bebe254597ae941ee3', 1, 14225, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce92998fc4a935a79665b376d390d6ebfad21524', '/home/hkrhostingreview/public_html/wp-includes/class-wp-walker.php', 1, '32a9b9df4ecc8aadd35159454318c72954df268ad4e6e4fbf65316db3d045c3f', '2a2be973311afa61e4bcfec45c8b4879', '2a2be973311afa61e4bcfec45c8b4879', 1, 12718, 33188, 1, 1570595701, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ce973e50a8435032267ab3f14de4d1b7a0654c5b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php', 2, 'e986636ef1d394ef49fd885715f90a88fed2fa98ac541ba819c68fd51e08f09d', 'f7641acbeb0d28763a60fd4ee8fc0a03', 'e986636ef1d394ef49fd885715f90a88fed2fa98ac541ba819c68fd51e08f09d', 1, 10208, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ceba5acbac49eed12c340fe5b88c8fdb0d05ee6d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/form-tag.php', 2, '996ef989993503303672a006f870e1be560c14d416886b36e280d060d598400b', 'bae8f1341bfe21b53d3ebf077de5cbef', '996ef989993503303672a006f870e1be560c14d416886b36e280d060d598400b', 1, 8765, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ced8981695581ab678da37ed11815a4ce5d6e211', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bw.gif', 2, '73957aca92704bff5fc66df11479cbfc7c470f4acc23258996066beab89f44d9', 'd841ce1d195d470bdddb1c478039c050', '73957aca92704bff5fc66df11479cbfc7c470f4acc23258996066beab89f44d9', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ceef0d9f5a7c384192d0c8c3ddd2856696434622', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tw.gif', 2, 'e72a4a4cf5eb455c05e56110130ec4fb9399dd2ccaf0a1ad19b5e780e43aec0b', 'c6da9ab7f3bfe2fd202e993b99aa9158', 'e72a4a4cf5eb455c05e56110130ec4fb9399dd2ccaf0a1ad19b5e780e43aec0b', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf0cd122bdcc56a67d1e1cda100e3851a276593d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css', 2, '449e2d8b37ae8b7cd0e922b7a32b6c8850527b2bb1e64d1a750551c5ba87c7dd', 'edd56f44a35a0e33b0eae66e5283ab77', '449e2d8b37ae8b7cd0e922b7a32b6c8850527b2bb1e64d1a750551c5ba87c7dd', 1, 1423, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf17889227be7ab13bf41de97dda2eb4db5c425d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-available-updates.snippet.tpl', 2, 'a76eec26ebb6a56bc381ba69f76941c3f2841c05cec21330d88e8a81206564c6', 'e97f63cf4d6873de06e0d1c922dc26eb', 'a76eec26ebb6a56bc381ba69f76941c3f2841c05cec21330d88e8a81206564c6', 1, 554, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf1c0938f32ac3642adea8970a4d21028bc13738', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php', 2, '537c7c1277db30c732f2867826c2380da339c9088a3ca4b4cc1857c68ebddc66', 'cc394320ac2395382932f3a9588e5163', '537c7c1277db30c732f2867826c2380da339c9088a3ca4b4cc1857c68ebddc66', 1, 43656, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf2b5d9279b12dac0ee9c645c475666408433549', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/image-accordion/index.min.js', 2, '1dc89a15844879e765814c0c2592712fc1a9488f15158a1281f53d9e329b5308', '7fc04adc618a0e238c74221ed3acf8c3', '1dc89a15844879e765814c0c2592712fc1a9488f15158a1281f53d9e329b5308', 1, 1061, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cf2ee9841e874491f904e7219d1b248ff853545a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_settings.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992570, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf3c14a2e30e9639a990f7973ce6def1bebb54c8', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_exclaim.gif', 1, '9e4ab665dc71006fd42525f61f758e615e5070a99432da2d406ac0fef12e2bd2', '3a5cadb33e358d00720fc6cef47367d8', '3a5cadb33e358d00720fc6cef47367d8', 1, 236, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf4e00a20b8e785149d5bddcdc7b70df4b2e6d3b', '/home/hkrhostingreview/public_html/wp-includes/js/dist/deprecated.min.js', 1, 'aa43bc18f6d6ea40229d2cc35dde1d7339684897565964c1a5686ce95315d655', '6b4d9b1bb83a32e0584a2d96813914d4', '6b4d9b1bb83a32e0584a2d96813914d4', 1, 1653, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf540004636a160932c00140eca1f2000a1f4ca9', '/home/hkrhostingreview/public_html/wp-includes/css/wp-pointer.css', 1, '6a74221ea36f3ada597ea1ca2925e3d5bb82a82991cd7060dfb7723eed1a82c2', '509195f639213b5e82163c84842a2fd8', '509195f639213b5e82163c84842a2fd8', 1, 4020, 33188, 1, 1559220111, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'cf633732e65ac4322a69fc887e6b9c8a6f1f5a61', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_select.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992613, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf6892cd7e01a0ce1353e3103e73bd663e2d88a8', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 'd8cd42778a4a221b675737a295cb352cfe7cc874f6113e84dad416485ecc246e', '4c927b02ec9bc57017eab8d7b6dcd2a0', '4c927b02ec9bc57017eab8d7b6dcd2a0', 1, 4129, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf6f44fadb28b9bdd7f5f285cc4076d5ab9a8d38', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php', 2, '3fb85132142c83d8966780e039bd3595271067d9778ad4f1df22c94ff48876f5', 'accb730581bbc25c92dee12096080d64', '3fb85132142c83d8966780e039bd3595271067d9778ad4f1df22c94ff48876f5', 1, 2755, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf7ee63ff9ab83c5372d3f7c0b8069f35b2169ca', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-sv_SE.po', 2, 'e1d9d156fa29412c0c2cdc73243efd75fec20f275691602baf7e9a81af3024dc', 'f85a6e65caf5985fbc02a67556a5e2c5', 'e1d9d156fa29412c0c2cdc73243efd75fec20f275691602baf7e9a81af3024dc', 1, 79643, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf887885c27fab5131423a7b49bf94747b0a58dd', '/home/hkrhostingreview/public_html/wp-includes/css/buttons.min.css', 1, '3665ed2bd0cbc5e3bf7a81679b0508dc31cf6c1680cbbfd711b5b0735cc429fc', '51e44535b6838661cb2efc5ec5aa1b47', '51e44535b6838661cb2efc5ec5aa1b47', 1, 5852, 33188, 1, 1571248143, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'cf8cc1bb686fe7bdea3c9c41e2df68c166acdf74', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/index.php', 3, 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', '3a012982cb4ed67e5ce23fe913de8a66', 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', 1, 126, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cf9a15e65e30217e4777337bb8527390493da950', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-de_DE.mo', 2, 'd404567f29a16c794ff4e7c52df99e8558b4edecf4bca8c036e14909585707e2', '93e2e11571c6cce8c32bced21e4c929e', 'd404567f29a16c794ff4e7c52df99e8558b4edecf4bca8c036e14909585707e2', 1, 102904, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cf9afd245cfc0b12aa766569cab5e03d118d84c8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599333489', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfa265b82f7b92f6df1fa287aa91e33604ecf569', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php', 2, '1cceda03ac2b612398c3d2d98d637e926d8800265cb019197eb1be3c76b18e6c', 'da61b1a75c8d310ae4075af134076ff1', '1cceda03ac2b612398c3d2d98d637e926d8800265cb019197eb1be3c76b18e6c', 1, 3085, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'cfa52fd01accfccdb18a191e8eafd37788b85f3a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176365', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfa8b36cfc86051f437edc103bf9cbf8355a7fe0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/editor-style.css', 3, '0c31ecaee3add059af24c8df9febf85db0e64c6a2f3614c842c789f9113759a3', 'fd671984605f7864e18ff22b4e266266', '0c31ecaee3add059af24c8df9febf85db0e64c6a2f3614c842c789f9113759a3', 1, 37499, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfac769257debb1443be6604074b8175a9aefcba', '/home/hkrhostingreview/public_html/wp-includes/css/dist/edit-post/style-rtl.min.css', 1, 'ad85890ac57f3dabb2937e68a8b247f786a1bfe7db50c37e98296f770b062eb4', '5f555fd98462f48870e327d0e833fb9e', '5f555fd98462f48870e327d0e833fb9e', 1, 80800, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfb00a29ef1367c5dedb2a85a785817e3141140b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/admin-submissions.js', 2, 'a6fbcc951066cb7a8eddd9ec27aab42796c01bd0c19f342c9a988443a7d8871b', '1552938e811f938ac1bd1c744f2cfb7f', 'a6fbcc951066cb7a8eddd9ec27aab42796c01bd0c19f342c9a988443a7d8871b', 1, 1814, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfbd41d634eaea36defedb52885171bd74c484f7', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/wp-playlist.min.js', 1, 'da360ca7e83587e1bd7c15be023c50be227e22ac5322d0b405585ddd4d542952', 'ace20386f3337c475ee213634b5422db', 'ace20386f3337c475ee213634b5422db', 1, 3431, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfcdf63ea1d677ff421ae6930ea0134fb8fb657b', '/home/hkrhostingreview/public_html/wp-admin/images/no.png', 1, '65b0d4223629c8d40101dbd0ffd3c0bdc9cac63aa5e9884d1118023c00a61cba', 'c86bbf1c64c924f99fdc9f5637f0c08b', 'c86bbf1c64c924f99fdc9f5637f0c08b', 1, 755, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfdb87c6beddaac506aacf7cf4d4b2d8d64dfba8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-tr_TR.json', 2, '154f430f8d4b8f539acf456383bb14f6b0d146e745769fc43fabdfb0621ad3f1', '2b9549c2ab6ba30f5ee3fcf7f6639841', '154f430f8d4b8f539acf456383bb14f6b0d146e745769fc43fabdfb0621ad3f1', 1, 478, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'cfec5e78f9c2f194ef32b978d283b20d737a55b5', '/home/hkrhostingreview/public_html/wp-includes/class-IXR.php', 1, 'a4dcea65501ab666b848e4d532f396f6e8afa3c9d8ee2d99b885964d88e225f7', '32ac76bea2307022852b2f7a62c60c2b', '32ac76bea2307022852b2f7a62c60c2b', 1, 2573, 33188, 1, 1472661089, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd00055b19625cbd5cfc0c0ee500465949fb5642e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/label-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd020f738f02eafa0c019287946c8caa2343536fe', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-plans-300x216.png', 5, 'a290dc266aeaea9c71487651121da065a46eabdd7d7163b4d30863a8bde8bbda', '', '', 0, 43717, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd0376ff3c848a6fe0603d9d792ba463cd6d2c9b2', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 'd7d36b21dc4b2dd2e4252b2b71f7b57d2d828359f2936af6e3fe8e2f913a0498', '06189313e1c7504e1edaa12766c2cfd9', '06189313e1c7504e1edaa12766c2cfd9', 1, 18912, 33188, 1, 1548842870, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd03f9fe87db8fef5995eee620104fff44ddbc395', '/home/hkrhostingreview/public_html/wp-includes/class-wp-paused-extensions-storage.php', 1, 'd61a0975c6324fa375db2481cae16bb6970343ee7d06009f5f442f6c012db97d', 'da4fcf53f91e5905e75efe7d1f7bc473', 'da4fcf53f91e5905e75efe7d1f7bc473', 1, 4933, 33188, 1, 1553205231, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd06304db9de7e2c4595609911dff81803b0af0d5', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-2.jpg', 2, 'f705513c6dd9e885e375a576f9e94ac4b7663ceed1219dca8f47ccd4821e5fd6', '1628093a76abb1cb8260cf2358cedacd', 'f705513c6dd9e885e375a576f9e94ac4b7663ceed1219dca8f47ccd4821e5fd6', 1, 112104, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd06b3aa7bff09ebf1974c3b82327cfea51ea1b2f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-pt_BR.po', 2, '7f9e20152ffaef7e224b07d2719ed53e627dec1ce38d984a9741aea133ce4d31', 'bd8886f60f601901f336509bcbbe9f58', '7f9e20152ffaef7e224b07d2719ed53e627dec1ce38d984a9741aea133ce4d31', 1, 80806, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd07631a51201929d8228ae6b5e5e2e3266003514', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/The-Advantages-of-a-SSL-Certificates-for-a-Small-Business-Website-300x150.png', 5, 'f1700f6a1cab19e6a9b8de88737db64aee22811e7770351350021e8126c42ad1', '', '', 0, 36498, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd080b8618aac1e4276d1aed46a0316385f761b58', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-hosting-logo.png', 5, '4e844ad4d284529bc03115c21c3646c534f59339092cce179d7ea0946a498dfe', '', '', 0, 1440, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd095c79fe23a2863fbe1760d36f8d5675cd8e7fd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599117848', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd09b04979ff97b231a00afd7ff84d679c942c18c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/l10n.php', 2, '6fcec0827dd7c6c96ed7f3fbc8b975ae0c58a292f4b6cf1bacb63fada2c40adb', '8a5816ce8026e7b645395c9fc7bcb976', '6fcec0827dd7c6c96ed7f3fbc8b975ae0c58a292f4b6cf1bacb63fada2c40adb', 1, 2052, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd0a6f4e997055f93d992ede9170edda97364ae3a', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php', 1, '6f96c7c31449283d9a41d0a7f139f863e8a5a5e2432e54e8ead38a252e54561f', '46f4cbde74e170d0401a71cfc097c197', '46f4cbde74e170d0401a71cfc097c197', 1, 1373, 33188, 1, 1545016075, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd0a73443ac5946c8626e46f121533925d98cc0ee', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bleuhost-min-300x156.png', 5, '727d3d18d0157440447ab7024a348bead149a597fc7aa9522366bf62d117074c', '', '', 0, 73852, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd0b9042de111fdc7b5bbedc5c06df4b5a7469516', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js', 2, 'b57a8d3eb9032af71330bb4991214d71f3ae9586ef4e011d0ce66e444ae9bc6c', 'ce3888b69f02b3c7effe00a44c7ba784', 'b57a8d3eb9032af71330bb4991214d71f3ae9586ef4e011d0ce66e444ae9bc6c', 1, 166126, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd0cdd7e4e2c717c49d5986f30109d69d8f5346f5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', 2, '635d0aaafa653f44c2950fa88a93097c726685118b4200df66278cf0a825b977', 'a250e950adc23b5d57f692d7ba709e68', '635d0aaafa653f44c2950fa88a93097c726685118b4200df66278cf0a825b977', 1, 177, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd0dc2bd7fd069c23f819decb5738a5b76167e3a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ng.gif', 2, '1262afe05fda9632a93cd14cf07a72c87e823862dfbd51fa5ed17dbacc07caad', '5ddf086d424340d2cd9a18e0f9c20ff9', '1262afe05fda9632a93cd14cf07a72c87e823862dfbd51fa5ed17dbacc07caad', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd0dd9a4837352576ee6e9f54b1010118ce0bcbd2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Integrations/EDD/class-extension-updater.php', 2, 'ad8365f01fdbb308f7951928bde5aa7538663f6c94263c34a421bebd4ffadfdc', '56ebfb6b17ea094b90c6eddb2a76f3e5', 'ad8365f01fdbb308f7951928bde5aa7538663f6c94263c34a421bebd4ffadfdc', 1, 10692, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd0e9b282254d5db225270898f03e88675522e402', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/empty-rte.php', 2, 'd7fc904ce711da221d4462b90a37a5976af261fad335b3b1dc856fe510c4ff3d', 'a24078432e0be5834d69cfcd9855d6e8', 'd7fc904ce711da221d4462b90a37a5976af261fad335b3b1dc856fe510c4ff3d', 1, 348, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd0ea5d407618891a2125b1c4f5a9d9839c6d0ffa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176461', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd1079982ca1857da6e5f188f9eb352ec6116ddf1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176757', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd10b8aa84232b15e946429caf1f8b627afdaeeb8', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-218.css', 5, '245194dd2487c0300742d7d0806e54e1565fdee3af98548578b532ffe83823d5', '', '', 0, 35927, 33188, 1, 1597092962, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd118d7de6db1746b4473619badddc09026c49629', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_templates_bsr-dashboard.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992556, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd11c2e4c277206ca281e621c34b818482034a2ae', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176626', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd11ede604bc55fb4d8d4b790c44cdb0c0f3be592', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Dashboard.php', 2, '9749cfd5add08f23d36648bbec2df50bf48b025091e3e73ae857e8af7460aac5', '7b417d18f5a4e04b59c07e9cfa4a5af8', '9749cfd5add08f23d36648bbec2df50bf48b025091e3e73ae857e8af7460aac5', 1, 832, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd139ea504e0fc577692e6545b3f46572a5d788d3', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio.mp3.php', 1, '1c8ff967c2e59f722b49d43acce58bbb32cfe331920ba7c5eb73f5e65d188e8f', 'cd78c0956e3d0926bf2d2900208cdb1a', 'cd78c0956e3d0926bf2d2900208cdb1a', 1, 102108, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd14f7747d127ece86c9b678c31cdcc5c714f0f0a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php', 2, '22a8c76a5cb921db0452a21552eae6b651b92ed5a283aeb9d1074f4f64e3d022', 'b2fbd6bdf5be3c32397cfc5c95964b83', '22a8c76a5cb921db0452a21552eae6b651b92ed5a283aeb9d1074f4f64e3d022', 1, 2936, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1636a1c961bc5ce15b5d1d0c8def65c12e14c62', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/user-analytics.png', 2, '10fd51167b4dc0537494537012ae8eb6a7f19960cd5c594267c723d769754b95', '9f433eb5123771a0b5e31f6af2b168f3', '10fd51167b4dc0537494537012ae8eb6a7f19960cd5c594267c723d769754b95', 1, 3711, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1636c38a6cdad730c70a7869a1f4b8a8a86a04c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php', 2, '76a7b20a7014b656e66c47fabaf05c247e4b58e29e347b2e670fa9674b4c6039', '42a11b5f3c78a838ca8d1539326ba4b7', '76a7b20a7014b656e66c47fabaf05c247e4b58e29e347b2e670fa9674b4c6039', 1, 4518, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1647202dfcc094f0e8bda1877d19c83a9fecb23', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/notice.js', 2, '39f62edad7e1b0bbe8d2756deecb59a3cf1fb6ce82cd9fe4ad7094970c5515f6', '770b132fb53f1c8b6d9bf63195902e51', '39f62edad7e1b0bbe8d2756deecb59a3cf1fb6ce82cd9fe4ad7094970c5515f6', 1, 5936, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd16af122c3a83af0e88ece0afb226ce832355eab', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/result_current.txt', 5, '7be7d95035b54b8e5b3a75dc9b162f17b85eb8535f5c00c5d84eafec79504c99', '', '', 0, 94, 33188, 1, 1626992637, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd1772c8d541bae3081c6912c86b811f32457b8e9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_admin_admin.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992572, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd17f0f6ec354021f0bdc58a7362df8ee523e95b5', '/home/hkrhostingreview/public_html/wp-admin/network/privacy.php', 1, 'bf968f4e46e54761d1e249cac13813ff79b1f77dc55b4bf4a6cf541d1725c7d1', '1cd56b9e7e7b5b60506e17c13efc194f', '1cd56b9e7e7b5b60506e17c13efc194f', 1, 267, 33188, 1, 1509992274, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd18ea5ae923fd875a178663106e7eb97c6c56cca', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-internal-pointers.php', 1, 'ea8f54929dd7531e05bd8278d22ba53b8f26b63ea702f3e51f6036fda8a0864f', '47cc50adb9708d1e3711cbd5e5741eb4', '47cc50adb9708d1e3711cbd5e5741eb4', 1, 4534, 33188, 1, 1570135198, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd18fcf9900d05f1162184fed9ec65baeadec8922', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/controllers/servicesController.js', 2, '52b5a69611640bec1bc44299631186733386a755a2d9abbdbf2fa41dad2842f0', 'bf6983231cb62e237245b25390ffdb8e', '52b5a69611640bec1bc44299631186733386a755a2d9abbdbf2fa41dad2842f0', 1, 1552, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd196fbed0be6fc913f044b63eb2604d3a381ec13', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-groupings-to-interests.php', 2, 'fc1f7b6fe3915e92fe1edab24236692baac3fd0ed28bfbc8f49baad430df3fe1', '8fe43452269343aff7322b7416a442de', 'fc1f7b6fe3915e92fe1edab24236692baac3fd0ed28bfbc8f49baad430df3fe1', 1, 2408, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd1a03a635d6befef9aef8b99616532cc9a6a8006', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/host-reviw.png', 5, 'ee997188ba0d1f109ab9c1649f2a8e4d35c550ca97aa3d640c179446b86df108', '', '', 0, 28184, 33188, 1, 1599728447, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1b3f8f94fc838d510e9ec14f13a5bb289bd8d01', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/single/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd1b511235c89e0b1e512790b5110cf272d8ae87f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-updater.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992522, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1d3fdd0d6955f0e5ba888234cd12394ecdd1eac', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po', 2, '0ab8655fe538cd2528a324bc7ac2e980bbb8254de6b0f541848508017a3417f5', '0d1544e816ae15df2ed6a10e68fa2dd6', '0ab8655fe538cd2528a324bc7ac2e980bbb8254de6b0f541848508017a3417f5', 1, 69165, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1d75b0b567b2bf408670a597557b5fb1fd5509d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ee.gif', 2, '578db9db6ce198ff08f1cdcc53c6900860da874d761b6fbcf8d7a3a0427bfb55', '7c9d14f7681e967ea10d4fa2a8f0ecde', '578db9db6ce198ff08f1cdcc53c6900860da874d761b6fbcf8d7a3a0427bfb55', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd1e54473580bf781155a4b3c57af5eb772e27a76', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176784', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1f2c0978552d2b4ec61f445b1372f30d182aba3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gw.gif', 2, '99582ee01fb81631589ae11bbdb15a0ecd724caaa1b64062dc202a4031448e9b', '162a7157154d909cd81bdc6632ecbc63', '99582ee01fb81631589ae11bbdb15a0ecd724caaa1b64062dc202a4031448e9b', 1, 358, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1f6bbcb39f4864d25e9e7c059cfc4a42fda4c25', '/home/hkrhostingreview/public_html/wp-includes/js/jcrop/Jcrop.gif', 1, '8982fa425633fec44ebad6516869c14cebd96b776c307e3a35964c77e6731bed', '5a8bfd37651305bdafbcf2cd51b0254b', '5a8bfd37651305bdafbcf2cd51b0254b', 1, 323, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1f712fd1a3ee379c7438a5c5afab4b07c36ec94', '/home/hkrhostingreview/public_html/wp-includes/class-walker-comment.php', 1, '2a92b319b6b2f15975569020a2b80c014bc7a31f63e486e3097f9c5729d65d7b', '6a25d3bbd3ec133a339436988b154a65', '6a25d3bbd3ec133a339436988b154a65', 1, 12064, 33188, 1, 1570227597, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1fd0f3bf24776bd96099653bcfdf26619d5f5ec', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-proxy.php', 1, '95d932725caed6779fc0033f443a791264f9607fd427f7e683bc055288a67093', 'b66e8d7af20fe389539eedf0a835c9eb', 'b66e8d7af20fe389539eedf0a835c9eb', 1, 6077, 33188, 1, 1569087717, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd1fe3056219edac1fd14fd990304978fe3a606c2', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin.php', 2, 'ab7e7b07ca47b0c9e5b3d1218d09a32c9e8a3a9d7d0a3daeb891cd497293db94', '85fcf1fce12a46f91709e9329979ddaf', 'ab7e7b07ca47b0c9e5b3d1218d09a32c9e8a3a9d7d0a3daeb891cd497293db94', 1, 45462, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd20331d464fe7802cfbd231d93b57960bc027716', '/home/hkrhostingreview/public_html/wp-includes/css/dist/components/style.min.css', 1, 'ef97eb7b81de535fb1d642d1500c8f6c205f5c662fc8b573ef57012b661a6561', 'df32fa0a51fae2f512a26cce865dff85', 'df32fa0a51fae2f512a26cce865dff85', 1, 101801, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2044ac506ae8a385c824ac32a9ebdc0d29859a2', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/hr.js', 2, '7da99f08a26040d8ff1051569dd1ef0020feac91a13ced51f50904826fb9c477', '58298a99909eee026ae4e5600fff8dea', '7da99f08a26040d8ff1051569dd1ef0020feac91a13ced51f50904826fb9c477', 1, 839, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2165702a5db82b9f142aad1306b0f9c44e28bec', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po', 2, '7874de4ec7fef8af238f64ffa74a9d7e2ce2217e57f94ac0eaaec9bc61470fe7', '69d58d66f9816c4662861c1aefc01fe6', '7874de4ec7fef8af238f64ffa74a9d7e2ce2217e57f94ac0eaaec9bc61470fe7', 1, 50799, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd22ebfede5644c797a4f733ae4cf7500d5ddc22e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/fields-post-process.php', 2, '8b3276c2614966d0785893509e48cf47956bbbcc7d6d20a31e0c040504f74323', 'a614f1068261e29cc186e258604ac919', '8b3276c2614966d0785893509e48cf47956bbbcc7d6d20a31e0c040504f74323', 1, 1393, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd239e4044b3270ca4653592b03c9a27e9f05a463', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-s3.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992543, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd23d7e1e004082f45d4c074052cdd35cfcfaf76a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/namecheap-small-img.png', 5, '3f8bba6ad7c1f7632a3a402a1be37be6a7909a3d392579967b77210f4c5c2c1b', '', '', 0, 4220, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd247912fcad5e70184086fe388436a9193cda435', '/home/hkrhostingreview/public_html/wp-includes/js/crop/marqueeHoriz.gif', 1, '555aa22858328ed3878666ec5622b8ec00295b95a2740a612637ce5aef284c7d', '8cccae9c1ebafdb83be602e4d44c6f0a', '8cccae9c1ebafdb83be602e4d44c6f0a', 1, 277, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd24a2d2bd42baeed4572fcf8da68fd821acb9133', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599095781', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd24e44f0584d18ae0164bc4a58bb2baffbd54d32', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/th.gif', 2, '85de666690b4037ed8ce07d3888711d3a5b9f1d6c7f7167788d23d32c1413dec', 'a4be77cc567463a6ab33df47a6471f90', '85de666690b4037ed8ce07d3888711d3a5b9f1d6c7f7167788d23d32c1413dec', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2604bb004f4bcc0b326603c7df9e280e76054f3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php', 2, '3b403f893038772e945dff6fe75fd48f70079ca63dd02f3554333066774b961e', '874e42e864ab3b81733c977cea446726', '3b403f893038772e945dff6fe75fd48f70079ca63dd02f3554333066774b961e', 1, 10398, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd273d0e9a0207d152337caf7a86a344af127f421', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-ja.po', 2, '9d795177252b0a59d21e57997dba1f98a4b300357a87266f7e4b54af5290f80f', '5003b81097d89c6070e87b72eca9bf1c', '9d795177252b0a59d21e57997dba1f98a4b300357a87266f7e4b54af5290f80f', 1, 71271, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd28462137ecdacb24c6c75e4dfe390472d44a0d3', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/suggest.js', 1, '8ddc5dd7e71e61db7caa6a28a1255800329d44c57631d9c5e8e0d40a5d66fe72', '3a2474569145d51ecabf7fc4fb078982', '3a2474569145d51ecabf7fc4fb078982', 1, 6991, 33188, 1, 1452705747, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2934da5f95cfb225a516ec05d48bf7d50f5c764', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/reading-progress/index.css', 2, '6fb4bfcfa86258832ff06ba9453a0d6dec8e264c46e48c7fe2adb1b6868d1b99', '8cc9bd723cc885b64ccd1b85d3536849', '6fb4bfcfa86258832ff06ba9453a0d6dec8e264c46e48c7fe2adb1b6868d1b99', 1, 859, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd29605d1cf417873de2a305ded9cfed5c6ab7d8c', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-admin.php', 2, '2b57d9e2141222acda364851ed1c77715d7982a54280bea360a4ed58869592ec', '68ab3f6dd8768880d3b213d0a9155ff0', '2b57d9e2141222acda364851ed1c77715d7982a54280bea360a4ed58869592ec', 1, 49324, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd297da6556522e39dde8a5305eedcfef86da1332', '/home/hkrhostingreview/public_html/wp-includes/blocks/latest-comments.php', 1, 'ac1e019791b1f8483f4170584dfe16ae10a69cd1ac8804ba88202dbdaa391a98', 'b0127ed074c5979e204c9d9090a4e54f', 'b0127ed074c5979e204c9d9090a4e54f', 1, 5753, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2a91465c58b6a154c88b6dc8e998ff4e3d526fd', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg', 2, '36b51fbe6b87587541b9173cd79c16c6b359ad22a172b922204f9aa87411acd9', 'd72293118cda50ec50c39957d9d836d0', '36b51fbe6b87587541b9173cd79c16c6b359ad22a172b922204f9aa87411acd9', 1, 708706, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2ab9942ab3d66aafc444e6497db7a57a1059cec', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/autocomplete.min.js', 1, '124473f6b94e7059fa59ea5aee82cfe2afc5dd828d1b24a1bbd2d27d94710fef', 'db0088d80b66d522e8f56921f2f39ff5', 'db0088d80b66d522e8f56921f2f39ff5', 1, 8229, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2b9e1aa9293734e5428bf82485d0e92a84c5fb1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/sticky-video/sticky-video-plyr.js', 2, '19d6b735a11fd6086ab9240f4b53e2f83a5ef7d720ca060749b8d3996816a7d6', 'fa8b06852f04b0093b04af8d216fc20d', '19d6b735a11fd6086ab9240f4b53e2f83a5ef7d720ca060749b8d3996816a7d6', 1, 505586, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2bbac2b6be7882f09296787bf8b94f366bfb942', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ax.gif', 2, 'eb73796bb9a2adc6d8b4a1587ecab2ca03b743ea91a489e9639aee6c092adf54', '6ca1b9ad68066fa5dd253e05acf85496', 'eb73796bb9a2adc6d8b4a1587ecab2ca03b743ea91a489e9639aee6c092adf54', 1, 376, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2bf69813738033f6db0bd8676b014403e50e371', '/home/hkrhostingreview/public_html/wp-content/themes/astra/single.php', 3, '684d9652c1a3f5a309e9e1fa4f0993126c76443b4f8be2b34126360dc9824358', '11e35f58aafcf1d49936c6f1154d78dc', '684d9652c1a3f5a309e9e1fa4f0993126c76443b4f8be2b34126360dc9824358', 1, 740, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd2e6142dffa572b796a16655696401dfac9a1a42', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Points-to-consider-when-choosing-web-hosting.jpg', 5, '64d9070644a9391f38ba5da3c379164ad9eac9ab155ba4eb47ad7904017250c8', '', '', 0, 34574, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2ee24478f7a4477d9316967dd4248b718199ebe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/NinjaForms.php', 2, 'b533715e1132c269599dc655156301655c88c9fc270d7dcd5eabca1f5039ca78', '1f9b0e4454c7656b5c741f8375556a6f', 'b533715e1132c269599dc655156301655c88c9fc270d7dcd5eabca1f5039ca78', 1, 72693, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd2f75fca509342f2c7d127959e028b4dbf014e0d', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_cry.gif', 1, '61fe03dbd46ca17632e7704bb7c6d70dab9d51befcf09310bfb70243f3a91b2d', '8f2b60c5ae6490575df6a4d5cbf09768', '8f2b60c5ae6490575df6a4d5cbf09768', 1, 412, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd30870e47408497577948d138798419d2cd7dbac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end--rte.min.js', 2, '803b4c57d575099e267a2f860445a69864a8db086b5812e98ce94c722f4b6664', 'cf5bb2f0fedaf672b82b9d780e9bc0cb', '803b4c57d575099e267a2f860445a69864a8db086b5812e98ce94c722f4b6664', 1, 242286, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3299f554dc7772756ec0e537833d674ca9bc75e', '/home/hkrhostingreview/public_html/wp-admin/css/about-rtl.min.css', 1, 'd584eefebed73d735e1bbb329d2e4bad3e7f1046db06c2adc2f8c825d7546f07', 'aa3864d2140200bd86c347b31d2c7208', 'aa3864d2140200bd86c347b31d2c7208', 1, 16955, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd32b54912fd84c72e8e7e1b752a2a70c74606cba', '/home/hkrhostingreview/public_html/wp-admin/css/colors/_variables.scss', 1, 'bd5a3a81b91b5b00dba4e5c65ff1a3e3e0714244b2fa482e222a6f7a8c53ad1d', '719b571cacd7a1e140377a7a3ecf8cd4', '719b571cacd7a1e140377a7a3ecf8cd4', 1, 2085, 33188, 1, 1554483652, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd33581bcbbab2c26a9d867ca2b8a1f818352aa2d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/data.inc.php', 2, '93e89475d4d38329dc338b6c42baf8ac4f753c865aac6cc3c3e39ef6f66bf34d', '309f5b9bfb4c833fc0c7d7d696b0dd4f', '93e89475d4d38329dc338b6c42baf8ac4f753c865aac6cc3c3e39ef6f66bf34d', 1, 44603, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd33c33c0d165a37623246b9b51184789a988b2f0', '/home/hkrhostingreview/public_html/wp-admin/css/widgets.css', 1, 'e0b0e003f13a03aa54f0d749aadf028355c33aa4a8ea8213680dfa8a727e3452', '2b91a746ea29f9a8ba3c2c0ce4c92259', '2b91a746ea29f9a8ba3c2c0ce4c92259', 1, 16756, 33188, 1, 1567633788, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd34b611f2df43efdbfedc7111b0b9975d058b7b2', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css.map', 2, '9edb63060f038f4d5d148c7c9c5ad862b2244b794312405dbee269997d69b036', '6c1277c72a965fc936a88051a69b25f7', '9edb63060f038f4d5d148c7c9c5ad862b2244b794312405dbee269997d69b036', 1, 3748, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3678d2de3b4b6149eaed501d274f8a2010d1b56', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 'a9d4f085bb462fb853216dc2fa55157bc138b52a3f04ff2447724d3469a44837', '2794b02a1ecff99232b7e40200a2c857', '2794b02a1ecff99232b7e40200a2c857', 1, 22771, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd372b63cf6104c9aafe64c7e44be7abac0e02169', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css', 3, '78f7c258b9a2655f522fc198b9fa87827ed8deb99689db6f4184bce680c836a7', 'e3f16531cc79d38efb434444fadbf2d8', '78f7c258b9a2655f522fc198b9fa87827ed8deb99689db6f4184bce680c836a7', 1, 256, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd37f55648a6e29b93f042c97f0643309f523a7c7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-logo.png', 5, '5bca80627d98cbd9c30dacfacae850d588b1156c5dcb41259c2249e8df90f0b0', '', '', 0, 18166, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd383e2523530f1b05563682bd40cb0138bce9721', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/o-1536x404.png', 5, 'ab555c73cc4d0bc9901789c4a05f0d3a1f8ffff4ed330fe1bff21f8ad848e481', '', '', 0, 647004, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd38a28b3892c320b3bb826bdb2a0b745569b62bd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/gravity-form/clients.suspect.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438546, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd38ecb178ccdf4ed8b1cd225cb7ecc8e57484aca', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/tracker.php', 2, 'c31b17b538d4575c16dea6679554e234922be4db238762fd470e62a4d33edd70', '265d8f3e46680829ea3f336180551f98', 'c31b17b538d4575c16dea6679554e234922be4db238762fd470e62a4d33edd70', 1, 8726, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3a16db203a741cf9d49cd682e9d9c5e17517f07', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/services/remote-installer-skin.php', 2, 'ce05492c58e6aa7300527db598d5e275e87a02c972cd78042c833e8e780d8c3e', 'ef35e494ebd0f07025d9efce0814cddd', 'ce05492c58e6aa7300527db598d5e275e87a02c972cd78042c833e8e780d8c3e', 1, 573, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3a5dc562802809387b28e2b9b387975cdcf6065', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/php72compat.php', 1, '66aea3b40d22e8c59af62d369feb12c91090de3b4240a89de28b2a5053bfcad6', '43de92c7eb688805e704f640b783f498', '43de92c7eb688805e704f640b783f498', 1, 31941, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd3a77a6e7b5ee8814ebf3e10dfa0207987e9ea76', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod60dpkckrlqppqb5llpetmsotxjs239y45ao.png', 5, '6c52e8e614ef81f8ef54b53706116c2c84c6b2451c1d3a6780d1be3347ce194b', '', '', 0, 63853, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3bbd0ea2baa7ea3d8ae9743f70525a37adcbbd9', '/home/hkrhostingreview/public_html/wp-admin/post.php', 1, '0d59722cc1f5e0dcf11d8d848f2b8d9333a040e29ab29906c7152117930d795b', 'c608cb270e025f9d7b3ce7fa53128a5d', 'c608cb270e025f9d7b3ce7fa53128a5d', 1, 9664, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3c096644bae6eb2489e58a8e0fd8a8d0df27118', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, '8ea1b29d750e901b8a774b716b354a8a6b8ae7b023c1ca5a009a0b67737cdaa3', '72170b2de4650fc5faf6725ea921837e', '72170b2de4650fc5faf6725ea921837e', 1, 98, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3c12010ac608691c185d59ebd925b20df220cda', '/home/hkrhostingreview/public_html/wp-admin/css/common.min.css', 1, 'e7c279a7f549e05d8d5d2af2c7187b2d75c6d0575417dab54d5d876e4f364fbd', '673f08c43f68205d1be3c61e8e643ccb', '673f08c43f68205d1be3c61e8e643ccb', 1, 53992, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3d1762f155eeae939fc48b87565bd82c6fbb971', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/honeypot.php', 2, '04372a0bf762f10d3f0729bba21f23d2fa4736af2f3def2dbf9385b88c7b0750', '29802a33a5264bf49dfdf0d805ac52b8', '04372a0bf762f10d3f0729bba21f23d2fa4736af2f3def2dbf9385b88c7b0750', 1, 626, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3d3b346886753addb077e2a4b6ffc547cb0b76a', '/home/hkrhostingreview/public_html/wp-login.php', 1, 'a05dfa814ba39f9ced921122d9cf3628508076f3fae0169cffa0f4498c64d894', '1338a3e39110498a35768d77ae525c97', '1338a3e39110498a35768d77ae525c97', 1, 47007, 33188, 1, 1569869580, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd3dcb555dabc4603bc5ae4c005032bc6c5613714', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/UserDataRequests.php', 2, 'f37be64522595b33bd501872c1b35cd7308576aa7b1febdbb8aea2b23d585bee', '8cd1ce775e7f4ec6591bcdfa6c21afa6', 'f37be64522595b33bd501872c1b35cd7308576aa7b1febdbb8aea2b23d585bee', 1, 11789, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd3fb36947636a818c5c5f74d563748b30d57d384', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176700', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4070cbda761cb4260d9ef1d950a966f7714a828', '/home/hkrhostingreview/public_html/wp-includes/class-wp-image-editor-imagick.php', 1, 'e63c56831b54b1e646e1a4449ffe4aff5fe639e9e0aa9dfe88e4abc007b79f06', '9ea7b0144f6209d9a1a71eb177a3bc0e', '9ea7b0144f6209d9a1a71eb177a3bc0e', 1, 23644, 33188, 1, 1569235017, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd40fc66685bf3a61fddfa3918fcee0634f8afdaa', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 2, 'ae957f0498227d210d63fadc4792210ab823170482c067e3060928710593f425', '9a3f2305cb5cb2921ca7184bd955744e', 'ae957f0498227d210d63fadc4792210ab823170482c067e3060928710593f425', 1, 332, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd417d0b2bcd69fbd991759af499c7049ab8e8e6a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-hosting-logo-150x150.png', 5, 'b881e2c1f027ed81b88919fd26ba7f573bce8c81c5922bd978020fe2b36857eb', '', '', 0, 3544, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd4322cf5fd1a70b11d4c4f3db4e17fcee044962c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_heartbeat.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992620, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd43529deecac9262ca8436d2be73a7e45a0c6686', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-file.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992541, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd436fff2a7927884c688c6298df5e7111d444baf', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php', 2, 'b403e722ad1e51cca4e5dc5b738ec5d39a58bf63eb3b7cda4c936daf23d09ab1', '10b7c1e24cbbf83de883c7e5f5821834', 'b403e722ad1e51cca4e5dc5b738ec5d39a58bf63eb3b7cda4c936daf23d09ab1', 1, 494, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd446ba17fef65f84f5e30cc81c6cd8084fec1cf5', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/_inc/akismet.js', 2, 'f93f326e3977d2c6b81dcf8848881a15629d6130030d88088e7eb5a511f3c497', '329d23b5fcee1a9e984e2d1afbd9d52e', 'f93f326e3977d2c6b81dcf8848881a15629d6130030d88088e7eb5a511f3c497', 1, 11641, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd446df5321fcbbcb5d785d0fb21b4a2617e19769', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_submit.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992569, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd45068e861a9cd58ad67aff9a12831230c5a8b96', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-es_ES.po', 2, 'bab66bb50cbf5bbd58f9d5ab9767aef399065eba7c6c30f0f17740525f4930c8', '01384c57dc52f5944d8cf83494945c1f', 'bab66bb50cbf5bbd58f9d5ab9767aef399065eba7c6c30f0f17740525f4930c8', 1, 81251, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4852120144fef142fc7021404975de8efb9b3d9', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/rs.gif', 2, 'e7457597c589c755f58c1b6f4abb9e441fbe41ce04f54d0a8b21f96af5fa800e', 'b193b9db485d06fda3656c5f174cb953', 'e7457597c589c755f58c1b6f4abb9e441fbe41ce04f54d0a8b21f96af5fa800e', 1, 238, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4893ecab8736e068e91841b38469cb44ee841f3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/manager.php', 2, '205a876e04cae54cbf49da5648005ecf6945e5bd04821701b4a2be37785942f1', '03e2a005325c91f96d5452097d63f641', '205a876e04cae54cbf49da5648005ecf6945e5bd04821701b4a2be37785942f1', 1, 7958, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd493c505f2ceda2b74f87ea12f126da02622bc06', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_media.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992611, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4973f356c3481eddc0ac56a80c4bc9df2f46f25', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Address.php', 2, '6f5ac7525e468979d213b80ab5551ab4853c58741fcbde540ff79b8e214f4538', 'dde176dc60c62b0f12f4ba895508a981', '6f5ac7525e468979d213b80ab5551ab4853c58741fcbde540ff79b8e214f4538', 1, 694, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd49c8ed2ee6a6f231e8d2211e74fcc69cfa3c4bc', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.min.js', 2, 'ca3043e21ab00fc0d5c2ce543b5c49d40cd8c07e6a26373dc54fc0a7fffb00eb', 'afa0553528d4060380811d3e4edc4653', 'ca3043e21ab00fc0d5c2ce543b5c49d40cd8c07e6a26373dc54fc0a7fffb00eb', 1, 59779, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4a5793eb5812196d6b7329efe71cc63af7b4be7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4b3577c706360bc024c90125afe14ce7cbd745c', '/home/hkrhostingreview/public_html/wp-admin/css/install.min.css', 1, 'b3556ec401197d6135a43ac040bca7ba96f800795831ceb90e6ef7b72fb4942f', '3a5c1eb7dd2e56931bb9757ddf31bce6', '3a5c1eb7dd2e56931bb9757ddf31bce6', 1, 5054, 33188, 1, 1569262017, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4bf32749d0e4c8377139c190d7dc49ffad0975b', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 'a088137364644e0fc84352bf51e650f0b2fda0cd2660bc1194d963876283abd6', '9d48345044e6111fbeb9d2fb444d5c49', '9d48345044e6111fbeb9d2fb444d5c49', 1, 3180, 33188, 1, 1446912747, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4d82b1da48be4a7a702c3e9518b302a4d56946c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css', 2, '720fc77e452845ba4f2d681728ca32251f61eabf54687410fd483b7787da6340', '31def488ca47f6e325414c9dc403a159', '720fc77e452845ba4f2d681728ca32251f61eabf54687410fd483b7787da6340', 1, 41312, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4dc9b544d71b029a04eb099e0e8be179b65407b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/formstack/index.css', 2, '8d106b779ebe53de6b9674fa565673db798be6103e8d322d2a6e1dae96308d21', 'bb273930c0a57964dd2e200dc2457552', '8d106b779ebe53de6b9674fa565673db798be6103e8d322d2a6e1dae96308d21', 1, 2564, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd4e2987a7ca0cc3d1c17f57801ba366bb31679b8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176591', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd4ecc6ac73b8e800a672ed15c2f636fc9c9e164c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ae.gif', 2, 'ccdd71c6ec824e7764e4ccb8fa9f7d07a947c11f1f972a38ee8f41f791cf01ca', 'f212f62ad8f9209e58345eaffae81115', 'ccdd71c6ec824e7764e4ccb8fa9f7d07a947c11f1f972a38ee8f41f791cf01ca', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd517e9838cfa4d94839b1bded82bd2b6033c90dd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176618', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd5182d3089a180ba7f77e76a2216ec484f7a9982', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/form-tags-manager.php', 2, '9851086d6b89c414ccf0c9e459bd201cb7e60c5de09c11c507ec2db4302a63cf', '690d2444f2ae6ac87309270cefd6f763', '9851086d6b89c414ccf0c9e459bd201cb7e60c5de09c11c507ec2db4302a63cf', 1, 8620, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd51b760e610e4b1219347cc2f706b1855e897800', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599506583', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd52f03c67ae3b4170b5199827bcca69a9754143e', '/home/hkrhostingreview/public_html/wp-admin/js/inline-edit-post.js', 1, '2e6bfd2a6ad4131f77bb88e3f96f752171f4dd2809215aaf261f11a8c90e3656', '53ce6b4e6ae287a145d4c6919a1337ab', '53ce6b4e6ae287a145d4c6919a1337ab', 1, 16261, 33188, 1, 1558804552, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd54510bb93d041f358260b451a0361674f043fae', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/adv-accordion/index.css', 2, '80851046f5e55bda8498004ab1e80902fdd66fce84941771e59baa008ad754a6', '68060eabc54fda5a453b343369a4c45f', '80851046f5e55bda8498004ab1e80902fdd66fce84941771e59baa008ad754a6', 1, 1819, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd55550a661f632ddd5893a18a6eceb4a32bb79d0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end-bundle.js', 2, 'db4c550c5ef0e3ad3144731be574d0dd6df5121891799323b11fd16c56d6b279', '7aaa87dfc9a6064a075eb57bb33eb6bc', 'db4c550c5ef0e3ad3144731be574d0dd6df5121891799323b11fd16c56d6b279', 1, 547690, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd55a33b8d65fd526322b87c6f58c0b136c436fc5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_validation.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992565, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd574c546b04df6223a52cfbcc56d0cf27e2f358a', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ocean/colors-rtl.css', 1, 'ff4a1e01f61f80bd63b5fdf7eb40b07bda211bc96275702dcc7e72aeafbd5398', '5a07925c796f75ebb2481b73dbf50e28', '5a07925c796f75ebb2481b73dbf50e28', 1, 14834, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd5841ad4ffe13c6acb8c43274834403e1f326af2', '/home/hkrhostingreview/public_html/wp-admin/images/wheel.png', 1, '9f51cf596c2c8d23886a16b5ef30768ba17fefed27def598270b706de00a9d19', '4530bd2071306dbbc61a592556b958a0', '4530bd2071306dbbc61a592556b958a0', 1, 6047, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd59200a4e44e7f7f2dee5fc3cfd90106fa596d57', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-security-keys.snippet.tpl', 2, '1e89958ca0f0437f4db6e197baf22c2d5c0c1d79cf50d96fc1f9d3e3166b3153', '5045746fd766fba96bf7a282bafe2491', '1e89958ca0f0437f4db6e197baf22c2d5c0c1d79cf50d96fc1f9d3e3166b3153', 1, 237, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd59ffc6bff2a6287a30a8c23accc15eef63071ee', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-ja.mo', 2, '2edbc8b9fb93c7e6de3cf67509e8627f679f14a21521986bee5b846e8743c6cb', 'b85eb8d944e8ff20bd026d0750b248b4', '2edbc8b9fb93c7e6de3cf67509e8627f679f14a21521986bee5b846e8743c6cb', 1, 104505, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd5acf61db540ab27cce5e1ad994c030af193bd05', '/home/hkrhostingreview/public_html/wp-blog-header.php', 1, 'd4d7f7cc92bdc8856182bd403b925842de1e6c543d6c39caf9161b8bded338fb', 'f3f43bcb755e7599abfd0cb56b710e81', 'f3f43bcb755e7599abfd0cb56b710e81', 1, 369, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd5b862a44c3a84341000a0899d75c9247daed225', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css', 3, 'a9489c20bce24e577c4f327f46a0d716fde35cbfac2efa33bf0cb4b4511a76f2', 'ae8cac2320623a22ccdb77282f5c632f', 'a9489c20bce24e577c4f327f46a0d716fde35cbfac2efa33bf0cb4b4511a76f2', 1, 25678, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'd5d3f5ed082f628c64ae6858602159a24fc0ca8d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/assets/css/unminified/style.css', 3, 'f6c966fc2ee7134e8d0d4698ba313a10853ce65630a6c30e9611bad3e0ae8c05', '4fbb31b8c16717b6df3059ca74831ced', 'f6c966fc2ee7134e8d0d4698ba313a10853ce65630a6c30e9611bad3e0ae8c05', 1, 369, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd5eb610acc7169e11b99a6027006985aa7a77806', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176608', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd602fbe106d8fb1dc2d8eb1a5b0a4d4acbb898fc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/xit.gif', 2, '5d92c47c2494ec2de7fc15587ae07fd6b12933fcf7e15a7b9fde626394206dd8', '6a03660e0544b85fc84d4de174c28741', '5d92c47c2494ec2de7fc15587ae07fd6b12933fcf7e15a7b9fde626394206dd8', 1, 181, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd60c132a16e999f1c58979779415159558397c96', '/home/hkrhostingreview/public_html/wp-includes/comment-template.php', 1, 'c6e1e821ffc541a4f62b5e8a0130b38b1509b427a891982bade4cbcaf07d7507', '45cc8a1d289f220a0c272f8daa17e4c5', '45cc8a1d289f220a0c272f8daa17e4c5', 1, 91464, 33188, 1, 1570227597, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd610ea05cfc7abcf200cab4a1c29a11af9317fb5', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/e839ec00e916f7ca9675299b7f915452.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092966, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd612b0718aa1259abaeec6e9ca15865c8d34a581', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228355', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd6135822781db41edeb6e305c634d270c945f715', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/conflicts.requests.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438532, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd61b16673f1b0574b8596adc1d4e9286c4e73cc3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/jBox.css', 2, '7c8e3ccafae4a64c938d23b9eee61314dd7d4bb391091067dbfa1500914a9c7a', '98248996459b6484fffb56f862812a00', '7c8e3ccafae4a64c938d23b9eee61314dd7d4bb391091067dbfa1500914a9c7a', 1, 10901, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd61eb5e95c15572ea40d8068ffcadf025ddcd53b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/fj.gif', 2, 'ebe1ef0cd9e2056711bc1052ebd3d361f5412559790f903f15581ad75e0e975a', '3a839ddc795a643dad5c6cfa83f9721f', 'ebe1ef0cd9e2056711bc1052ebd3d361f5412559790f903f15581ad75e0e975a', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd639e8ee90bcae705b417cc07374677c90d028df', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_wordpress.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992637, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd63eb331a7e442b464adbe3fa72af7945419856a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/listgrid.css', 2, 'd73bd59877ca66b70bcd702f3786f9b809f7671532013963093dd457c438ddac', 'daa0621dead774d51b87982e1677b809', 'd73bd59877ca66b70bcd702f3786f9b809f7671532013963093dd457c438ddac', 1, 1938, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6498070a0c686ac59e0c11c15fc1ffe1494eb10', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Upgrades.php', 2, 'f7c80a4afd9478ba9b071b26fbc6d4d06b1e30f97808efb53c5df3f20a2b3088', '3a8dd2f5861fd60002c15bba2e171b4f', 'f7c80a4afd9478ba9b071b26fbc6d4d06b1e30f97808efb53c5df3f20a2b3088', 1, 1372, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd6555a2879dd5101c7e8e6a6fbad77e0d0d117a5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176517', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd65af81df231bab752288a3424998da6e71263c3', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, '12bfd27aea90a66f213e54ae35c2ba5843e1c14267dd588782dc53669c0a47ef', 'b99ce01d8d1852d13c1f826e49813c7f', 'b99ce01d8d1852d13c1f826e49813c7f', 1, 4792, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd65b640e3a2d4b2a428e8e808b86342bcd2a66ea', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po', 2, 'eb15eadd299ece552324af3ccaa15a649c8e579bc325de20c4d0869ca28e76cd', 'a9106a81c7f21892dd22e94490517a0a', 'eb15eadd299ece552324af3ccaa15a649c8e579bc325de20c4d0869ca28e76cd', 1, 118588, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd6600f1cfe0e37a38ffff2262171342fbe2bad90', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground1-min-e1582401461713-300x196.png', 5, 'd6e6f8bf30e8795482408a5a0011d670816abdeec2082f0a90a33c3275ab4df4', '', '', 0, 61034, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd67067a9e4a3a766e24de38af70ab11f25b48b54', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/customizer-link.js', 3, 'b168c56d9266aeaa2d350b9b0706ff0420aeaf99778055471b73bc58e80eb22c', '49e9e7fca3cd0f5c2ddffda53f7e8221', 'b168c56d9266aeaa2d350b9b0706ff0420aeaf99778055471b73bc58e80eb22c', 1, 510, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd67855970cbb346c262453485875ac873a5e66d5', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-it_IT.json', 2, '149e9674bcd27d1f2f2e9e267d30139778120b52f04d6e4507aac74fb769ced8', '4a6e76e6c73a1b83709bd5b606bebd84', '149e9674bcd27d1f2f2e9e267d30139778120b52f04d6e4507aac74fb769ced8', 1, 41002, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd67f5f6793df4ca85bf62693d6fe848887203ad3', '/home/hkrhostingreview/public_html/wp-includes/category-template.php', 1, 'f333759d709cb61ff19e9b441ea0056e10638195ca74afb17d674df2c4de32ea', 'bf9cb8b60eaac1e9b8be1246b56e4e9f', 'bf9cb8b60eaac1e9b8be1246b56e4e9f', 1, 52638, 33188, 1, 1570595282, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd684984a7b832735d35d76dbe6b7f16e2c413f8f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/it.js', 2, 'a95defdf373ec5e5f3af312dae86ac71d4377d92495fbb4751471d31c54f45ba', '9fa7b64a951a97007d9c097a266eb3fc', 'a95defdf373ec5e5f3af312dae86ac71d4377d92495fbb4751471d31c54f45ba', 1, 876, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd692b32e669a747fa5eeb4c2f1545ec9a32f7601', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-fr_FR.mo', 2, 'c47dffba5f3fcecd104869c202fe0cb911e31740be6fde22bdc2072d2ab08aeb', 'b8c85924c2f84b2d5ae20615fd0051db', 'c47dffba5f3fcecd104869c202fe0cb911e31740be6fde22bdc2072d2ab08aeb', 1, 104570, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6a184a6ba1f778046196bdcb48fc01c199c2087', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6b35d3ab3285049b3ea71d1203d58c3f6460a75', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/admin/class-hfe-admin.php', 2, 'a28e84ae7a67cd08c143962e6272587cbc830a61e0b2cf889a2ddb3c90365ca4', '8d17b88ac5d0adc2a374c039a2e820dd', 'a28e84ae7a67cd08c143962e6272587cbc830a61e0b2cf889a2ddb3c90365ca4', 1, 19706, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6b7fa6b7e609a459011bd3a8a7b333261735272', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6ba6a16f66c5c216a8e313bf46be87bb39a25d5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/qa.gif', 2, 'ba5c41825061880aca8676fc3345992d4b81109b4f4b58f6d1b5d3cd4e9b6c12', '8de77aa8a0a825346fac6d29837c2449', 'ba5c41825061880aca8676fc3345992d4b81109b4f4b58f6d1b5d3cd4e9b6c12', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd6bc89e770e5639ed81ce46216bc12be943cbe2a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_items_php.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992592, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6cf5d56b920d9c9604f656122df12eda166454b', '/home/hkrhostingreview/public_html/wp-includes/js/dist/shortcode.min.js', 1, '7df17b4cfb8121bc2249b94709c9c5d2b8b784c3c598867c7e6fb489c8eee48d', 'e096abf3375c18cd3c6842e92473d413', 'e096abf3375c18cd3c6842e92473d413', 1, 4058, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd6db9bcba632da6646ec214893962f7560ad9679', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108955', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6f372df84db82a49778572f5dff69d0a7022037', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js.map', 2, '775b23af1c6aa5b4ced0e67cffadf5a4c20fc1add5b5bf1951c7a08ec13f43b0', 'be3ed6bb5c8080a556de723b6e823cbe', '775b23af1c6aa5b4ced0e67cffadf5a4c20fc1add5b5bf1951c7a08ec13f43b0', 1, 174620, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6f6f71e1ca566db00942c1393ac7a7ecc544f08', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php', 3, '0b43955006c65170e492f3049716ec0f9f72ef0dfb8c5747bc0212ed65ef75c6', '38439e98afd8aede338c39de3299f9ac', '0b43955006c65170e492f3049716ec0f9f72ef0dfb8c5747bc0212ed65ef75c6', 1, 2770, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd6fdb8fc64dd45d9c92ed38d817110b0dbba59d0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176726', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd6ffff21189e36f2089df733ec642fed9f53f954', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/forms.js', 2, '6f09a0830eebd25f897de8985320ed4bb52a4e7873e2f924a1495c8d28498f2a', '5e2bc59c441056c713a2a52a57b2fdbb', '6f09a0830eebd25f897de8985320ed4bb52a4e7873e2f924a1495c8d28498f2a', 1, 2282, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd700d72954f7299c9fc0232744cd3fa9c34f04b3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css', 3, '2dcadbbe5712f8720ff716472570757b4b36ac140500be431b2e4b53c7cccfdc', '4b7ec99b566445813d6bd253f38229af', '2dcadbbe5712f8720ff716472570757b4b36ac140500be431b2e4b53c7cccfdc', 1, 4278, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7182cbd3e43a98a014ad65f5e0e8178f063454e', '/home/hkrhostingreview/public_html/wp-cron.php', 1, 'ac7c731a12e96f916cd460f3e7ac3a5a523a6c7f869269c6aac054c6033a6480', 'cfa2960eb1eb763e1b86cdacba480d17', 'cfa2960eb1eb763e1b86cdacba480d17', 1, 3955, 33188, 1, 1570747923, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7212825348bddd310028bde27baa3067d007452', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/zapier.png', 2, '7f262090a8accdcb5cbd2e985e78493d62250e6ec6bc152d06cfd587e6b861e8', 'edffc4a3309febf0b54fb1304e3a8de1', '7f262090a8accdcb5cbd2e985e78493d62250e6ec6bc152d06cfd587e6b861e8', 1, 11633, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7225b6941975150e927aa0deca5a6629f8b69bb', '/home/hkrhostingreview/public_html/wp-admin/js/post.min.js', 1, 'd1ac30b3ef7b5202b8736909a30c01af80cb3f18f40fdd7c4a7844bca6dd70f8', '2ccb4e6d8db314a751d0f26ccb1f3050', '2ccb4e6d8db314a751d0f26ccb1f3050', 1, 18093, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd7308e4505d86e54becbb13925de40ca059d67b2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176770', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710669, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7338556a34215996c5777bab4e5b529b1812e93', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-submission-example.php', 2, '4134e7ca83e668a495e62ef6ef40a4db5cd116bc50ea23e7be077abb5565096d', '6c9382e48c68cc75d8a0c1a2c7be3f62', '4134e7ca83e668a495e62ef6ef40a4db5cd116bc50ea23e7be077abb5565096d', 1, 121, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd734450f7f3a005a8d8106ee1553054ad8f20a9d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', 2, '2159c531320adcbf28a43713836e5d63723e0cbf15371d8c45c70d86433f45eb', 'dd3eaf671f67bc13ef974e7064e8160a', '2159c531320adcbf28a43713836e5d63723e0cbf15371d8c45c70d86433f45eb', 1, 488, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd74572a6771977cb9cd92dc8777568c53199ca05', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo', 2, '157a2f7b2277fcc01a65b44c155a086fca41ff34c69a309b3d6997b7722f8647', '51b96b6d662d2def3daf873f096f7805', '157a2f7b2277fcc01a65b44c155a086fca41ff34c69a309b3d6997b7722f8647', 1, 36618, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd74ab67594139196163165aa71a1b1328cc3226f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-theme-upgrader-skin.php', 1, '5da0b295b8f9df843092e18dfc0ca2b86167f2c05b4ebd8f224b22f77f5a5c11', 'c4724da2062cc97d31ec6fae9f993518', 'c4724da2062cc97d31ec6fae9f993518', 1, 3702, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd74ed88c77288394199c6bbd95df82e7e420a6f3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_iterator_class-ai1wm-recursive-iterator-iterator.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992533, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd754d9d3c40d34766c200f64f513e8a52e8e60de', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/li.gif', 2, '19d74d063d14d866f6fd5994d9e62b3111b4b1056b764150f0d5d870b0bc08a0', '239e66bf39e8052587b504515a21f03b', '19d74d063d14d866f6fd5994d9e62b3111b4b1056b764150f0d5d870b0bc08a0', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd75f3354f1ca8202fdb7a4fc785d9de17bac11a7', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/recaptcha.php', 2, '48ad30a031539a56a5f81399a67008bd2412b0bb6bbb9d94a8342953aace4f6e', 'f9c332ef479be099ea265f27d188ddf7', '48ad30a031539a56a5f81399a67008bd2412b0bb6bbb9d94a8342953aace4f6e', 1, 13794, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd761192cb71719626eeaa3321572cffe4b65f37c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/Currency.php', 2, '42f4f66dcefea54b706d082e5ae38d9661be01e8e7982939b4855b3c75f328af', '03ba311b8ac9d9def47f8fabf11cc3c9', '42f4f66dcefea54b706d082e5ae38d9661be01e8e7982939b4855b3c75f328af', 1, 3165, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd767bf9697a436d75e8eb8c7914df8eaf4e95fbf', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php', 2, '86cc052b8f4bfc90a62bbf4e0a86e45095a9087803ad960d37d44e1451b1327c', 'c542bc159e8ee3a6817a01902d708c77', '86cc052b8f4bfc90a62bbf4e0a86e45095a9087803ad960d37d44e1451b1327c', 1, 5731, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd76d4119ccf94592e54c7ad488fcb0d5ee4744a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php', 2, '08ff4b1bb3bb54dcc436f6e7ba45af7e3c4801043d69492d1293f53d341d8c88', 'ad3357ae54b8c10dc1d8b7983138c4e2', '08ff4b1bb3bb54dcc436f6e7ba45af7e3c4801043d69492d1293f53d341d8c88', 1, 1454, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd77bcd9f8c1b00fc2e81a4a8c4e8886123dd980e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/editor/editor.php', 2, '17577a78b192bd3c3c20af85bc8f1a913e4ec821fd29d3304f915e39838a43bd', '48a7d3e59a062284197a9ff8eaae4003', '17577a78b192bd3c3c20af85bc8f1a913e4ec821fd29d3304f915e39838a43bd', 1, 37692, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd7840394ad23e54b93e6a87e990a74f19b96d5fe', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_includes_class-contact-forms-list-table.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992559, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7875b70c30caf25a403a7fef10286233551ea61', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/notices.php', 2, '5713054521b772b86693c55bb44156654f89b89cde1577b013fa4a66cbbbcfc2', '2ae473014c28f349352abdef51629648', '5713054521b772b86693c55bb44156654f89b89cde1577b013fa4a66cbbbcfc2', 1, 6676, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7917b6a858a734432f0932a8bf9cc7e84fa8578', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/user-info-fields.php', 2, '5ac39a22f4bd1cd03a5065f730a26d3c4abfcde1ade8d95ad52f8920fac38b50', '9ec2fb031c90d7abf31bc461a55661c0', '5ac39a22f4bd1cd03a5065f730a26d3c4abfcde1ade8d95ad52f8920fac38b50', 1, 2321, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd792f4e6f2d88fb4d57b060e8f18de62cc04f159', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php', 2, '7f78ecff7f82822d1d65c8a9cd9f1acdbf8c43cbe74332fd14c92dd7b3db4788', '08161556578572fc9734b95ee828e7d6', '7f78ecff7f82822d1d65c8a9cd9f1acdbf8c43cbe74332fd14c92dd7b3db4788', 1, 15943, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd798f5b8cfb075ed2ac508b41a0534505fc25920', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ms.gif', 2, 'ae227f28b6083ff66eb31c7796a7bad903e1fd6822ac9f8913a5be55fc9b79e5', 'd6a0a5e4472ffd96e7d4c7c8d91ed2b2', 'ae227f28b6083ff66eb31c7796a7bad903e1fd6822ac9f8913a5be55fc9b79e5', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd79ce6ecd88e654c590d1f9050acfa1ec1a0c4d9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/tools.php', 2, 'd60ceb4a7a4ccb10570da750c628dbf706ee9c4967c6db2b522178a036c427ed', '55fed5d98966f70b3dde30795dd971ba', 'd60ceb4a7a4ccb10570da750c628dbf706ee9c4967c6db2b522178a036c427ed', 1, 10477, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd79dbbb2ee749fa01b0f57f2b28cbab9ded874f1', '/home/hkrhostingreview/public_html/wp-includes/class-wp-error.php', 1, '3e8efb6cb885dace0ea664a14e1e667c6e48d8991d8fdc9e9fdb5ab02eb3789b', '3deb5b5e23a65fafc2490dbbc548ea6b', '3deb5b5e23a65fafc2490dbbc548ea6b', 1, 4923, 33188, 1, 1547073771, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7ab48293310144f63a56f6292ac0b66722f64a7', '/home/hkrhostingreview/public_html/wp-includes/js/dist/blob.min.js', 1, '5f165fc30207cf9c78f5b344797fe02bff526fad22541f1f36b2c615d2c97388', '7034bef89a578a00a44d10809d7394a0', '7034bef89a578a00a44d10809d7394a0', 1, 1404, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7aef50b02c674f51be0ba149e15208725148ec9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/inspector.php', 2, 'c1a76ddc1e473204c8318181d8380f1e9831ae0aaa59543cf3acfcd6ce84b2db', '6910d7a8d9b5fc1d01703d519c06566c', 'c1a76ddc1e473204c8318181d8380f1e9831ae0aaa59543cf3acfcd6ce84b2db', 1, 3343, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7b026897765784ba9da5daf1765c5987c79cb25', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/general/index.min.js', 2, '2cab06290e3b6d8a3c4809acc8428d3a2cb7acdb72d2ee2d180034109f185e53', '8c1ed48c82780ea5ec0953c8e3f8a5e0', '2cab06290e3b6d8a3c4809acc8428d3a2cb7acdb72d2ee2d180034109f185e53', 1, 1322, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7cc6ba24570b8c26e58f0b848e90c400bb4d028', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php', 2, 'c65464d5b44ede92260c40a069fe6519eaf7f456905bf28919fcdc942d16bbe8', '674fa434d473e6ae9ac18885dd012677', 'c65464d5b44ede92260c40a069fe6519eaf7f456905bf28919fcdc942d16bbe8', 1, 2532, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7d5fb3d8d9a341adf6dde075090b746b9ffbb4e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php', 2, '810d35ea5080206cab7026e5442e53801a9222bd78e8e1a858b9f902859cb5ba', '5918f09dec6dfec850c9cd000e538065', '810d35ea5080206cab7026e5442e53801a9222bd78e8e1a858b9f902859cb5ba', 1, 2694, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd7d660a0a02a1b2b2e96a387950e48e24149a574', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176538', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7dc3b6555b9c01108c607cc725f00e10374ba65', '/home/hkrhostingreview/public_html/wp-includes/js/crop/marqueeVert.gif', 1, 'a636ddc6c2fa174a187c9ebb74d040f52eb820bf3a563f1cda1b52b11908e327', 'ae9accf100a4b9930639adff52d4dcc7', 'ae9accf100a4b9930639adff52d4dcc7', 1, 293, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd7de2e86a7d24287d64bffb5faefd1cd4d08f285', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_storage-path-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992549, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7e866d9fb6c54a1c1ab3476542bb00f9f0993ae', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Integrations/EDD/EDD_SL_Plugin_Updater.php', 2, '05fb0f25a80731583520b4fcabfafd0841276039128b3efb8b16aa45281a31ed', '2e33d1bfd13b88a4dcfcda878da1ed65', '05fb0f25a80731583520b4fcabfafd0841276039128b3efb8b16aa45281a31ed', 1, 17601, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd7f43f219e9defbdbcf0d21a1a3f36cbe626e79a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228226', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7f84d0688bea97d47d2f2ef568ce18d1b446414', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/template-parts.php', 3, 'c1de9777781f1c72bb8ee0ca28166033506980a247d23f8af85de90b7c6c9119', '8cdc05e1420bed1c97c14647f545a07e', 'c1de9777781f1c72bb8ee0ca28166033506980a247d23f8af85de90b7c6c9119', 1, 9873, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd7fb96da76419624264ffb96ceaa6f010336898a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/Metric.php', 2, '8d41d8453ebe21207147b1765a1757a2fdfa4a6501acf720dd144d94e3ce6489', 'f1cf133a9661779b99693d84507643a4', '8d41d8453ebe21207147b1765a1757a2fdfa4a6501acf720dd144d94e3ce6489', 1, 392, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd8049eb32d734dba2d60cee97d949d8dbe2a2036', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/languages/readme.txt', 2, 'c1f9b51952fdd2c4ecba88949d060a76ca521ca5888705e986e5896446a2ea55', '085954261a986f5e4705d4a8a3c8f47d', 'c1f9b51952fdd2c4ecba88949d060a76ca521ca5888705e986e5896446a2ea55', 1, 128, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd80923925a6665eb9ec82e36f53ecd02988bfc6d', '/home/hkrhostingreview/public_html/wp-admin/includes/class-core-upgrader.php', 1, '409a3065e5b30ee82f382b7d20beb9c8dd3d267725a10917f69ceede559c6991', '961536c69ab9c4fa9dc9da823547416d', '961536c69ab9c4fa9dc9da823547416d', 1, 14458, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd810780f212b8c9760652c5998d669da42ecc4e0', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-hosting-logo.png', 5, '665d17fac6c0a3cde764e9b3f85648f0f3b93d5743b98e1ef3f54699a058f22c', '', '', 0, 5029, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd82e1ca9819b086026968678b779430048cc02c7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormDisplaySettings.php', 2, '6a8046cf70ac2dea80dc1ca00387d4093858a21f29b3c0b4d702ac91313d06bf', '33450d6fcc209b04b5c18481509ad0c1', '6a8046cf70ac2dea80dc1ca00387d4093858a21f29b3c0b4d702ac91313d06bf', 1, 8769, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd82f95afc713717d741bff17bc244d51a7c54eac', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms-rtl.css', 3, '41a31862fad41454f3d4dafdb483e3c6a9f989f0aefea8a1241cfdc4618e6ffe', 'ad744d224d6251f69f791c5c82181f95', '41a31862fad41454f3d4dafdb483e3c6a9f989f0aefea8a1241cfdc4618e6ffe', 1, 813, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd830da04e1b1f3081508a426be021e78c92b17e9', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Copyright.php', 1, '0a9709378539ff8b0bd3fc6d8e593cbc2548c7ba6fc5156c1e62adbe204a1d82', 'bd7fbf68b954a9d50955cc808db7cb6a', 'bd7fbf68b954a9d50955cc808db7cb6a', 1, 3367, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd83b948eb221b1575ffdceab5a2ebd5a8cdeb2a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php', 2, 'b4a40dbf8d925766133f1da0c66b54f2d4ba4d4be3e96fbcf138519d74b83b51', '680139f848e9e8eb93a629c67802c1cb', 'b4a40dbf8d925766133f1da0c66b54f2d4ba4d4be3e96fbcf138519d74b83b51', 1, 17010, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd83d3239e8ccbf479d22de0eaae1cdf24d14b12c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/code.php', 2, '64745ce9b497e39593d06c44455cbbf18e769d3010babcbf154e6a8f9e243f83', 'b3405623dc045a5d037f0c313d4c3111', '64745ce9b497e39593d06c44455cbbf18e769d3010babcbf154e6a8f9e243f83', 1, 1833, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd840806d7429422cb66aad0587f2a86e6e03476f', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/7ad33083fdb340f52024316eff1a1987.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092974, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd842e960698f2caffed4f38ad283d9f5bd3bd6d4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176736', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd8503bf499e12b26a1eafd99a14b6081571f32a4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3.php', 2, 'f638c9a5594095eae8ddd47eb08bb50469a7c8283652f7b01e4a477bb4535be4', '46218a90e268403a4dcf20e60823213f', 'f638c9a5594095eae8ddd47eb08bb50469a7c8283652f7b01e4a477bb4535be4', 1, 42331, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd88a88e3c54ff224891b2de1b1b7560ec7e55992', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo', 2, '8ce733ef2d5ed3a3960d57ad57bf890fe5f8fe4be2518f271af5e460a843b072', '8f8795e8d2d98cf54d21f8151a8fc1d0', '8ce733ef2d5ed3a3960d57ad57bf890fe5f8fe4be2518f271af5e460a843b072', 1, 36284, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd897aa1d61953689eb86f41e2f556312ec45ea2b', '/home/hkrhostingreview/public_html/wp-admin/css/revisions-rtl.min.css', 1, '586edf0eaab4d6da7d538cd224be491124f925d98f1fad4a7671eedb89230eed', 'aa4b9f80af7993692411777d66e9d2de', 'aa4b9f80af7993692411777d66e9d2de', 1, 8611, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd89b17c02b27c6c3c362356a2f1c9a1ee22caa62', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/wp-mediaelement.js', 1, '458dbe760a36fe82d69d808ef01d7fc29fd966d1f4b7806241890d24e8d3af59', '03bd5bce1479cfa83e955c1392efb02e', '03bd5bce1479cfa83e955c1392efb02e', 1, 2366, 33188, 1, 1516758690, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd8a05f754d1186a7c3e3dd07d726db812489048a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff', 2, '1570f866bf6eae82041e407280894a86ad2b8b275e01908ae156914dc693a4ed', 'bafb105baeb22d965c70fe52ba6b49d9', '1570f866bf6eae82041e407280894a86ad2b8b275e01908ae156914dc693a4ed', 1, 19824, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd8a4dd047f72c649be5b5ffcc687dda55de0743c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-notification.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992521, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd8ab8a150b753723bd0864bf7ebf585179a72546', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/class-astra-control-responsive-spacing.php', 3, 'a0e2ac1a3afc42cc3011de9b98d5d8ad80182a05523b343cc6a135ea972ec8e7', 'e0d6f608eb3c0b5cf57563190dabce51', 'a0e2ac1a3afc42cc3011de9b98d5d8ad80182a05523b343cc6a135ea972ec8e7', 1, 9628, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd8af2c92f210208530fc50fc62c64f4313bd0d32', '/home/hkrhostingreview/public_html/wp-admin/ms-sites.php', 1, '9e08f74e75bea39405f9311eaa41cbae15912eb1165d10f630ac5d2fe4ea32de', 'd542a17566d36135003ef69141370efe', 'd542a17566d36135003ef69141370efe', 1, 230, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd8bfd9ba52ba7769c8adc7ed64fa1ea3740393cf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls.min.js', 3, '017b1e416a8591982934b431cebe92cb0bd16a2c3e21c822f7fb661e95e551c7', '2e47ca7afbb4bfcd4c8216008371c274', '017b1e416a8591982934b431cebe92cb0bd16a2c3e21c822f7fb661e95e551c7', 1, 52452, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd8c95669c6ceed99e79bd901983b45f030da3aaa', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/sortable/class-astra-control-sortable.php', 3, '76c5c30a3126906d10e3673b2136b74d5a26f6aeeb013dc1d600cd727d70f4fe', '3c1d58882644b7b5b67741eff51b72b0', '76c5c30a3126906d10e3673b2136b74d5a26f6aeeb013dc1d600cd727d70f4fe', 1, 2926, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'd8d278bea03fa8c28fbad714d6127a63146f8d8e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110431', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd8e6b13b7f2d078200243e9a6174c37e1fbfb7cc', '/home/hkrhostingreview/public_html/wp-content/ai1wm-backups/index.html', 8, 'c02d136d9137e51259a1176a978513a24e5b8247583d767b69633f69962edded', '', '', 0, 26, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd8e9c2c4fa3d7cc5ece23e984bdec180de0d6456', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-plans-min-150x150.png', 5, 'e533c24e41ad918b0186648e7a7fa92dd375cd01cf1a23dea843afa6612c7dfc', '', '', 0, 22196, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd8f1859ddf3428f05ff40d7fc2f0a75a22a24260', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Web-Hosting-–-A-Guide-For-Beginners-150x150.jpg', 5, 'eee415ec42d571826a35ebc3dd00761d2ae7a41b291a7f974e97cd126e73f5fe', '', '', 0, 8475, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd902ca599dd480fca0f52ee23b2eb4e4c0ee1f23', '/home/hkrhostingreview/public_html/wp-admin/js/widgets.js', 1, '4ceb2450b11a80fd392f25f1a7f8162c5a5a4cbf2e70fddf3c9320b6f89ec47d', '1dffc13554c171793366b66ab7abd3a4', '1dffc13554c171793366b66ab7abd3a4', 1, 22876, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd909837fc710bd0d8d539a35e5c3a6e7ae7efc5f', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/style.css', 1, '2975d809361999f5926fbaf69f7b14667583ec967271ac73edb32d47a2307e4d', '3fc815e03f1ef5e45b0269fb20123c31', '3fc815e03f1ef5e45b0269fb20123c31', 1, 50287, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd915dd6cbf1b02a090362525e94145549edf750e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/woo-checkout/index.min.js', 2, '33d66d9c724425c2f7b6b41e807036f2e5ccc6e1e006ba2edea5379bac3163bb', '33f8b41aee656081263423a7a4ca48df', '33d66d9c724425c2f7b6b41e807036f2e5ccc6e1e006ba2edea5379bac3163bb', 1, 861, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd91c1ae80a7cbb7028e75ddcfee8dff23b1340b3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/jquery.autoNumeric.min.js', 2, 'ba3cd7551865e8462ffa9b43b20550caa018661256b078972f6661bc3cd41327', '64d0c813467e4e2c2ab662784f7965d2', 'ba3cd7551865e8462ffa9b43b20550caa018661256b078972f6661bc3cd41327', 1, 20227, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd92669192c3ddcd6bc4e5c86b0bd60d008bfd61e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/builder.css.map', 2, 'e69c57409d0824d3d103eafdcb3ad4b1ef74da5036e59e8451512c11c70ddd89', 'b101a1c017c3a65ed5b9c2e67566d617', 'e69c57409d0824d3d103eafdcb3ad4b1ef74da5036e59e8451512c11c70ddd89', 1, 123370, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd94377436f83045bc1e453229ac17bbe18582c8a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/fancy-text/index.scss', 2, 'cf79a57eac8fbea598ee7dca4902c7e9b4697305ce08bbf59452e528e963d2d8', '2969f8480558711b3edfb0a4537b519e', 'cf79a57eac8fbea598ee7dca4902c7e9b4697305ce08bbf59452e528e963d2d8', 1, 1024, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd953e09789dffc7c02110326d6c362406528a83f', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-apiservice-proxy.html.tpl', 2, '3cf1b155f7b293bfec09d6ede5aef120ff0da21d8dadcb5771d3c25d1a291cb3', '10c000f190c7ea7a6c1c49458ac9ca63', '3cf1b155f7b293bfec09d6ede5aef120ff0da21d8dadcb5771d3c25d1a291cb3', 1, 1172, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd959e58b9fb85fc5828ef200eebc57d7cc97a385', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/session.php', 2, 'e8fe18918a1231fffb69d92bd9472d6fc0e636be65d886e9018158ab771c6bf2', '1e239e910265a7270147c71282eb6e9f', 'e8fe18918a1231fffb69d92bd9472d6fc0e636be65d886e9018158ab771c6bf2', 1, 3455, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd95d78b1aaa26aa19bacdab3eda5ee1089bcd337', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/languages/jetsticky-for-elementor.pot', 2, '43a23c9101afe0ff4c262361654b9338d672cb08651fdf438af4d476dcdc908b', 'fb0920a2ddf43d0676c3fbe1fd947c09', '43a23c9101afe0ff4c262361654b9338d672cb08651fdf438af4d476dcdc908b', 1, 11434, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'd96439cc29715d7ad27c8c109258dd20a257786b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_css-filter.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992609, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd969c997e5f22d8ea3172082f67a75836a9c0325', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/footer/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd97ae953efc3d462c0a2c3d1eca7d500d01846bd', '/home/hkrhostingreview/public_html/wp-includes/js/media-editor.js', 1, '54583f4836351284289cb37255f58eb79442f7433ac9d6b77db86b80891e9f1a', '67730ca56853b59e34256a21239276ba', '67730ca56853b59e34256a21239276ba', 1, 28933, 33188, 1, 1535380106, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd98736c2a44721f5f383b3093152d6706ed7fe7d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-id_ID.po', 2, 'ef63db8c2e14ff1e593bc61ba47f3155ac1864a80c5751e40d0a212f577d6693', '0c457cc8f6dcf23f595cff88f1d900bd', 'ef63db8c2e14ff1e593bc61ba47f3155ac1864a80c5751e40d0a212f577d6693', 1, 209530, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd9948e9e79debc0cf3334a02f4c1154b33a6bf20', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, '5fcfd27d911b86acdc8c9e2a4efbd0ec8aeb0d08c8eda0183e96e021d45c0cf3', '66db62183bee12e5c44a8f093049d20b', '66db62183bee12e5c44a8f093049d20b', 1, 29433, 33188, 1, 1570467963, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd99756fdee228b4c926bf99324cd597d7ee687d4', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/lusitana/Lusitana-Italic-OTF.ttf', 2, '84caff03329f7913b13fd5d70d0507d40f2d4670cbb087d9eef0f4dffa7ee12a', 'dd5cbf5a925ee048dcab446ed01c2f0e', '84caff03329f7913b13fd5d70d0507d40f2d4670cbb087d9eef0f4dffa7ee12a', 1, 100616, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd9ac4857e254b47cdec37bd514a658b8cce6ae75', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/inview/inview.min.js', 2, '8343b7967cc079a4afe21781362b7bf4ece31c2150d7a1546fb9e2ae76f9ee79', '126608663ff9e667b655cf781a784fa5', '8343b7967cc079a4afe21781362b7bf4ece31c2150d7a1546fb9e2ae76f9ee79', 1, 1360, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd9acdf62836462358332773c28d78728976080e8', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, '0574987a882e6b4e6b39ff0082f4e7a93f2db6b8fe0d39f2374c31f8a4dee867', '52d92a4cd35447e2e934255089b4b90f', '52d92a4cd35447e2e934255089b4b90f', 1, 116, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd9bac4524dd2042e61e874a6c3aa96a2aeb1349d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Caption.php', 1, '1f6bf5f65d0fd234bbf81d86848051dc5668b24653ec9a6df4ce8fb9286cc518', 'bdbabcdcca426a4dadf6675bc4c4ebe9', 'bdbabcdcca426a4dadf6675bc4c4ebe9', 1, 4510, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd9c92e45f51a7a7895989caae81045df003aecf9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', 2, '7423f37ea3ecfbeda8513bc0c54f0dca4b44042f5f5750d54c3efa3ddbd4c3e1', '89fdeabb59bd7a658fc361abaecc2f13', '7423f37ea3ecfbeda8513bc0c54f0dca4b44042f5f5750d54c3efa3ddbd4c3e1', 1, 1830, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd9eeb07b9576e065b99ed11c05df2eb3c44fba57', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/post-process.php', 2, 'fbd91ae5b437550297567d4b54fde83cc4f3929046251fae118f82b1b8ee1b1e', '9df833fba8bdfc93957c5e728d487dbc', 'fbd91ae5b437550297567d4b54fde83cc4f3929046251fae118f82b1b8ee1b1e', 1, 1340, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'd9fcea03ef9a9d9530f1690e779798f99b8a095a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/text.php', 2, 'c37c59a94c4ba4b2a9065548d010d0a060101c337dc0bb786839fdcd7e100a7a', 'e3969dcb2d1593ae1d7cd21d11245b17', 'c37c59a94c4ba4b2a9065548d010d0a060101c337dc0bb786839fdcd7e100a7a', 1, 2105, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da030ab911077d49ff16d0e310a3161d125395bf', '/home/hkrhostingreview/public_html/wp-includes/images/down_arrow.gif', 1, '52c607d99df8a06079d659c0e8a5a7f8984ee4148679c21f2032c06bfb6c9e38', 'fcf88456be7e16c66ff6596e477e5f75', 'fcf88456be7e16c66ff6596e477e5f75', 1, 59, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da0b7afb9233a9c4f634df4e2ee0f633711880d1', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, '5735b513fc68a776e7704841849f767cb2c4a71b164cc7fdb0226116a0346fe2', 'e68aa8b524b4726b33456011f8e08997', 'e68aa8b524b4726b33456011f8e08997', 1, 798, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'da1d6730e297306fd9ae56dd88bfc5d513b83fbc', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/interserver-hosting-logo-min-olvqx2c5ijwohd60bb3yvr9vrats0vvf5vew91ur4g.png', 5, '81d92deab9c6945fc2dc9a460499563d9669b4dffd817a79bd80f324a1b713df', '', '', 0, 23397, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da23ecffdf948f87a194a02bfc85e4bd1dcfbcf7', '/home/hkrhostingreview/public_html/wp-includes/blocks/tag-cloud.php', 1, 'bca714353acdb04dc7e2d4b16bdf02e3df4863a49b2dd333291db3325b260760', '54fe9d80c5ba88697c2ea1dd23b4708d', '54fe9d80c5ba88697c2ea1dd23b4708d', 1, 1821, 33188, 1, 1568908078, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da26192bbb219b478524745984bc158f503c5a25', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf', 2, '6a335d1ce152f2b5b02bf82cc445b02d1abccd7f408a87113424b5f8fcbbfade', 'ece54318791c51b52dfdc689efdb6271', '6a335d1ce152f2b5b02bf82cc445b02d1abccd7f408a87113424b5f8fcbbfade', 1, 34092, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da29da832394752bd13f156051c75f6cf95b4d56', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css', 3, '7ebc68567b0e520d3c48f83c4aae60c71b6b6e1e2818bf8a39c7f4ca49bdf377', '4fb71f4b17c617aaf1efee6f09587ebf', '7ebc68567b0e520d3c48f83c4aae60c71b6b6e1e2818bf8a39c7f4ca49bdf377', 1, 2976, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da37af2132427bdf0c5e3f9cdfccdd668ff350a5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-wp-async-request.php', 3, 'cd32ed2d11db645b029a8e0d3c2f6718f4718e7e68e46804c467c5d741453da0', '4e76fefe20e4b0feee61289331e58229', 'cd32ed2d11db645b029a8e0d3c2f6718f4718e7e68e46804c467c5d741453da0', 1, 3052, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da5bf3ba62cf29fde94f81f46506ed427e2d8254', '/home/hkrhostingreview/public_html/wp-includes/js/dist/block-serialization-default-parser.min.js', 1, '5012d3e1a8dc91f8433310106c7b315134dbf38059cdb74d32e90bf4692fc2f3', '8aec553ccda8f9b035a814de6f28e029', '8aec553ccda8f9b035a814de6f28e029', 1, 3714, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da69884ca36eb06c07369219569b214ae26263c6', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/lastlogins-failed.php', 2, '7f26525b33cb95d079898db0b8649116a0f1792d5e609aa095c684ae22241ce5', '6b7bd575f0d1b41b1b0d79abb374b951', '7f26525b33cb95d079898db0b8649116a0f1792d5e609aa095c684ae22241ce5', 1, 14659, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'da780cba0cd1a7067f1614a0f56bafa8f80028d1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/10/cropped-logo-review-150x150.png', 5, 'ab8a097dfb4f187faca4a419653f964204ce58d63b2b6eebb80b94656c9296cd', '', '', 0, 7054, 33188, 1, 1624757486, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'da7e501e3faf876855a557e5bf9d9f292768bc73', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground_hosting_plans.png', 5, '7b3ab46e463c286bce626aa5e0769e8f8791cb4667b2041731d0d8d5d88fa56c', '', '', 0, 82090, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da8d326073a65acaada17de5c91cd563383a5358', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess', 2, 'bb90468e72c221a0bfbb098d22f13a915127a80ba08536be11bc2e0eed4b2eb1', '37ddcbadcbd38dc39257763894714750', 'bb90468e72c221a0bfbb098d22f13a915127a80ba08536be11bc2e0eed4b2eb1', 1, 160, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'da9f793016dc19a975f4e9ab883a5d0cf81e398f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/timegrid.min.css', 2, '1e7a8346a06b3e5bde2eb97b096de50fbe14b15f3ba3497152deae6932babf14', '07a416d979b71c23d033e9386f45d1cb', '1e7a8346a06b3e5bde2eb97b096de50fbe14b15f3ba3497152deae6932babf14', 1, 3433, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dac2d4595e52dafd2d74851c09ce1f4f924098e1', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_optimise.php', 2, '597324d426865515b2a64cc9bbfb280c9c7227fe3f79aab159956177d7ffc4bf', 'ef45185227fecc6d6af08f60d627c070', '597324d426865515b2a64cc9bbfb280c9c7227fe3f79aab159956177d7ffc4bf', 1, 34983, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dadca667502ff2f3e5506381d6222236206d0dd1', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-plans-min-150x150.png', 5, '89edfaafb08ffa73381c65d571fafd779c5fa20a0ff53f16968382126d918ecd', '', '', 0, 15664, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'dae0cbf74949916704d0763564b565f3d483828f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176527', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'dae4630008be0852b504eb2b1f1ef29a369ecca3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226616', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'daea6b77f09d166cc5f5ccc4bd889ab78303698a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/clear-complete.php', 2, '30ed8e697b7def845dcdb170ba87bc2e77585b45776c1e1bd2997180c7b2441b', 'ee4fe6328622dac3bbb1cac2b97b7189', '30ed8e697b7def845dcdb170ba87bc2e77585b45776c1e1bd2997180c7b2441b', 1, 2439, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'daf5d650d3da76bec66405f0bd638296a646cef2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css', 3, 'bcac72774b0d306aea5b8155ceb71f178522a52cce1f7efe2c91a483ec39b499', '6f5629037776eefc66645b47f8436ceb', 'bcac72774b0d306aea5b8155ceb71f178522a52cce1f7efe2c91a483ec39b499', 1, 104884, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db0763fa1f5113531fba01e1a79591e8cfde4927', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js', 2, '3e1b278b51938a1480afe4fa3f1b069def8efe537670fe4f07b1addf92638e61', 'cd83e6397880b809d3a79e8065b8e5ff', '3e1b278b51938a1480afe4fa3f1b069def8efe537670fe4f07b1addf92638e61', 1, 75814, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db11967ea68df63c0dfdb8c17b99112155105d92', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/capsule-crm.png', 2, '4111768ee3fbf4f8dd7466c19d9806595f95227fb6e7af14494a70a96628323a', '5b97fa31955c5e13baa6efa527161690', '4111768ee3fbf4f8dd7466c19d9806595f95227fb6e7af14494a70a96628323a', 1, 17579, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 1, 0, 'db131ba4ff58df5ed88560128d8749172bc211d8', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-550.min.js', 5, 'd2fd71fb73da5b4f4c23f21c8f75dbacb3994621a2db723670ebf98ce8476be7', '', '', 0, 41785, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'db13ed143bdc9795870e0b3c0e18bf86246c216d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-You-Need-to-Know-About-Cloud-Hosting-150x150.jpg', 5, '88227ea6575421a8a4b02ecf80c3b2f43dc5874023534b20ff22d48a93ea530f', '', '', 0, 6165, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'db14b74b6307e809eb34f1c4a88c04d01e960203', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176675', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db4042b738ba16330c21a8f7b3fd0d541c9c0048', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css', 3, 'f3f872a0dbf50700a735da0c1d9b9d4ee7cb35bf31ffa70a2328e6f66d2026a4', 'aaf38f859c8d76272cae64ab0b79bb6b', 'f3f872a0dbf50700a735da0c1d9b9d4ee7cb35bf31ffa70a2328e6f66d2026a4', 1, 2195, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'db4f5aa0346f7ddab756ac09ab9eec0e0cb9f30a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/general/log.db.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'db5fd8bede666151bfe10f61c272d5e3787b51cf', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176682', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'db636b98c012339e168bc6337ae78e6c8d7b2759', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'db6a9e1863c8ba0abb3a8e14245885633a051c8e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-min-300x170.png', 5, 'ede3c897ccd4b8c54904bb27e68ec1d340dbf56b9e2a3ff678582d4036a441ff', '', '', 0, 64059, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db6cdaebb9d642b1ed33497e00b895d38cbe377e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/tinymce.min.js', 1, '5be5cc021e604f4b3eb83d1816dccdd568184b0faaad367710f6a0f9671d8cf3', 'f89b18422c3a2b2e95315dd5b7eabe8e', 'f89b18422c3a2b2e95315dd5b7eabe8e', 1, 364071, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db6d472a365c5404293cc8a41d1fd1357443e805', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/firewall-ipaccess.html.tpl', 2, '1bc3e6bd6b4d726191a69a49342672089c9b1dc934d7cd7ecdeb0725b179f14f', '0e1054567c9490e8431129c3136b98d2', '1bc3e6bd6b4d726191a69a49342672089c9b1dc934d7cd7ecdeb0725b179f14f', 1, 4398, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db805337a153ae2d05a87a363961fdaf7ec24147', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/speakingurl.js', 2, 'e0cc046e00e3f23da9e42a5a7f23815cc3cb6f031812f283bb7a272e128b54bc', '5a1d51d8cb52a0f9d432434301ae7933', 'e0cc046e00e3f23da9e42a5a7f23815cc3cb6f031812f283bb7a272e128b54bc', 1, 39456, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db8cc4e74df449192f1b67a12e2c8fa9c60a0c42', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/admin-modal.min.js', 2, 'f5f1c2072a4f71abc42108f5c72b396b77672ef751593bca495f08e164e237f8', 'd7b68c0bfaf58da0f0ac56b50d4081dc', 'f5f1c2072a4f71abc42108f5c72b396b77672ef751593bca495f08e164e237f8', 1, 2177, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'db9d6429a1d11c5afe3ec080a4e5b4afc334d1a7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/woo-checkout/index.scss', 2, 'f6809b6cce74f8795a2915750584fdfa5a46588b19f4ef926dc14b120419fb7e', '2a16ea0d55bb0ae4bd28090e5b7461a8', 'f6809b6cce74f8795a2915750584fdfa5a46588b19f4ef926dc14b120419fb7e', 1, 12554, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dba42e5567d5609bd34df754a76f2a48f5de4662', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheFieldReconcilliation.php', 2, 'f0a6f6c639409bfc20173f6a03ac1e8dd20bda00a06967ef69cc29a8e5062d4f', '056c55a27f704deee87bb1b57e44658e', 'f0a6f6c639409bfc20173f6a03ac1e8dd20bda00a06967ef69cc29a8e5062d4f', 1, 10753, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dba57b51b660b1edec15d94dca3e6e67c40799fb', '/home/hkrhostingreview/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 'bb6e7226b49d20f80fcecb532c68dc48283ae134f4ec0ad07e1a7262be8aa58c', 'c4397d9d7db1b11346267b4f4acf9ba6', 'c4397d9d7db1b11346267b4f4acf9ba6', 1, 2130, 33188, 1, 1544693905, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'dbbc033bdc951d71f782df488dbcaa38177e9873', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176370', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dbc16c3ab3cb10ae863684ec169910514935b364', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, '90e2d88304e24fcfc1d743d7a0de45a10ae3722aac778c7f1854d804522c18c8', '3310177975967f24650339b55b093f32', '3310177975967f24650339b55b093f32', 1, 4890, 33188, 1, 1534470696, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'dbc8f40717893a15e4d9c47276ea0cc516e9f3a6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599621970', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dbd45d6abf43043c0cdec713ded32fcaa34c72b0', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_dynamic-tags_dynamic-css.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992586, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dbd6be3de26ff44de14b764b0809b1ce82c0b16e', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, '0c1bdcd6743d95c7ee0d1a16fb3956d30f974e95ab366144ecad2713d0dc668a', '98c1098c12e649a5ddb6158d33828b53', '98c1098c12e649a5ddb6158d33828b53', 1, 110, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dbd8d38ef1204f81cc30a9015cf82972e8353f75', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-fr_FR.po', 2, '244c8aa9271b6cdd7a3a86867484a074b2520414469d82f0ece57d59a0f79c6e', 'de4f9e98e5fdaf93bf48f71dcd1c61d6', '244c8aa9271b6cdd7a3a86867484a074b2520414469d82f0ece57d59a0f79c6e', 1, 82713, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dbda8adcaec2fb4fa75518a4932bd0a1c97c6836', '/home/hkrhostingreview/public_html/wp-includes/js/dist/priority-queue.min.js', 1, '8753715c01e63452d3908a02b09049a08b1110017b5e2682e1c2d56934fecee4', '517ae9e1dae4d245f2b071dad50bbb33', '517ae9e1dae4d245f2b071dad50bbb33', 1, 1494, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dbe340c009e91df53dec55849676646756a56615', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Save.php', 2, 'f1e68c8265aeded390d5f3e35c788cb5a35bcd04c77bfca922e847db146f14f5', '7bf533fb606e8d1f2dd66eca2d6eaed3', 'f1e68c8265aeded390d5f3e35c788cb5a35bcd04c77bfca922e847db146f14f5', 1, 8319, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc24bb48674af448783912b97ef4241cce30dccf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-wrap-no-label.html', 2, '2001eb5d0f28a4e124fd87d14e9c20d0543ac44c6b63a41b9ddafed58edf5d4a', '88e825acc72062f7dc0e11fde02d032b', '2001eb5d0f28a4e124fd87d14e9c20d0543ac44c6b63a41b9ddafed58edf5d4a', 1, 358, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc4d1f8d0ee8b1974df8d69844bd0597cfecfd96', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess', 2, '595a06f4db4c3396a3a30ca11f6ed1f9d0804bd8ea27f1d9514d6324bc778b42', '6cb7aa3bd69506463a63a5e34591145c', '595a06f4db4c3396a3a30ca11f6ed1f9d0804bd8ea27f1d9514d6324bc778b42', 1, 144, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc51c2d7f91a06674411ce37a0199954bee7b947', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-reset-plugins.html.tpl', 2, 'fa6fd0baffbbae57e3df0c1b557f85e41aaf479c8e79f657bc3fa9635dc3afac', 'ebdef4d6577ec51b8e6526a93294ba1a', 'fa6fd0baffbbae57e3df0c1b557f85e41aaf479c8e79f657bc3fa9635dc3afac', 1, 3740, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc54055e6a8a8985be555cd659cb8d7b803adcee', '/home/hkrhostingreview/public_html/wp-includes/class.wp-dependencies.php', 1, 'e4cf43aa959d2bda972fb134e2aa6a36ed410913094fb8172b1b40210191d49e', 'd28ec37e40a8dbdbed4d5816f54602d2', 'd28ec37e40a8dbdbed4d5816f54602d2', 1, 11524, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dc5530f9ca9259dc8cf416c1f7b49ddf4e17e455', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-onedrive.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992537, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc606866003a97ccbdd3f47c9e3f17e36445b699', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-5.jpg', 2, '2e25b7b85a984a5f951684caa1afa38dd990ebabd86946d3833f77e34b87dbd9', 'b24dd1d1ec4346c3a1bf62f92fce3511', '2e25b7b85a984a5f951684caa1afa38dd990ebabd86946d3833f77e34b87dbd9', 1, 251230, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'dc6555bbc356a80b04614d22f13fc6445cc8aa43', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176733', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703235, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc67131c2aa35448c8f2ce6286e11235e961c59c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/BatchProcesses.php', 2, 'fe6a2796f59c2b08bb33692b45103f9177b9a80135b8b34854171d9033287935', '97b94dda46f9325b33c965cf93eb09b6', 'fe6a2796f59c2b08bb33692b45103f9177b9a80135b8b34854171d9033287935', 1, 620, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc6e98b6e532450331f6fc30075e0e8ae9f2ed8d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-es_ES.mo', 2, 'fdb31d2822b22050ecf96660a306ca15825ae81bf449e7c1dc115b4fabe4b423', '2e67be81a639a3661c0360127989d2db', 'fdb31d2822b22050ecf96660a306ca15825ae81bf449e7c1dc115b4fabe4b423', 1, 57565, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dc89236abdbe9ccf163d75d48a294448f788d5f9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_filesystem_class-ai1wm-file-index.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992531, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc932a45f9c80349e0794527fed48473590e6ed9', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-certificate.php', 2, 'b772d9c86c54a0c7a07b8640d34072fd302e74a73890a246c8ed6f768069d295', 'bafbfa9cd23bdaab61c68222688baef7', 'b772d9c86c54a0c7a07b8640d34072fd302e74a73890a246c8ed6f768069d295', 1, 7749, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dc95a393a58dff9661b467dc54ce8da7511a5553', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-path.php', 2, '15ea75fdc647dbca0987e06f2362f8fcba2bada965418c67498a868920368fec', 'aa84cd0795b4f03241622a34ff5d8c22', '15ea75fdc647dbca0987e06f2362f8fcba2bada965418c67498a868920368fec', 1, 1969, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dca7f891aae6afbfe55d4038b361bac716d694bf', '/home/hkrhostingreview/public_html/wp-includes/js/autosave.js', 1, 'd155c201223f687c7206a7612543076174df716ba9a2a8ad6eb8f36d1ca54c41', 'e0024121a80cefb48c958fc6995db24b', 'e0024121a80cefb48c958fc6995db24b', 1, 21338, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dcb0ba212325934b378b2daec7c3968038ed6cee', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_class-bsr-i18n.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992554, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dcc32cd59f723a5cc5e4317f98fc6763abd552eb', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess', 2, 'f3c18b6ee5e262aa6f9e0ec32433b0a3ca332287115820d0701e3af7e3979bec', '9a59ff264f0445d4b6ced863e403837f', 'f3c18b6ee5e262aa6f9e0ec32433b0a3ca332287115820d0701e3af7e3979bec', 1, 165, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'dcc73e7bc49f819c45f76e9a5feeea3c48a91e4d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176540', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dcd7028a4cfef891cd573ade1236a08e7e92d045', '/home/hkrhostingreview/public_html/wp-admin/erase-personal-data.php', 1, 'b7c5119e7e2d55e4913dd3cd44af4508016564e496ffebc5fbf2ce6b01b152c0', 'aa5a05f2e247029481af8b589d1c3a83', 'aa5a05f2e247029481af8b589d1c3a83', 1, 3243, 33188, 1, 1559953851, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dce4a823803d506ed457f28576b29cfbe1008282', '/home/hkrhostingreview/public_html/wp-includes/ID3/getid3.lib.php', 1, '39b89e6fbf9fdac3d6b2769dc67487fc411f8d86bd4d9c80ad1592aef45eebcc', 'e22ed281f7be302892f6b97e48bc36e4', 'e22ed281f7be302892f6b97e48bc36e4', 1, 51113, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dceedaf2d087d4dbc4b06ea6ec016da0d5f3490d', '/home/hkrhostingreview/public_html/wp-admin/css/site-health.min.css', 1, '5a75963683e59182a3555d66f4e44046754ea5852cb712b1505ecd074f2fc3d0', 'a64377bb1095c77534632279ece6c742', 'a64377bb1095c77534632279ece6c742', 1, 6524, 33188, 1, 1569251459, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dcf1a9ced96e631f1c150e3963781aae92677f7a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/fields-wrap.php', 2, '1c152dadbf394a7a08c55ec1e3ac09514011ecebe749ab588d5e0e26d0d131e8', 'af6efbbf3bc5111ea71581b9f1c0e968', '1c152dadbf394a7a08c55ec1e3ac09514011ecebe749ab588d5e0e26d0d131e8', 1, 1083, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dcf6b9d8f75aa0e8ff140c34af8c430799e9bef8', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp.php', 2, '548cdf73aea0313d585d6b84da1de13a556185d0247ae4ce128f420b7bba500d', 'e4e91853d808b21bf5136b7328295ada', '548cdf73aea0313d585d6b84da1de13a556185d0247ae4ce128f420b7bba500d', 1, 10433, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd020a6f311581c8e5ddb218df17f67a03f9dbde', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css', 2, '8a814f594ba0f0aa1b298a89c192f7afe2e7d22bfa6b5016d01fce2ce2941996', 'fc6ece0b999d414f53c25c3999397fee', '8a814f594ba0f0aa1b298a89c192f7afe2e7d22bfa6b5016d01fce2ce2941996', 1, 55753, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd1d14c18314cc1978c69ba05d2e3505d35c8c56', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php', 2, '9ab6705c95a1ab98233d883b7d799f79f14602bab1b5e23f574f864658dc7c76', 'a5913ded07fa2acf2ccb9f2a28025921', '9ab6705c95a1ab98233d883b7d799f79f14602bab1b5e23f574f864658dc7c76', 1, 3841, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd2063dfb70f16c936ddbf60b9d55d14c5438c04', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/json/redirection-ru_RU.json', 2, '4d36db16ae9b07f5c0affb953ff9f8698a6fb18cd281dd638f0d92638e0ee3f6', 'cde75efbb0f2cec84cfa015dab92a10a', '4d36db16ae9b07f5c0affb953ff9f8698a6fb18cd281dd638f0d92638e0ee3f6', 1, 49725, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd2598b10ea1faad58f34004571add53748f7c56', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/cookie.php', 2, 'a9fcce3e2472481190ab1b577527045410956b43cbcc4f61c460ffe6935c27a4', '1486d1e2e5cd1c7c8bbee3514246fa6e', 'a9fcce3e2472481190ab1b577527045410956b43cbcc4f61c460ffe6935c27a4', 1, 454, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd28c9d16e1b890215e680ba7a85828246e51b1b', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php', 1, '4b32030cb27f2763e447abd3b7a3bd6dd567603d6f01dd0c422aa04e1ac8bdad', '9442259503ca33247edcad2a739a71ad', '9442259503ca33247edcad2a739a71ad', 1, 2313, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd4c775b8675b84a2fd13b21f340717c2c05f7cc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/FluentForm.php', 2, 'cdc3c8189e5ded9bd947c9fe520e871621928678516628fe76a7d8a826b8c2a9', '49fb6ae62df23e70b5abb15eeb73ba8e', 'cdc3c8189e5ded9bd947c9fe520e871621928678516628fe76a7d8a826b8c2a9', 1, 88042, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd52dc2b8777edd7ddbcf5cd0b6a3a73cf00011c', '/home/hkrhostingreview/public_html/wp-admin/images/spinner.gif', 1, '5c2d44038a6c53bd74f3a26e690c1974e1385fffbc6def4c59f91dc1f738f0b3', 'd54cf50a44bd0aca6fd98bd46acbb2ba', 'd54cf50a44bd0aca6fd98bd46acbb2ba', 1, 3656, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd58912c5bdd2c30257ba23fa93feec2bd60e56e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php', 3, '07bd22ab0f86988792c5c3ad1eff0c8f5bcc10a91de276a9441195fb9cf4bc4b', '4677f5ac9da5650bc50f6412e4a2ed9e', '07bd22ab0f86988792c5c3ad1eff0c8f5bcc10a91de276a9441195fb9cf4bc4b', 1, 11380, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dd5d407bff1a793e6ca918dd7689cf781e65319a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-box.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992540, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd63a2d82048b93387bdc664890044198400188e', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/tr.js', 2, '5938b1a44ef3cfd30e93f03e2a0d23997a0aca6fc526d154abbf8708df67baf2', '58a4e9829081626b1aaad3d46ccbdddf', '5938b1a44ef3cfd30e93f03e2a0d23997a0aca6fc526d154abbf8708df67baf2', 1, 773, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dd87d6f3ed14104a5316bb319aa3d988015fe364', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integration-settings.php', 2, '9ef634f8189955635cf0010ca4eb00f1fcf2fdf57e4413c966908d73986d01c1', '0582a5c9750b4c40f49d5d11849c8b17', '9ef634f8189955635cf0010ca4eb00f1fcf2fdf57e4413c966908d73986d01c1', 1, 14682, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dda2b4b22c9594dfb86346284306a1a610f4a20f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/o-300x79.png', 5, 'f974474e2dc0a208b5cbbdedf56e41cf86dc3a0d50a4148b830763873844319b', '', '', 0, 27737, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ddaa5a166dec478eb9306a997d0e4f08948bccbd', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/modules/nginx.php', 2, '0a1ccb0f329306ed4a550528a50bf62fbe02229ac8a6f7a6eaef01099e690dee', 'dfad6801b7b5a9f0c95b4917788f5835', '0a1ccb0f329306ed4a550528a50bf62fbe02229ac8a6f7a6eaef01099e690dee', 1, 489, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ddb3b1643445487048f43781cff4a35a42656ecd', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', 2, '38dc1de6761c7ee5e12073e09d44ad336a519ef036ebf844a61ea81320d3ef95', '0e6f6290f91604966779a997ab0fd0ae', '38dc1de6761c7ee5e12073e09d44ad336a519ef036ebf844a61ea81320d3ef95', 1, 87550, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ddb977f4c957f011af000463da048055b07f463c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/ninja-forms.php', 2, 'c4d3e5f9942469bb1c3405bbe11f754003db3ec1a38a12f63f70295c37313980', '7b6290aa5c3a6166d7919082ac537e63', 'c4d3e5f9942469bb1c3405bbe11f754003db3ec1a38a12f63f70295c37313980', 1, 47721, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ddbc68cb1fb1057bb0c7c8a13fd6d4325689a91e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_items_file.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992591, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ddc4807ec323eb3ee10b93f293a0918ab4aafadb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ddc4b7487b8ff743e2627d3581fd490257d02f3e', '/home/hkrhostingreview/public_html/wp-includes/class-wp-post.php', 1, '2b12fc0f356f794053272828e44476820fe59b238eee598c42ac8b41f701dd16', '4fad509b862fea0d3fef53dea4f609a3', '4fad509b862fea0d3fef53dea4f609a3', 1, 6441, 33188, 1, 1552686950, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ddcad4dea219e52c6d534e49715f95fb3a0ed40d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dddc97168e29111cd60786fd0f76f75e10aa0fb9', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_dev_urandom.php', 1, 'a30a81a9e359169a098d08851cc7f890a84514f52e44a3c73441da7b79676e1f', '9716ae64cafdefaf05e8d8ed1a4872db', '9716ae64cafdefaf05e8d8ed1a4872db', 1, 5440, 33188, 1, 1510141729, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ddeea561838bb5daa2d968b5f1ece7afbe0e7316', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-listener.php', 2, '8cbb7c5542d2f7336f945543e7d595dc172deff29d27bbd41a2d2b691e635059', '5db633db3c86ee1102f8e55399bfe161', '8cbb7c5542d2f7336f945543e7d595dc172deff29d27bbd41a2d2b691e635059', 1, 9058, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de044ee5b4940a00fbec2578bfea938ed1d85636', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css', 3, 'e60ea3ae8892268dfc27da8b8aefc72df138db01a56eb3b6a1dcdf0b74721a2e', 'c07812812a3905eb4e0044a812af8b99', 'e60ea3ae8892268dfc27da8b8aefc72df138db01a56eb3b6a1dcdf0b74721a2e', 1, 18070, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'de11e4851f641ad7232b6a75e23731e0878e3b8b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176586', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de1e362d991273a232eb90203a77573faa841e97', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php', 2, '9664f12fac562a34d5208967383e89d2b11a41ef5dc19d93025b2e3ddee480c9', 'e8bf65c60fcf4e47c1e5a2eb3afca96c', '9664f12fac562a34d5208967383e89d2b11a41ef5dc19d93025b2e3ddee480c9', 1, 15010, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de2dde84ded79b4d8ad2070103b95b32ef4b8245', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/link/link.scss', 3, '5b64c446ff741cf1510fff3c934b2b6644b481762e02d38fdc0fb6b4417115ff', '1ed9c11a5c19d0c7711f8ed8e5139252', '5b64c446ff741cf1510fff3c934b2b6644b481762e02d38fdc0fb6b4417115ff', 1, 59, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de3fc9d6013b51b8e51476e19930df879f9edd80', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/at.gif', 2, '437faaeba17fd7dfaadafb10b9a6c59864c410fd7e06501833e37a488064aa2e', 'eeb91d7617243cadbe646b6d795c678f', '437faaeba17fd7dfaadafb10b9a6c59864c410fd7e06501833e37a488064aa2e', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de4f20bc2aa7b22432b255bf39db1f70171a9968', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/class-ninja-forms-processing.php', 2, 'e45f0c4964e28fcecacc54eceb5f09a4599b81ad119435e3b2d76eb496be4ae2', '56fe3c19ed722a310c36b347d3b0e395', 'e45f0c4964e28fcecacc54eceb5f09a4599b81ad119435e3b2d76eb496be4ae2', 1, 36703, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de53f93d3ba206f0cfb91d5bdad4fdc941fef934', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionRedirectSettings.php', 2, '7871d1bb8f1d98ae830865231862655ad10c04708b235502bc5dd818e4a55198', 'd077707566b9fd9bd29d43719c795baf', '7871d1bb8f1d98ae830865231862655ad10c04708b235502bc5dd818e4a55198', 1, 477, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de55f9765f433f42c27f5b09c01185426fa3e57d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js', 2, 'eeb0f65854972899fc99b17cf25ea68831cfb238e1e41654135c69b8a6f9fd99', '0a52933147cb95e4860a81c6c86863f8', 'eeb0f65854972899fc99b17cf25ea68831cfb238e1e41654135c69b8a6f9fd99', 1, 5246, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'de584f8a62ab84d6c76849ea29e5d1a143d11bae', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_compatibility.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992603, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'de8b9dc6c5a8980f01410866882e6da812827ac2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/textarea.php', 2, '4f09e8326525c0967d1cf1fbca6c9a3c93cb56d41bd7869b10c3153a935ed2d4', '14bdc6499899861e2111d3fd0acf1e71', '4f09e8326525c0967d1cf1fbca6c9a3c93cb56d41bd7869b10c3153a935ed2d4', 1, 4815, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'de9fa31630bcc8afcf8abb4f4c8beb5e16134f41', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108979', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dea0901c074e1315650bd9484f289a54462723d0', '/home/hkrhostingreview/public_html/wp-includes/js/dist/keycodes.js', 1, '5d040462a7fbe67eef5ad456a7b8263268991b938440f54aef6da56e10dbb22c', '48fd05b4c2627f3d3a48cfb98ed91356', '48fd05b4c2627f3d3a48cfb98ed91356', 1, 17378, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dea8017734a90918d1ef58a8df85f12f667ccec8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/hu.gif', 2, '298ddf94c7dfb95707e3f46e03be6579046e0b68e9d5bfca3c84f9add1a5123e', 'd543f5932e461ef6b04c070a63ccd151', '298ddf94c7dfb95707e3f46e03be6579046e0b68e9d5bfca3c84f9add1a5123e', 1, 357, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dea9198783f6409e378b06a05aa7bc77a483e3fe', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/title.php', 2, '87a05b7dc8f138ee6c60ff3ab95477f94ae7ef6074cdb474178b2b8eb5f4fa13', 'f758a4434e337c292dce324e61a9b1b2', '87a05b7dc8f138ee6c60ff3ab95477f94ae7ef6074cdb474178b2b8eb5f4fa13', 1, 125, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'deb1c2d3abb5ae50b12ff0e3e1d0b08e9aa7fd9c', '/home/hkrhostingreview/public_html/wp-admin/images/se.png', 1, '85a026667ca42d3f870c8d9f9e1f89e20938a011ffd53f460d224162fcb60fa5', 'd6c89442c360bd1e08da2e7d1527373a', 'd6c89442c360bd1e08da2e7d1527373a', 1, 120, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'deb68ecc4f7a3e4b66742948ac35772cae59eaa1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/ui-icons_999999_256x240.png', 2, '20eb7779e6854515c65096c215539596089f4ff9f5c197ee36fb7e062fda7693', 'fbbaa702238a2620ea870590bcaa6d48', '20eb7779e6854515c65096c215539596089f4ff9f5c197ee36fb7e062fda7693', 1, 3702, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'deb870dd9dbe7b6078e79b40bab410b91484d845', '/home/hkrhostingreview/public_html/wp-includes/js/dist/blocks.min.js', 1, 'e279f5aa54b4ada0876a667a186a01534995d7903dde58e85d1977a9425d7dd9', 'f022f4f2a3248b7ce50e01ccd46f660b', 'f022f4f2a3248b7ce50e01ccd46f660b', 1, 151516, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dec2d93a7d5666ba372ed292ca6da3849eeeb0b9', '/home/hkrhostingreview/public_html/wp-includes/Requests/IPv6.php', 1, '4feeac5ab1c9ccde669d9099caea83e043e862a5d76cf20163a67df0c8decd2a', 'a5df4b884e8a07e81703f1ac6b6e54b1', 'a5df4b884e8a07e81703f1ac6b6e54b1', 1, 4927, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'decb3bbab485461b67625c86be15f8465ff7238c', '/home/hkrhostingreview/public_html/wp-includes/js/wp-ajax-response.min.js', 1, 'b8afe934250614f02e61bb78b13cd043e11ec196ff6097d739d4ab04403fb950', 'e42f27d6179a5d518c8a5fd7c6685926', 'e42f27d6179a5d518c8a5fd7c6685926', 1, 2065, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'decf2b57722f7c05babe46351eb3acba91e03ed1', '/home/hkrhostingreview/public_html/wp-includes/js/dist/blocks.js', 1, '6c73d4d8d41f5753c17a985c8a3884fada9bc2afef72acd1dbe933ec9353b912', '8d249279b45fc87136d2af98321c9db8', '8d249279b45fc87136d2af98321c9db8', 1, 461777, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'dee455e301c88edb6e45b47e3af6cb7c36bfdb33', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-73.min.js', 5, '2ec09be66c37bebf65c1137819f798bb480e6813ad163b5743112a167c17f58e', '', '', 0, 42704, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'def4954ef97d95857dd026bebb90c89480c6cd8b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/de.gif', 2, '4ac4ccd6f0702c91e9251cb2b4bcbfd5854f6cb1d274dd2623f42e38ef7532d5', 'b0dbdccf1c4e4a267a5cd2bf7ea4cb69', '4ac4ccd6f0702c91e9251cb2b4bcbfd5854f6cb1d274dd2623f42e38ef7532d5', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'defeba7d1fbc2edc75801d061f6960b3cf53ec58', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/a2hosting_hosting_plans-150x150.png', 5, '7a6393dd05b8233e424ec3fe8cf26e565790f7eadd80536d97dc700f64655eba', '', '', 0, 16643, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df0245464506a561b78e519d19ede55aea75c866', '/home/hkrhostingreview/public_html/wp-includes/class.wp-styles.php', 1, '5132180ea43244877c9994a56902b9f9dae530e94d0cc850a105699af6002aad', 'd88c3a3e8c01808b2cbbdaf2322c0e9e', 'd88c3a3e8c01808b2cbbdaf2322c0e9e', 1, 10532, 33188, 1, 1569293817, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'df05197bbea13c8b941ab3bb098bc7b33395b50d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992598, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df09cb4acf8a8ab4bd07e8dccb3904e4e3cee38c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Submit.php', 2, '9e430efc836796ae5404bcb233bcb2b8cebbe1687047e45773d183b19ffb1b6a', '1988eb29e7c2624b8c662348c0b8e154', '9e430efc836796ae5404bcb233bcb2b8cebbe1687047e45773d183b19ffb1b6a', 1, 873, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df12aaf407c2642238019673db150fc5652908f9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/admin-after.php', 2, 'f9359d0880e9364eada5b0dd60e42dce9f74fe21f27ae86bcba9c793386d70f3', '39621b139e4e5bdef3cf7989086157fb', 'f9359d0880e9364eada5b0dd60e42dce9f74fe21f27ae86bcba9c793386d70f3', 1, 1721, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df1493d81d4221c7800a0ab5e43a8e1575e1c919', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, '4848c144669be9dfeb2b7981aae3c2c77f2a7cc99dce6cae6e4446a1c44da6fe', '45bdb0df82d149418e443db8b5eadda0', '45bdb0df82d149418e443db8b5eadda0', 1, 17018, 33188, 1, 1571685006, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'df1e5fd99089353465ae6fcf2c6e443f29327e19', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-279.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df238ea731b09e08efd42aa1a1b2c2c5e84ec167', '/home/hkrhostingreview/public_html/wp-includes/images/uploader-icons.png', 1, 'b884167f785cff78edb90c4fde4e386a6f6e8717fb06be26c440303c8f955b8c', 'b4011d935c0f4dcf0cffc0f99d6d9680', 'b4011d935c0f4dcf0cffc0f99d6d9680', 1, 1556, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'df2bb5440e0115d69ebf91e4502e9102b2af71bb', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-min-150x150.png', 5, '2db059b171b7d6b7a2dad58a15fdbf02a82c3ccb503e5acbf2c572bd9b76cedc', '', '', 0, 33051, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df2c6d2604cebe4ebc885b34ac773ca5731e5fe5', '/home/hkrhostingreview/public_html/wp-admin/ms-upgrade-network.php', 1, 'f8c3aadf224b62d7f1003e345452b906b366f480e685a14fdf02006f9b98b486', '3a39b7da5913c047aed3b88e58e177bf', '3a39b7da5913c047aed3b88e58e177bf', 1, 234, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df3557172511b6e18b5d488a4fd135902cab5437', '/home/hkrhostingreview/public_html/wp-includes/js/dist/editor.js', 1, '28be2ba1605047054fe5cf09a5734351acd273b1d9bb18ef8d36290dfea49202', '60bfecc5cd647b68e7e6031fa539422c', '60bfecc5cd647b68e7e6031fa539422c', 1, 553876, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df4a5c947570bdbf9d991f1965c2e254e69226f1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image.php', 2, 'c65058dbdcc3e64d1f0a2ac2926b280513e73683beefa298b01e01849f631dc3', '9a542215c58618b925ceb4251d708d93', 'c65058dbdcc3e64d1f0a2ac2926b280513e73683beefa298b01e01849f631dc3', 1, 16890, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df5a40fbee9de5c62985e7159462612d6912aecb', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/bn2ra.png', 2, '6a30f3fd1c9388d7367ed809f7e20e802e0a162355c561d732e85025aca2f0a3', 'fd1cd3e61038e80e1b5ed6b0b1ac734f', '6a30f3fd1c9388d7367ed809f7e20e802e0a162355c561d732e85025aca2f0a3', 1, 12970, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df5d294a5a6a58a5110c30c8ff5a772322b94266', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media.php', 1, 'dc721481db54426d6b6daada39dfebaeb4850f442c5628a5dee11d31aff6cc70', '18d05e6e02243eb5faf75e14e27f3323', '18d05e6e02243eb5faf75e14e27f3323', 1, 14044, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'df7caacecc1b4d9f5ab7281736f0d83bd7577202', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/Starting-an-Online-Business-–-Choosing-the-Right-Domain-Name-300x158.png', 5, 'cdd8f20a7a86548a77e36bb9a6e5fd2b51b60ba51e9ff3533763a278024d69b7', '', '', 0, 24540, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df82d98a93d258d479fb99b3a8353fcae29ee310', '/home/hkrhostingreview/public_html/wp-includes/js/wp-util.js', 1, 'a1311814d432c81a9dc07470d9a7092fccd6c47dfe714559114070de6b4c8002', '2c02aa97431dfcc81a82c8f83ab1cd3b', '2c02aa97431dfcc81a82c8f83ab1cd3b', 1, 3968, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'df9fa3cf7ca07c55f2853a616152258d14f5f05d', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_redface.gif', 1, '7b386494a11ca7ecee08325f24b8426d3f397d98cf2f015f79d92fa7bf945751', 'bf8fd5fe9c1555cbd7ed45f9a0a81bd3', 'bf8fd5fe9c1555cbd7ed45f9a0a81bd3', 1, 645, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dfad7dc4909d5d5627dde5e7a5020008c9a00aaf', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/adv-tabs/index.min.css', 2, '25970dfc49b7e504a22e76241ec9de0c8e3224664592efaf4fd39bab4ceac5e8', '6d9a6c5d11867cc6bed89e4a542c9e87', '25970dfc49b7e504a22e76241ec9de0c8e3224664592efaf4fd39bab4ceac5e8', 1, 3134, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dfbba029e1db321268bcb2984f03358b1c504a77', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js', 3, '89025c11cebaaebb052ebc55105b68dc26cea15e558d54c9d794e426b919d9e2', 'a024665c8ce0448b0c17dd07d53b214d', '89025c11cebaaebb052ebc55105b68dc26cea15e558d54c9d794e426b919d9e2', 1, 6057, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dfbcb2a9b38ca8df0a83a81679e29025287a666f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ie.gif', 2, 'afa5dd5c14e9f1471eb5dacd55b25c4f6cad2860239067787dfdfb98f1ce1d95', '74924874aa60e9fda9d94dcb892e322a', 'afa5dd5c14e9f1471eb5dacd55b25c4f6cad2860239067787dfdfb98f1ce1d95', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dfbcfedf154a912e7892054b66ab6b06894459ee', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/actions.php', 2, '6f6687e616419d72bef2933ae19b94f2adfe805afbe313f55dc7cab88619828c', 'b95dc4b23477463eadc9d6e6a03844a0', '6f6687e616419d72bef2933ae19b94f2adfe805afbe313f55dc7cab88619828c', 1, 1166, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dfeacc8eac22b6288992ff2c6ba5bc3bc1621124', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-introspectionserver.php', 1, '726ccbea478e2d5d1349403e3590bf08395a1083a188be787f6f105b94d8443f', '325561be77e43cf849779170864f372d', '325561be77e43cf849779170864f372d', 1, 5323, 33188, 1, 1472249313, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dff78c2782a1cebe4b7d7f9707f5b4ed70a3ae9f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo', 2, '080caebf7477d4d28cd2fd99794407956a8688af88258600995b22609a667a09', 'b82e31dba0c61b5298f6bd677bee744a', '080caebf7477d4d28cd2fd99794407956a8688af88258600995b22609a667a09', 1, 15984, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'dffe65dc8c9f6c4493f4384c1a8026fb0cdd433d', '/home/hkrhostingreview/public_html/wp-includes/js/wp-auth-check.min.js', 1, '45364079dc504d5366d7b3f705b86644af09b19c8f43be6f842ca5249074c127', '6283adf848ff1848a76894050e791263', '6283adf848ff1848a76894050e791263', 1, 1780, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e00c581ed47cf9d15142d6377469020d4f075584', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-cs_CZ.po', 2, '99ac7899e6d5337e49f2be6224f9f5331f656b3b830dc5b041e0e2e1b0559e1d', 'b6d2efef8f6bb8d0927ccf829ef57f5c', '99ac7899e6d5337e49f2be6224f9f5331f656b3b830dc5b041e0e2e1b0559e1d', 1, 4692, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e013332c0bb5e7b9f62f49f08d1b50a00b2ce922', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/images/ajax-loader.gif', 2, '65b72e15d975f67fbd1cb126d57772c06c21fa016e5651b6ce213b26ce0e6877', 'af962b37779a443a77ab836b3b7a93f5', '65b72e15d975f67fbd1cb126d57772c06c21fa016e5651b6ce213b26ce0e6877', 1, 847, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e016a57df34b0fa1fe8c337781e35fd9ff6e5888', '/home/hkrhostingreview/public_html/wp-includes/admin-bar.php', 1, '478d16770d50a7cbc350be56b719479c1348c5cafa445638b1b6d63875c94153', '0eea95c964fb5a7b990527a26dec3990', '0eea95c964fb5a7b990527a26dec3990', 1, 30952, 33188, 1, 1568818256, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e033113a7b136a7eb87a415d72b6b10d68c44d13', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sk.gif', 2, '20821ae740f47005e9b66750b4a5ae0c778b60e082c6a8e6589713454f868cec', 'ffac49f21971212d048422d36a555d50', '20821ae740f47005e9b66750b4a5ae0c778b60e082c6a8e6589713454f868cec', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e037d33c8d68a2080f94b879dfa5c4cbeead08b5', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/lock.code.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438550, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e03a6112e04624a7bad954bfc0a559ea30dbfda7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/post-timeline/index.css', 2, 'fe08f6b56846df1046beca982b4c47dad6ea7dbd3f4e2c0dc993bfa4cfd672fa', '8a94bd0b754822050900834582d76d0c', 'fe08f6b56846df1046beca982b4c47dad6ea7dbd3f4e2c0dc993bfa4cfd672fa', 1, 6660, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e03ef564e7fa38ec23359d971199ad61817d9538', '/home/hkrhostingreview/public_html/wp-includes/js/json2.js', 1, 'bd6416a91b5220df2ddd1eeaf56c76501748101969b945a5ab568d706b3a7768', '73a1d77b4e827c45061f4fab041030a9', '73a1d77b4e827c45061f4fab041030a9', 1, 18422, 33188, 1, 1444140145, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e044d5cc6a549809d4fe5f91bb54b3830cd21d3e', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, '0fcfeb7cd58cb8f7374f5d54d8e5b3e42eae51e88f2558759874eb0261711738', '928b4ce8221ec290c1b8f8cf863783a1', '928b4ce8221ec290c1b8f8cf863783a1', 1, 6081, 33188, 1, 1562901955, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e045d22a7017334daa2bc5ea0354bb21936b3f9d', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_razz.gif', 1, 'd7a51e6ebe68850e346f06a93f47bceeea494b8d32a8696fd1cf0fc1cafaf343', '395bde77b310909a44b341044dad41da', '395bde77b310909a44b341044dad41da', 1, 175, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e0485518f3161f3f7feffa38dd5e95b80cce6655', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/sections/requiredUpdates.js', 2, '816f3a65349838235e7290c13bc3e30a63c7ea26ad1cb91e4375c322528566ce', 'ec1aae6dccb190a3eba6f126e8311288', '816f3a65349838235e7290c13bc3e30a63c7ea26ad1cb91e4375c322528566ce', 1, 13515, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e04d3f569e5073b458b391c13708825de6587e7a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-s3-client.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992538, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e056d3ea7b2e3c2176b200a820057ee740c34bd9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/functions.php', 2, '5d047b95a33003b9134b3b5308018a39667b7281ba264625981b98f3e5c9db4b', 'f838ad8562a76769b6bb6cd8d71d982a', '5d047b95a33003b9134b3b5308018a39667b7281ba264625981b98f3e5c9db4b', 1, 10086, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e05e3a60177327a3d99acb61f33e5114349b722d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css', 3, 'a69ff637e54ad77b95af7813acdab18fe392f313c73b3f1200432e64892a9d34', '0bcc3b574056ee76b89ecdfb006a7474', 'a69ff637e54ad77b95af7813acdab18fe392f313c73b3f1200432e64892a9d34', 1, 4151, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e0604f3efb7920e7e384e85cabd7c3b0f2c80745', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/da.js', 2, '0de42e0ca5fe71454141d00b8f78a5dd966b501db68cd9f51d1f1c80b8109c14', '57e8b1e6e3161eda0402882bdd6a085a', '0de42e0ca5fe71454141d00b8f78a5dd966b501db68cd9f51d1f1c80b8109c14', 1, 808, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e061acca22b91617b687b98435b877dfcf68570d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/integrity-diff-utility.html.tpl', 2, '00b60e4f18e94f132f37070ed03155f2e9d541a49d9def06783441414f31b437', '9aac58918ba0853138f3a5a29fe93182', '00b60e4f18e94f132f37070ed03155f2e9d541a49d9def06783441414f31b437', 1, 1684, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e091b94b84c3f0a53a7d3ab9b738bea43025b6b7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/price-table/index.css', 2, '8404f697d9a10f4e6e1edad0fa64a3c958538ca68c1abc861935828048653416', 'e91e5ef71905bea0ae236639f92e5010', '8404f697d9a10f4e6e1edad0fa64a3c958538ca68c1abc861935828048653416', 1, 14521, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e0997b15997025921f2f615ba0021686df1e3c1e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/almond.js', 2, '3df2baac13da29dab646f9b9ddd2c5e09d91a49ae3a4f3befb40ce1dd60937f2', 'aa66c0c0cb55a4627bb706df73f3aff5', '3df2baac13da29dab646f9b9ddd2c5e09d91a49ae3a4f3befb40ce1dd60937f2', 1, 15168, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e09c96eb5ecded70c2bfee8dcd84c354f44f31f1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_filesystem_class-ai1wm-file.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992532, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e0c46a513f1fd900162e7f6a926591a3fe501609', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/summernote.css', 2, '6b653160d114a583f7694df32c76cc634521e6bb11a881febfc276f9fba12d6f', 'd1615c1bf16e81ca2bb2cfd28450a7f4', '6b653160d114a583f7694df32c76cc634521e6bb11a881febfc276f9fba12d6f', 1, 10612, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e0cd893e74f49e5f1b10e5b3edf8122224844d82', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_divider.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992606, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e0e55b0ef386ed8b543712fc97a071cd3b31acfc', '/home/hkrhostingreview/public_html/wp-admin/includes/upgrade.php', 1, 'e106f910eef3a76fa1a47da1f1583f8437eddb0a8efc8632d8a4a9672b9da280', '0b1d1d423f3dc5fb57787db240f0b861', '0b1d1d423f3dc5fb57787db240f0b861', 1, 104218, 33188, 1, 1569419278, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e0e849f6a2e95e11539ff5c3da66954cb25f1333', '/home/hkrhostingreview/public_html/wp-admin/images/menu.png', 1, 'c34e25051a24133a3f884cca6883cbdc5c3158294c3f1e58d801e2d4e4d0a2af', 'e10d8139230f1f8b64f35960098f8cff', 'e10d8139230f1f8b64f35960098f8cff', 1, 5039, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 15, 0, 'e1122532ff5a4ce77fc9fb20f07d988bc21bf1dc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php', 3, 'd3f75e120132ea826f6340f12e2b19dc6674b7eaf9b8fecda9a922549ddb1510', 'c5182b98a3611d3ad16176633b747582', '4bb196cbbaebd0a1a4fe952d0dc8bbb36611fb76bf8998aaa8197ab0fb9d8191', 0, 31595, 33188, 1, 1605438591, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e112d4f2b6f8bdb7f8d7976b63d53b79eae99750', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/ninja-forms-admin.js', 2, '76d29f154dc48a5c58ebc8e58431eb23dc3a20c7a123b3764b3b188c6e1aca96', '7569f8dff4e3d5184feb15488b1433c9', '76d29f154dc48a5c58ebc8e58431eb23dc3a20c7a123b3764b3b188c6e1aca96', 1, 28202, 33188, 1, 1589534294, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'e11bb84bb13d821dc8077c8804cc0f87866e73bc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/fonts/astra.woff', 3, 'ec7ef7aa5fd1e019f1c26193e95e46d481d4983673936a9dda086705ada6e3d5', 'bfe0ed8503c926d68f58ed0408dfe0d0', 'ec7ef7aa5fd1e019f1c26193e95e46d481d4983673936a9dda086705ada6e3d5', 1, 3304, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e12f6b62994926866e1eb1c828b2d51fedc74c90', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109962', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e15381f531954edcb634e0706df7853bb35b4122', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-show-love.svg', 2, '163995d27f52e2987faec99f749329082be73d7f64b97bc16c7f4956042fa74c', 'fb3af673ccfe3f57a0377e47e15a3033', '163995d27f52e2987faec99f749329082be73d7f64b97bc16c7f4956042fa74c', 1, 1520, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1595e995b70db2874611d89b56fb3eb4929a5fa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/register-screen-help.php', 2, '7e1bfe288706ae0c73bd58f00a2ecdc28d6bf582df0705e4b7127d783663f268', '813aaedd1bf3c118095c93805a222f17', '7e1bfe288706ae0c73bd58f00a2ecdc28d6bf582df0705e4b7127d783663f268', 1, 270, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e15c8526c4f82eb29aca2a02a56508d87ba3683f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.css', 3, 'a6671943b0965c79ed1576ae6d456e409d9bcc0c74cb4102aa1c612f3507b4f6', '212e81977becd4bc99862b8cadd97c48', 'a6671943b0965c79ed1576ae6d456e409d9bcc0c74cb4102aa1c612f3507b4f6', 1, 723, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e15cd9cf03abb00d879fb8a1750ae3d6a3b21c80', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/kits/manager.php', 2, 'b7e113f8940a19f19095695dcde0d9c026db6ade31a6a97678da639a0a89f2e3', '260297af7858ba9a5d4b8376c3f61de1', 'b7e113f8940a19f19095695dcde0d9c026db6ade31a6a97678da639a0a89f2e3', 1, 3471, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e16315157a647617e980d3e9bbb145965a246a50', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/documents-manager.php', 2, '17ac3bec8cb47d8d9036a0a028e74b39a266546fe207f341207b872731ed0e63', '0cc4a2014fc69628ff1806feb9fba216', '17ac3bec8cb47d8d9036a0a028e74b39a266546fe207f341207b872731ed0e63', 1, 16925, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e196495b3cbeff7cb046b0b703deff6b46e09e5c', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/siteground_hosting_plans-150x150.png', 5, 'ace2bf25d0db9e024ebe799c4b052692e3f8e9223071f005cea521552ea7ee04', '', '', 0, 25283, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e19f1259d5f3a1c71bf82ef816b5dacf7df8015f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff', 2, '3b60c77e0c81c1c9cdc9adb96ade6dbac7ef2b9402a316185855de7122e517db', '93f284548b42ab76fe3fd03a9d3a2180', '3b60c77e0c81c1c9cdc9adb96ade6dbac7ef2b9402a316185855de7122e517db', 1, 98996, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e1a92651e79966a2c803b0a297b5d577d6bc1202', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-plans-min-150x150.png', 5, '54a967440545f2213e47b756ad4a49ccde74d71ac6f10c2aad1b31ebd02cb3b7', '', '', 0, 11447, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1aeca0c5fc42572b8c61b121b723d2e8b2bc1f0', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/default.png', 1, '524f0956403d109f95c6429bd181816336680ef8269439ee2aa73edd78013c54', '41f23e292a2fbedc21ecae2d04f29bba', '41f23e292a2fbedc21ecae2d04f29bba', 1, 453, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1d5a0b3499468b6246dc56ff365d6eee2c81d35', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php', 3, '94e48b19d66f6cc0517549b02e45dda7d5273d0d38bae3adead35a9d8ba18838', '69a6e3b72e4415a8d944b0f74a40b80e', '94e48b19d66f6cc0517549b02e45dda7d5273d0d38bae3adead35a9d8ba18838', 1, 2709, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e1dcf6feba304075585bddb2d40bc5b68b4f14be', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176759', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1e30beb7f6417f3fc994afdc52e747e4554a076', '/home/hkrhostingreview/public_html/wp-includes/update.php', 1, '3473647514d1034f539a50b26a1881d189a1814b716948881e1f5e118b07e64d', '5a8ccd49f8cd643e8a819ae90a708a94', '5a8ccd49f8cd643e8a819ae90a708a94', 1, 25573, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1ec9e6cf058b5b0047d8f336ccca19b6fa3f665', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/manager.php', 2, 'f2259731385bc2628243daa9c8031684a092de868a97e967541fea92aa71b638', 'ee60dcd7006074df297bb3c0134f7e8d', 'f2259731385bc2628243daa9c8031684a092de868a97e967541fea92aa71b638', 1, 4429, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1f2b1c910805be9162c3f555ac9d91e5127e42b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/admin-functions.php', 2, '039fae11e44d65d02b53dbe2d28e655cb419a7be333e2a49cbff7596f549e8fa', 'cba575351dd9f3e5bda733d9c9bb8fd9', '039fae11e44d65d02b53dbe2d28e655cb419a7be333e2a49cbff7596f549e8fa', 1, 1413, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1f3ad12a3a7b2ec5b8cf79ae2e2d66ffd7f416a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php', 2, '04bec997957fff5302f5db7cab5b19f2978a45b01f2d81e62609e200f4f69f7e', '91f7c663524797f4895c1613bd9f85f7', '04bec997957fff5302f5db7cab5b19f2978a45b01f2d81e62609e200f4f69f7e', 1, 17605, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1f99d7c4fd66be375b5425e2b3a4c9b7eb4d950', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/ajax.php', 2, 'c39e61ac718fbe32f43d14ebbea23f63de0ebd93480a68362e23e879f2a1de4c', '9f6f0df2099e3c54bab7db18aeaffc35', 'c39e61ac718fbe32f43d14ebbea23f63de0ebd93480a68362e23e879f2a1de4c', 1, 21773, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e1ff3ff06fbaea8f05a3fe9cdda7c0fdad3f0ba7', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/428.php', 1, 'a6b3a5d9dfca696e936a55e60387330189e52948cf5f3e979be13e350e58353f', '9a97bb0369f70142e4e57da75eae742a', '9a97bb0369f70142e4e57da75eae742a', 1, 505, 33188, 1, 1465534233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e20b4d5b27479ba3db93f7b771d02d42c68bcc60', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/bn4ra.png', 2, '2df01fe6e473238187b15787efced26ad9b33f94704eed56ab9766e318e62069', '38a21bd44c199fdcecc1754c541e17f8', '2df01fe6e473238187b15787efced26ad9b33f94704eed56ab9766e318e62069', 1, 44525, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e214f52ef6c63453c16b2f12e9843ee35e3d106e', '/home/hkrhostingreview/public_html/wp-admin/images/stars-2x.png', 1, '54f7086a4d933b717c143b1231e95650dd25081d42f0d4e96ca068a1e741dba0', 'f5ea4194a79c23e653b24d0c65032e5e', 'f5ea4194a79c23e653b24d0c65032e5e', 1, 1257, 33188, 1, 1352424888, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2274d1527276e38dadb5639a4223594e3125fbb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/sticky-video/index.css', 2, 'bfcb9bb7a6539ff91572af85f442336a97f083f89a0ab61c181921f1d4ce486b', 'd75ae322f5a7092e6f9622d151cf3b0c', 'bfcb9bb7a6539ff91572af85f442336a97f083f89a0ab61c181921f1d4ce486b', 1, 2712, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e229e9828e67ee3f6313866aced9183f51689173', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ve.gif', 2, '79e35ebc185cd0f55647290d8a6b30ecbf487d94ff593a965c25e6da491bbfe5', 'e067f0c4fbaa5ed99477581e86630faa', '79e35ebc185cd0f55647290d8a6b30ecbf487d94ff593a965c25e6da491bbfe5', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2381706f21e15ab41e96fd4b5452bd49fd8eef5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/fancy-text/index.js', 2, '1f1a44294230d224ef09480a899d3e554ace1d028c3eba4987a8e5999d2d0c62', '8c6e37b627abe800470ce3be933a0fc7', '1f1a44294230d224ef09480a899d3e554ace1d028c3eba4987a8e5999d2d0c62', 1, 2496, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e239ec6ae58e3fa446c0d7735a85c8f94b53a5c1', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-feedback-controller.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992518, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e245b56df9dcbbe3826439cde8e7ca041d91f26f', '/home/hkrhostingreview/public_html/wp-admin/js/media-gallery.js', 1, '0f89588c87dac66406864c206783dacd738c03436649bb96ae9764a1384ae61f', '875c61d7e23f27e63c483f1cfaa4d049', '875c61d7e23f27e63c483f1cfaa4d049', 1, 1219, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e24e0cd6563c642c8ff61598d67e4a8fdfdf67ea', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176533', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2593c0c6c64460616493f71d0a3061bf776b73c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Util.php', 1, '78f690cb63b6292d3759a9ef588df55f497af822fa895d59cdbcbc23d00b0298', '8ca331ee60a3d80faf0f309ba1a3d1e7', '8ca331ee60a3d80faf0f309ba1a3d1e7', 1, 209, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e26a321d6699f6c1f5d9666ea7259b754e392c32', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, '96ed609b415be6ee67eadb8d2de7ce64d13de9c928bce8e1373bec97e233e74c', '7d2ef4bb244bac8a81d13ef4382d168e', '7d2ef4bb244bac8a81d13ef4382d168e', 1, 99133, 33188, 1, 1568906358, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e279b9f88b8145c1413570435ba7bf4cac15a9d4', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/km.gif', 2, 'c1d964c54f3cdabf07e0e8310e8d02b3989aca1547b957e9e85f1f384b71229d', '258ef6e0c4f69ba726277a93a51dac56', 'c1d964c54f3cdabf07e0e8310e8d02b3989aca1547b957e9e85f1f384b71229d', 1, 358, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e27b09affbba4af41c126753666cf16edaca9ebd', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-plans-min-300x141.png', 5, '06a713b2bab927cfc83f42152ddb512e735e351dafb6207e4c6e50952dcc840c', '', '', 0, 29050, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e27d8affb2bd1e83220f99fc21ffb5643c097014', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/data-table/index.css', 2, '7a3d5292db01bcc4c1b6effc92c61e7960cac54b8178d88edcda02cc5ddc555b', '15ec97f115402720b6bbaf566a3098cf', '7a3d5292db01bcc4c1b6effc92c61e7960cac54b8178d88edcda02cc5ddc555b', 1, 8111, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e27f4340b55f153c2add6c388b9d614336aefaab', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-gl_ES.po', 2, '9f467a0978c97a7fb24c65ae68b14149b5818d5dff899b81a4766c8826b23772', 'e3d1470f5aa6a89339de01740bfd4256', '9f467a0978c97a7fb24c65ae68b14149b5818d5dff899b81a4766c8826b23772', 1, 80822, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2843875f18351c7c7529ec8d6fa6b90500f5439', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/grid-element.php', 2, '21a217856243ce23d3490e93f80e27945df01870ce2fe976aeeb4e715937b3c8', 'e4e88f86ee25e7c5daf24093dafdcb54', '21a217856243ce23d3490e93f80e27945df01870ce2fe976aeeb4e715937b3c8', 1, 399, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e29646fdba5d8487161bfaa47da4c3a7b746daa2', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 'bc5f9ffb87c43a7f260c90165ec7b1b4d4ef0a76aab1c033d635804577f37930', '88208477045ee3ae0fb3195de7b7a34d', '88208477045ee3ae0fb3195de7b7a34d', 1, 116, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e29d279edf9d49fd2a19bc59ce8843268680cbe8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css', 3, 'a2d009b0d8cfab812008bc499e230263ae1d6ef66b9107cbd4a97ff476fd8e37', 'a39f218cbd0b4e729270775edc847254', 'a2d009b0d8cfab812008bc499e230263ae1d6ef66b9107cbd4a97ff476fd8e37', 1, 104836, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2a27c409cadb19cb0780fe348db6974c8e8ced5', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-tags.php', 2, '9ece20c86221dc87ef3f59e782df75337668d16cd4ff489e6d5f16700d8d22cb', '3dd0d49f1f0623abdfa1d992d8f11b77', '9ece20c86221dc87ef3f59e782df75337668d16cd4ff489e6d5f16700d8d22cb', 1, 1400, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e2a90348cb3e8d1e24fd73e72939aa6e1f2e1edf', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_alert.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992630, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2b5bea74bbca10261991209d6e22202650f9404', '/home/hkrhostingreview/public_html/wp-includes/images/w-logo-blue.png', 1, 'a8c9355719e180f67753c823b87c29f40e21df91c20b44eb92d4cb36ef575d09', 'fd5b4eb05706a2f05f707fe077ae1030', 'fd5b4eb05706a2f05f707fe077ae1030', 1, 3113, 33188, 1, 1456246527, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e2b62f4a1e5bda23836e7fb959a451eef7d9f93a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176750', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2b692f05e5f6d5ff240c9dded22bae6888b9c0b', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/css/duplicate_page.css', 2, 'dcf8709e4609e0ba711ff49dd55213e04c5406e6adedf29f0b6176c005963c25', '893da0b76ee13d6a5c5d68eeaaa5aa62', 'dcf8709e4609e0ba711ff49dd55213e04c5406e6adedf29f0b6176c005963c25', 1, 1178, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2b8f0fe7429bf76cd246d3987acdc5d6026e232', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/config.php', 2, 'f46c9ddf5e510caa133bac09285aa3203500361308028be4885ddb566fa5799c', 'eebae8f5a6e688dca52646c165144060', 'f46c9ddf5e510caa133bac09285aa3203500361308028be4885ddb566fa5799c', 1, 11910, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2cce2da43792bf332270a37612763e82071e219', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-value.php', 1, 'e8e3b954b66a2b0f0e17f2e79774cd93c6a10f05b72599194d1d712d983a69c7', '03929d66fb3ea8356ccdf86a0066e80c', '03929d66fb3ea8356ccdf86a0066e80c', 1, 3790, 33188, 1, 1472249313, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2d2830d97e776cf50df5336430594cd26660a4d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/pagehandler.php', 2, 'b0d02b0c166b4c01446b75c8c2237e2aea1afb7980cfb84ce98b05abecc2636b', '3d44d5964577197727025c3ca21b83b2', 'b0d02b0c166b4c01446b75c8c2237e2aea1afb7980cfb84ce98b05abecc2636b', 1, 9188, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2d345c755395beb19919f90fd3b2e428a877573', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/htaccess.php', 2, '44438c1f338de3bfbc5859185b0fa47ccf768970ad2a569d77d043bbb7c2552d', 'acd4715a963e3b361de5aeaecac29630', '44438c1f338de3bfbc5859185b0fa47ccf768970ad2a569d77d043bbb7c2552d', 1, 8515, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e2dd2f15b9b9e1dcb5dacad8110f335dfb4cc295', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599563992', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2de978de811a3ff3a2b1fb66fd85ac9ee4d598b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js', 2, '374b38618c111a9eccbdd003ac49ae6d80f5b624602b48feb73c0fc29b8b9d75', '2ad7a30635f384d807734d9631643297', '374b38618c111a9eccbdd003ac49ae6d80f5b624602b48feb73c0fc29b8b9d75', 1, 15055, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2e072da1b778efd0bbe7dcc219107b064abc768', '/home/hkrhostingreview/public_html/wp-admin/css/colors/coffee/colors.min.css', 1, 'ba31d2128e98e3863df8bb535a37f488ac5140d7d6cf282641e10fc11a208819', '3053c3f6ef0a6dbf7e72b9329b54412c', '3053c3f6ef0a6dbf7e72b9329b54412c', 1, 12929, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2f00d86c9d998a49b9677f9f45814b47de20dca', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page-de_DE_formal.mo', 2, '48ecc630a6ef21fc26bc1124fd672a8a335d97949cb5dd3d99588c8343b2cdfd', '0e5401000084b4fc15ca9430325a6017', '48ecc630a6ef21fc26bc1124fd672a8a335d97949cb5dd3d99588c8343b2cdfd', 1, 4062, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2f1c98ef5f20cf5f1bb85d8ee3263a684fed64d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php', 2, '3d5b69f8fccdc748c07d38664f39d3498521097bc6c1ac049debad468f3e427b', '9e46b9a528c52c7d5ba9332e1f7d0bcc', '3d5b69f8fccdc748c07d38664f39d3498521097bc6c1ac049debad468f3e427b', 1, 1709, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2fc1457d2be16405717c845efa1fd35a17055fc', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php', 1, '07c9d31bc5e7f5b6c66841794c5fdf9ba984336e5c136f1edeb37eb33f9cf13f', 'c121d0d9b1db20f4fa7bfa6f284833fa', 'c121d0d9b1db20f4fa7bfa6f284833fa', 1, 6019, 33188, 1, 1568818256, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2fe98f522a6eee7b13d68e9341cc06c915961cc', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sj.gif', 2, '019bdfaed643674542f71514948050b099901534673a2b5d80a472f1f1a88dfd', 'bbc9011e876a122ea89923e6b730ec50', '019bdfaed643674542f71514948050b099901534673a2b5d80a472f1f1a88dfd', 1, 376, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e2ff62cf434f5208d016171fb87958bd3eda2b80', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_managers_skins.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992623, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e2ff8b2bdb9483404cd6b0764fa7c47e456e1eae', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/bell.jpg', 2, 'c5040ec7ba51c940367d71c1c57030e54e1d2260553da7ea1630ffb1291ea5cf', '5be39563cf9d2caac61c2a92dd03b020', 'c5040ec7ba51c940367d71c1c57030e54e1d2260553da7ea1630ffb1291ea5cf', 1, 30888, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e301873b22e9678576da85a7aea994b98d42cbc6', '/home/hkrhostingreview/public_html/wp-includes/js/quicktags.js', 1, '13508d348b15cd0545ad335d1a29919040c008a148b7cb8a0bbe803f71bb4d77', 'f7f1cad5bc1ad060439835b57d263709', 'f7f1cad5bc1ad060439835b57d263709', 1, 22582, 33188, 1, 1534772065, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e301b658e9019e1cbee87d9e693e13cfd3eddf1c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo', 2, '3d44452859df505f48e4c61bde6358428c84ec577e75186e866376cd0ca04de1', '07e719686fc4a04116d1988dc014c4e9', '3d44452859df505f48e4c61bde6358428c84ec577e75186e866376cd0ca04de1', 1, 67206, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e31d9ed7d8d306d04f03dab0f89e7e5662db3b3f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/document-types/post.php', 2, '61c8f2905ee63a21f8a1cf363840558b27fc51deef5fcfb556421c21fae433ca', '99d465cbd825a20af4f7e549734915aa', '61c8f2905ee63a21f8a1cf363840558b27fc51deef5fcfb556421c21fae433ca', 1, 502, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e323199cb5b25ce28d8c3ebd79f5399bea9e66b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/dashboard.min.js.map', 2, '7d7281f223ce0eac515c85a59775971d3d55dd0fbc01eac65482795223dd623b', '9c10d22f0de2a526b33bd350514b22ea', '7d7281f223ce0eac515c85a59775971d3d55dd0fbc01eac65482795223dd623b', 1, 35327, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3387d0e0305473ba0dfcc78145a260c771f8695', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListMultiSelect.php', 2, 'c31bd13c4c7761fe57d5af3d5bf9248e3f9873c5968137c7a4ca49f0b3ddbfb1', 'd31588f3b3f5be7380a49cbdeae450cd', 'c31bd13c4c7761fe57d5af3d5bf9248e3f9873c5968137c7a4ca49f0b3ddbfb1', 1, 2006, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e33e76b97edb5667e1ea75261e8dcb35ad0c75cf', '/home/hkrhostingreview/public_html/wp-admin/css/edit.css', 1, '4576fd373de74dcaae55c1f693d376de538a2ffc19a709dbae836a3a798fa7f6', 'd86c1fb98ee6afdd746b95f4346347c6', 'd86c1fb98ee6afdd746b95f4346347c6', 1, 27971, 33188, 1, 1570290117, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e345284ed2f04cb14cbee43cd2601d620c6098d0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-contribute.svg', 2, '7c6a5834636eb84ed3088927ca0d739ea5f6c5b6bd5abd49430746cdf7ddcdb7', '9d6302a2e5fc8ebed296573518fc2696', '7c6a5834636eb84ed3088927ca0d739ea5f6c5b6bd5abd49430746cdf7ddcdb7', 1, 3372, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e34aeb45ff485bd3c241e3e8860881b4bf9fbd35', '/home/hkrhostingreview/public_html/wp-includes/js/dist/viewport.min.js', 1, 'b9e9b094b92ee6064c4722f8870575051acb8c8d43e8bdb049bbd072fcd827c4', 'ac4c0b7c50ac3513ccbf3f444f225b94', 'ac4c0b7c50ac3513ccbf3f444f225b94', 1, 2716, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e34f19be39a58f9465577e768586e9e22d35f3f2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Product_Grid.php', 2, 'bcc09dcb926ed2d546c562940d861444ebe38a14cd61138f838a4185ffac252f', 'fc03c898af0f64c36481b93ae5d8c8c4', 'bcc09dcb926ed2d546c562940d861444ebe38a14cd61138f838a4185ffac252f', 1, 3022, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e351330765d697282025caaf7863834bb199e30d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/modules/apache.php', 2, '1b5dac5f9680bea0ad62d41fa568bbd09e414b04b7b69cf90be503f98f8654e6', '8acd5ad65ad3939c5c96781dabff16f0', '1b5dac5f9680bea0ad62d41fa568bbd09e414b04b7b69cf90be503f98f8654e6', 1, 2080, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e352fdd104e46e2d3ae4d9b3f40fc4c9dbb8e367', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/post-grid/index.css', 2, 'a7b30ca0f737a6bf5574bf60057a544f0025e63d5279b2d8ae7641398ff464e9', '1f0dbfc2cf3e8f7096b8664631804944', 'a7b30ca0f737a6bf5574bf60057a544f0025e63d5279b2d8ae7641398ff464e9', 1, 12642, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e357e22207844a48105f11ef999b72cc8b171591', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionDeleteDataRequestSettings.php', 2, '51caffdcc77326c4bfb340fa43781ed8b05368abaa057c07d6a95474653c8401', 'cef442bc3e6d22478fc28aba686de23c', '51caffdcc77326c4bfb340fa43781ed8b05368abaa057c07d6a95474653c8401', 1, 1147, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3741d641e57773fdff9c1f493de83531356d780', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/advanced-data-table/index.min.css', 2, '5698be5d02b5cc8745dbe96a122173a8d5dcc5ac92e65a1d15a88daea867cb6c', '8f31472f638dbaa384e39c7b46cf3707', '5698be5d02b5cc8745dbe96a122173a8d5dcc5ac92e65a1d15a88daea867cb6c', 1, 3457, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e377622e1c4354da6fae2b9ccbbf0c733e8f35ba', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/translating-tablepress.txt', 2, '9833060b0afea64ec2be6f28270256031ffffd604ff0da5070f796f94f37a066', 'e403fd0857b6d4468a50c84cca9a90da', '9833060b0afea64ec2be6f28270256031ffffd604ff0da5070f796f94f37a066', 1, 274, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e37f2b89d136729cb2dbbfb22dfec4f50b6ef489', '/home/hkrhostingreview/public_html/wp-admin/includes/class-plugin-upgrader-skin.php', 1, 'cce75dae068c36c8f69593fb8083f82f7a799a17190d312d51ea8b05594c7084', '33660095c1c66106ccb2959d8eb5fbca', '33660095c1c66106ccb2959d8eb5fbca', 1, 2731, 33188, 1, 1567751216, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3af8f8023c9af73fc578d506bda95fa266fe8a3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-field-guesser.php', 2, '1fa9b435333bf4a3eb17a9cfeedbd67fb55003488005565c81b3c52b37e69ede', 'd17b371441df0e2426e4bb95739cc280', '1fa9b435333bf4a3eb17a9cfeedbd67fb55003488005565c81b3c52b37e69ede', 1, 3014, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3b5864e0c62a75b54aad5bf46c7947204bfe454', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-amp.php', 3, '1f16afe0b6e3b30c21827759cea3bfc22fd4e6543cc48f1eb8af4b8710dfcc49', 'f7cff5ae01b8733dba80c6d6724824ea', '1f16afe0b6e3b30c21827759cea3bfc22fd4e6543cc48f1eb8af4b8710dfcc49', 1, 45145, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3b97c62b9a98495778ebe97d384bedfba4a202f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/hi.js', 2, 'cba3933fdf1051b3d07ca289465a1a917285ef78ea4ce2e08f4916316658b1c2', '7c367dce88125572370c7253da2764e9', 'cba3933fdf1051b3d07ca289465a1a917285ef78ea4ce2e08f4916316658b1c2', 1, 1125, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3bdab4198e74580a50c0ab22dd8878123356c25', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/fonts/eaicon.eot', 2, '5add2641ec98ee90f0824f7d3c3c44a134b48321aba9f2f97e37ad5bffec3f1c', 'f9ae6036ecf8888a2162c042fab0e739', '5add2641ec98ee90f0824f7d3c3c44a134b48321aba9f2f97e37ad5bffec3f1c', 1, 36192, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e3c469329545dfdb1229993d904dae114ea74b7a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176613', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3d0ffc662e8d432e0f5ddee24fabe694eabd8f2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/divider.php', 2, '26fcf92ba61bd3681976e05ddc58629816bfee83a4598105c69314ca392bcf6a', '66b80c4bb7920df38056a427aa78728b', '26fcf92ba61bd3681976e05ddc58629816bfee83a4598105c69314ca392bcf6a', 1, 31191, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3f117ae44b1c61f96a27a78dc199221a30ccd08', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_lol.gif', 1, '28b8402df2dddfb78baa465b6e98b89f9e3bc9271428886019411e334da0bb20', '6ec199f5e3ff3ad1b7268a83f9d628bc', '6ec199f5e3ff3ad1b7268a83f9d628bc', 1, 331, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3f5da233ac61bdb0c6c8497f129c281d5acf8b4', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 'da8cbc35879401cca5f8b7acd2bd421b2c1c22eff9fe3d0e169cf6a5ddc12e29', '357c8bba0f6695f23972659b3c9e55a3', '357c8bba0f6695f23972659b3c9e55a3', 1, 20484, 33188, 1, 1568901955, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e3f9c24c6fc6e905dfbe01445c57f75eefe7a65a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/event-calendar/calendar-main.css', 2, '6b1c365f457134752c89336692bdac83ed184d375782e2690ddcadd07dd63a01', '531c14b4b77ee9a3a66ca81e86107109', '6b1c365f457134752c89336692bdac83ed184d375782e2690ddcadd07dd63a01', 1, 27363, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e4147a04f4de586e9634c6bd4169232a2c344550', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_admin_feedback.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992573, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e41f5b20579686ef06ec3e36208a28e76952289f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/suspicious/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e43484e863aaaffbff272dab1de0c6d24b3721ea', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/hr/plugin.js', 1, '257a8af0f16d52aadf6348c6caefa64ecf5683910b19bc718b652e9edf3e809e', 'a40ec96b2b25c1356c33e6c1212db9b3', 'a40ec96b2b25c1356c33e6c1212db9b3', 1, 919, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4386d483381d3167270f8e048486674639e6cb1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-tr_TR.mo', 2, 'db3cd06d8b74744cf3fb03db2b721c8b6d66532e9b385d126e0306aa558af1e7', 'eaa08c5e2d6151852b8162042c22892c', 'db3cd06d8b74744cf3fb03db2b721c8b6d66532e9b385d126e0306aa558af1e7', 1, 94677, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e45f3c13d3428b21c2898f9a8e5d9a4cda302927', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardFullName.php', 2, '402e9f8f2269a879537067ad872e4c9ae98462d3d6855c7de35d4bb1ad5f9b24', '1c36aafd3e7ab85b6085d3313aeb1ece', '402e9f8f2269a879537067ad872e4c9ae98462d3d6855c7de35d4bb1ad5f9b24', 1, 862, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e468ce4d8b97b8fccbecd95e0f08a4966be44096', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176769', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e4690e42bb114db07708f7ec043db5cf5b86cab3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176808', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4774b441b8b6d8c876adc5e89fa8040b0d8d1d0', '/home/hkrhostingreview/public_html/wp-includes/class-wp-image-editor.php', 1, '6f7d9d90c72cef4c886a3c52267b6e78fb604607fea5618ff06b52402becbed5', 'b3b91d4f419027bbe1abec2e1449a8d7', 'b3b91d4f419027bbe1abec2e1449a8d7', 1, 13911, 33188, 1, 1569003717, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e47d5096b1b0e4727f0d2480c1e0beb3f362bc1b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_shapes.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992627, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e48f4af76e3449560124c7e30e5369564e434233', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/fi.gif', 2, '8a348bc52851cfbce819927870e1d6a0eb6c8df5ae2a79bba1d6cb636a060b95', '94e7d08c3043f3dc65b4eff40223d4e8', '8a348bc52851cfbce819927870e1d6a0eb6c8df5ae2a79bba1d6cb636a060b95', 1, 371, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e497b47d4c3bc67fb97ce8e83936f1f5c5e1d72e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176740', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e49eb3bff8a076f972030f86e052286d81b2220b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/sortable/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4a7d35d2840e293cb135df584924b0251f81a13', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-8.jpg', 2, 'c72b8eff9a78fc3fcad4ee149223507c72efc4aee1ae9624646e6cae2e10d46d', '8175b8edf9092626b804e644ea1cfca5', 'c72b8eff9a78fc3fcad4ee149223507c72efc4aee1ae9624646e6cae2e10d46d', 1, 154422, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4afc783f636483ab0f8eac4849e563215767051', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Checkbox.php', 2, '8ec09b933ad170de15cd9b76eb03b58f23e27cfeec01da74fef733f6d99d0761', 'e4aff9fda11d6e8cd0670c6fb086403b', '8ec09b933ad170de15cd9b76eb03b58f23e27cfeec01da74fef733f6d99d0761', 1, 6435, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4bc158d5f6f20cc351e0ceb9fc00e775b56a019', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/page.php', 2, '86a36d3577267f61a4bc465ffe370df275006046be8152813656a941c578eb66', '2d284b6004fd0c2b1257450bed37156b', '86a36d3577267f61a4bc465ffe370df275006046be8152813656a941c578eb66', 1, 803, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4cd7acac42c346dc0c9f38c76c27aa36b137832', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js', 3, '512ccd19cc2e848a5d304624a7490aca4682b5ccd9db72bc5900fab5ea6477db', '637eabe7ba084337de91985de187a9e4', '512ccd19cc2e848a5d304624a7490aca4682b5ccd9db72bc5900fab5ea6477db', 1, 23308, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4cdfacb424ee8f5f146b1f2012b5eb5affa2fae', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/hfe-functions.php', 2, 'a4653af1e5407c11747ddde045b172e196ea6a1e3dce7851caf3c086579c8abf', 'd871b06b386839d56c073683165d7324', 'a4653af1e5407c11747ddde045b172e196ea6a1e3dce7851caf3c086579c8abf', 1, 3622, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e4e5d094d8cfa3e8ecc463edc12f4ac63a87564f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger_hosting_plans.png', 5, 'cccca6c82fc490f7dd75e78a5a6a502d31f91e3ffdfbb912e345bd24ecc6b2c1', '', '', 0, 15649, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4e709808cf0e4d4f5540b9c9347b335e41d4049', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio.ac3.php', 1, '5cf5838c761697fc72ee1bf3fc09e8341a59b4acc3f67477dea5192bf7cfc841', 'b3e8c41aad74f79bfcac59f24ccedd6d', 'b3e8c41aad74f79bfcac59f24ccedd6d', 1, 39260, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e4f5bf083df5c57fe79af52b78cd987d06c83106', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/350.png', 5, '9eca607cdd254fab5003cc429787a2730c243bd007eb09fba667bdb2328e7bda', '', '', 0, 44282, 33188, 1, 1599729064, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4f622e159177f30199d119fc03bba1c260a3631', '/home/hkrhostingreview/public_html/wp-admin/js/privacy-tools.js', 1, '06c2cd149cf9fcf7f8bd9dd63087af2db1ddb8cf3cc07e2c6986eec1a754f6e4', '44714ea47fba8f5071cdecc00f7953f3', '44714ea47fba8f5071cdecc00f7953f3', 1, 7213, 33188, 1, 1570344962, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e4fbe0d73e63f41cb08cab92d3ea54593d809298', '/home/hkrhostingreview/public_html/wp-includes/css/customize-preview-rtl.css', 1, 'e4de07060666341ac6528a4ed8979b783817e877c30340c8efd98a365beec996', '36571e36be8cce5ed3cce6974430b474', '36571e36be8cce5ed3cce6974430b474', 1, 3634, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e509be02eb6e5619a3b0018231d2d6a183b3c861', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.js', 2, 'c0bd2c32c358817d425f4d5c4ce7ca406ae34dec2cf03f46f48715be277e7286', 'f0925e28c2878191a02d7cdf9ab0705f', 'c0bd2c32c358817d425f4d5c4ce7ca406ae34dec2cf03f46f48715be277e7286', 1, 5300, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e50fff1b187a973b80c7ba5e1fc5b667dab15c58', '/home/hkrhostingreview/public_html/wp-content/themes/astra/index.php', 3, 'c1d4022b79769194aa8224446fe63b2d9a0602dfe3ea8a29e3e4156ae5d0db9e', 'd1a6e8fae127a9ada45abfaa1de0716d', 'c1d4022b79769194aa8224446fe63b2d9a0602dfe3ea8a29e3e4156ae5d0db9e', 1, 1016, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e51cc3ab1b5cb4a37752c48167c3664848d81cdc', '/home/hkrhostingreview/public_html/wp-admin/css/ie.min.css', 1, '2f55998178e98566817f522bd6b3942e3125e30fc9abfde41d8cc28dfa3233ac', '76ca02b48506b7c718e88c0b1d1cee08', '76ca02b48506b7c718e88c0b1d1cee08', 1, 10283, 33188, 1, 1553182321, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e53c773811c948751a4786c63eb8cf7a153b9b25', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/woo-checkout/index.min.css', 2, '3e092fe95502d799db05d4c223388bec764eb2651e705d9cabf74b5837fe73db', '3edfad2108bb3577ea6213140ecaa9e1', '3e092fe95502d799db05d4c223388bec764eb2651e705d9cabf74b5837fe73db', 1, 19881, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e54f50f0695b5089e82353414feffbc89302a058', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/book-negative.svg', 2, '605766a04e57b4af743695ebeb94aea3f9eb37b20d6367ad268a5b28703ed6a8', '59d8d29eca763fb76a67a30676d92b39', '605766a04e57b4af743695ebeb94aea3f9eb37b20d6367ad268a5b28703ed6a8', 1, 315, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e552e08c9d1f94cd0484dc571b8c6bbb3150fab2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_finder_categories_general.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992581, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e561ca891cbf5aea8ee1b317b04a9e1ba9d26c8d', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/effect-fade.min.js', 1, 'e1618154fbb42d1eac52d4e9a1438f1fcac0ba61dc613f9acf05cefb3c17d30f', '8a30f21e345577b420a78c5aba2b3156', '8a30f21e345577b420a78c5aba2b3156', 1, 515, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e561f3c98401c8f4416413512220c32be1f5d369', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/table-editor.png', 2, '802afd981cf62603c0f77a97e10d507ab6d49c59b7b1dc52cc3fc3b9257a3048', '8d6c592d4ae93fae51942330147667c8', '802afd981cf62603c0f77a97e10d507ab6d49c59b7b1dc52cc3fc3b9257a3048', 1, 8047, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5630d546b2e7e2c9f691ea07ccb2254201a8d2e', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.js', 2, '03a68aa7cb55e5554abac44b281c8f0a56592e1ab28a5682f21e0bd6af905626', '2b3e1d34ded342770b93d7c5a5451f59', '03a68aa7cb55e5554abac44b281c8f0a56592e1ab28a5682f21e0bd6af905626', 1, 2994, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e57bee63ba35f5c03c224b1dbef4b6948e412c0a', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-site-icon.php', 1, 'e149dfa9dd7fdbfcb08cff15ddf2051fc9d5c15a3b6ed74cd2c9b75af686e765', '585bb562d08c916c3615979bb0355f8d', '585bb562d08c916c3615979bb0355f8d', 1, 6132, 33188, 1, 1551473932, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e57dfdc11b4ddf0a737e66072a446b8a0d4acb8d', '/home/hkrhostingreview/public_html/wp-includes/js/dist/components.js', 1, 'af96d59e9c053c9ef3f9bb1a5a72a83896056f4cb1d4998c9d404b1ba727bad0', '2b6a7f7c36df118e1fa6c53674607fe5', '2b6a7f7c36df118e1fa6c53674607fe5', 1, 1476617, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5932d2d299f5565f4596f4b745e4957c09781bc', '/home/hkrhostingreview/public_html/wp-includes/atomlib.php', 1, '882287894bd53b8679155fed3126472bf670db6bca1dd9201c9a224dbfd7024d', '3e422f1490ddaf417a29bb9e41114dab', '3e422f1490ddaf417a29bb9e41114dab', 1, 11840, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e59e209a57b153eb80ec736bbdd5ca76c9b97ab0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.js', 3, '6784eb7ddd991834f3044ad1a7cc7fb4505b6a00e62586ab4afe06a7725a20d9', '04203b68e6c8904878d9a936919ec18d', '6784eb7ddd991834f3044ad1a7cc7fb4505b6a00e62586ab4afe06a7725a20d9', 1, 408, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e5a0e60773fc3036c32adadc6f0835bb983510a4', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-380.min.css', 5, 'cd49a6326bb3c38e6add7002c39db01be38f7c37f070eb361216202a3c21e3a9', '', '', 0, 2987, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5a315b454da2657b2ee767938240a3c117156a4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/blog/blog-layout.php', 3, 'c7bbcb4e1cfcd664f2f4f13ea913b8517828f314b0636cf8fead9712e2b93fe7', '6730d730fdc8f030d2177f853979940d', 'c7bbcb4e1cfcd664f2f4f13ea913b8517828f314b0636cf8fead9712e2b93fe7', 1, 1096, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5abe1a4f9dfafd78a6dc5b081a04bb8a0ea8c92', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sy.gif', 2, 'e3c5aeb55078db82e39dd8e16661765a517f66b7f8bcb3e37e20835d1dbdd57e', 'd86f69a9267f00e11030246c36109bc5', 'e3c5aeb55078db82e39dd8e16661765a517f66b7f8bcb3e37e20835d1dbdd57e', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5ba19f506e842d8c47371ce6d880d5c8dc56f4b', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css.map', 2, 'e86f76175a2ca5229e0623f7b02d23c4bead78fd209d6de836eceb416136e724', 'ae0aa73dcbae4962690ad8c098df8b14', 'e86f76175a2ca5229e0623f7b02d23c4bead78fd209d6de836eceb416136e724', 1, 8606, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5c042fbddcccdfeea9c81ec1d6e9d44b95c826a', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/_inc/form.js', 2, '0515cbd1f8aee97e1c8e0d1d015ca96c86def13e90d2e73bf813072ccc23d531', '270f0cd7341bce6c2afacf2682e7690e', '0515cbd1f8aee97e1c8e0d1d015ca96c86def13e90d2e73bf813072ccc23d531', 1, 700, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5c1171ec9a815d97e85938aca8a671d4292d621', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/blog-config.php', 3, 'bc0c236f29c60aa2f0f1c5ea09b6de24ebdc7d468758b398634a5e27532b452e', 'f71bda88c8c8b10c79a6106dabf1f34c', 'bc0c236f29c60aa2f0f1c5ea09b6de24ebdc7d468758b398634a5e27532b452e', 1, 12240, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5c214958a04d305e03e5431b8940e887eff911a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/addons-feed.json', 2, '9c75f5bb8ac3bcaa5f2f78c39863b6d924fa1e44164adb6e98bd1dfb06305585', '10f57b2b359ee9516d6aac2a372e88ef', '9c75f5bb8ac3bcaa5f2f78c39863b6d924fa1e44164adb6e98bd1dfb06305585', 1, 23130, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5c49cd81d12d8d3f74fcb44f2b47fe39d7341f1', '/home/hkrhostingreview/public_html/wp-includes/default-filters.php', 1, '4a98cfd95b7efb718fbe943b88c504bf4a39c26b816a84054ca11aabcb719e26', '29e99f53ea25238d99f443bd7d21ec1d', '29e99f53ea25238d99f443bd7d21ec1d', 1, 25830, 33188, 1, 1570504802, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5c5a73bc47cbed418e6abf98822c18afc5657d2', '/home/hkrhostingreview/public_html/wp-includes/js/wp-lists.js', 1, '27c4d5a57b05aaa524641f2aa8a3cbcaae24ed33a6f0ea86dcbbed1c4df8186e', 'cd817551314bafab7fcbee0bac282570', 'cd817551314bafab7fcbee0bac282570', 1, 25282, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5d5d739a46f0e9a9823a6d651c7a4e6547bc1c1', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ro.gif', 2, '64b74ac8278da6e938c8165c439e928fb89f420bcf030641debae4b9ea5cd8fb', '8569e94e81a39bbb43ed8445d1a92dd5', '64b74ac8278da6e938c8165c439e928fb89f420bcf030641debae4b9ea5cd8fb', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e5ead40509894f89b9ffe150be407da6a01569f9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php', 2, '2b195a2341d3f6e60d6d91cc1e1c8ae038fa7652e29afa1c31d7b9a3d8a4bd36', '84da0b13cf69a9e28b0a2b9577f3e93c', '2b195a2341d3f6e60d6d91cc1e1c8ae038fa7652e29afa1c31d7b9a3d8a4bd36', 1, 20877, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6042369e3a223e4587c777f6ad0b1ad7f1a1392', '/home/hkrhostingreview/public_html/wp-admin/includes/admin.php', 1, '86a3ee644d8341a595fce8b60c1f9d8b68901f27ff8dd9d9b03373293c4019b9', '2676cd7b15874c7f6f324a6f42da8602', '2676cd7b15874c7f6f324a6f42da8602', 1, 3650, 33188, 1, 1558903853, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e607093d498429ca2e73ea2285babc2c946377fe', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-automatic-updater.php', 1, '7325c5c0437dac7e1d0805380dc001119d8e578bb2f4ee58b830b55a3016211e', '34db91b48f6762ef714bc711f279d496', '34db91b48f6762ef714bc711f279d496', 1, 36166, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e61e6d88ffd4955247a03718d8cb2fe13fc601b4', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/ru.js', 2, 'd2a859dcc45f085598f6332b0ae8ac509f78f706632b6c701511b8de1f7557e1', '333dc144a29181ce03d86d04629fceba', 'd2a859dcc45f085598f6332b0ae8ac509f78f706632b6c701511b8de1f7557e1', 1, 1127, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e629a98f716a51d53d58011ff5ab8b42e0efdaec', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/au.gif', 2, '6a86e7a3e4bda011deb945b4168e01c5435efcb9cc41c00efbd5fe464dbb65db', '1fe85ab1104e05f5a26efa5bbcd1cf18', '6a86e7a3e4bda011deb945b4168e01c5435efcb9cc41c00efbd5fe464dbb65db', 1, 378, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e62c283e15301d3dc28fc3b418440f39e0feec6a', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/hostinger-ollb9bi67sys7d52s69msc4mlm39szibpl0ech8csk.png', 5, '6e9c08771e8c9ed8dd1ea52fd5fc0384e5c5d319a6926355f33feec2a12a1921', '', '', 0, 73227, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e62dcb74f9df0e291cb57040c9e98c8eb4dd0577', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Addons.php', 2, '8621b4986ffb486f2c6f6829d645a731760cc01e3ba51a636c4781fd6e00a116', '76bbbbe87fef4d7eba75e71cf808a225', '8621b4986ffb486f2c6f6829d645a731760cc01e3ba51a636c4781fd6e00a116', 1, 2764, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e649d06834ad44fba6e149b7f1cddd6aaa4a6cdd', '/home/hkrhostingreview/public_html/wp-admin/images/arrows.png', 1, '0aaa720437588d352173a8d73a99d0872555fb14c8ce0d3e2afe14d1a09264c3', '7fda76920124f03e88d1dfd93e03bf59', '7fda76920124f03e88d1dfd93e03bf59', 1, 243, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e655cd2e5b7eeff4f632fcdded1ed6bfc6946480', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-server.php', 1, '1eec3f8c9b32192fca420181a0c8309de8da8c93525d8f27ac30f3b9f39dc707', 'ca1f45d95dd4b25bd2cc8c7dfc065b58', 'ca1f45d95dd4b25bd2cc8c7dfc065b58', 1, 6932, 33188, 1, 1558829574, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e659cfe034ffd26522d0faa1fd1d0b2c84bde6c6', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_admin_admin-notices.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992572, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e66f25027c69d07e371e32f454b7a9805d480f89', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/assets/img/logo-white-on-red.svg', 2, '530b9d10f780a426330c28aa60907a9c043fea9ac2c8e67c3702351c64295f7a', '760e6dc5b83441f26f7c33a83c120cc9', '530b9d10f780a426330c28aa60907a9c043fea9ac2c8e67c3702351c64295f7a', 1, 2517, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e67221366edc46e065c737d45f240f8818978135', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-zh_TW.po', 2, '7843828832d6c20b3762965cc4c753f9a61f5527dd3bf47f34f57c024a01fc6f', '669d4a8db68c0ebacdb008c6c6f630d1', '7843828832d6c20b3762965cc4c753f9a61f5527dd3bf47f34f57c024a01fc6f', 1, 204325, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'e673776224f707a1163c80e2adac233209bd006d', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/progress-footer.php', 2, '45476e583415df24c58a8fb9c484d93c80df322512948bf8e12c7c0d4316cdd9', 'b1a73c5e3093d4bb990ce1356a888518', '45476e583415df24c58a8fb9c484d93c80df322512948bf8e12c7c0d4316cdd9', 1, 1875, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e673cfa0550e862f80c8e8e3ead1e36c832886f2', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_includes_class-bsr-loader.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992554, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e67df995b2b38ef94be9b44af1fc36cb177e6691', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php', 3, 'ec7410a5b7137d04dabdfbf82c29eb62b9d79f4f3f52f4d84a155a2703d9269f', '21584a64fef5908bb493f6a0d87114bd', 'ec7410a5b7137d04dabdfbf82c29eb62b9d79f4f3f52f4d84a155a2703d9269f', 1, 1902, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e68160992bbaa32777002f25e2bfdb34677f2c3c', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.audio-video.quicktime.php', 1, '9daaac23e4cc52bb32dfefa44c15dd6d1cf8f054fdb226441253983cd85ddc20', '9e4f9f9b3250c2c199499675da7ac44d', '9e4f9f9b3250c2c199499675da7ac44d', 1, 150669, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e68506d00c47e746d4e1b564dbb4495d1c35cb25', '/home/hkrhostingreview/public_html/wp-admin/js/tags.js', 1, '0d9fb01d9b57cd83a872c5501c2ecdd56f15d06b821f0d610bd44b234e46441b', '52d5d3f67a30c1ce0f451f08aa5b97ff', '52d5d3f67a30c1ce0f451f08aa5b97ff', 1, 4659, 33188, 1, 1564163216, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e68882edb58bd88f78de8b7804d1982a19a76952', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css', 3, 'acc4dc7f882b19c29394673ebe43686bd9f70c60ab61ff1ca0635c4bfa028cf6', '08be5fdce3e283bdea3326d9b0997a42', 'acc4dc7f882b19c29394673ebe43686bd9f70c60ab61ff1ca0635c4bfa028cf6', 1, 3168, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e68fa9f8d2013d469cad7276a359b92b11c5943f', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/2hosting-small-img-olninhb25wx4upv9lwenrican6e7z6nhgoi39eepr4.png', 5, '26bf23b3d3d535e5132355ca2b7449b4cef99c41fa8ac627a0a55e29ad9a5eef', '', '', 0, 27129, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6977cd594e9864eb0a7de7af676782bc1bba6be', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormCalculationSettings.php', 2, 'd3efd1cccf4eac7c8f1560914587fdc06bb9afad5594033a62b57fe2e29d928d', 'fc09641a682dfe1f971d086784a90d80', 'd3efd1cccf4eac7c8f1560914587fdc06bb9afad5594033a62b57fe2e29d928d', 1, 1242, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e69c169dbf26a1bf0d781b7f4df159d6050597b7', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-1-300x75.png', 5, 'e167838052db8bac341ea36d57fc63dc27f8c95d23b9853dd6e80a04163a7150', '', '', 0, 15063, 33188, 1, 1596822211, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6afd9e764f730d7d18c7064ef9c55c165505ebd', '/home/hkrhostingreview/public_html/wp-includes/Requests/Hooker.php', 1, 'a2143d6a637f683db819ee6b24a91d153ce65b7cd91e115bf2098089184779a7', '0f08c5401425a9615bd19e2f34a5e107', '0f08c5401425a9615bd19e2f34a5e107', 1, 708, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e6b8d00b33b8ef788dd5f3d73aa174febcff7745', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_groups_typography.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992610, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6b9f603d9c59b91fd178cffa056e4fdd44bc73d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/extend-customizer.min.css', 3, '1f52b45d17c173f8958d2959d624e95633cb63e24d6c61d36f631935e2fa3302', 'e69b474cbcce3d4c2c78cba5f925a505', '1f52b45d17c173f8958d2959d624e95633cb63e24d6c61d36f631935e2fa3302', 1, 1601, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6bf51fcecb8a1c829dcc0dbfe128e6dcffc61c1', '/home/hkrhostingreview/public_html/wp-includes/revision.php', 1, 'a15810ebdefea97e563b2a87b2ba07fc86ce18f9ffd2fc37e2915528b82b5f2e', 'a07853241b518c079375e8477adc58b7', 'a07853241b518c079375e8477adc58b7', 1, 21686, 33188, 1, 1562296496, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6bf5a7d5ad1cbe7ef07c5b3eaad4f0297d1f005', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/languages/index.php', 2, '9915585cc5e395e7fd3e4a9e184665650e0fe5b4ed768de1960fb0b48b85ec55', '1cfb28a0df63a64c8cd1cfc471e93fae', '9915585cc5e395e7fd3e4a9e184665650e0fe5b4ed768de1960fb0b48b85ec55', 1, 192, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6c3c3c11476f7ddd35e61f58576cf5c7cafb9a2', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-posthack-available-updates.html.tpl', 2, '7e7c445e881cb414a130137815b29b0149a8976faf3570360e4641bd0fc97c6a', '49e8c24707243a6d578c16f5720e2ab9', '7e7c445e881cb414a130137815b29b0149a8976faf3570360e4641bd0fc97c6a', 1, 1678, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e6c7426b3b7cd2aa5d86bd392b7b567db3320838', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176829', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6d764a130209b38c0ca9f5cb770b3b0ed152e0f', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.hotkeys.js', 1, '96f4d38dedd739fed186032bcb6731be7403881b474fb60de6597dbdea6dc74d', 'e29483a8ca26a0dd8b0d1146c6b0a6e9', 'e29483a8ca26a0dd8b0d1146c6b0a6e9', 1, 5612, 33188, 1, 1388621474, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6d79239002b76c076994e8f65e30f3ac0515e66', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/ninja-forms-nl_NL.mo', 2, 'eb96603d09695df4778b376271558eea11a6e1d12f4d616616b17b0eaaf8bbe4', '8353062ff719ec538237789818bd2cdc', 'eb96603d09695df4778b376271558eea11a6e1d12f4d616616b17b0eaaf8bbe4', 1, 62784, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6f012032ed2e3839a71a855791705d92dd943b5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.eot', 2, 'e9f0e0d65106eaf2d0698ebef4f1a2f69d8be9be0543fdb2162bec8306791498', '1d4917570ac96131e36d2d363e8aa1bb', 'e9f0e0d65106eaf2d0698ebef4f1a2f69d8be9be0543fdb2162bec8306791498', 1, 1456, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e6f29947b16c7c605eda91e274dfb3f785c7ecb2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/js/editor.js', 2, 'b176d796a355a4cefe61a72f12596678e7c3b7c74deb238aafe74c3a579dc3bd', 'ec10d0141274e1d54e3f4934fc3f92bc', 'b176d796a355a4cefe61a72f12596678e7c3b7c74deb238aafe74c3a579dc3bd', 1, 1091544, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e6f67928b74dbb3549daad267af49ca159ab8618', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/cd60943cab7122541e99dc2705f84abe.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092963, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e6faa5da8d79466ae3deb23eb73800877ef25964', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176827', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e70144782365dfabfaf344919727f3465b42108b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599622029', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710671, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e70c367680c1c408430e73a9ec4daef55d77208b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_managers_wordpress-widgets.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992624, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e715ff75041931bd9e1a5af04f9700016e5ec7b5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/ninja-forms-display.min.js', 2, '8f342f726be6e70352f1b511b0ca9d9a5c76adca6a7aa1e3a3369665b41852eb', 'e30640a05a53f319bcfa0e7b64e7b03b', '8f342f726be6e70352f1b511b0ca9d9a5c76adca6a7aa1e3a3369665b41852eb', 1, 19075, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7257ea28ed1dd8471a0f4e2862648bde5ac84ff', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/interface.lib.php', 2, '6a95bb4415378ae664830f92f69e669538e80515cf1c9166c85f2400b938723c', '75a262a5294f484bde7e03bd76cef45b', '6a95bb4415378ae664830f92f69e669538e80515cf1c9166c85f2400b938723c', 1, 13028, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e731f93e8aab291ae82bc220e77f8d171ae88f69', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php', 2, '03be7621ec7c3fa0a7d1156b6876b5eccacfef41ebe52463eff9f6ee07ffa562', '21d05e5c0b36885725f1b75d602de93f', '03be7621ec7c3fa0a7d1156b6876b5eccacfef41ebe52463eff9f6ee07ffa562', 1, 3231, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e73a8574a11cb4e9561ce39b62e753ef6dc994ad', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/ninja-forms-admin.css', 2, '757be4503d6fc3f01652c86352308489174a0a2b2575e64c924c7f6399710f81', '91d92259a1d9ee0a7ac63b2ed68e658f', '757be4503d6fc3f01652c86352308489174a0a2b2575e64c924c7f6399710f81', 1, 22414, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e73ac461c1d85ecbf1bf30fe267bcf772c066664', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/firewall-auditlogs.snippet.tpl', 2, 'e06ef16ded89eedf95ed60d0e425e27f8f40181a76ade2720e3146173cf34e40', '61d744edb5464eaf462517463e5cc1ee', 'e06ef16ded89eedf95ed60d0e425e27f8f40181a76ade2720e3146173cf34e40', 1, 2007, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 15, 0, 'e73c0222ab638434e692ed287b2cd5a69324d814', '/home/hkrhostingreview/public_html/wp-content/themes/astra/footer.php', 3, '51a1205c2829497e354d7aec8c74c1a17c46bc183b63d9515594fb80be520ad9', 'ae433e9b0d30c190718b24f8fd764290', '1bf7531ea4d77e5de5152bd908e8da21e15b0025e33974e24ab399912d956baf', 0, 598, 33188, 1, 1624758693, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e740a913aeb7caefe924be1452ca19d0ffcf19b2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176446', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7445de34da9383a5f4856b3f170c52899640807', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Akismet.php', 2, 'e88092b576fbf9f8efa80cdaf655e77b8603565b7ff4bbc6d87f8fb8b918dec1', 'aef52cfbd38b1b1fcfc4df59d9efd939', 'e88092b576fbf9f8efa80cdaf655e77b8603565b7ff4bbc6d87f8fb8b918dec1', 1, 3512, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e750d42033a5f98efa8f31bc442258f9e1a0fd5b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/adv-accordion/index.scss', 2, '38687b22bfa84d915ef64191571a994b29ae0246a1eb368311a2bee87396a0a6', '7a4630466b38ea4c25a4796e1ad7e35b', '38687b22bfa84d915ef64191571a994b29ae0246a1eb368311a2bee87396a0a6', 1, 1490, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7833552cdef92944ca0b15a4cd98197167e931d', '/home/hkrhostingreview/public_html/wp-includes/js/codemirror/codemirror.min.js', 1, 'd61712eb28c66f9db763087ac7278a53e91ac6ecba4b52e8e4f19125d859a8b8', 'f2d20913fc0766828268883b66af71ec', 'f2d20913fc0766828268883b66af71ec', 1, 585414, 33188, 1, 1505282927, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e783b3e15fbc6ce395748ff214e12538d1411a52', '/home/hkrhostingreview/public_html/wp-admin/css/list-tables.css', 1, 'b1f35f7a7f3d4cd6ea0e0eef665ade74fa3a6e20635a4755b5ea5e1f29bfd337', 'd037c13f12f0d6e2bb80796aa1fa7100', 'd037c13f12f0d6e2bb80796aa1fa7100', 1, 40049, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e79415fcb40b1ddf4268c56ddcff72d2f57d4b00', '/home/hkrhostingreview/public_html/wp-includes/js/tw-sack.min.js', 1, '11a8c05536d09acb1b0d80408ee25635d681235654aa178e078b8dd2f93791a7', 'a3b3fabcf845edad4a169343add9b94b', 'a3b3fabcf845edad4a169343add9b94b', 1, 3264, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e79a220d6d5c1591ef337dfb4d36597bfa38df00', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess', 2, 'e103068f7dbe037a6a56b7f24a7e46e05979b2cbdce5afc3c4f659caf8b4df0e', '3756b4dba0485eb68afb2807a54ab2a3', 'e103068f7dbe037a6a56b7f24a7e46e05979b2cbdce5afc3c4f659caf8b4df0e', 1, 151, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e79d3ea32a51f873422750589bcff998e83aedec', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/field-input-limit.html', 2, 'bf1b8400bdcc05131f267bd75b38aed3af67e6e465b175f11e7af77b116c5c8a', '115030153c16ffd4a0786b1057e5a919', 'bf1b8400bdcc05131f267bd75b38aed3af67e6e465b175f11e7af77b116c5c8a', 1, 174, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7b4df01816adef888f61ffff46e8f0599a2a510', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php', 2, '0c80b3c582ac35d2b5ada15937824db955f04d1a954a20f33b36dc9ca022eaef', '390e6443ff27c7c09bd394621a3d6ecb', '0c80b3c582ac35d2b5ada15937824db955f04d1a954a20f33b36dc9ca022eaef', 1, 6305, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7b9631f3deb796a140b6bfe347f2623d6bc862a', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, '06d3fe8e6656a03571e21d3c5889b56a5fe2e74e5e8d8c1a8d503a73e2390dbc', '96945521dcddf6735e9637c64c100308', '96945521dcddf6735e9637c64c100308', 1, 2287, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7c6dcc66b8a993bba0f169b1bb64c71da5b67b0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/link/index.php', 3, 'b6e0348441ee78a19f35211fb37519f186e987329a9125ae91f9e59eb04d1de3', '254c0f753666d658ae73267374644e5b', 'b6e0348441ee78a19f35211fb37519f186e987329a9125ae91f9e59eb04d1de3', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7c8c32a1a9b7bdc5131a56f72b3e1d705867e68', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/common.css', 2, '050bc1d3ab9b8476f67e62833d9349d812c27e4327bca3278257813425672dc4', '66a1123da4d3a4b029e2eecd22c87963', '050bc1d3ab9b8476f67e62833d9349d812c27e4327bca3278257813425672dc4', 1, 3685, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7ccaadcf106f8c166666649d5ce45984766e762', '/home/hkrhostingreview/public_html/wp-includes/js/customize-loader.min.js', 1, '24f3b7ffb4e2700802813de36548c7cd361b3caf042b3d620d4102ef74d178c5', '4c72237dfde5e31f0c2d759ce3cac520', '4c72237dfde5e31f0c2d759ce3cac520', 1, 3522, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7ccd5186dc2c4d0a48e3ce0cef9a697e61002a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gr.gif', 2, 'f371d61156564664be2718760f52417b9cc034b96ebc71399ed0f52fe8fb9ad9', 'd26600ec24ea1cd62a3042d1d68f2ac4', 'f371d61156564664be2718760f52417b9cc034b96ebc71399ed0f52fe8fb9ad9', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7d431894b3e7d51263eaafab40ba1d34f3bfc76', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/tmpl-submenu.html.php', 2, '928d83acad10bc2ab4bc61acc1367fd3996d885cb7a6ec908a83fb0ccd64c2a3', '752a24895b81b22b0257996d638bd1f4', '928d83acad10bc2ab4bc61acc1367fd3996d885cb7a6ec908a83fb0ccd64c2a3', 1, 3828, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7d552697413f101bd76964717f032568b1b5702', '/home/hkrhostingreview/public_html/wp-admin/images/xit.gif', 1, 'c19a88d370b67d57016a9624479c55246f2f75f15dd89a6ac22242b100c70b99', '94ecab09335897c4ab392bef96366e7e', '94ecab09335897c4ab392bef96366e7e', 1, 181, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7d5d346ec0d953fcce307e58f6c5121c4ec3f44', '/home/hkrhostingreview/public_html/index.php', 1, 'af65ca77a36ba70575b74e351dd7b3bef9f261229b9f79bfb0f0f671cbbd9656', 'b9142a5f513a565bcb15430f4982000e', 'b9142a5f513a565bcb15430f4982000e', 1, 420, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7d920357073af2ab2290ea9e24c68dc32442967', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/save.php', 2, '3a69a9f586d59367ce50feaa12218b8e5ce08c970ce1c42993617dc44e6bcaff', '6f8afa1d78b3fa072b399069bbab19ea', '3a69a9f586d59367ce50feaa12218b8e5ce08c970ce1c42993617dc44e6bcaff', 1, 5124, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e7f0cc896954a71534fa8e5ec2b84ee41e109b55', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/section.php', 2, '6d5fb91463c974e52944f066dd93dcb833a6d9ebcb4741961d3db9383f03893b', '3675859106f61a0d378d39539c9943d3', '6d5fb91463c974e52944f066dd93dcb833a6d9ebcb4741961d3db9383f03893b', 1, 944, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e7f8546a03c64ffd72f54a7c6a18b4abf457e835', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-434.css', 5, '86dcf96ffcebe490eb6a89bf24f7518dc4f62b01a7a2c50eca897559a08d4e41', '', '', 0, 8335, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e7fee1be134d896e94f12b0d125d202aafb2615d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176744', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e803e4a2c35511d6af9f1db81e817d50122b0799', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_page_manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992598, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e80f157bc239667409fc37018657b7578870ef4e', '/home/hkrhostingreview/public_html/wp-admin/includes/translation-install.php', 1, 'ec10a917d52658a26f31f08fbacd11fddbcdc2b17225e41607dab056fcfcc956', '48371cdd290a5d3751f6d7b1a9f6b8a8', '48371cdd290a5d3751f6d7b1a9f6b8a8', 1, 8689, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e81f2edfcaa881d776f2873f560ee15c8506773e', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-base64.php', 1, 'b6af5e8592b8fe0c367bc30a41ef22551bf4ae199496302d04885169b6c69525', 'ee2a36d606d508af44b654e6176599bb', 'ee2a36d606d508af44b654e6176599bb', 1, 414, 33188, 1, 1472249313, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e82dc72cd4fe0e1e5f4ced49a56f1157d021e509', '/home/hkrhostingreview/public_html/wp-admin/js/svg-painter.min.js', 1, 'dfad46259bd8a52e5cf868973205a8f9a1c7e968f4a9f2db0f9e343011eebbbd', '000daef8be797700bf57756a191f0097', '000daef8be797700bf57756a191f0097', 1, 2357, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e830808de3d9a856fd35601d0e2ec040fedf2e68', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache.php', 1, 'ed7cc4d59299eb4c25baacdf2710327b31fc1ab34e1d46add379c3601bdd5b8b', '79fc9017a23a836f4d0f68f7764ca734', '79fc9017a23a836f4d0f68f7764ca734', 1, 4296, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8366de8feea7762912838a9b055e080d0a03d3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/bootstrap.css', 2, '9209d0631bcac813a7a421797b002bb649be800d8f58aef09575a75f6686bb3f', 'e2cd280043ecb1961782b93ab8e35910', '9209d0631bcac813a7a421797b002bb649be800d8f58aef09575a75f6686bb3f', 1, 106151, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e84e9a7164aa0a6027a4193615ed6e97373ef9c3', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-admin-page-helper.php', 2, '464863fcb4dfedf01e7eb18ab02d2910ab39a06fcb9ba2eef2cfa539a890602c', '5d319d7423f54cfa9eb98e149c4ed5f1', '464863fcb4dfedf01e7eb18ab02d2910ab39a06fcb9ba2eef2cfa539a890602c', 1, 4314, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e852a3c69e27d431469824cb71e8bc6a43562d80', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.less', 2, '96809600084f1b299bbed0a5b45f72b18b2d7bee215340e67fbc4b2b77d02570', '57c481083cdb98be2a80de09f02f1bb1', '96809600084f1b299bbed0a5b45f72b18b2d7bee215340e67fbc4b2b77d02570', 1, 16625, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e85619ae9e95979d1ddd9762820a0e8e486afa4b', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_contact-form-functions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992561, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e863da19455bbdee30a965d59c8700fdc043a47d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176760', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e864718a667b8b6c5f0bcc1babe90bcf7770fcfd', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 'e39e4c738d108055eaef9da2be502cd96734c15a69fbb5147bdf3978f4b5d73e', '47e1705be410717d79fd0504aa310f87', '47e1705be410717d79fd0504aa310f87', 1, 1460, 33188, 1, 1501116104, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e8687f736bdfc6e80525c02b7bd08a364791efe6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-plans-min-150x150.png', 5, 'b87fb8adf390924ef3c7b34f1877ea786922a2ef26135ce9a89235f4da5cb127', '', '', 0, 37475, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e86b420ed515478a10fd64ba0f02f703ecffac78', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gf.gif', 2, 'e2016ab933817845c6bca46de5c80793c2e3baa94fdd467589a0ca47ebdb9676', '0a4673b07b377d1f58230f40f256d890', 'e2016ab933817845c6bca46de5c80793c2e3baa94fdd467589a0ca47ebdb9676', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e86e5b0277130d78bfe903c6d7a83d11d66ac20e', '/home/hkrhostingreview/public_html/wp-includes/js/dist/format-library.min.js', 1, '375f97fec84af44f468c0b6b4aab13b5a8e6974b7780d5878a43dd08235a2d48', 'a2a8f2e8d8364cfe0c1f70b88947adfb', 'a2a8f2e8d8364cfe0c1f70b88947adfb', 1, 18169, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e87ab69b2a9204b23ca94dcbf9fcfe9d743213ef', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_date.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992566, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8809b55b490f3df480d351fc77196e68d1aad58', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/blog.php', 3, 'cf4bf98d4af9545cf73f82ec9d30217933396570215075323631292a5562f3c6', '78f2e728f6160b4b45aa485f6acecf83', 'cf4bf98d4af9545cf73f82ec9d30217933396570215075323631292a5562f3c6', 1, 9839, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e89b400cfdd296ce788f5db2ad86128229b1bada', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_controller_class-ai1wm-import-controller.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992518, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8aef46bc7fcdf1e0a38c9072f563df48c26bd16', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css', 2, 'a82d76ddfb2e3efb6ca23dd81d19ff6030f0992a1813c63105a2abd839211a06', 'a3ce3a81f71dbbddec3d0588ec969557', 'a82d76ddfb2e3efb6ca23dd81d19ff6030f0992a1813c63105a2abd839211a06', 1, 111600, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8bc165d8b81eecbb0d5d3eacf2426bf99380015', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/SampleNotification.png', 2, 'bac314c09b508264e6d489f9d4720ee02e6df5fb7046b53a1bdc3518e7d2896b', '23baacada974f241608cf9deaf073108', 'bac314c09b508264e6d489f9d4720ee02e6df5fb7046b53a1bdc3518e7d2896b', 1, 4517, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e8c1c450e68edcdaa1d01f53d07dfae455688f5b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/falt-disk-art-150x150.png', 5, 'ac5d029d0a6c3d66ff8a19039a5ad7f10fa781e374b91ca9e5621c984fed42f9', '', '', 0, 35088, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8c2615e406a51417277f711e31281be8e3ce125', '/home/hkrhostingreview/public_html/wp-admin/images/icons32-2x.png', 1, '5f40286567fe503b3207d8a215de93df31c74a1100e6e825b44090c4a9bfcdf8', 'b525a42af908fafcf8cc07679ab4fabb', 'b525a42af908fafcf8cc07679ab4fabb', 1, 21770, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e8cb2c8f657696f6545bde48fed86999489b8fbd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176773', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e8d2e354f357250e005e5e23d98b09d38b95bae6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/er3et4-2-300x73.png', 5, '82a31e8a4e61566712efdc1c2a63dc425cc559ccfaa88cc9af9f285b63d4e0be', '', '', 0, 14753, 33188, 1, 1596822225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8e20deb3b8ebd8a09e258bf95bccbd22328c475', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 'f020c30d688cf7029c3f95753c192a6ed7709721bc1c3d5d699c26cec3e94091', '74d772e849a6b1af620377272d37ed9a', '74d772e849a6b1af620377272d37ed9a', 1, 1665, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8e801efa0ef6a3feedba8be3566fc58017b85f0', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception.php', 1, '8dd701310f66ed7116da2558de858bcf4405abb5856050173bc3a80379e76858', '879bac9efa180085ab33e90e1acc5249', '879bac9efa180085ab33e90e1acc5249', 1, 1026, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e8ef18dec18fb184e1532e2b7cb76f47901152d6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176831', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e8f77059be77aff958b932e979b366850a4ebd8f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Actions.php', 2, '59a2d665a785f76e4881185a91aaff9c2573c5f5f966989f0a3f7d1c6cacdf9a', 'b180233fe5e4ca38719f46e6dc808dfc', '59a2d665a785f76e4881185a91aaff9c2573c5f5f966989f0a3f7d1c6cacdf9a', 1, 1662, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e912efbb26bcfb741fc0f63a1a7aa5ee748e5996', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_stylesheet.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992627, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e9200e53db267fbad5a82091e87d0fab1e3a5b56', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tf.gif', 2, '649619ce2b8a84c5b02be041a7874e1af926645510a3e8f22f627f16edc9a159', '9e1af29a601960b84f90fb2efacb9bd2', '649619ce2b8a84c5b02be041a7874e1af926645510a3e8f22f627f16edc9a159', 1, 365, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e922c1f11257be5f33e19e0693e6156aa033b71b', '/home/hkrhostingreview/public_html/wp-admin/js/customize-nav-menus.min.js', 1, 'b50674beb12a3217e591811d7269c00b45864601dc8cf6f7962dea663fce7454', 'e099bc0d6b8f5ec1bbe943f308e658a1', 'e099bc0d6b8f5ec1bbe943f308e658a1', 1, 46172, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e923485fba6671cd54c5a18125234d8dc516cc87', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/contact-form-template.php', 2, '61802813c68601afd43bf3cdfcc50186f18007ae1ff17dbdf469c8397f32f3ef', '8cc9c3821882aea0758741e595006ad6', '61802813c68601afd43bf3cdfcc50186f18007ae1ff17dbdf469c8397f32f3ef', 1, 5610, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e932f42643806720efc725f774d727446006f595', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176703', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e93c559d2cdbf3d4096d633caa5ced5b110da039', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css', 3, 'd47b17423dc35c97cd8552856997f3de01003b3ad2a454fe5f66369a39492c0d', 'cb817a874d8a7a929d231d21292f06a5', 'd47b17423dc35c97cd8552856997f3de01003b3ad2a454fe5f66369a39492c0d', 1, 3127, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e93f5316451e788197e08e77dac59d0eb7deeb7c', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_neutral.gif', 1, '2617457b3798a63667a9d2615d8c75d47cc81703500936726ae43fc446a861d9', '1816d8e65601024d3348553121e19876', '1816d8e65601024d3348553121e19876', 1, 167, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e941f26e001317a3a52f23533d4b47b75b95dd47', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/interserver-hosting-logo-min.png', 5, 'bc00957f3a19fbba04bdd86e6ae9269bc38f6b9756549abef21aa4210eccea8c', '', '', 0, 18102, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e94859d52757b4f4ad0af77a26d12fba068c2eeb', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-list.php', 2, 'd598672d7b431079da212902d9eae4dd3729b93b657a5b59eff53eb95bcd6da8', '59059f9218522f8df9fd7006c0555a88', 'd598672d7b431079da212902d9eae4dd3729b93b657a5b59eff53eb95bcd6da8', 1, 33622, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e94abb8d8a95b742f439cbc84afc2a82e9cbdc68', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599448715', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e950c1a5a07979811a9273498f19d1bc1e1cdd35', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-mr.po', 2, 'eaca8097c632117b815e015a7658e225f2c85e12caadec6913ef142df1c85d4b', 'fbed4a1c4cd9ec89d5d54c0b387bd298', 'eaca8097c632117b815e015a7658e225f2c85e12caadec6913ef142df1c85d4b', 1, 213382, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e951eaaa4b8819e8d14a46ccf558dff4f890cafe', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/spinner.min.js', 1, 'a0e111d75043665e81e8b1394cdb5995b04784f09cc01def315ea0a51c75a8fa', 'a597d68b588efa4b8896beea6582c62c', 'a597d68b588efa4b8896beea6582c62c', 1, 7070, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e955e6f8d279daae5e4866287d543f536da6976c', '/home/hkrhostingreview/public_html/wp-admin/install-helper.php', 1, '530e39ad5692f310e4b74a4b350fded87c37e7f93139687367be2dd9baf3a98b', 'a20e27713a6514909125b411116cc9f1', 'a20e27713a6514909125b411116cc9f1', 1, 5907, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e961ee840754de030d6267a89414fe373d86077d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php', 2, '267e8db529235dbfbc350dca439925ec1a38bf79d01e85cbe4f52c6b81970936', 'd3b330c679fa5c114772aac884ba57cd', '267e8db529235dbfbc350dca439925ec1a38bf79d01e85cbe4f52c6b81970936', 1, 372, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e976148ee06de5b48c052ff7766c52720f2c13f3', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/va.gif', 2, 'b14fc7ab92f93032873d9f94c0b300c0fdd313b3e53314ec33e78008cdb6f2a6', '6f64ebd984e71e113042dfb5b5dfbd73', 'b14fc7ab92f93032873d9f94c0b300c0fdd313b3e53314ec33e78008cdb6f2a6', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e98d0f5a3debb2adfc313bddc0d89c81dced9ae5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Post_Grid.php', 2, 'd0ad040f62808ea86a7fd08fcea3d083685c168bb69f16089b270aa4ba1fd91b', '69f7ee1748f8829ea833a7c5f4cc54fc', 'd0ad040f62808ea86a7fd08fcea3d083685c168bb69f16089b270aa4ba1fd91b', 1, 25907, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'e99617dd84d0d3340e13baaa7532734cc88fcf08', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176615', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e99f682d6954b7944ab07f8c5395d773d751792c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po', 2, '9996c200ea6d017e49fd005e7274a06aa1e9305b216a2346c38869f62b0d3ff9', 'b9b09a1e9735cfe704ce16fe03d64ed7', '9996c200ea6d017e49fd005e7274a06aa1e9305b216a2346c38869f62b0d3ff9', 1, 97034, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e9a17a8bf3d7b9d19d5301aeb6795f1d031dc30b', '/home/hkrhostingreview/public_html/wp-includes/js/wpdialog.js', 1, 'b885d88c3fb1c90cdbef6c7cf3ede6c5a1471c1db1db339cdf777e9a9f072a73', 'c6b779020a09eebd206570dcd4a90666', 'c6b779020a09eebd206570dcd4a90666', 1, 560, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e9a1f7f10cee7be1253c37b99d1f7b4a2b9cbb49', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-encoding.php', 1, '12bc3e7443fc8a00677ef953366c874c3a556e9170abafc03f4d0fa27ffa2774', 'aac1caca59ea9fac2cb8b6c8af8f9118', 'aac1caca59ea9fac2cb8b6c8af8f9118', 1, 6542, 33188, 1, 1562110978, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e9a7fdd41df6ad2e9a662c5a0fa6cad2ea9aba00', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/icons.ttf', 2, '9e540a087924a6e64790149d735cac022640e4fa6bff6bd65f5e9f41529bf0b3', '706450d7bba6374ca02fe167d86685cb', '9e540a087924a6e64790149d735cac022640e4fa6bff6bd65f5e9f41529bf0b3', 1, 122092, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e9de1e7285e6bc7007cd04789361945f84c9fdfa', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/post-357.css', 5, '35f148bbd7dc78e4eefc78dd15ea00ce56e2488a5b18753f42d0649e8dec4ae9', '', '', 0, 1151, 33188, 1, 1597092980, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'e9e0001d24c75058db6c055b8b75cfb0aab2bac9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_logger_items_log-item-interface.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992592, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e9f1cc94dd4284b2817c6ca9556b0ab4a8bf02c9', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/readme.txt', 2, 'ec32501a47c5c218adb061e3d556616a06b989f6f9e84a1943868dcb7fcb975a', '9539476384cf890ebb8534b924b34fe5', 'ec32501a47c5c218adb061e3d556616a06b989f6f9e84a1943868dcb7fcb975a', 1, 14241, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'e9fbae7229ff26881df08d6853352a15aff5a51f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Utility/FilteredIterator.php', 1, '963aa928af53d513c26f15b4ac1ec53f3c19958f5ff0cac876ae0aacb6466746', '10f9a2d9618ed678b72541aa9e0579d3', '10f9a2d9618ed678b72541aa9e0579d3', 1, 829, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea23ced03ba7a7810d298a4edf3233d9d8a12a42', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea288b86910372bbbb55ccb390dff22049920c34', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Crypto.php', 1, 'e0d58a3015e1691e80ccc65db69a27cfdcc440fd03bc3c808631bc93ef5036b7', '2385eeb1b295482ae7be3aa907cc98bd', '2385eeb1b295482ae7be3aa907cc98bd', 1, 39394, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ea460248c8f59a8bef65241d02e7fb3fe73f22cd', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/md5.txt', 5, 'c3b5cb24fceea6dddb2689d0934fd12dd4d0126a6f64728986f41acfec08d7b5', '', '', 0, 565174, 33188, 1, 1626992515, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea5264d47168b5713534a4e11328245d802268f4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea5322ffb9eee41e8bce796cdd87fd24d248e858', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/canonical.php', 2, '1d777a3ef22765a39e31d56f0a4b5c84e450a5e19daafbd5bf75c67c7f0a8152', 'c0f864d8ea024683892331fcdb4cc5b5', '1d777a3ef22765a39e31d56f0a4b5c84e450a5e19daafbd5bf75c67c7f0a8152', 1, 2931, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ea5518d87fead70fbdb5e99ba725425c33575b24', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-enumerate-content.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992525, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea5ad1fe7d336bff18260b4394b8c96a72355a2d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-loop.php', 3, '4bf656d7601a174d63d8227cf051adb74bdfbcf87e801412dddcad0b858f0a76', '2c1cf9c40b912c47c753146d95c7e5f5', '4bf656d7601a174d63d8227cf051adb74bdfbcf87e801412dddcad0b858f0a76', 1, 6691, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea6701089dfa4b5572c022e5839a2553689629ba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-uk.po', 2, 'd0a89b22a15d535d109b744d5fb8b847b3797b9c7c1ec117b526e9842905d285', '7562e8fcb9aa202a4696ec0e5ba2ceff', 'd0a89b22a15d535d109b744d5fb8b847b3797b9c7c1ec117b526e9842905d285', 1, 239226, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea96e8681679926d5065162567b5822ab4cc484c', '/home/hkrhostingreview/public_html/wp-admin/includes/ajax-actions.php', 1, '429b4a53209beecf262a2c859af2af2b5900a8156e26fb0468bc5e55b2eae54f', '6d3f01ad9af98125e18e56623b36878a', '6d3f01ad9af98125e18e56623b36878a', 1, 140499, 33188, 1, 1570462202, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ea98570b35ef74d78a1f41bf568aeed4bddbb7fb', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/admin.min.css', 2, '480f6c97cb4ed72203377d81403140e51aa61ca349dc82cdac19351692cf5e11', '40622d47c06afaa61de4f9533693f9af', '480f6c97cb4ed72203377d81403140e51aa61ca349dc82cdac19351692cf5e11', 1, 28499, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ea991794913986c43c5c45dd988b828fbaf11614', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-287.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eaa33fc0ab29d8c0f043bb717298041f65121323', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/tilt.svg', 2, '56ee74319c593b6ef2cfb0a5b6dcb39baaafb16d7e6f144affcc86c8a54982e9', 'aa1371da0a4daeeb74bb09f56d815620', '56ee74319c593b6ef2cfb0a5b6dcb39baaafb16d7e6f144affcc86c8a54982e9', 1, 160, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eaa3532ec66ab4a20b36ff23f2e53ae4f8cae0cf', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Locator.php', 1, '4dd4729ba092306752ca0c147164ea086bc6f59abf48dc16c40f3375d3a3e1e8', '8073a4c6da1bb33b877576665ef5eab5', '8073a4c6da1bb33b877576665ef5eab5', 1, 11185, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eac34471311b9eacbba63ef59f9307f3007261b1', '/home/hkrhostingreview/public_html/wp-includes/css/media-views-rtl.css', 1, '74de558aa5c2f4da8d766c4eee9b8ee8ceb90285f267fe115d3d55807951c85e', 'cd9ae7fa20656d6518f8b02d41f543cd', 'cd9ae7fa20656d6518f8b02d41f543cd', 1, 53629, 33188, 1, 1571700184, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eac40bbcedeb3cab828d9894dd1913d936d3a018', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-ru_RU.mo', 2, 'c38e4f492c766031cc1dbd6a796486668369657e0d4bc88607b65f3e654827bd', '67ce8ac3d9e39801c5e6edcbcc9c5b3f', 'c38e4f492c766031cc1dbd6a796486668369657e0d4bc88607b65f3e654827bd', 1, 43001, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ead08b25c5a967656e0136f7a3e8ab251c027db7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/help.php', 2, '7ce71af046037b35b32e8975ff149f9d04a7d3c419efa502a7353dcd4e9b7d71', '38fe4750b9172ed51f4ffc3bbaceb0cd', '7ce71af046037b35b32e8975ff149f9d04a7d3c419efa502a7353dcd4e9b7d71', 1, 1650, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ead26abb6441d32be1699b6d6ea9df1386dcf26b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-min.png', 5, '60c0464280c447e1a2eb2f2b57d8e024cc37a42d52a9a02cf04d8cade788c9a8', '', '', 0, 219937, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'eae457981ae6a9938f46ef9b18e30dbb11aa8aa3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_filesystem_class-ai1wm-file-htaccess.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992531, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eae7b0fa892abda9bf3fdd1c936163ba3e971902', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Submission.php', 2, 'e926f8c821bdb1641974a63ac604c45d63eef08b1d828efb6fc03ad0310d1d27', 'e978fae654ec058ea8986e97ed53d6ce', 'e926f8c821bdb1641974a63ac604c45d63eef08b1d828efb6fc03ad0310d1d27', 1, 25112, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eaf99bf188e384405ea88419d1d870db0128b97f', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 'e17f0683d5785645d10307971450b94e62b86f062e92fcea6a055c2443bdef5f', 'd031f47facf4331979b6f9fbac3187ef', 'd031f47facf4331979b6f9fbac3187ef', 1, 46373, 33188, 1, 1548793191, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'eafb970b5914e405930df2e5fadb5e5e2efce7a0', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-hosting-plans-min.png', 5, 'd63c65e71eaff979a483a66ef91a925f5da982e537008e2bb1d1499840342ad5', '', '', 0, 19103, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eafc2c037c575437dfd1153feb25fe923dad19e4', '/home/hkrhostingreview/public_html/wp-includes/images/crystal/license.txt', 1, 'a41e19d4262122efd12bb47d29c2b9bec030f91bf60f7088e74a6a946735a615', 'f05db54c63e36918479b6651930dcfe7', 'f05db54c63e36918479b6651930dcfe7', 1, 149, 33188, 1, 1393814067, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eafecfe4e85b74a1ef81c64f2e4b3e1b6f3e38ff', '/home/hkrhostingreview/public_html/wp-includes/js/dist/wordcount.min.js', 1, 'd883ef2d50fa1ff762d9fae71bada42fd76f1f0b8b93b90055dbff91a50fb78c', '1fbda7deaa611689cc829b97827de193', '1fbda7deaa611689cc829b97827de193', 1, 3002, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eaffdf5147cb4725672a605a4d636833ddc49e28', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/predefined.php', 2, 'e8fa82b230a77cb2fa2e8b62b28b098016d84e3b02325e1341967ca8b5b90ada', 'd2233e61176acfac6194a5bdcfd834ef', 'e8fa82b230a77cb2fa2e8b62b28b098016d84e3b02325e1341967ca8b5b90ada', 1, 318, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb026af20b539c5f3ded6056c60d881581f70e84', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php', 3, '994e3df7ed09ecb60d4f0eea5b1cf0ef2d3142ee3d72559d3f3f208c8917511f', '450d7e400e6e20c9a475f75df5f1af04', '994e3df7ed09ecb60d4f0eea5b1cf0ef2d3142ee3d72559d3f3f208c8917511f', 1, 1044, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb0482f8f243fec07651682ca7c1bed4504e1753', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-upload-control.php', 1, '9d9d54479911f6475176e704cdfcfddf62b51b707650330f6051bf864584aa12', '8ed3fcd6698fed16c6d0dcd441f14dcb', '8ed3fcd6698fed16c6d0dcd441f14dcb', 1, 983, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb060dfb6d11573e0ffd9384272f41bd2c1126ec', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php', 2, '82291763d403ab9dca53089202ee8194788195ce4e378aa94acdd4936e852bfa', '642739c7a74abe5f3a3e8a46febbf2d8', '82291763d403ab9dca53089202ee8194788195ce4e378aa94acdd4936e852bfa', 1, 5338, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb1627b5306c4d160328c79abaad9ab36425f504', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css', 3, 'db8087332f99a1b3e13b8a706300972436d4eacd5162b4d654d78b2dad23d307', '76d638c08081deaa0b2f0d8a748c25a2', 'db8087332f99a1b3e13b8a706300972436d4eacd5162b4d654d78b2dad23d307', 1, 111, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'eb1d54add16dcd9caf0e9d8d86ddb16c12f7aa0f', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-min-768x380.png', 5, 'b549c1a1fa5af398afbbd5fcc0ebf9c6f91c4c609aef79a8fd44baeb3ef4d1cc', '', '', 0, 441069, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb2ac18e4dedcded9aa50230fd8904ea33616d2d', '/home/hkrhostingreview/public_html/wp-admin/css/about.min.css', 1, '338c1fb817ccf17f03270331205fdd283426fccbe517aefd6dc4d91f2b32feb0', '88642f61e57afda1fe4d990b74ace699', '88642f61e57afda1fe4d990b74ace699', 1, 16942, 33188, 1, 1573505282, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb3486b6d944c1d16dcd0dfff1f688db1beade28', '/home/hkrhostingreview/public_html/wp-admin/options-media.php', 1, '9b3bbf742ccaafc839518a5b05da63ef2da12354fd8136bcd9d9de1ff99de35f', '2c18a8e01043d00494d4ba933e1b8f12', '2c18a8e01043d00494d4ba933e1b8f12', 1, 6247, 33188, 1, 1564094757, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb4306b06b764ff0dad04ca536dd8f9068a2288f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Forms.php', 2, 'd475a0db85e31ccb4832df792353219ef0a86b2f594826326344937d3636e3b9', '99e48d3f3ddd13df6709fdd60145a71b', 'd475a0db85e31ccb4832df792353219ef0a86b2f594826326344937d3636e3b9', 1, 2304, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb47fc5b34c75ed4781f23e8e6a2dd3cfbeddad0', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-en_CA.po', 2, 'a72c7944f307dbc98f6e2d5e1012c778c34bf770b2a6d9cd4fa84ff26b927263', '8fd3f4862e81347a7427772ff6c105cb', 'a72c7944f307dbc98f6e2d5e1012c778c34bf770b2a6d9cd4fa84ff26b927263', 1, 76639, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb5d109d13a3dd987db81575d027f81364fdd42b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-en_US.json', 2, '1ce43f40863bcb59df587b5c6f79ef39c9dd4dd404409d51fdd24c2183957326', '45710d3585336c22b66a2ab66b985453', '1ce43f40863bcb59df587b5c6f79ef39c9dd4dd404409d51fdd24c2183957326', 1, 707, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'eb63912f6da481cabbbc44de10382b2bab68f191', '/home/hkrhostingreview/public_html/wp-admin/js/comment.min.js', 1, 'a08f084def6cb02b3fda403aaffb1642fd515728f7a721e39ec49f9e7d7a7d8a', '3146fd138614355e041e261a4294dc23', '3146fd138614355e041e261a4294dc23', 1, 1230, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'eb837990cda1f8051ce68d38ad80eb0a23c46890', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-218.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eb865a7f6c32a467eaab5f94aa87dacff5ace4c1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/images/flags.sprite.png', 2, '927f1b2d9c01d8c44c2f873e3c3f401ba9a5ceab803a1c7d20821b55536930af', '77759110e73c0d9cebb9c775960b3be5', '927f1b2d9c01d8c44c2f873e3c3f401ba9a5ceab803a1c7d20821b55536930af', 1, 75321, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebb7531a59f61e7672d798a64b2a8e976dcb5d03', '/home/hkrhostingreview/public_html/wp-includes/load.php', 1, '041e3cfcd42354f5936fcc1e9c87a482dd5bc3802ac64f38bcbf91147266f221', 'c979463c1cb7c94cbe59bcaf60ddc77f', 'c979463c1cb7c94cbe59bcaf60ddc77f', 1, 43291, 33188, 1, 1568894578, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebbb4a46cdd1b21b1687c6919176f627ddc0fa3b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg', 2, 'cee2bd1bdd3da5a385e2f1cb991b6f81a7739f565b202d07c51d7840e03d3966', '0d956c98a54bb21c0d6487255adbba2e', 'cee2bd1bdd3da5a385e2f1cb991b6f81a7739f565b202d07c51d7840e03d3966', 1, 6521, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebc07897a7dd04e32e41d7a7f3a89f2a4b949c54', '/home/hkrhostingreview/public_html/wp-includes/kses.php', 1, '69caa80509dac25696483f14e8d2e6213109623fe3b7d228cdc7fe553d6802a8', '5d7743092dd7a216499d658fc02b4ba3', '5d7743092dd7a216499d658fc02b4ba3', 1, 58091, 33188, 1, 1569190677, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebcb37501a14abe0fecb34b227dfc5e40816824d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/combobox.js', 2, 'e96f4e64d7008b7055648cccc0cf27a50968bb0ea5b30c2da97fefa6205e24cc', '9bbc5c51cdf24973ed3176ab8197fd9e', 'e96f4e64d7008b7055648cccc0cf27a50968bb0ea5b30c2da97fefa6205e24cc', 1, 9027, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebd117e29554ebecd9933db98caa6adbf31740fc', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/add.js', 2, 'c29bf8baf3a7656d9246e5d8b6503c84d8c24f5992ae547ba7e54ff95f0e6524', '218e6b33985a73e83817471821259303', 'c29bf8baf3a7656d9246e5d8b6503c84d8c24f5992ae547ba7e54ff95f0e6524', 1, 1526, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebe044048f578c38ce2f2a042d2f6f09efe27239', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po', 2, '84c1f18c0761307952a34f372cfac24a4c6b0dba4fd42f76fc59633cbfcf8bb3', '2ed0277388f4b24a96a9ffef8387d078', '84c1f18c0761307952a34f372cfac24a4c6b0dba4fd42f76fc59633cbfcf8bb3', 1, 129315, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebf1e7ba00c024a6e0d1e2270ab900fab40b58fb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Betterdocs_Search_Form.php', 2, 'b60f8b19ff21142cc43a8bbeca252cce9424094f921651165335f73b61ae5c7e', 'b0aafb2201c0d3d79de1b211a3a6f174', 'b60f8b19ff21142cc43a8bbeca252cce9424094f921651165335f73b61ae5c7e', 1, 21606, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebfb362d6e52e5ccce0e6f9091b52ca7c9223869', '/home/hkrhostingreview/public_html/wp-includes/css/dist/block-library/style-rtl.min.css', 1, '090dede2d1889a79701446086ca5facf70523a000672be475282256c151aae8a', '6c98f8fd086dfd625b8bfa2ac52a4293', '6c98f8fd086dfd625b8bfa2ac52a4293', 1, 41457, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ebfb558030463084e84b661cd9407511c476a500', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/sticky-video/index.scss', 2, '583568ae2bfad71ec40f8d6f8198c18f4531530eb35539ea342a6b2bdd708093', '94be168786109cba7c41e337114778fa', '583568ae2bfad71ec40f8d6f8198c18f4531530eb35539ea342a6b2bdd708093', 1, 2993, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec0239743562c69655241e85bdfb78f286da3c3f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po', 2, '6544565967b510313fba4202f94491c52d2f3ce62bf8e48990dd39fac3c830a5', '6f398980fd9f0eea0a5047add92ca8f0', '6544565967b510313fba4202f94491c52d2f3ce62bf8e48990dd39fac3c830a5', 1, 127331, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec0646f8337183b1cc4e9c77d08e23b43e72dece', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.svg', 2, 'd67041fe5d50eef9ef671643968f7ce6b130eaaaaa2ce4d496b18d0a33aeb87b', 'f775f9cca88e21d45bebe185b27c0e5b', 'd67041fe5d50eef9ef671643968f7ce6b130eaaaaa2ce4d496b18d0a33aeb87b', 1, 365616, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ec073a282ae642ec33ebd9a8da9744637030f633', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_utils_exceptions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992600, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ec15420e0e2b528201d1876d1e4d3b7fbd707c66', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-264.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ec1e125b2e972a091d499500c4ff19cf246febb2', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/e1cb491d19e1c6f9403da9ff23db0d40.min.js', 5, '906662f1b26e8b11fd474336410acbe55e43c9bfedf3c4e10e4c0a2a3787e2b9', '', '', 0, 3028, 33188, 1, 1597092969, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec42a69ba61dda035aa8094ed0a46ea6451a06c0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-mobile-header.php', 3, '9cddc1a765b91d03b9e2a179b52cc6bc5415918375d353dcd03400817c9b9f80', '775163a15e8b7f6f138ec5968f90d58e', '9cddc1a765b91d03b9e2a179b52cc6bc5415918375d353dcd03400817c9b9f80', 1, 5995, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec55a4b7ba652a7bc0a4507d41a250f1440c9f37', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ms-users-list-table.php', 1, '88a01890425bb9842812c4a64ac14d90d5b4c82049961c3b5f14057f90bde651', 'da0e835f0d1bac8085469cafa61cb677', 'da0e835f0d1bac8085469cafa61cb677', 1, 13961, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec57266999e18f395908923ca392ffd973b4f391', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/controller-admin.php', 2, '9f2e88f75baebfb68816fd5398580ec5742819b5c3b446e95b59b12212779151', '5a4619d71e94c929212d607554ece55d', '9f2e88f75baebfb68816fd5398580ec5742819b5c3b446e95b59b12212779151', 1, 66755, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec5c1b13fe1e79dbd8de2c0e90337d70e52d30d8', '/home/hkrhostingreview/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, 'b834a80037718e3da7f92199034dc59611ed774af41f1e84fa1e0d97c4261192', 'c53c2f4dd23046ce2127477792aecb20', 'c53c2f4dd23046ce2127477792aecb20', 1, 11425, 33188, 1, 1570550762, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec600bbbea6e958845364ae7adf7472b32642e7f', '/home/hkrhostingreview/public_html/wp-admin/js/custom-header.js', 1, 'ae7771c38367da7cba9e2b15f9d76a59f2ca46484f569b0eb505fdc440ffc0d0', 'bfdfbcd9ca2a53e91e857effb3410f0f', 'bfdfbcd9ca2a53e91e857effb3410f0f', 1, 2019, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec6bc3c80f5e5cf3db5ebaa7ac45650d89415f13', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/ui/widget.min.js', 1, '2cd83d5a29914ad4797748d8e80fbc42c2131fbce9bbcdf2749a275fc7db875f', '00dedd56324da186973a3b2cc5e8023c', '00dedd56324da186973a3b2cc5e8023c', 1, 6838, 33188, 1, 1570312864, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec6cda536c0df0d4a0d609bd5c4ef06782f849a3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/team-members/index.css', 2, '53d44e5b5344ec8e7d6c6c8c2b32f3bf148ff863abf7099ee57c805392ebb35c', 'a45d51231a9533e4ceeb0043103efcb0', '53d44e5b5344ec8e7d6c6c8c2b32f3bf148ff863abf7099ee57c805392ebb35c', 1, 2882, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec6dfc8b25ff2cec2f3547dd642b42c611392ea7', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 'ad3a59d3cf4a0c9ea85b6925f6df9264d194dbe1dae37de73744783b278c35e5', 'c8173099f8c77330437b5bbaaa5b7437', 'c8173099f8c77330437b5bbaaa5b7437', 1, 105458, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec80687b2f7b0aa46d818f8db511ec80acd5088e', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/ssl-test-page.php', 2, '923ed39f42eadae505a53a5108c6d3650aab1d7b4d5bd11b7f45fa6dfb58ebb3', '3949480472435e036a69415d7d0c2f26', '923ed39f42eadae505a53a5108c6d3650aab1d7b4d5bd11b7f45fa6dfb58ebb3', 1, 1819, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ec83746bb363dcf7deddb247df30430f790c0d96', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_elements_section.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992619, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec896181ae25f9eda90f5eafd80e38a19f854090', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bh.gif', 2, '798879c4f901826709d96708f6d5b8514eddbd9679627eb163f872c54109152d', '5411780a3d43531aae0b66eec250467c', '798879c4f901826709d96708f6d5b8514eddbd9679627eb163f872c54109152d', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec8d4b3608c991c32df31cc01772d862edac6297', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/services/README.md', 2, '308a4c4aaeb883cfe5fb7b32ba80ddfa4af05ed3827f6a21b40319fa275477b2', 'aa6f2f37ac0d88fe9a4b030261095872', '308a4c4aaeb883cfe5fb7b32ba80ddfa4af05ed3827f6a21b40319fa275477b2', 1, 3597, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ec948354936d8322ed7fc7085d8e560405f18ea6', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/8.png', 5, 'e1192db6a569cff52758f60cb5e18cd2ed9e4465e13ead36113851e1126882b9', '', '', 0, 3879, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ec9e88df9eb149f972c2e95c46844f204699476e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/css/display-opinions-light.css.map', 2, '53badc0b98f187383e93c1cc21bab4fae12f601513ef7bc05e52ebd5b8ff4baa', 'fb455a9676777133f61904709a8033b8', '53badc0b98f187383e93c1cc21bab4fae12f601513ef7bc05e52ebd5b8ff4baa', 1, 61001, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'eca31b4772cc140051b9889eb828806e242b675a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599679901', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ecba38f7ca425a6e0f4c5671dfd2c457120c894b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger_hosting_plans-300x175.png', 5, '2a4a04aedabc3bdcf68d7174054ba4d78e8ea6b1ff7438fa7ed0d62e22a030b7', '', '', 0, 37152, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ecc871d771013578e54d482419b3471281606001', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-email-service.php', 1, 'd15bdb0cb40f7acb55524fadcdc31c7823270d615cb796e00ce00af11cbe980b', '30256e655f00f16d31d5614d5b795d03', '30256e655f00f16d31d5614d5b795d03', 1, 10122, 33188, 1, 1569270476, '', ''),
(1627004145, 1, 1, 13, 16, 0, 'eccdbca584b86cc56b8c11fe75d131ec8735e4fc', '/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-lastlogins.php', 5, '3fe614361c709c3fc4cb2b1971ccdbd0fa7bfb8c0e19c686381430d75e925b4f', '', '', 0, 160, 33188, 1, 1627001385, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ece8810a14a685b1e477a1f4d9b163fcac237e5f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-automatic-upgrader-skin.php', 1, 'e4088c1f7105758b924a214a9e53c25a8bb08dda74485f40008e04ae013e673a', 'bff0a99ec3760fd7d9fb12ac465eb208', 'bff0a99ec3760fd7d9fb12ac465eb208', 1, 3161, 33188, 1, 1568544174, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ecea7000f013702107fa993e640c0b830d1cbb76', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_editor-templates_panel-elements.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992617, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed001f8615af46b5ea3d437392335011a1938060', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mx.gif', 2, '8eeb396648e793a252d39fb303919545cda2dd7af7ea33c977c65c893900ab31', '7211e357363beb1da21ce32593b4f5a8', '8eeb396648e793a252d39fb303919545cda2dd7af7ea33c977c65c893900ab31', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed05f2146bbd439613d157ccad937d5d2af95feb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/wpnj-ninja-head.png', 2, '3c2a32d13f8e8fb7cc4ef94d5437ad0efef157c9c75ba3077cf092fd03cd3d12', '551aba8ddff65f4f6a986e3aee0f0bc8', '3c2a32d13f8e8fb7cc4ef94d5437ad0efef157c9c75ba3077cf092fd03cd3d12', 1, 420, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed0e9f35023e6a3026a070a6bf04308d71b2b809', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Betterdocs_Category_Box.php', 2, '446a7dd522e0fec8bf0c616c8ed08c35d1e9ba31fbff57b174e745712000629d', '60e528a6fd6e556761d11a46549e7261', '446a7dd522e0fec8bf0c616c8ed08c35d1e9ba31fbff57b174e745712000629d', 1, 21206, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed0ed8c187c7ebd6292f047750cba1793a52b940', '/home/hkrhostingreview/public_html/wp-includes/images/xit.gif', 1, 'c19a88d370b67d57016a9624479c55246f2f75f15dd89a6ac22242b100c70b99', '94ecab09335897c4ab392bef96366e7e', '94ecab09335897c4ab392bef96366e7e', 1, 181, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ed155f27cc126f58af93e3985b21271f3c3c84b3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176599', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed175eb0df6bae798966b26cf6806d4d04c50c3f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FieldSettings.php', 2, '36c9f757610189ca706f4bc23f7954264babeb8032d69d1ed0abefb55750c1d7', 'f3c512fb777c92c34c30e0c578b9a140', '36c9f757610189ca706f4bc23f7954264babeb8032d69d1ed0abefb55750c1d7', 1, 39590, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ed1a585ac5321b224cf6393bde5de02ddfa22f73', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_connect_apps_common-app.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992580, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed3105d58437678c3316523cc794005c71bc1498', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/304.php', 1, 'f9fe03863df229a232d20761936942ee85a61b977a08b45362fcdf83e307a663', 'd33b4634ce4113db49ef9dddedf754ab', 'd33b4634ce4113db49ef9dddedf754ab', 1, 390, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed42b72ef78d2a7f55e6149e3860c0f96d1c7ca5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/gh.gif', 2, 'f9e44ead5ed3751b9e98db5c94b351ef15d1119e7c9923238ad5f8704c06f515', 'e72c4c18615e958e05dcc12364fe6527', 'f9e44ead5ed3751b9e98db5c94b351ef15d1119e7c9923238ad5f8704c06f515', 1, 358, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed4464a193f17d54152ced723909ef37d4ec6e90', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', 2, '16d387dbe2f21e11e22e342f96f077e4deb60074c8b5b33c3c0837caa2a2f902', 'bd20d1f4557bd0cbecd181595805bb87', '16d387dbe2f21e11e22e342f96f077e4deb60074c8b5b33c3c0837caa2a2f902', 1, 12675, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed458ddd37e1d727deaf2ad48a377278e4fba535', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-quick-tools.svg', 2, '504e90471414fff294199769c65a1e58be63604f4ec00649463ee8f008b99cf2', '9f19d1b2b7e292441992a4098556680e', '504e90471414fff294199769c65a1e58be63604f4ec00649463ee8f008b99cf2', 1, 4053, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed45afcf0adb87b16a70537d5644d67fee37b8ce', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bz.gif', 2, '0f63981cb0f6a4f44c554ed8e7fcfc2f45b1fc42c6ad1feadeddfb25a0473d36', '035793a3b9079e171ee8f5f81bda9cc7', '0f63981cb0f6a4f44c554ed8e7fcfc2f45b1fc42c6ad1feadeddfb25a0473d36', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ed6b56fbf0c5a077e81b8619a2b8b811c7427d4d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176510', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ed75542db9f02c3bb57928c33011ff9b3670f513', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_menu-anchor.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992634, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed8d6e1183d0de0650724f045bc5cf00bb19909c', '/home/hkrhostingreview/public_html/wp-admin/images/resize.gif', 1, 'a93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b', 'cbd61f6c4eed10fb1317038905abc4cd', 'cbd61f6c4eed10fb1317038905abc4cd', 1, 64, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed8db8651611c4cf644bfa9b0ecf3681b0e69391', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/page/manager.php', 2, 'b3b091446c1cbe99739659b7e81cf7254ff1bb41064c09283d84e98bee268676', '5b8938ffc28e36e954ee609cf7425000', 'b3b091446c1cbe99739659b7e81cf7254ff1bb41064c09283d84e98bee268676', 1, 8641, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed931199f1c3aa1ca038e20abd77905771d03ce1', '/home/hkrhostingreview/public_html/wp-includes/class-wp-image-editor-gd.php', 1, 'dcb7927f5fc9a86ca6f1e4bc403ad3c9bd279ba49876079e6aeea45dbeae4f23', 'b80db5a0584d861b4c33388f53820fcc', 'b80db5a0584d861b4c33388f53820fcc', 1, 13886, 33188, 1, 1566771718, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed969ba49dbb193424ff19d2fc68dfefecaeb760', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/readme.txt', 2, '6b279a171c8626f3b9ff40585b96f57449465642879de871ce9013216bfb30af', '9f5d46d5507e4c7db3c5b69049c9fd3a', '6b279a171c8626f3b9ff40585b96f57449465642879de871ce9013216bfb30af', 1, 4395, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ed9ccd377000d4e408770945bd9695f8ce4c5bf2', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 'f7f129649dd03e78c621e54ce7cb2642acc80f52e8114b5dc3e3bb42b35e02b0', '3d42b6ec9f848bb610500d4cf6e2a00c', '3d42b6ec9f848bb610500d4cf6e2a00c', 1, 8601, 33188, 1, 1524695721, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eda09dc40cd07cc9b56e347e4973ad070556936d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-admins.html.tpl', 2, 'ab97993023e8c728c3c123c534468b59fe067ef5ee2d7519d15ec969dc295950', 'af34390962c88b8237e6f942567ed3e1', 'ab97993023e8c728c3c123c534468b59fe067ef5ee2d7519d15ec969dc295950', 1, 863, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'edaf5c7ea20288ae28c21da7e42204a42dc0e1b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/deprecated.php', 2, '837c247c1f595e47f2fe80bbac178385760986dda8a54abffd4f7848362bc40a', '61051c94001b23e5d1f1a250b0f04514', '837c247c1f595e47f2fe80bbac178385760986dda8a54abffd4f7848362bc40a', 1, 11481, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'edc53cda45bdcca6082b6ce011362d5b030276e7', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/handlers.js', 1, 'cce30a221f8bd5c2465930b86da4648c60d6730f2e9db879b8a9ec9e8e53650c', '326108da685f0873de9fc07143688f1e', '326108da685f0873de9fc07143688f1e', 1, 18708, 33188, 1, 1571697843, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'edc5be1ad76bac08269c01fe70525e8afbde7c4b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js', 2, '789db81fadd93867dc899069a7fe1a6d41037672b501298935a10d3aea0852a5', 'eff51c9330e4cc76361f95d230484ce7', '789db81fadd93867dc899069a7fe1a6d41037672b501298935a10d3aea0852a5', 1, 12283, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 15, 0, 'edc86d07bbfcb73f5547a23c2c3e1e5ac4a514dd', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php', 3, '4bb638ddf80b5f795b79c1206cd527aec1c82fdb3afaa5cb83ffad51528bc924', '8871262445942befaf0e36c422c32547', 'b41df089d591b512c3dcde9c917fd7c07967ddec31a1232e9c6e4ceb8369061e', 0, 13307, 33188, 1, 1605438540, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'edd3e5f34c281cfc1f3994cfcf23901307844a98', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sn.gif', 2, '012f832e380fd92fb5136924801f2cf08cd68952428da07ea88a3353e0f5cb2a', '379caf2d23ed870f9e0239ba93ee7551', '012f832e380fd92fb5136924801f2cf08cd68952428da07ea88a3353e0f5cb2a', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ede2e076f322d595d5c9d0e9433b3f18c2eb5c5e', '/home/hkrhostingreview/public_html/wp-admin/css/customize-controls-rtl.css', 1, '4ad835fca363db3ba0cfd5ebf65c3b5372ae1ddb785ef1bd89db9d46b33caa66', '7ce7c610de77f1ad665964c41eb139ba', '7ce7c610de77f1ad665964c41eb139ba', 1, 69359, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ede5772dcdd73915681d9c72e5ef4f7c8fce096a', '/home/hkrhostingreview/public_html/wp-includes/registration.php', 1, 'bcce71ba63334ed5bfe943ec6482c1d5ff057b52d13f871ec71411b8a4fbdfe8', '471c4e1c129050c1e5bed277370d0a87', '471c4e1c129050c1e5bed277370d0a87', 1, 202, 33188, 1, 1570555144, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee02a3a194e9012c24774c73913767b2dee1bdfe', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css', 3, 'f9f5992e581c43c2d822be83ab6267525b6896e2b7c4f0627816f61372857e82', 'fa833674f7bdb761ab493cfb4cdde2d8', 'f9f5992e581c43c2d822be83ab6267525b6896e2b7c4f0627816f61372857e82', 1, 56, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee0c48487f62449ca0d11a963e345ddb03cbb8fc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee1756b5394c79b7674aa8198fba3f2a110c899b', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/gcm-6.jpg', 2, '3a09396c31ab396fba2fc6282ec6096e113057d1fe9d8deb58560b13d1a64cfb', 'fc31b737064394b8b80a7d408ef63c44', '3a09396c31ab396fba2fc6282ec6096e113057d1fe9d8deb58560b13d1a64cfb', 1, 158884, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee19f1cec467cada40618ec1ab83464106cec9ca', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/contact-form.php', 2, 'e583d463380f464deef1e0b6fe6092b381ed9fdf0f2b9835ecdded0557861277', '490bbe985717b24f6f87ad4dbb908739', 'e583d463380f464deef1e0b6fe6092b381ed9fdf0f2b9835ecdded0557861277', 1, 22291, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee2d1abc8a53defd8c8ec7ef3328a4bbcfa9176e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/subs.php', 2, '5fc579c0297541dcca4442a4b339315bdb90f4eef6eb8dd293acf688d2731c8f', '0c2249290e9e345e549f91169d036c18', '5fc579c0297541dcca4442a4b339315bdb90f4eef6eb8dd293acf688d2731c8f', 1, 8244, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee2d71da70c1fdeb622704b5cd6e387731f3f421', '/home/hkrhostingreview/public_html/wp-includes/js/dist/api-fetch.min.js', 1, '98e707ba673476cf45a3be4c0200dee58c63dedbb0e07372143c7d4c6a936337', 'e52101f853577a9ec8e7cb8137e33640', 'e52101f853577a9ec8e7cb8137e33640', 1, 14648, 33188, 1, 1572343148, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee42f370cc5f0ca12aa21e99c151fe66934f2531', '/home/hkrhostingreview/public_html/wp-includes/js/dist/element.js', 1, '1950817ca8f5a661202d228e5402093ae34d7fd132a0c90233bf2b45976f6970', '4281e59a1bbd522ae68bb353b3742372', '4281e59a1bbd522ae68bb353b3742372', 1, 36831, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee481844f3d66a7bc16bcbfbcd58d568014bfefe', '/home/hkrhostingreview/public_html/wp-includes/css/dist/edit-post/style-rtl.css', 1, '488c18398c8f2726504e887c14f8521def5f0fc035dc2611910fcb0105165074', 'caf92f80f4c581ade5f5205f9a943029', 'caf92f80f4c581ade5f5205f9a943029', 1, 98643, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee50e5aa120d2c1c2eef632119ebb54445adacd3', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css', 2, '7a79714a4dcf30c124284fffa8a42356ca73eef5107fe4f7e04d828c960b38d9', 'ff10f1d3f203d6c1931415baee82399c', '7a79714a4dcf30c124284fffa8a42356ca73eef5107fe4f7e04d828c960b38d9', 1, 20684, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ee516630a255f705156703894ecc75a29fa37216', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226763', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee5ab2c4588308fe868c00e1d5fe6086caeedff9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/compatibility.php', 2, '6bac78e2f1e0f45d92b13227c6690a2e5a36a18efc7c7d0fe98cca47a524c4b9', 'a5c486186ba2d1db7af92203b4d8d329', '6bac78e2f1e0f45d92b13227c6690a2e5a36a18efc7c7d0fe98cca47a524c4b9', 1, 11201, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee5bda62072369132a57dac83e724393b553d0ec', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php', 2, 'd6142e681e272ccf4aacf511648c5c79edd6436bc676ee6b9b9797eaf8f0c906', 'ac685219503c521f438880ba682973d5', 'd6142e681e272ccf4aacf511648c5c79edd6436bc676ee6b9b9797eaf8f0c906', 1, 3201, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee7085b7e2b5bded7746d230c7e465b2c14f7d16', '/home/hkrhostingreview/public_html/wp-includes/js/dist/editor.min.js', 1, '843a15782fd5488574467a05ea0d7b0e3a90bb342bf1cb7da9bbedd871968d5f', 'dcc370abb06f10a49b52d1a8ba3ff99e', 'dcc370abb06f10a49b52d1a8ba3ff99e', 1, 190510, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee71c158985bac07545b6e286e50cc81f95f694f', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/add-form.php', 2, 'f1ea4b904ad67b6b6aa1fdabcbf462e3d452c5006954579748e3aa7f3c9d22df', '1ccc9e2505c9a7db4c076197bdb25456', 'f1ea4b904ad67b6b6aa1fdabcbf462e3d452c5006954579748e3aa7f3c9d22df', 1, 2435, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee7798b721e126a8d9ea1216365e4f508b757c6b', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-query.php', 2, '368433282084774732528ea13aae23c3e479e7f1263646a92022af58ccab9b9a', '41505b1028507043f11d5224f28e0627', '368433282084774732528ea13aae23c3e479e7f1263646a92022af58ccab9b9a', 1, 5360, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee8f98617fa679972ab5fe9fbb80add09bb5653b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/border/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee9188ce786198a70d321e6d857b1558d81537c8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/controller-frontend.php', 2, 'b56c1abf50116c5a37bf774ed9e5cd6fccde71fe2972594cd899932702a27212', '7376d1b1d7d0579e1f22594b7ce66e0a', 'b56c1abf50116c5a37bf774ed9e5cd6fccde71fe2972594cd899932702a27212', 1, 37483, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee93d8674d571d261f1d3afd31c69fc77c5a02bb', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/sb.gif', 2, '0449738e481351f2b0039a0e4fb4c062c03dc7f871e485e7a9de8285be3e930e', '76cf18354aa71695e488923f516fc23c', '0449738e481351f2b0039a0e4fb4c062c03dc7f871e485e7a9de8285be3e930e', 1, 366, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee94c3ea3edf1793e69fef20e42241d1cb0f046d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/editor.php', 2, 'ad40c438775421e9a7f637e50752842aeb567f2c79f5306cb3d50be05c04982e', '7046ec10228af73a440317d293f02218', 'ad40c438775421e9a7f637e50752842aeb567f2c79f5306cb3d50be05c04982e', 1, 9316, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ee9ba0afc130397198536696f81423353b3c74c3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/lib/perfect-scrollbar.jquery.min.js', 2, 'da5c19d735b8439914d618639384cfdaa1f6ec7574bfc0fdb89317490ea83735', 'b4e42d596127ea16f0150021ddf74901', 'da5c19d735b8439914d618639384cfdaa1f6ec7574bfc0fdb89317490ea83735', 1, 25117, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eea31b346fac0a918c239f2eb9f29c2395a532ef', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-recaptcha.html', 2, 'aeab9ab0b30a39a4562f8cbc4c201c1867dc4bf544dbe4d34a7b2939b6cf6c6a', '1bfe77e8c10377d872947e19362bc5f4', 'aeab9ab0b30a39a4562f8cbc4c201c1867dc4bf544dbe4d34a7b2939b6cf6c6a', 1, 486, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eeae971448ba2eac8b933e587697a6b18adac805', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, '2d8c95220c42f648c8bf10146f77997f4a23cf619ab4e5e0e76713f8cc79f7f6', '1659a2aacf9bd1767f6a9fd70ac085cf', '1659a2aacf9bd1767f6a9fd70ac085cf', 1, 218, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'eebc75847de71a1aca3fe888e729fd0b68341025', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599708335', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eebd44fa19def3db9599c7aad297d491cb89b182', '/home/hkrhostingreview/public_html/wp-admin/css/themes.min.css', 1, '9ef8fc6efc1834cc05d81e27cabc8d3d417055bbfdf01dbf77811ad80c42bd4f', '601bb2a5a5eea3590273be36a7df9669', '601bb2a5a5eea3590273be36a7df9669', 1, 31422, 33188, 1, 1570561624, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eed4fb2dd99068b63d5fdc06caf6a3ac9e70a2e2', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php', 1, '9f3124352638df44094b1c25e9fe59d0c92b5aaf3b0179c999d8f97270cd472e', 'da62ef5f2000a93839fc7778855807bf', 'da62ef5f2000a93839fc7778855807bf', 1, 5613, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eed743921d319f82918e99575e8e644b93999f94', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, 'ad875c946f8f0a8c45c34e05bf830e3d374c72e61d41e17b2edf2eabaca7a40f', 'a699cf8ec50c40ef2f404dfc6df34ed9', 'a699cf8ec50c40ef2f404dfc6df34ed9', 1, 3722, 33188, 1, 1557963952, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eed7478bc2d0175cf9cf50283e011ba8b3cf94f0', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/Transport.php', 1, '793feb11d564b89044a7a696e0ad0d7ef2487a5942212d85f2cf4315a04d525b', 'abbb6cf8da7ae8ea204a0118ab5ed101', 'abbb6cf8da7ae8ea204a0118ab5ed101', 1, 74, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eedb0d5d05259bbd4ee6eac9edac7fd30cbe43b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/CPT/Submission.php', 2, '683de41f5ba506fc9921877f30cf14f742cabe91cbb38cdfa1ff6bd8af6cc2f0', '65666bff860ee6caf15bc552271e47d2', '683de41f5ba506fc9921877f30cf14f742cabe91cbb38cdfa1ff6bd8af6cc2f0', 1, 15610, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'eee7f3f4c32cae32af3b1f4c527e7c8b25acb4c9', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.schedule.js', 1, '2cc108de09e7c499aeb9a9976c5beb7ac291cc34754b946ac00251d16aac95a4', '0426b39754aa6bc766d89ea4c41bbd06', '0426b39754aa6bc766d89ea4c41bbd06', 1, 3457, 33188, 1, 1199986548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef0ea4d494201a962441360d62557cf5a0b9193d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php', 3, 'd98792b730ce775ae47752550073169c10ea90059a758f8ae9c0323f448e3d75', 'eb6291a48129859f81ba0cab879ae5a3', 'd98792b730ce775ae47752550073169c10ea90059a758f8ae9c0323f448e3d75', 1, 1412, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ef113dc0cbbb68afd60fb2ed7cab40cd60719655', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/05/logo-150x120.png', 5, 'edb084401f2bcb4c302807a5e34727509fc215886526be2cdaafc92d1df47bba', '', '', 0, 2812, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ef13ba12d86ccaad0fd8057bec5e5dae178e79b0', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/8872-300x219.png', 5, 'aa1f8a8bc948a0f2986c3acac48ec062e46b1c75c9cd550b9ae89f1255fc0d71', '', '', 0, 79312, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ef2145f1859f33bf994a78348c669b4d65013905', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_common_modules_connect_apps_base-app.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992579, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef2540071f10fd9da1868a287d66122adc607029', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/field-after.html', 2, 'e17c8532ac6cd22731dd0db0ded6e513fb0eeb3406b8192c8f78e5637445915f', '9bae22bd09d8a2b2665a5880eef7be78', 'e17c8532ac6cd22731dd0db0ded6e513fb0eeb3406b8192c8f78e5637445915f', 1, 471, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef3e4b73e8754ac9d90e33ce782106410c556f08', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end--starrating.min.js', 2, 'd12bf78b160971618a778d5ba7be187271e08cea9a97a211c9ac91c0c83d8218', '64847ca7c696411de55f4275fd278754', 'd12bf78b160971618a778d5ba7be187271e08cea9a97a211c9ac91c0c83d8218', 1, 1454, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef40ff25d9e13c31674f7d43f6bf69455633d7f6', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/warning.txt', 2, '48aae270a997bea036d2c3ee208dbeef36c6a1f823ba9b586bf4c96ecd21d639', 'ce32ffc298068fc7806862dad06117e7', '48aae270a997bea036d2c3ee208dbeef36c6a1f823ba9b586bf4c96ecd21d639', 1, 340, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef4c71d26db4be46011a6ba0627fa88beaf25fdf', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/wp-plupload.min.js', 1, '8c2c30ce8e9c44c08be3f02369e2910a8e0394f262041234c57ddd14e0ae6773', 'cc93057ecab25b3d7ea1385cf9475654', 'cc93057ecab25b3d7ea1385cf9475654', 1, 5638, 33188, 1, 1571697843, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ef4d953d05277a57a51d0fcd7bdacec956db7c0f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226795', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ef531659615d80f21a7108a51fbcd28f102e9696', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_class-ai1wm-handler.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992521, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef5a8291b01bfeef858229b1a2c858af1c169d2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Address2.php', 2, 'a7d08aa8a63c46d093818bc0823511642ff3c0792b0439b07e15db2f8aabe078', '9031486355c597bfea19b2616d0b8595', 'a7d08aa8a63c46d093818bc0823511642ff3c0792b0439b07e15db2f8aabe078', 1, 665, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef5b5d242e89dc5b193488f8b0d92ff85b6a7e8c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/filter-gallery/index.css', 2, '6061978f0a1995febf4417124290aee5d2da578f5fd023fefde665dad24fdd5d', '2cf22fe6003e739d6e76a24e63200e8d', '6061978f0a1995febf4417124290aee5d2da578f5fd023fefde665dad24fdd5d', 1, 24230, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef65645f62c84d6afe36081fb2a9549a66acaf49', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/formtemplate-questionnaire.nff', 2, '25c8d61c81faaadbfe383d25b43f18f337462830ecc0dd9778ab906ca60bf28b', '9a80731f846da43d459ed23c239cd815', '25c8d61c81faaadbfe383d25b43f18f337462830ecc0dd9778ab906ca60bf28b', 1, 16797, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef762722bd21420bd70a5842bba9c1aa7e6e8e49', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.css', 2, 'f7381c1d75b2ae48a8852b8c94e0f70cc17f73f2a906c6eb8ca0ea47a9ef9417', '549e4fb7ee17fd17127ee333d3be51de', 'f7381c1d75b2ae48a8852b8c94e0f70cc17f73f2a906c6eb8ca0ea47a9ef9417', 1, 637, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ef7a33add9fa5de402378fb8e4c35f0b4fe42539', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_settings_base_css-model.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992596, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef7b6209ee12e8fe4e42f4729d824d796a8ee2f5', '/home/hkrhostingreview/public_html/wp-admin/css/media.min.css', 1, '384ff7f91c218ec2106b27de2d6bfc1ac372f58cb7c7ca82401a450d06d89644', 'fab4fc4dd4ac53e5cf57a9a34553b3f6', 'fab4fc4dd4ac53e5cf57a9a34553b3f6', 1, 19241, 33188, 1, 1570454403, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ef8887519115b5aa4b67381707b36a394716e927', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176751', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef891cfb0a01ded32609d906deffaf68f27b1ec8', '/home/hkrhostingreview/public_html/wp-includes/css/editor.min.css', 1, '54989efd9e40f84844f59d7b039e9446352ab6ec554ffa2170f0eac6b7acc204', 'ebc3225a9e7f4673168062c05bed5c71', 'ebc3225a9e7f4673168062c05bed5c71', 1, 27193, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ef8a4ea3e79c8284cc439207d0d7712a7cac3843', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/react.min.js', 1, 'd797bb58f111874a36c0ee0b3504b5e7a6b42d9e84a581d8f70cc0a72aa27b4f', 'f80458708d0a9701b76d741d35b6722f', 'f80458708d0a9701b76d741d35b6722f', 1, 13317, 33188, 1, 1569399657, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efa601339d51574013e6ac328aaec48c19197fc3', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-url.php', 2, '540cfde15c3cb339307808287f1d4819770160c1cd531c9a5bc504d91b0e55e1', '5f35924b40e3bbcf971303786cdd3ca2', '540cfde15c3cb339307808287f1d4819770160c1cd531c9a5bc504d91b0e55e1', 1, 40, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efaa10203f710a8f5f2af857700389e998e6b0af', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/amp-helper-frame.html', 2, 'd0c7ea41f713081705396a86e47a71855d67fb51073638661c06c31c72d855fd', '2c8270fd74d7084e160b6d818d1df69d', 'd0c7ea41f713081705396a86e47a71855d67fb51073638661c06c31c72d855fd', 1, 133, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efac7be96913c16cb6bccf6f2f6e168b8560d9c8', '/home/hkrhostingreview/public_html/wp-admin/css/colors/midnight/colors.css', 1, 'e6f1aa3a6e30f6ad776d894c4bb602d1f7a8efdcb8ec2e73432baffe3cb0e908', 'e3bd414de7534790a8761e1767e0f072', 'e3bd414de7534790a8761e1767e0f072', 1, 14836, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efb13c3ee84810e5ef0fd6b3f5c9a24e8f605a4b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/customizer-controls.css', 3, 'bbf353b31dfe59733366452ac46ed67ee439a766d64816b18c6d1f63f86c15d8', '797d6f93d221f4f0e47c2dc47d729ed3', 'bbf353b31dfe59733366452ac46ed67ee439a766d64816b18c6d1f63f86c15d8', 1, 6602, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efc119123668c8b0341a14d57970ab8d48ff432f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/file-io.php', 2, '779e7b787e4e36b0eee0adf5ef93604c423a4d3185264a0ca7177351f8e57bc8', '8ce1a9eb97730e7098e1608250fc5830', '779e7b787e4e36b0eee0adf5ef93604c423a4d3185264a0ca7177351f8e57bc8', 1, 3230, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efc5d1b7aabf4bb0b86013aefc5dd542faaa926d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/globals.php', 2, 'ad9d760197a1ccb8cac66b71507142e0c6e5ba34c677422b6bed4a44b32de9d2', '1a1268555aab5606a6ca626034ea2a84', 'ad9d760197a1ccb8cac66b71507142e0c6e5ba34c677422b6bed4a44b32de9d2', 1, 9916, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efc84ab3e0a1ad7fe0fc79c41eb035161ad50fb5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css', 3, 'daa12bb2108542971cd82c643d8299c8fd50f053310deb7a03efa1594edbd6c2', '16b131c6b721d6afc64477d42613185c', 'daa12bb2108542971cd82c643d8299c8fd50f053310deb7a03efa1594edbd6c2', 1, 2976, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'efe64dfa15368076c0d7908a05d5e9ba9b174c5f', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/tiny_mce_popup.js', 1, '077ef2ae2230f4b513674211342a7c38fd3c07a837d2b1dc0d06bf3d35a99a33', '4237af4931ba3003048f8eb5b98364c7', '4237af4931ba3003048f8eb5b98364c7', 1, 15988, 33188, 1, 1506460547, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f0050e4931ad78c9a0887bc9a1cd2db71fd1bc56', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php', 2, 'da9414333480e25055520e6773089e2be775798355a9ebfb62499bfab37ba022', '73417729a6e56864343d69def708af4a', 'da9414333480e25055520e6773089e2be775798355a9ebfb62499bfab37ba022', 1, 10326, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f011f6d546b76a6974bd7c6ee2ea27dd9278de2d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, '28aa84c989c316f846416a3d93dd64c8d23e2b159d00fe09b6fce6351bd8247b', 'b5571ef80998e52ca40fe2f77e8d72a0', 'b5571ef80998e52ca40fe2f77e8d72a0', 1, 2977, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f015e63d9bb8a6b1c290924493d63a1ca58a9865', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f01ccb11ed487ce775979b4585ad29cdf5e40912', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js', 3, '1f19d7eee3e023081a1c526cda08fc062188404cc69a844d34d98503543026b4', '010e78024fa3836910f3b6f98fccf7dc', '1f19d7eee3e023081a1c526cda08fc062188404cc69a844d34d98503543026b4', 1, 1059, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f01ccb8157d2f00fcbd724c70d23d86e7e515b3e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176710', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703192, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f0267eb24efb3d0451860a8d05ad891b9e708ff2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176548', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f02876e1895b685888f50b4e8913f9ba527fa224', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/genesis/class-hfe-genesis-compat.php', 2, '455e45e020ada8cf3a9c3cac48c622bfc8a1446c0846895cce94ae6421770540', 'b12c735964df62c4f7834a578442e1e8', '455e45e020ada8cf3a9c3cac48c622bfc8a1446c0846895cce94ae6421770540', 1, 2885, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f048e2e6dce718f7355b8725183c9d7f771b347b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php', 2, '35f5b60b9247a83a20107eabbcb868a780f5a01e5a6fedc649a94ddfd0fce006', 'bba740102131b7f51c891e92a3ad3220', '35f5b60b9247a83a20107eabbcb868a780f5a01e5a6fedc649a94ddfd0fce006', 1, 3727, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f04f731ac7b2f58fae8d22bd9af19a1679223709', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-perhour.html.tpl', 2, '0dcb573a3583578a11109429094de8161f8c345aa52d1d0b39f89f3ba45a59f3', 'e70e3e200bb33b990af695c5701e818b', '0dcb573a3583578a11109429094de8161f8c345aa52d1d0b39f89f3ba45a59f3', 1, 1061, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f056d25e0c187c9988272eec12165331becebcf5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176659', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703226, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f05cf442c7c1f466a5caf616c4f9f3e9eebeb081', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php', 2, '6153a0c3751e3f21b4f35b828870781f116d242c2c4b590a0e54c540d698b3e3', '6a6059b04a82a433b2d219510152af14', '6153a0c3751e3f21b4f35b828870781f116d242c2c4b590a0e54c540d698b3e3', 1, 1378, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f05f6f0e15d2db5df3d4007caf8344aa16b5083d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/be.gif', 2, '3a6931e16d423054c74ca395ebdcf0d855b3e8f97d4609e839686ee191e4eea0', '595a78d8e7caadfee854dd2f15e22093', '3a6931e16d423054c74ca395ebdcf0d855b3e8f97d4609e839686ee191e4eea0', 1, 359, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f073b8b9f878a3aed064c218a20b58c29a1c0f28', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, '9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635', '12bf9e19374920de3146a64775f46a5e', '12bf9e19374920de3146a64775f46a5e', 1, 43, 33188, 1, 1388274795, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f09081a497c871d6c1dd1f610d4e11bb6e748a8c', '/home/hkrhostingreview/public_html/wp-admin/css/color-picker-rtl.css', 1, '2ec152f35e2de01e9638b8f5948b0cdec40e871119b17e8e13b650292931f753', 'f18bd5023076c4185b77065ee7f93ade', 'f18bd5023076c4185b77065ee7f93ade', 1, 3505, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f0911cde97ce575d661ecc5aa832734faae183ec', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/inspector.png', 2, '6f426831e5b1a93fe9f179aad80f450a8d9bbe3828716f97dd3a7914d7c5e46b', 'ed7a6ef96417b0a2902a6b99fb50e76a', '6f426831e5b1a93fe9f179aad80f450a8d9bbe3828716f97dd3a7914d7c5e46b', 1, 24015, 33188, 1, 1626945631, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 13, 18, 0, 'f095e7dd4e2469b1d91ee97a3628b4360b8c80a1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108932', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f0a9bccfaaaa53321228e43481fa9f2f1a3efb7c', '/home/hkrhostingreview/public_html/wp-includes/css/wp-pointer-rtl.css', 1, 'd53087df7aa6e015a1ccbbf968b1187e9e05d24f6f916cf1dd3331bd9dcf3436', 'b8f963b6af881302043b3170e8ad78bb', 'b8f963b6af881302043b3170e8ad78bb', 1, 4025, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f0b3ab71b501651102e04309d824bdffebe43653', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176569', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f0be6bdc8ea63977d4f75e59a89f50a224802b95', '/home/hkrhostingreview/public_html/wp-admin/user-edit.php', 1, '80fb3a717d0f75be2760a1ae91bb0530b5a1ca116814756f84d577d41d67ee85', 'd6e6403ac59878a63e376e6fcb064666', 'd6e6403ac59878a63e376e6fcb064666', 1, 29256, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f0c0348ac825c3e288b9c7c2bc3a535e947fba50', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_elements_repeater.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992618, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f0c7265eb2bf8efbad5aa3ee021008dfe267917e', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bg.gif', 2, 'fa09df2be059aa0474c30dd564712625ad7d84f29129e253cad99673cce107a6', '5be202b067ced9053affd880754fcf63', 'fa09df2be059aa0474c30dd564712625ad7d84f29129e253cad99673cce107a6', 1, 360, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f0cd7da6509f06f1aaf8015f82fabb8cf685976d', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/The-Advantages-of-a-SSL-Certificates-for-a-Small-Business-Website-768x384.png', 5, 'dc3fb537542ab1e4e3ac8c35199e4fe034f0a3a08402cc3daf490bdfc9b1d334', '', '', 0, 132980, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f0dc51bca7d3b3ce9c4540f2f1df718c4b83925b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php', 2, '722dfc018f02b2a52686b7b77e9b601b0b65e2f3ad6d3120d8a723a51202c7e0', '1fb4d02528af97b49f618d7d37675cac', '722dfc018f02b2a52686b7b77e9b601b0b65e2f3ad6d3120d8a723a51202c7e0', 1, 11057, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f0e3ca56b13202889f85805e7dbd607b0c90636e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_common_report-problem.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992534, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f101c86d7ab1d4c25c65644286160b04de6bd212', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-subject.html.tpl', 2, '149f0fb32a4520332b95ba7195a199ed76c3c6caea9130be023cfe085227d0e3', '9651936f4334f5b78cc99897f64ef022', '149f0fb32a4520332b95ba7195a199ed76c3c6caea9130be023cfe085227d0e3', 1, 1460, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1057ee0c96af2a31493c54c1c32f939b981f688', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Number.php', 2, '20b53072cdc1ed924900f224014a66623fbf1ad540eeb4d8f30cd98dcb70e8ab', 'd2f8a8133c3adad64e5a82974367c525', '20b53072cdc1ed924900f224014a66623fbf1ad540eeb4d8f30cd98dcb70e8ab', 1, 699, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f118a2c974c7433a211dbc2c283985a3040df8f1', '/home/hkrhostingreview/public_html/wp-admin/css/wp-admin-rtl.css', 1, '3292a3b574ac49d856a47fdf9d57e2b29c40e7a7cda9efdb6981f7448257ecd7', '4a89411639f686bd178d00573aa9dec1', '4a89411639f686bd178d00573aa9dec1', 1, 455, 33188, 1, 1553313353, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f12418284eb337528fb175f200432d001f04dec6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css', 3, 'd117f7d30c46128557689bdeb8343d70182f94cb902042bf03c302b22fb28297', 'b2d070b97c1ca4f5e38893b2f84a21b2', 'd117f7d30c46128557689bdeb8343d70182f94cb902042bf03c302b22fb28297', 1, 25236, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f126bf2f1d09c352d1162cc3b519a06182ff2ea1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/firewall-clearcache.html.tpl', 2, '605131f5ecf482f22e928724f367fb3ec3ed15e9312422c1d4c5b28b1a41358b', 'bfa564d3dbc785a8544d9814ce2e2065', '605131f5ecf482f22e928724f367fb3ec3ed15e9312422c1d4c5b28b1a41358b', 1, 4007, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f126f8a7713d0d86235c3848323477286ed55182', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php', 2, 'de5cebf0a8f0e421bf6caa752862cec4adc494a8371d0a7d02e9fedb15b2cb58', 'b4f6df2a57c8ea6708e322c87d11ec75', 'de5cebf0a8f0e421bf6caa752862cec4adc494a8371d0a7d02e9fedb15b2cb58', 1, 10995, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f147c6e5a5e12101f2c7dc228e0e11bc07d2da9b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/rating.php', 2, '779df5e24a540de9ae0d5c7b3e69df190e1a12e55724498a84a36dbc9e763592', '0d08f3d693ffd8a5abba8d9e73fd8b41', '779df5e24a540de9ae0d5c7b3e69df190e1a12e55724498a84a36dbc9e763592', 1, 1575, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f147dcc085f31d11254b6ee9055941db2023d176', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/background/background.js', 3, '3bf2102b179d3feb23d1c7465d0bc50c6caf139c00c74030596109259e7de036', '80abce619d93c526930bfad4511c289a', '3bf2102b179d3feb23d1c7465d0bc50c6caf139c00c74030596109259e7de036', 1, 7136, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f156f76ba2ba3c04a05bafbb7a7ee0507a2e32e6', '/home/hkrhostingreview/public_html/wp-content/plugins/virus-finder/style/script.js', 2, '8fd86288c5e053b71a1ae43c15430f63f518ca5f17ef6549ee2e777191bd7d3b', '8727d0cfaa0077ad0b15207acd060183', '8fd86288c5e053b71a1ae43c15430f63f518ca5f17ef6549ee2e777191bd7d3b', 1, 2382, 33188, 1, 1626989513, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f16403eb5effd0ea339e3513dcd46647afd4278b', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-page-title.php', 2, '333816ffa956f783bc67167437535e855ac68dd5293ba6c6743cc1a11123877d', '797a60351048e916a6ed47aa342149f4', '333816ffa956f783bc67167437535e855ac68dd5293ba6c6743cc1a11123877d', 1, 13032, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f16bfdf9e7a35d712599d91d19359926cda53eac', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/zigzag.svg', 2, '6c45d2cecf6a3fd722527aca8024a676a1225ec934372d738932285e8fc0f554', '2f1b0647f340b2e93fed00fab43a7b51', '6c45d2cecf6a3fd722527aca8024a676a1225ec934372d738932285e8fc0f554', 1, 2827, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f17813f5f1753e802317e341e51fa01bf73c400f', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/firewall-auditlogs.html.tpl', 2, 'f3aba7ee8750394c65de8731d3f1152b358f3e32f135f7f5404c10195a8645c6', '7ef61aed838f69f0ab86ea6d0f431626', 'f3aba7ee8750394c65de8731d3f1152b358f3e32f135f7f5404c10195a8645c6', 1, 3350, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f18b6c64cd6c05a597f918ad6dc75aae3f440aed', '/home/hkrhostingreview/public_html/wp-admin/js/common.min.js', 1, 'e18198a0a54d7538f1abfa348c9e9c6bf212c79f2f29f81a351f08c85c423e0f', '617d7413ace49ebdbde150e781a0fc64', '617d7413ace49ebdbde150e781a0fc64', 1, 15778, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f18e0b1b556a2ca0ad9fb9a724e6c0a2eaebcff6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176500', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1a1def127441ee000c61e8b512dbace1aadaeda', '/home/hkrhostingreview/public_html/wp-includes/js/jquery/jquery.js', 1, '1db21d816296e6939ba1f42962496e4134ae2b0081e26970864c40c6d02bb1df', '49edccea2e7ba985cadc9ba0531cbed1', '49edccea2e7ba985cadc9ba0531cbed1', 1, 96873, 33188, 1, 1558067154, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1a76183b026b6a972eae0f72d38ef0691c01b63', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 'b3cb4fc716178df52e6ac9f5d0e19709bf4149f2d093bc17903a712616d55441', '625ba0675aea9dc4e96c2690b0c90c81', '625ba0675aea9dc4e96c2690b0c90c81', 1, 12169, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1ab56491498a7cc73c100d4a7035bf04287f3e1', '/home/hkrhostingreview/public_html/wp-admin/revision.php', 1, 'fcd69bcab6f5f1fe7dd02920d0882b54fe1d63484076d0858b9e14e122a22628', '949af2740665f4b2d7d3b19ba8a987d3', '949af2740665f4b2d7d3b19ba8a987d3', 1, 5213, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1af105da7e5021579d7342e5fb44f79ca08445e', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, '87423b4f144440ef7b73bdac40bb7c844e2266df1b1aabcc3fec165b2780c5f6', '168562341fc70e2717a1971f26eb9ff0', '168562341fc70e2717a1971f26eb9ff0', 1, 100, 33188, 1, 1558090731, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1b0a3131d0931e087b488d7a69b626ba648d819', '/home/hkrhostingreview/public_html/wp-admin/includes/class-bulk-upgrader-skin.php', 1, '2930ebdd0ae11e524a70d872d415398557d434c25dbf98b145445c0f11d05b3b', '4132e73fec01d610ac9a9ad82b5994b0', '4132e73fec01d610ac9a9ad82b5994b0', 1, 5309, 33188, 1, 1568544174, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f1bdaaa60b675746182e872aa71df415256d7cdc', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/server-150x150.png', 5, 'ad77fca9d1b7b6962455ad8dd5948e1b4d49a6ece6b49e33288c046f117925fe', '', '', 0, 27516, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1bf832086e45d032fad2047965b03575783dbfc', '/home/hkrhostingreview/public_html/wp-includes/js/customize-selective-refresh.js', 1, 'c80a0b084c748daa71800c55d663ad1ab3817eced15fa84edd07d8675a90f253', 'd5e80910e6bcb047f36fa770e5af9b7a', 'd5e80910e6bcb047f36fa770e5af9b7a', 1, 33326, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f1d4130754b48b3e3682d33301586eb2c43a3167', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-compatibility.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992523, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1d7be932b7d8f0cf004f67a818178a9fe12f0aa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-bolt.svg', 2, '969eb12b87e069182662084ec38493231a3a88a6e2783f3ecacc9968e89e501e', 'e9b50e727f64721643c7574f8c3bd2d6', '969eb12b87e069182662084ec38493231a3a88a6e2783f3ecacc9968e89e501e', 1, 1808, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f1df567aa5c1d57fbed9f37f58f2595143e46fa8', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/e1cb491d19e1c6f9403da9ff23db0d40.min.css', 5, '36a2d758dc26b95fe00239334f5f3352da4c6a50117e9cb4620f466a6e5e07dc', '', '', 0, 9675, 33188, 1, 1597092969, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1f42dba4b7329560499e2e070f73dac66900163', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/frontend.php', 2, '81daeafe8e115d8a2f5479b33cd6e74028fdea411cdab337d88cba95e9984b61', '28721cbbbd03125be6b695df5a5d4bce', '81daeafe8e115d8a2f5479b33cd6e74028fdea411cdab337d88cba95e9984b61', 1, 29885, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f1fe167e5d6f1b6ed165905a79b71cde6821ab67', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, '28080eba6fa5689e36b6e2729e516487c5a796d22697b5bddab7a1832dd9671f', '7d2b237a2caf04e865df0672454a192d', '7d2b237a2caf04e865df0672454a192d', 1, 120, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f21113c4cef76a0f1d0c4495406e6bdfb2551a95', '/home/hkrhostingreview/public_html/wp-includes/js/dist/is-shallow-equal.js', 1, '11c4b0ff303e84360454322978a56d287ae81edcee7d6912d675ece28589113e', '8a86cb6d7546fd3f89a1f5109c476a88', '8a86cb6d7546fd3f89a1f5109c476a88', 1, 6405, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f211504c696fabd7ddc80a28f1fe387cade690db', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php', 2, 'f63ccd16090d0f2411d7a77f7df5f854e16e619182659858909cb4b5ccaabf78', 'e8850184376a60ec9731653d9aaf6a76', 'f63ccd16090d0f2411d7a77f7df5f854e16e619182659858909cb4b5ccaabf78', 1, 1450, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f215cc1851b8601493284f55fe05af4657cadc13', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/integrity-incorrect.html.tpl', 2, '9f71d43b00f8aa3c38e42919eca814cac55e104a09118dd35507347a7407f8ea', 'fbcb5137945518e4293da794bdd55c57', '9f71d43b00f8aa3c38e42919eca814cac55e104a09118dd35507347a7407f8ea', 1, 10342, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2160ce58cd1f582617e7aec52a917f4e3f316ba', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-de_DE_formal.json', 2, '8d9b865929be195f65f9456d984353ccce8503a8d4d3ff708eaa55a6ae4cef8d', '0f47a56a7eb844b3b6a201e151a4c5fa', '8d9b865929be195f65f9456d984353ccce8503a8d4d3ff708eaa55a6ae4cef8d', 1, 736, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2167606bddae5b0290478bf4d62ea22066bb9dc', '/home/hkrhostingreview/public_html/wp-includes/css/wp-embed-template.min.css', 1, '8fe4a2c49ccdfed66fd1b054c31edf19ebdaabf3dfdbf1dd7988c308f8ed60b4', '24bd34d51376d78109ab3bcb61b66621', '24bd34d51376d78109ab3bcb61b66621', 1, 6955, 33188, 1, 1559220052, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2246f06f52d3f77a0fcc3a39cc7fad10dec449c', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/user-role.js', 2, '5c6571794b4b3330bd7a024547801c522e40d66fe163b1ecaff68a7361ac3384', '2d94d928453bcf406f7cc523465630f7', '5c6571794b4b3330bd7a024547801c522e40d66fe163b1ecaff68a7361ac3384', 1, 2464, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f24545efd5cdf2af0100db4bbf02e9813ac28c49', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/extensions.php', 2, '92a447f7445b771d72af2c338b43193ecf0fa1d9b5b625f1b7c5c5eeabe33eea', 'dbc06bf8e5601ad3ea835fcf3b1a28a1', '92a447f7445b771d72af2c338b43193ecf0fa1d9b5b625f1b7c5c5eeabe33eea', 1, 7201, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f249d8b0d41452240b71bc93145e5330798478f1', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-247.min.js', 5, '082ac469052163b84e62fd40eb373a66534e57ee74c6fb8215ec2865fedb1f45', '', '', 0, 1850, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f25bc44ddfbe23b958cf08ccd3f4f1d1845b3eca', '/home/hkrhostingreview/public_html/wp-admin/includes/class-custom-background.php', 1, 'ffaa6c868e85b4d6fc1f75ebe0192dca231d7f4545d4d93791baf345ca296708', 'c048adfb52db0ac6a7e26b9cc6608bf1', 'c048adfb52db0ac6a7e26b9cc6608bf1', 1, 20736, 33188, 1, 1568143435, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f2601d72cb10195df9fe6b32855c3e03fc5af181', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-plans-min-150x150.png', 5, 'c786871f5322327ceea8339b21bee099c1ecebf7403648d1abb68a2ca9711a8a', '', '', 0, 34726, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f264853cd03b783b39e1e66660e97343058bdf4c', '/home/hkrhostingreview/public_html/wp-includes/images/toggle-arrow.png', 1, '26ba4ab5f7fae15f041b6061b76afa4a178ef98d97f7d578a0930b8532888910', 'dcdfce879761fde6123beb64cecf2af2', 'dcdfce879761fde6123beb64cecf2af2', 1, 289, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f26c5b730ce0855fe89681cd644b6e0ee2114b9c', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f26ca923492e857756de08d79b99de4442363a08', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/294d740478377afd494c8fd177dadb25.min.css', 5, 'ee16e50e6813346b260b175619ad0f25d6e3066430fa03c69d88e50d832e48b0', '', '', 0, 2872, 33188, 1, 1596825196, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f27614702cc4f81f8806fc88782edefd02b5c744', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/nl.js', 2, 'e7c09c734cc06c6aa97676755e221edf9aef2d643e92fad33bff957d1a74f013', '915f5e0cb81407c432fe94bbca1cae85', 'e7c09c734cc06c6aa97676755e221edf9aef2d643e92fad33bff957d1a74f013', 1, 896, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f27f5c567e879560f6aac5555b6a2d549eaa1f4e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/class-astra-control-responsive-color.php', 3, 'a23db9535b5d53bd6d82b9e681c5221a6e3aba80593afc9d9010e60dcdc0a993', '0846adbe8f99c2389124cc33f412d304', 'a23db9535b5d53bd6d82b9e681c5221a6e3aba80593afc9d9010e60dcdc0a993', 1, 5305, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2893d8e5d2eebd9db0936adfec651f5ca2158e7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php', 2, '609336bcdf06b3b6a57444f5f1d8d2077243f569485336443e4139ddb06b6846', '86bea00c5ab53c064589cde309bd8309', '609336bcdf06b3b6a57444f5f1d8d2077243f569485336443e4139ddb06b6846', 1, 7423, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f28b149661f4769702e42ffcf21492102f750372', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/db.php', 2, 'd44e5c860f50f70c227968ff0169e1e97ef064fab315b415a6521dd54e09e8c4', '913d7400119b847754370159633f3517', 'd44e5c860f50f70c227968ff0169e1e97ef064fab315b415a6521dd54e09e8c4', 1, 16432, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f29d8177b7fbbcd4252d57d129b5c77c5f5dae94', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/subs-cpt.min.js', 2, 'b278bf7f751ce9b6ac73eac1b9027a992302a8698be6963e48534183877b8369', '9f67fb6410f5e3a5a2837d3303d7f7b1', 'b278bf7f751ce9b6ac73eac1b9027a992302a8698be6963e48534183877b8369', 1, 1097, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2a033e6cb039eee02e4e7eeb9590dd47f1be15c', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/common.min.css', 2, 'd6686773f580e43bde9a4f60172aea2ac17800663f6a6efef560433d4054f118', '6ddcc0d4b0d8565d2c0a2958a13eb4d1', 'd6686773f580e43bde9a4f60172aea2ac17800663f6a6efef560433d4054f118', 1, 2238, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f2a1775191028e9d6acccbf1545b2a4b6283eb29', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_vendor_servmask_iterator_class-ai1wm-recursive-directory-iterator.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992532, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2cd5eb773583f47c5ee9a6bf2f6ad9d2cd5eca4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/upgrade.css', 2, 'cef25c9b4974c181c3272c25943bbb32d20de92546cbed9fa2fcb10b765bc5c9', 'f90af86ba665219bf7ed4e39d0d0534e', 'cef25c9b4974c181c3272c25943bbb32d20de92546cbed9fa2fcb10b765bc5c9', 1, 2056, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2d163c9ed55672aa2063dace9cdbe405c164007', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/save-sub.php', 2, 'c2add1d6adad7c848d29d17ad8a3be0e81a24e5fadfa8962d7a7fececb394891', 'b61143c75a6d2b59aa248c888e2e156a', 'c2add1d6adad7c848d29d17ad8a3be0e81a24e5fadfa8962d7a7fececb394891', 1, 2836, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2ddbd960eb51646e4e762ce3371322c7a46f119', '/home/hkrhostingreview/public_html/wp-includes/Requests/Cookie/Jar.php', 1, '1d45571ad93dfeb8b8d68a5852e0ee4e13b1751ecde65c017def04b2ca0d25bc', 'e9300c5fb1f52670a0b52234d95c9510', 'e9300c5fb1f52670a0b52234d95c9510', 1, 3818, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2de16ab69ce3d221b7dae7d8f1e488f877413ae', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-importer.php', 1, '77c84cbbe669ae4dd30b48e7c7ef4831b8643dd39f51d89af09e98102cf991f4', 'cd08dfab22af64b04bbcb7e0d76af6fc', 'cd08dfab22af64b04bbcb7e0d76af6fc', 1, 7532, 33188, 1, 1564863715, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2f7e4b0e410366312b98e8a6bc0626c2f6a603d', '/home/hkrhostingreview/public_html/wp-admin/js/gallery.min.js', 1, '48461dfe29c8c315f91ea35b31b5c9ab58fe19dda39bad500116ba58e59738a6', '501eb34a56ce4495a13d4e467916955d', '501eb34a56ce4495a13d4e467916955d', 1, 3823, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f2ff1b59c9e2233b90c4e181bd7c9477d4763053', '/home/hkrhostingreview/public_html/wp-admin/css/themes.css', 1, 'db7b2a60e145b8d1cbae75ecbfe42d4b480a43a22135ee79e8237fa36f1212d4', 'c6a5aa2e29f32f44bdce4742fca8f2bb', 'c6a5aa2e29f32f44bdce4742fca8f2bb', 1, 39806, 33188, 1, 1570561624, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f304ef6d41d344e7bee35a620eff8249f55a7275', '/home/hkrhostingreview/public_html/wp-admin/css/media-rtl.min.css', 1, '53497de8111f99727329764aa583379c3fe124a522a991e2037ac246c1b8c2b9', '03387f19e695ffcce6b2bbcef4eacc3f', '03387f19e695ffcce6b2bbcef4eacc3f', 1, 19251, 33188, 1, 1570454403, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f319960d61571ca99a4d0006d09ecb698b627f2d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', 2, '08ee3fe99ef1c2c7962d235f71b41009e61ad23f755756f9e28dd2d5e65fdad6', 'f87dea9172d748a32d70d62775fd8d4d', '08ee3fe99ef1c2c7962d235f71b41009e61ad23f755756f9e28dd2d5e65fdad6', 1, 234, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f324df851a72231c379603cc6848244388793c72', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-menu-walker.php', 2, '0e14e74903e0c28c4e9c28df9d0241bf3e4272846a2f6b367b0210f356ac4835', 'b099a36b3c1f18048cb54a6a8eea23f0', '0e14e74903e0c28c4e9c28df9d0241bf3e4272846a2f6b367b0210f356ac4835', 1, 3514, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f32ca1fcaba5b1ba85318c27f059e7c4592d1272', '/home/hkrhostingreview/public_html/wp-admin/includes/plugin-install.php', 1, 'b401e1a0656a390ca518b998c3f561b11bc5aa2e802119e2493f9762218b13a3', '183fb5eb345ab41c08b9ceda263b8358', '183fb5eb345ab41c08b9ceda263b8358', 1, 34450, 33188, 1, 1570847704, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f32ccc62c917d87bd3691433852c1247e40f2836', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_listo.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992567, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f32cf845be416a42d2a33656c12857e1bc294a29', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_base-data.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992603, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f33f928575fcf4be24d0e54d03575a155871ff9e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-dropbox.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992541, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f34166d21ad956406a1f6fd83f0879cd2d8dcd69', '/home/hkrhostingreview/public_html/wp-includes/js/dist/i18n.min.js', 1, '561098bd6aa2ba9dd35eebdd560db4dcfdb19d0b1ae8204a44d203c2a2d5e993', '34c000e943a288c66c0abb5d159c0b4b', '34c000e943a288c66c0abb5d159c0b4b', 1, 9020, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f345003594ede73d347c5ecafa726f3fe0fc5d35', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176652', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624710670, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f353136ea7ecb74597895f1b107bdeef3ad84318', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css', 2, '31ee76d43012eb7142c39758e41b5921be037edc443d154f3d2bd3f3b32ced65', '611ab0dfcd00c4137488f34d8017d4da', '31ee76d43012eb7142c39758e41b5921be037edc443d154f3d2bd3f3b32ced65', 1, 5512, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f3581fbbb67428c254471f6ffafa0ab65465ab74', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_admin_includes_welcome-panel.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992560, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f35d48885e0726ca2900a702d4e47ec7c4b86b3d', '/home/hkrhostingreview/public_html/wp-admin/images/w-logo-blue.png', 1, 'a8c9355719e180f67753c823b87c29f40e21df91c20b44eb92d4cb36ef575d09', 'fd5b4eb05706a2f05f707fe077ae1030', 'fd5b4eb05706a2f05f707fe077ae1030', 1, 3113, 33188, 1, 1392278594, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f3625abdf2cb5c6eabece8ef3f3ee98bd3a466a7', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/progress-bar/progress-bar.min.js', 2, '3adf4a93f8df456d0c898ed2055d25068c9b5e0b89ffbff951ac5e5136548c4b', '4b70560909a60bfb2ff8a760ccd4db22', '3adf4a93f8df456d0c898ed2055d25068c9b5e0b89ffbff951ac5e5136548c4b', 1, 756, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f36d57731500f70115f2d396541b4bea9bd1143e', '/home/hkrhostingreview/public_html/wp-admin/options.php', 1, '84f43863fa33fc97460b85e1527bcbd5d543142402a199e0a554fa72fbd62ab3', 'fb79046e16165088b2c9a0059f2d98fb', 'fb79046e16165088b2c9a0059f2d98fb', 1, 12192, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f37b46e63d988eeffc66be1a9be52119f435782f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/img/wsal-logo.png', 2, '0b735767ca742fee85dacfa205b108d42f1e35ffad1ae7b4888d2462281756d0', '8f25df089ca09179dfc9f51ed1cad6e8', '0b735767ca742fee85dacfa205b108d42f1e35ffad1ae7b4888d2462281756d0', 1, 4320, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f37d36f1bdcbf18320cabea840beb03d8372b3e1', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/iq.gif', 2, '29284c5afa953d169a7d50f3e43f2d44829b806f0f3ced971a772ac87e293130', 'a4bd28a6c543211dacb5ce3e18e96846', '29284c5afa953d169a7d50f3e43f2d44829b806f0f3ced971a772ac87e293130', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f385bb90f938a2932058c66c36bb100cdfb8c5b5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/flip-box/index.scss', 2, '99b2064f06ef656bcfebb2f51b8b288fa9eb656690e8a19faacfafaf8a11d4b9', '5113aed3a4c62f73e720edaf6267c8ad', '99b2064f06ef656bcfebb2f51b8b288fa9eb656690e8a19faacfafaf8a11d4b9', 1, 7565, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f390a18730766830cb2319eeaef14d6a880aee32', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/js/scripts.js', 2, 'aaa5810e6ce4538c362ba9117a86c8c129e181704d5631c75552c75c06e2ef22', 'd81486e63de4186e02ea51ada45e04ea', 'aaa5810e6ce4538c362ba9117a86c8c129e181704d5631c75552c75c06e2ef22', 1, 5323, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f39c1466ea303ffc62f1553c64492af4743bae39', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Sanitize.php', 1, '71ffe469e4ece0e7cf78de13fec66c6fca078bef5ecb111dff2044731e100973', '42d8b8c0cf46b5d8a511e0ae48b88f75', '42d8b8c0cf46b5d8a511e0ae48b88f75', 1, 15698, 33188, 1, 1378872130, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f3ab80270b086dbb8c66f8a108992a5c4a6774b0', '/home/hkrhostingreview/public_html/wp-admin/plugin-install.php', 1, 'fb835a661aff8dc852a455821816aab9610ca1cf3c1cebb15702c0cf1c449e90', 'ed61499507e65af152e57cd510e5a6fb', 'ed61499507e65af152e57cd510e5a6fb', 1, 6398, 33188, 1, 1567358039, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f3cf121c5193ac445c8dd2a6b8a5de11a97454d0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/bootstrap-tokenfield.css', 2, 'b06d119ce924b24716ca4355f7a932a86250c4ef512c4ad83c36f98a423e7c76', 'dc9d128c494a003e8c12a3b540afaea7', 'b06d119ce924b24716ca4355f7a932a86250c4ef512c4ad83c36f98a423e7c76', 1, 4763, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f3e51842fd7f3c4e4dbc32865c5a482cd5b3f35b', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/reading-progress/index.scss', 2, '3aa2173b6a8af9dcaaa5975c03f5e0ba1e60238b8807e452740c2ef30e357415', '5d4e86912cfdd037c4d98446be26f291', '3aa2173b6a8af9dcaaa5975c03f5e0ba1e60238b8807e452740c2ef30e357415', 1, 917, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f3f1aaeef5f2ae555298bcd6c3815021a0b079ac', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/campaign-monitor.png', 2, 'e8fe9079e80042e5b2f1e2b8cb0084e64114129899b8ecab539bcd2a31bd80cb', '276229feb30af5e8bd853d65396e29e8', 'e8fe9079e80042e5b2f1e2b8cb0084e64114129899b8ecab539bcd2a31bd80cb', 1, 11385, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f3f25e5f53ec7e235b9a94ceffa5350e9dcc74ca', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/400.php', 2, '687d07331bc62bcd7c5b12f661619e9024d8b9befd3a2df0f9a5ab2fd1e1f6c6', 'bf0071e5aea128ed32ffa1b331298240', '687d07331bc62bcd7c5b12f661619e9024d8b9befd3a2df0f9a5ab2fd1e1f6c6', 1, 2510, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f3f898d1e6fab3461567cf2b6423e8b7fdcd0bb9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/input-limit.php', 2, 'e36fde66717558759494da30b0def7bf9e418012eabed14e1aa304f0f86ffa3a', '773af869a53d9625a9e876d27f368947', 'e36fde66717558759494da30b0def7bf9e418012eabed14e1aa304f0f86ffa3a', 1, 1802, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f40c782b91c64c1cf2f6329574935b0b29dc0193', '/home/hkrhostingreview/public_html/wp-admin/network/edit.php', 1, '5c06fc0f0f4608024fcbaccdefd436aabbe644a429bfed40f291978a5dba3802', '57b71456749af9c47b780d61d4cd9e1e', '57b71456749af9c47b780d61d4cd9e1e', 1, 925, 33188, 1, 1512128210, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f41184d5f24c5a274d89ce81fb871e5248b04436', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-de_DE.po', 2, '89a065515ab93741850826cba33fee3047d615b792c066978faf592357d593eb', 'd594b2b96a2e414c8c83263e31cacdb6', '89a065515ab93741850826cba33fee3047d615b792c066978faf592357d593eb', 1, 215126, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f4121f56e9b8a36d02ab0e0428afc83f00c8fc72', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_uninstall.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992551, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4174481ba31efb466100394ba7864e8fac57bb9', '/home/hkrhostingreview/public_html/wp-activate.php', 1, '94560ce71804cfa25dabb41b19fa0f0497f5873c9e9a711183057cdc139b100f', '4d6026066ab2cbd07ff2db603fa30c85', '4d6026066ab2cbd07ff2db603fa30c85', 1, 6939, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f421d0412478b157d071bd00a2be5280d645539a', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/readme.txt', 2, 'a432dabd5452fe15b9d2333d7e759a04f332eed675b98621bacff8e85591b606', '9b48369e921d4f52abfdbedb2042d2e3', 'a432dabd5452fe15b9d2333d7e759a04f332eed675b98621bacff8e85591b606', 1, 9057, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f43dac8bca33dac0ce68561422c9b38ebed4f207', '/home/hkrhostingreview/public_html/wp-admin/css/colors/coffee/colors-rtl.min.css', 1, '84da5e78b6c5248da3af70b688ad786561b4668112b495db349fea560169d1e8', '610bf6b6680e2318c777cbfa5b0fe613', '610bf6b6680e2318c777cbfa5b0fe613', 1, 12927, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f441aae4065d55f3490990f458cdd67744472d05', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f457baedee4e5ad4adba724daf67aa8b0e09bb11', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css', 3, 'af81ef74669b269e9cb2524d3f26b9d73bdc3097f9c9480da9461661778c0ecb', '2c534fc11316ed3e3443d5cb7fc0364f', 'af81ef74669b269e9cb2524d3f26b9d73bdc3097f9c9480da9461661778c0ecb', 1, 931, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f45d0543aaa90a7732f42a45b53f141554f531d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/assets/manager.php', 2, '664ea6cbcb4975460f6251abba41883a02e2f649c92fee62d2c0c77f5ebc16d8', 'cf9e231487d43a20fc6601556c9e8a73', '664ea6cbcb4975460f6251abba41883a02e2f649c92fee62d2c0c77f5ebc16d8', 1, 1237, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f46a1ed4f74eceab78b8ec36bf5a9a82d906b04a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/server.png', 5, 'eba5d35503487f238870f18d2d3baa9a34899b19b926bb311bbd97a87fc2cf88', '', '', 0, 30082, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f471ef2023366f74ee917ecdc2019089c4b59a85', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php', 3, 'b752abd8f4f87aaf65fd1fa4af743d642897d20b73607ab426ef3a7ebc592e69', 'a2c484cb76d67d2ffc18000065fd11e5', 'b752abd8f4f87aaf65fd1fa4af743d642897d20b73607ab426ef3a7ebc592e69', 1, 45959, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f47ccae67d1208cb5f57ccf9b4633542e97b186a', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bleuhost-min-1024x534.png', 5, '2c2f826423dad0c8c59fbac6266eb7b29187504ce474d16c4bb9d2f464c85c1e', '', '', 0, 770016, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4859676640d88326b302ab5e2dcaa068813da33', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 2, '266199f56e1c71e1df0f735bf7332f4305839a2b94de09110415df0910568338', '487b704edf1cf3ce0f8c153bb29652cf', '266199f56e1c71e1df0f735bf7332f4305839a2b94de09110415df0910568338', 1, 207, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f487e811d60f822c96acea2a3a90c718853f954f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/notifications.min.js', 2, '963c19c41f9981c8ab33bd5c4332fa94e9543a0b6c8d86b6f3273f0906eb65a2', 'ab26fed1ed5ded9a38a71de2c8288e65', '963c19c41f9981c8ab33bd5c4332fa94e9543a0b6c8d86b6f3273f0906eb65a2', 1, 2634, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4883fc4d522dfcd900a49a71fa28adb3efa2c61', '/home/hkrhostingreview/public_html/wp-admin/plugins.php', 1, '8b3426ffc4658f67ca2580b488949326762bdefbeb43d0159c3cf61c499ac4a3', 'e64061556dee0a7748cca6487ada1712', 'e64061556dee0a7748cca6487ada1712', 1, 24347, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f497352ee5267a6c4b5d2c6dd0789633812ed4ca', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_read-more.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992634, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4aca9d7f9a8e0472dffc8c8307b8b7dcef5e3d1', '/home/hkrhostingreview/public_html/wp-includes/images/toggle-arrow-2x.png', 1, '4ea5ddc1076bd9c4c40a944a8265bf49d0df10a7d6ba3dcba689ed50c9cdd925', '46cae1ca5cf883f4c91243447215ef11', '46cae1ca5cf883f4c91243447215ef11', 1, 354, 33188, 1, 1352321648, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f4b814a0b7767653b9e4c28822d93b754ac3fdbb', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_modules_number.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992567, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4ba6dd6784fade897ba051a6b5de61212be477c', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-list-table.php', 1, 'ce3f063b6c46c6448ba13c263333a713482cfd00e3dd53729510b41c598d110c', '3d26747bfccf956271b3bb65f8fc01c9', '3d26747bfccf956271b3bb65f8fc01c9', 1, 38503, 33188, 1, 1569755098, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4bc46ebe997db6b02684ecbec17273f94f6f679', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-shipping.html', 2, 'f3d8289eaf56d04d6d76c0a426562117039d6bfbb611f57f7e739cb61b6efa8b', 'df603c9a5dfe201c24b6114bcdf98767', 'f3d8289eaf56d04d6d76c0a426562117039d6bfbb611f57f7e739cb61b6efa8b', 1, 265, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4c9803aeb205e1d257ca4e1ed844b1a2eb4b664', '/home/hkrhostingreview/public_html/wp-includes/images/media/code.png', 1, 'ea983e02004db1a13828d04665935785e991b38cc540d92b6f970b106088917f', '2d6f96130cad55ca9310eed555a9555f', '2d6f96130cad55ca9310eed555a9555f', 1, 274, 33188, 1, 1395781815, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4cb58f1c9b91b23a2b80773f52081c99d72359e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-forms/impexp-forms.php', 2, 'e27f808ee81ee245f82065f50498ee42e79aed20785cca4d33fac4709e5df376', 'b95ee208721d6ced7287364903798722', 'e27f808ee81ee245f82065f50498ee42e79aed20785cca4d33fac4709e5df376', 1, 10336, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4cbf414145e1eac0c6738757af9f97e480f4b0e', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/Base.php', 1, '6b6656354987b4f85cd088d93076b2ba8ba8b95c0e559e071138a3457296e88f', '9443eda189bbd9325d0c9c045d237c6a', '9443eda189bbd9325d0c9c045d237c6a', 1, 3452, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f4cc960a810f40f56ce97723cd1ef0608a2f861f', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/hostinger-small-img-olninj6qjkzrjliyqj35r7g7vbzdj622eacub4505c.png', 5, '9000d48f3d7739d8934d4ac05e4e8dbf25d8df61bc6af700ebad2dc36ded804a', '', '', 0, 2504, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4cd465b0ca672f4424c126472aa4a0cb21e0e85', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bb.gif', 2, 'f7f24792b638c5f9d78c896ddf01a492760e2f9d7c1994f2b73cf202111bf0e6', 'a4e2a530aaaa28ecfe7a63f3b6081871', 'f7f24792b638c5f9d78c896ddf01a492760e2f9d7c1994f2b73cf202111bf0e6', 1, 368, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4d472ea77a226bf184e33c0b36dcd5a35941024', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-2.png', 2, 'a42f39a8d598a9327517b7fc25149cceaacbf97a76ee57f7d9888ba7578064b1', '9cef799c78f4a4cf06637ef4daa95b03', 'a42f39a8d598a9327517b7fc25149cceaacbf97a76ee57f7d9888ba7578064b1', 1, 97785, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4d7ca68eecd0c160f89669e193fe9beb519c1b3', '/home/hkrhostingreview/public_html/wp-admin/images/bubble_bg.gif', 1, '4b26bde2dd28b4b05ff5d08239f2628bd55654a284b55b8b7c56423952d96c59', 'fa7ecf673cc487f349a0c1ac1f1eae30', 'fa7ecf673cc487f349a0c1ac1f1eae30', 1, 398, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4e54a1213c48f56dd469837282e1edd2ec1c3bc', '/home/hkrhostingreview/public_html/wp-admin/js/svg-painter.js', 1, '0d28044e0109894f7a20a7a43bec5a00c2304a40e89ec057163fb4740b30e7db', '045eeffbb70b6f0cb98f444cd5b16c85', '045eeffbb70b6f0cb98f444cd5b16c85', 1, 5522, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f4f60f4366dcc81b4945af6d1e919e589a44703f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/uk.js', 2, 'aa2ca488550e5c7d1fc6edfcf52e577cd975f396bcb1d9a1000fa3edd4ee0437', '2b952e4205b7e4285dfada3bc018906a', 'aa2ca488550e5c7d1fc6edfcf52e577cd975f396bcb1d9a1000fa3edd4ee0437', 1, 1117, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f503b6bf5fa3e8114b7605cbc82dfadc4d93dbc3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_base-multiple.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992604, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f506f3ad8eba71f17e07665f64254cdc06837c78', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', 2, 'bb116114c9e0c3fed5036d902644b552b31dedfbf40a3059521fe8b38feae0dc', '96e237f51e6a43f6ec70e9818710a872', 'bb116114c9e0c3fed5036d902644b552b31dedfbf40a3059521fe8b38feae0dc', 1, 620, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f50df13e0bc3349fe337aef152e9f873cd45eda1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f50ff7a28610e6d89cdd7fe01196ca626405c7f4', '/home/hkrhostingreview/public_html/wp-admin/css/admin-menu.css', 1, '62aeed189470c018bd27b288ee2b1eee7829c8392f95f75e3f4126499c4c0a72', '8f492790e0bd47664cfc1267d3e4317f', '8f492790e0bd47664cfc1267d3e4317f', 1, 19268, 33188, 1, 1571337483, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f51056714d142bba13da6bfb681496c5af2b4692', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/minified/menu-animation.min.css', 3, 'b6e169ac07a49b2c9d2b726bb3c384097badcc093dc6322c9a2ba066ae8e06a8', '730e0907dfd019baf0c555a21f373670', 'b6e169ac07a49b2c9d2b726bb3c384097badcc093dc6322c9a2ba066ae8e06a8', 1, 3412, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f51cc3472e7b6b6cdbb014472e94cb4fa0b9c5fa', '/home/hkrhostingreview/public_html/wp-admin/js/theme.min.js', 1, '139d490f8b9c2e259ef2f3d62a7b53c01ae4fee8ad68cd0565466f1ff63c36d5', 'b8f4f7a4ef5b0b9b56265ce6876b20f4', 'b8f4f7a4ef5b0b9b56265ce6876b20f4', 1, 26545, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f529c361f409a668a03b4adc65615e1021bee7a2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg', 2, '417b86c0031c90e1142472043d16c8c1dc99607ed15eeb93ccc034604f3bf42d', 'aaeae618476078489b43b38c00386045', '417b86c0031c90e1142472043d16c8c1dc99607ed15eeb93ccc034604f3bf42d', 1, 178, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f52cd81d1654a3d986509944ca1ab70bf6e7866d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-curl.php', 1, '4f1c50631818b10455cfc96813cdb6b7ef84d60e60cc61665265474fe394e132', '94354a726002b1f392080be0d31be35d', '94354a726002b1f392080be0d31be35d', 1, 12327, 33188, 1, 1569018238, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f5325b2b7158bfdacc882ccd2815647e11449ac0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', 2, '27ced8babbddf3b883f7b68ef1778b4f1fa1eb62a36c7208930b332241918bd4', '6a49bc06475e50b78e371897e195e5d3', '27ced8babbddf3b883f7b68ef1778b4f1fa1eb62a36c7208930b332241918bd4', 1, 1919, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f534510b0e18bc5f544b0ec0a54ae89c487545ed', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/reply-to-check.php', 2, '1439424d86a3d08157561f5d44efe90d5456d77df9ae8c388f7490f02d37db04', 'b2704b446a0fdcc670e8eeaca849eb98', '1439424d86a3d08157561f5d44efe90d5456d77df9ae8c388f7490f02d37db04', 1, 1238, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f55b5ca9ce75c33ece5d8e77d538b327747e9340', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-preview/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f5685f14ffebeb23588939a45a90b9250983758d', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-usage-tracking.php', 2, '43dde6666baf9dddae1a760387b9788627eac9cd5c0a63f579d00be7118dfc32', '1ce60813be066055f6ed0bd05d7f118b', '43dde6666baf9dddae1a760387b9788627eac9cd5c0a63f579d00be7118dfc32', 1, 4201, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f56a7f577db727ad18e1713416bf942875888cd8', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cw.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f5710d04cdfec6a2a13197c260ac3ec816934ace', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/controller.php', 2, '73215920396e919d56ba7a508479c6f30e77b967c107afea71b6231518757ea1', '662cd536e2ac0b83700827198bf712c5', '73215920396e919d56ba7a508479c6f30e77b967c107afea71b6231518757ea1', 1, 2207, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f57fc0bee3778cfcb9f924a92e4cbf6c2e0f7ab8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/webmerge.png', 2, '9cec9d0464a6f4576de57e2768930de7d8380c79c3e56b8396f6f425012dd048', 'cf653d3e5a671edc4baf751fb439e679', '9cec9d0464a6f4576de57e2768930de7d8380c79c3e56b8396f6f425012dd048', 1, 16383, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f58a8407e6d5b2b89ecb1703440276982e0bd5a3', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php', 1, '7e822c0b07cdcaed971f01ce9df466cd7452309f9fe3f09bed653af8434dda30', '8bba24adb00c1b13c4a3cdaf52611554', '8bba24adb00c1b13c4a3cdaf52611554', 1, 22074, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f58fae1adf03fc36d39facd5092a4f3bbf9fa2f9', '/home/hkrhostingreview/public_html/wp-includes/js/media-models.js', 1, 'cb029bc35a4e0e19a6edd108ba93f5bb9afe6984bf2cad54c55bc1b43b2577f0', '5541276bc1d1608b07691b3f8c487c89', '5541276bc1d1608b07691b3f8c487c89', 1, 45601, 33188, 1, 1569241196, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f5956157ce05f8515e635cee2a61515d50b936fb', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php', 3, '3e409f441db3a7c7c3b09c3b2d095d0cefeabdec415ca0c3d51f5e699b3be046', 'e5990550e5b774f65367f1bf7c8603aa', '3e409f441db3a7c7c3b09c3b2d095d0cefeabdec415ca0c3d51f5e699b3be046', 1, 3651, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f5a3c2c5f69bec3ed725a5ff7c3880413d13c09e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostinger_hosting_plans-150x150.png', 5, '99c668a792b715fc7e60b76107096993e227bc7ab472b54f3f609f24f34180dc', '', '', 0, 14031, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f5c0201f8f8d934f29d899654a038956b43a9849', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-notice-form-import.html.php', 2, '330a290b83d60da4f7daf0330d9c18c3a4edbdf7c0cac3daae6b95c9fa7b6399', 'fa02937dc8c1535d24a4fc0a6c5707d3', '330a290b83d60da4f7daf0330d9c18c3a4edbdf7c0cac3daae6b95c9fa7b6399', 1, 297, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'f5d2d13c900ecaa48599064683b2c14d600f52db', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/create-2.jpg', 2, 'cfe86540217e14ec757b7f6168d521585d1f0c9362e95b42a4ecb2d6276e6b0d', '9366a47a02d8b532a41bc0385bf07b42', 'cfe86540217e14ec757b7f6168d521585d1f0c9362e95b42a4ecb2d6276e6b0d', 1, 67312, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f5daa82914fe8458cbe6bd28c9d83deec7b832d2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-password.html', 2, '7ca5cec5e9726f68399ba3109688c8f66506c08a848bb8968f8dd05f0a063359', '34adea9a5316508597d80cad838e2751', '7ca5cec5e9726f68399ba3109688c8f66506c08a848bb8968f8dd05f0a063359', 1, 578, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f5e86cbf747bf76c1754a0e8929045fdff2eaa7d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176785', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703243, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f60e8e8dee77ca3b7b89d7e1a7acdc3dc4b8434f', '/home/hkrhostingreview/public_html/wp-admin/js/postbox.js', 1, 'ad3685a5476ce11ac03a51877a7a869c5baa68ecac4f8a893502c83d633a8b83', 'dfa3d2ab3f0caa20db92a24bcc0ff904', 'dfa3d2ab3f0caa20db92a24bcc0ff904', 1, 11765, 33188, 1, 1534685604, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f60ec3a641b934ae9a85ab1a7b587840661d0bbd', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/sr-Cyrl.js', 2, '3597ddd2f4eee406a698d445194167c288c15d26e13593e6a3acdfa0589529ea', '38e1dcd92b49b6b15db670b0a17b6ee7', '3597ddd2f4eee406a698d445194167c288c15d26e13593e6a3acdfa0589529ea', 1, 1067, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f612eed79a0ff1a41953b32619c6bddb2974177f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_debug_loading-inspection-manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992584, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f615119b321c3b32197dddb863dec01dbe5601a1', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Source.php', 1, 'abafe7d1a3a4c8d3ab1a35a105eb84b9935ef9d2235996127192108d7f636e2b', '8e83bb1de3e018f0537bb32a8c9617ff', '8e83bb1de3e018f0537bb32a8c9617ff', 1, 20539, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f624a0cf0f6f220507d44dd2cf041b562b2c66ee', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_confused.gif', 1, '9503f2b1c8e497f3ba14c92174fe30b41a7b0292bf868041ff3f5f8534818d1d', '2f2309c617d3a27701772478eabe9359', '2f2309c617d3a27701772478eabe9359', 1, 170, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6281967848f341fe80b1834fd93f230f4955afa', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/settings-alerts.php', 2, '8e156c71556858688a2120a7303a639de3b31218d805fa08574be000ca77d482', '15321731e68db382006e51e20204b81b', '8e156c71556858688a2120a7303a639de3b31218d805fa08574be000ca77d482', 1, 27339, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6326bb4f2b7503be690731b1d2b0b7b241f78fa', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/text-widgets.js', 1, '47c1f0ab0973f2312e23b1619f32bc8478c2d14438b4f66db9a9336c98938713', 'b767d49874c4dc6a0381b45973d41152', 'b767d49874c4dc6a0381b45973d41152', 1, 18101, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f63b3e6affa5cac3446377baf073c5fb11f83a06', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bestcloudhostings-favicon-round-300x300.png', 5, '678084faf4296fcc23bb6a19f8e52880703191e404d25c4764c6b3f18382f464', '', '', 0, 23684, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f644538df6cd5d378032861e7b7c4224d050c43d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/sticky-video/sticky-video-plyr.min.js', 2, '2543d4a5285bb33aaa246eda46d300cbd444c57e83104fda6929d4ce8f3c56fb', '4f318a5900850abd4051f3cd0735b574', '2543d4a5285bb33aaa246eda46d300cbd444c57e83104fda6929d4ce8f3c56fb', 1, 179580, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f646173374d1c7a5977eadd952382534582e3224', '/home/hkrhostingreview/public_html/wp-includes/error-protection.php', 1, '49f27a9d4f883c01a67aa9b2b6b70255a55d55823eca813b3d0fb95695c59881', '117d00bff6aea4baeb3bbe8d4e774a4f', '117d00bff6aea4baeb3bbe8d4e774a4f', 1, 3387, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f660c6e1075cd6019ec5f579f9bc0fd2d9f31dc7', '/home/hkrhostingreview/public_html/wp-includes/class-wp-network.php', 1, 'd9eb1b6a029b6156b531aa0fde257d1e206e18900a103ec6e3c3c8f5885ba268', '7dd29c410f0adcf22553d3e48f6fe86b', '7dd29c410f0adcf22553d3e48f6fe86b', 1, 12284, 33188, 1, 1567082576, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f674994204d4a651cdf41c46b2582eb529b2db5b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bl.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f674d751411f48536335ae03fc92e937754dc62f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176774', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f683c1122a01153d992d92aba5c9a4da40db8c9d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/text.php', 2, '7a4f706b2ac2cce04216a594249e3fdbfceac84ffed4933df274fe379b786747', '0ab522a48cf3dcdcdf50c81f509f1444', '7a4f706b2ac2cce04216a594249e3fdbfceac84ffed4933df274fe379b786747', 1, 11065, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f686742f8442cd87adceaed96f25079c45f295de', '/home/hkrhostingreview/public_html/wp-content/themes/astra/screenshot.jpg', 3, '63f3a3d8a42c73e088a18127ec41941e8bd060b7c96976e7d47f18d9d290af42', 'a76c0014de67ab96241ff47652d7f0cc', '63f3a3d8a42c73e088a18127ec41941e8bd060b7c96976e7d47f18d9d290af42', 1, 87192, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f6878827d293e4ece1254ee0cad780abdf17cb82', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/inmotion-hosting-min-768x435.png', 5, 'f85d80683e43abbb81f7deeb60062aee12d82366ccb0607dedefdb17dbc711cb', '', '', 0, 306405, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f68f1c81671bcd0bae64c89ffddabb4878cb480d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tj.gif', 2, '9dd11353d02d4432c725a0e8364d7a838c09cb2f3efa21d34a175dc3d36bc97a', '9b1b0ecd454b7ccad12431a2a0281914', '9dd11353d02d4432c725a0e8364d7a838c09cb2f3efa21d34a175dc3d36bc97a', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6a801756822fc36939805e9e3bec9b6be400a13', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-date.html', 2, 'b2322ee830f48ae4903b70bac89b4b954ecf3a2c2ebb87e6485f48156dbac9d8', '8ef8e8484e425a238384d30ef1606d2c', 'b2322ee830f48ae4903b70bac89b4b954ecf3a2c2ebb87e6485f48156dbac9d8', 1, 428, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6ba218cd4f8b3c2a99f68e3b51cc85c9f26636f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/logo-panel.svg', 2, '7f09173b264f00cf324fd4d82a6306f91a9d7fb3a5c5020065b89c65f61ecb76', 'ceaec1eb4b4186570d027d0f11f1f572', '7f09173b264f00cf324fd4d82a6306f91a9d7fb3a5c5020065b89c65f61ecb76', 1, 9163, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6bc85812652084d2a0c7bfc9c099787de2888f0', '/home/hkrhostingreview/public_html/wp-includes/js/dist/compose.min.js', 1, '50c55236f89576e91eed87c51c8ea7b3d066ad62cd37095205c10abad38c22c8', '90a33c0e9b6ef96958972ca75e65f7bb', '90a33c0e9b6ef96958972ca75e65f7bb', 1, 11361, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6be2148c0adfbd16f8414f281cf1b565ef4caed', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/client/dashboard/views/widgets/forms/formsTable.js', 2, '607ec03416c32742b8fe1f65a6024cd2e3446f3242601e3529621e5fd2712100', '4ced40dff784d6f0fdb17753dcafb5a6', '607ec03416c32742b8fe1f65a6024cd2e3446f3242601e3529621e5fd2712100', 1, 3786, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6c089b3cbedeee5cc14731c1c524776fdfe81e6', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/deprecated-functions.php', 2, '14ffd14e67614bf680f7120602b316b98d6b206a616bdb0d56ff1a59b6065c90', '5209a2b967038f5f9f45c068cb2b3a40', '14ffd14e67614bf680f7120602b316b98d6b206a616bdb0d56ff1a59b6065c90', 1, 1160, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6c83b7b1c849a6810590e9c3d44dc4f0e83c410', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ChunkPublish.php', 2, '516e62be5b128741cc7f5b6e093cc5ba761f75236d32ff2011f01eb48a5a78c6', '1d655b2ed27fa7c8fe5c2802f15e2ae0', '516e62be5b128741cc7f5b6e093cc5ba761f75236d32ff2011f01eb48a5a78c6', 1, 10531, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6d5ccacbaff7ca68cafc2266ad48e0c2c0e5f8f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/fancy-text/fancy-text.js', 2, '178d3d55e0ac3e7f7f3f941093efc0a397d53efca8b9cffbce701905a58ca6fe', '619e1c45980ccf1c40841118c2851ba5', '178d3d55e0ac3e7f7f3f941093efc0a397d53efca8b9cffbce701905a58ca6fe', 1, 5586, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6dabb79aa0d46550ac557537a01ac5323811bd3', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode.php', 1, '1b86354e2835e8011eae76e19039225e728a1277a1a879cf9a481666bb16df59', '74382ebc202de074a4a09ea7bae23d06', '74382ebc202de074a4a09ea7bae23d06', 1, 11358, 33188, 1, 1560796675, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6e5b27b2c92d6fcf914a2903a0cd91bf11ca0b1', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-response.php', 1, '58b9a9c7876ef9286318dba5c0d0591e62ee90b395d30ed5e951eb4ba488428f', 'b50b17dd0234be8379db4bfd84f8df95', 'b50b17dd0234be8379db4bfd84f8df95', 1, 2951, 33188, 1, 1561968117, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f6e86c61c2e2696a241182fe32822a2369d60749', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/module.php', 2, '8c44e35473c75bc566d10ccd6c2e190d5b481ce9e533f50c91c6436154b85ec6', 'c6f774202a1c1a6a9879f53b9d50794d', '8c44e35473c75bc566d10ccd6c2e190d5b481ce9e533f50c91c6436154b85ec6', 1, 2819, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f6f178d685f363f450c6540247a1701cedb11771', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_interfaces_group-control.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992620, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f7023914631b22d0cb255ee387dbd2648049221c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176334', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703232, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f708eddbb3391449fb2b7544b64f3c8ac86998be', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php', 1, '5ce67ef3cb8647e22f8e18ac984e6b55409fa1c1befbc0e2f2503fc0eec8bee8', '75f22cb82dafacb653b23b6226d39561', '75f22cb82dafacb653b23b6226d39561', 1, 7299, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f70b4b9e8da88ae744d194c301a18abc73314ede', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, '22fdf660a5955b036bd037db797408d4c3461f4ac7c097a3b057240e9bfb4ba0', 'd2923af1854be05bcf49775c89aa6798', 'd2923af1854be05bcf49775c89aa6798', 1, 2184, 33188, 1, 1557963952, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f70c5a337acda95153efb11811abb9489afbbc1e', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_import_button-onedrive.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992542, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f70d16ecb580465a3f8f454ac4e3d9d761534551', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.css', 2, 'e819ebf26f784090952b16bcd156a40f854d46fd443d2280f0ae08e6f93a5c41', '5cf492afb38ea117dd9544c7dc45a7cf', 'e819ebf26f784090952b16bcd156a40f854d46fd443d2280f0ae08e6f93a5c41', 1, 1357, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f71327a406bf64c355b6999ec2fef1e4a25183ba', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176660', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703201, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f713b170c567ee7172cc65e1b88b9466cbb2dee1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js', 2, 'b341c75e323a7c8d860c8e6d80586644c3113a1d2a5cbfb49a5a1797e1aeebed', 'e4dc0631a2a87481506ffba814ca44b1', 'b341c75e323a7c8d860c8e6d80586644c3113a1d2a5cbfb49a5a1797e1aeebed', 1, 154, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f71a64f48eaf45705c810a00887721293299ac88', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_find-replace.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992539, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f72d24d10523abc7f3037a51616b0776950767bd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176596', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f734958e207f80afa6638b5cc64fdc96096a8716', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/HTTP/Parser.php', 1, 'c85c2880623b92d437d65570977dd99a85923c446664f72bf2f5c27ed6378aee', '5725c7d0fb347f1c08df3690a58f3609', '5725c7d0fb347f1c08df3690a58f3609', 1, 10882, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f738e4366c88577fd620da6af7d2776016deea42', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/tt.gif', 2, 'c7dc580741e53a7bb7295dc7093d8d6ec522bfa642d57d45a1ee7de866ed58d0', '5715707d79f5a81c9686c593f65f2e80', 'c7dc580741e53a7bb7295dc7093d8d6ec522bfa642d57d45a1ee7de866ed58d0', 1, 377, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f75b80404b56572590fdcb538402de6602c94202', '/home/hkrhostingreview/public_html/wp-links-opml.php', 1, '342fe6b0e31fb937b9ac7451bacf6dbdc1983998367bbd6daf180d81e9a851eb', 'aba0ecab419f6d3c22d9a1f11ae24970', 'aba0ecab419f6d3c22d9a1f11ae24970', 1, 2504, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f75ee809b5075c32128a7a10c088a7fb10ea7648', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/ui-icons_333333_256x240.png', 2, '2a60906fcad1a8d04f0cbbfaa8bfd1a9c88409fe9caf450a529841c39f201a03', 'ca26e0a8720d6c901a74497b68f3c708', '2a60906fcad1a8d04f0cbbfaa8bfd1a9c88409fe9caf450a529841c39f201a03', 1, 3702, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f76ec5986e176317ed6a20c66bcb19f810ff08b0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-admin-settings.php', 3, 'f89e321ced585c8a7165597696966719088259c8bede0d62f6d7fa36c7056487', '4140e0349d4e3a3fd163017bb884d235', 'f89e321ced585c8a7165597696966719088259c8bede0d62f6d7fa36c7056487', 1, 62888, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f774f1c761bf5666e04a25585eae84b1a37b656f', '/home/hkrhostingreview/public_html/wp-includes/js/media-editor.min.js', 1, '6096441536f3b35bade68bd6815d53004596619b87a8c93fc8d83034399c6209', 'b4fb4087063ff50d81bedfb48d6ec5db', 'b4fb4087063ff50d81bedfb48d6ec5db', 1, 10859, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f779ac5bd3db786a01a1d50b19586c991286397f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.ttf', 2, '7b5a4320fba0d4c8f79327645b4b9cc875a2ec617a557e849b813918eb733499', 'a3de2170e4e9df77161ea5d3f31b2668', '7b5a4320fba0d4c8f79327645b4b9cc875a2ec617a557e849b813918eb733499', 1, 142072, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f77e8162bd66a391cb940eb92f654900a1dc6639', '/home/hkrhostingreview/public_html/wp-includes/rewrite.php', 1, 'e8f25afc6de6728e15c307c69656e3396ae1ef11438ed6abfa892a731f667f6c', 'a27434c336ae8dd6fbd0a8dfda51f15d', 'a27434c336ae8dd6fbd0a8dfda51f15d', 1, 18030, 33188, 1, 1564882135, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f78183a460285edf98844964900934544c24842c', '/home/hkrhostingreview/public_html/wp-includes/images/media/interactive.png', 1, 'ac9e53f5b88e2f2b1304ff2b3d1ec6132463ce2bf3ef18a1f091c3ce78df2e58', '52d7accb82aef17fc2c3b4c58968dc48', '52d7accb82aef17fc2c3b4c58968dc48', 1, 319, 33188, 1, 1395781815, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f794793d87d027c38eea775838220380423e50c8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176735', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f794fe6714716b502877bb10a03ebfb2df358ad3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/code.content.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438451, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7acce838b6e31b507eb4b4552cf48f64a57b103', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, '915a9f94566b5214b6a05229b95d65403bbdfaea94a7f9c5e50eae2beb75eb21', '0be8f6d47b7eb85f49cbb5b54feb4b40', '0be8f6d47b7eb85f49cbb5b54feb4b40', 1, 3932, 33188, 1, 1531728446, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7b43371c15fe82d9f935255762b0a24e8f8d3c3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/fields-pre-process.php', 2, 'ec3fa5b57e609f9b125fa28c7902bebeec3e63f1c94c9898e1d4a3e699683c11', 'edba67e7aed22403fc9fd7ec77034268', 'ec3fa5b57e609f9b125fa28c7902bebeec3e63f1c94c9898e1d4a3e699683c11', 1, 1286, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7b4b02593a941dadf00f219c256a91045882374', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/assets/css/astra-notices.css', 3, '8360cf87b9e8eb63bb212e405cd26b8069e4a1e77df8a735b973422bafd1e3f9', '6ada9ef690b5155ebc7be822dd3ebfc5', '8360cf87b9e8eb63bb212e405cd26b8069e4a1e77df8a735b973422bafd1e3f9', 1, 1738, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7b510f6b1666e1893a9cabf7055781d0f457483', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/locale/redirection-fa_IR.mo', 2, 'fc5921869bba66cf9de3aa3560a5e7035318c230f69b108b5a68b07059db705e', 'e341231036559c252dcd26ffffc3b233', 'fc5921869bba66cf9de3aa3560a5e7035318c230f69b108b5a68b07059db705e', 1, 17383, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7d44a5b0949936590cb4ea10185a785fe270c0f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-nb_NO.json', 2, '65e73afeb0cd621dc09f7bd79d84df0f0dac8a201a556decd7237a1c2d6479b0', '18ac95a19d307ebfe515f9968e956eed', '65e73afeb0cd621dc09f7bd79d84df0f0dac8a201a556decd7237a1c2d6479b0', 1, 476, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7da1223328c0e225ef24faeeef4dc3490a9dd75', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php', 3, '257b02759d034dd86506ac2fa9630741dfedf5171684a80b36bc2ac0214be6cd', '057d5ac0c8553f8fbb6cd3e525c52cea', '257b02759d034dd86506ac2fa9630741dfedf5171684a80b36bc2ac0214be6cd', 1, 1403, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7f563fbace71cfe55d2fddca524f16638400a6b', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess', 2, '59404c585a1fd41ba2b14f3bc41e925dc6ee66942ec3a33f0b7540159612c5f4', '051cf52ddbd059f3f3afd09c265a9a1a', '59404c585a1fd41ba2b14f3bc41e925dc6ee66942ec3a33f0b7540159612c5f4', 1, 143, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f7f5fb5330b05de7c7caf6e1938b663e417fc8df', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/wpcli-header-art.txt', 2, 'ee0d085869a14bb8900b7960fd50a12dea17754f15ea97fcabcf510bbc2b1e85', '84a7546f27c43e2d6c1c6d9ce8884e27', 'ee0d085869a14bb8900b7960fd50a12dea17754f15ea97fcabcf510bbc2b1e85', 1, 1070, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f808093e35168a49e70d275c00e02b37569bc413', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-alerts-recipients.snippet.tpl', 2, 'ae83b20306cd6d047d85a0c059ca7c6dc1341762adf8b432be1a604275a9d95b', '56e8f18297e15c017175a0231ca2939d', 'ae83b20306cd6d047d85a0c059ca7c6dc1341762adf8b432be1a604275a9d95b', 1, 255, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f80c98633d0962773892a541c45b9fd73285a8d1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/nf-logo-vert.png', 2, 'd8dd0b431e3be68ef9eabb8683dbe144b521a8bee4ee2ee00f096407e75b719c', 'b573e1a100d1227eb861dcdb1e1fb3f6', 'd8dd0b431e3be68ef9eabb8683dbe144b521a8bee4ee2ee00f096407e75b719c', 1, 6333, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f81b4a0c7f546123c7e3edf2b9a31320b1b8c8d5', '/home/hkrhostingreview/public_html/wp-includes/ID3/module.tag.id3v2.php', 1, 'd09b5db0711f3b8fbe201c42d310cacdf3495b5d9e38fa6244cf8a8cce30b085', '16d0e64cc4c3998d52203076d5673929', '16d0e64cc4c3998d52203076d5673929', 1, 154298, 33188, 1, 1568488077, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f82455203fbbc6b3853db4094ee181a2acb3fb46', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/DB.php', 1, '3339f18a7382b760497ad0b50504f94574b2c4843015ed5ce550751750a83f95', '0659bf084f55a303f5922edc62bcfbf6', '0659bf084f55a303f5922edc62bcfbf6', 1, 4726, 33188, 1, 1353537115, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f825c67f5f2efb827a846a1a06ebf341460dea95', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_contact-form-7_includes_pipe.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992563, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f82dac6b17f980581a02a23e231c19ae125e3eeb', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/integrity-notification.html.tpl', 2, '1add6113804ddc142f13e213c65124c09aba54921daa54ac4dec1407ad9de4aa', '5b236132d4be8555273a83a492e4a2bb', '1add6113804ddc142f13e213c65124c09aba54921daa54ac4dec1407ad9de4aa', 1, 1348, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f83ba8dacaff52471773b6d7b9efdcf5dc102765', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/DashboardPromotions.php', 2, '203c2f466387f77bed0d76c3a37ebab4b184ce1cb6a7cc00f72dc88d5574ef4d', 'dc1c22448034e5f81a8f3f2399720bad', '203c2f466387f77bed0d76c3a37ebab4b184ce1cb6a7cc00f72dc88d5574ef4d', 1, 4873, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8401a01e644840a665fe415ac0d445410708137', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ck.gif', 2, '0e999d8a28ecdd50267a9507881bb0000320ff0f95258257dcf6ec2adeb19352', 'af275b38413317a7b23bdf799dd567c7', '0e999d8a28ecdd50267a9507881bb0000320ff0f95258257dcf6ec2adeb19352', 1, 362, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f850065ea5f8514d889dd48d541707ab5383c01a', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_template-library_manager.php_.txt', 5, 'b476eff96c30c61a3f44fbf0f5d3e1dfdbcd2d81b1621dfbd66233c5f583c9e8', '', '', 0, 10, 33188, 1, 1626992628, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f85932b3710625bf48475d91d417e52ae721e20b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/assets/css/unminified/style-rtl.css', 3, '76decf0445210e3710959e4386a75968d93ba0ba49c807b5fa41046da1690026', '9f86c21ef77de1613527288fb06272df', '76decf0445210e3710959e4386a75968d93ba0ba49c807b5fa41046da1690026', 1, 369, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f860a09730e734f956329363de2383e5a548fe48', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/css/grid.less', 2, '4d457aa5678b753cec0c89144c0cd30089759b00ef328e58959a26ae566559f1', '957d86b2437d8861ac8a755798863688', '4d457aa5678b753cec0c89144c0cd30089759b00ef328e58959a26ae566559f1', 1, 17804, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f86b13e5e70c345ecca6b0a53141e5b48de5fc2b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Logger.php', 2, 'bc460ce62bbcf7afb86869e3fa122c7deaaeb3eb4fcfdde4c082a36c215eb307', 'cea852d423686ded1ec1100b7dc67bb0', 'bc460ce62bbcf7afb86869e3fa122c7deaaeb3eb4fcfdde4c082a36c215eb307', 1, 1973, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f872ca19026abb95a62a95e9478061a5c56b9fd7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_core_base_db-upgrades-manager.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992574, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f87409c73bff49e81854476f9c86ff246eed3e79', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176550', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703168, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8799c99a3b5abf84fe4ce844d0e80772818ff91', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/choose.php', 2, '745626b5627165d86c28e58f20d7e4f858faaca51e303c9d275b74d140a22b65', '26b9d0102f35a6c126ddbad959a54f33', '745626b5627165d86c28e58f20d7e4f858faaca51e303c9d275b74d140a22b65', 1, 2214, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f87bf0c3388d6cedde1b08caa227d75c9c10573c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 'ffd683c48ec5fdd38911303ae4f151d423c12bed750730514f698719f35bce18', '22ea8c327337acf85cef690c2397cb45', '22ea8c327337acf85cef690c2397cb45', 1, 98, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f87e7c94d0a897bfc7e8052ae2dcf912d213e0d3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrades.php', 2, 'f9e2b0b1d6418f74132a8a7401b0660ec59084927fcbfcb5942418873aa69b20', 'daaccfd235733776ba459f2f428f7ef2', 'f9e2b0b1d6418f74132a8a7401b0660ec59084927fcbfcb5942418873aa69b20', 1, 2610, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f886d4573f8b7e33c0843bcffb36fa9f0b0cc3d4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php', 2, 'aaf4106842759a82b47341b727ee8b61cc8980bcc7dc3e7519c9f43658a14b8d', 'c69b4d0d471b1d6994345ef7d1477c22', 'aaf4106842759a82b47341b727ee8b61cc8980bcc7dc3e7519c9f43658a14b8d', 1, 150, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f88f3dd428c0ad8fb5ed12b0b62faa3512840c5d', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-previewer.php', 2, 'ae0dbd85c53b2b87c2e7e181c15187cbeb8334e23fed091868fa55f598326dca', 'cef2220543d65e681e6c2412ee94bd41', 'ae0dbd85c53b2b87c2e7e181c15187cbeb8334e23fed091868fa55f598326dca', 1, 836, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f89dde78dfd8b4033f912e7e838845e01f1b1bb3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Event_Calendar.php', 2, 'd94c2c6bda32466ac38cdc997209595a6af450120b0d929d97cdf3e15bf6de7e', '7cc18c0d53f6f2a254286f8642a34b40', 'd94c2c6bda32466ac38cdc997209595a6af450120b0d929d97cdf3e15bf6de7e', 1, 68606, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f89faa3b8d5c04d601c37ddbd194ab0b11470909', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/subs-cpt.php', 2, '3c837746de4e84dab17c3e79e437126ed795ea856cbb356b15e8cb3039dc1ce2', '61a3d00ab8b0b56da759f2bfbb25e853', '3c837746de4e84dab17c3e79e437126ed795ea856cbb356b15e8cb3039dc1ce2', 1, 41076, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8a364c502b2246e1ff91bc7b08a277854dd6ea1', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 'fde2e271da947e5b1b408a0df1d588172f8a42f2f3e8123b65867ac82a198612', '13f907795ef2a5f5b19b909ec1d711a9', '13f907795ef2a5f5b19b909ec1d711a9', 1, 1245, 33188, 1, 1532365345, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8a93e7641df0a07a7870831fb165a9be0b0fecc', '/home/hkrhostingreview/public_html/wp-includes/class-walker-page-dropdown.php', 1, '107e996477a546634110992ca332f6e6c13978a2b25eb0e42929f9081bce838e', 'b37442a31b42328a5b654ab7e935df61', 'b37442a31b42328a5b654ab7e935df61', 1, 2299, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8ab7518b099bdc534bf15b1a54ad16589d5d8b9', '/home/hkrhostingreview/public_html/wp-admin/media.php', 1, 'f96df54aaed2b247e29f13c16d688984452cf2aae713478b5415aff31497df50', '7b6dc8dd0401185e6e45f60944a130c1', '7b6dc8dd0401185e6e45f60944a130c1', 1, 5609, 33188, 1, 1564094757, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8ae4f978d8dafad595bcca39de61a3ed8dd5673', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/field-before.html', 2, '6f8f42230d189e30146af6a94d51439151e74879272ac9737f3a75550a5eaded', '6e88778948cc1b1f8f1410a4084df22f', '6f8f42230d189e30146af6a94d51439151e74879272ac9737f3a75550a5eaded', 1, 94, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8b98fb08a5cb7f1f8ab975ee1de7214299af05e', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/config-validator.php', 2, '6095d7608e876149738790d3df7547873b7ca362c66aee0d9a7ebe620064e514', '9d7dbc8bb04263edeb605496d021b673', '6095d7608e876149738790d3df7547873b7ca362c66aee0d9a7ebe620064e514', 1, 19259, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8c04c57892347171b725e003850dc7470816eb3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/wpforms/index.css', 2, 'b9be2fbe5373d271a2822570b77679b805dbaa251d09a046fbe32f70d2b5edf8', '849373e402b67817c0dd0713201a8762', 'b9be2fbe5373d271a2822570b77679b805dbaa251d09a046fbe32f70d2b5edf8', 1, 1397, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f8c8219de7ab6cf03939047035b92a122b67fbab', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/4-3.png', 5, 'cc649afad93544e0a49570d1d1bcc2f42aa64f9f1323e6a9f2f7f30461146db9', '', '', 0, 4831, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8c924d88456ea1ff33400d6cde682840226ef78', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/hm.gif', 2, '6a86e7a3e4bda011deb945b4168e01c5435efcb9cc41c00efbd5fe464dbb65db', '1fe85ab1104e05f5a26efa5bbcd1cf18', '6a86e7a3e4bda011deb945b4168e01c5435efcb9cc41c00efbd5fe464dbb65db', 1, 378, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f8f2f9862332797727e7ceaf5625c6ea454691a2', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, '10902480df9e5b6003b65f1138b52ed14c6d5c5d94da161068110e56d66ed588', '7852de09ac59b5589ed4dbdda4e4dee6', '7852de09ac59b5589ed4dbdda4e4dee6', 1, 368, 33188, 1, 1417479982, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9049f3613be44d02d5bff46e58c1c0a7c5d7fb1', '/home/hkrhostingreview/public_html/wp-admin/css/colors/coffee/colors-rtl.css', 1, '10c3ac19769a8a561f5de8f82f0f1e7d79a203d4a9272658f62c2e4eceae26cb', '7c55de81d6e8396466061214d797db17', '7c55de81d6e8396466061214d797db17', 1, 14834, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f909afaffa69268908c6563d1c47383dabce9b3a', '/home/hkrhostingreview/public_html/wp-includes/css/jquery-ui-dialog.css', 1, '31dacc25ebe9714b8db1665057e6a0d66552618925d805745e4e93bdbf1ff00e', '6e27243fb0ec55268be46392ed3f98a0', '6e27243fb0ec55268be46392ed3f98a0', 1, 5958, 33188, 1, 1569840837, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f913496a64794cc6c669bd58b328ea1fa8324980', '/home/hkrhostingreview/public_html/wp-includes/ms-site.php', 1, 'a35c3a614810fecb63adb7bd92273d0f50a82d7f0ecdaf8000a8c93a345ad360', '1845ab6bba060754c5206dcae7621612', '1845ab6bba060754c5206dcae7621612', 1, 43073, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f915c7240ee83df5f32041a61a8fef62ffd15200', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/js/unminified/extend-customizer.js', 3, 'fc800de58faecae7e6ab00d596be94357b5aae6fb359dfe5c7a563f5b4bcdfb8', 'a02aca569a6dae17cd20a821a6fe44f2', 'fc800de58faecae7e6ab00d596be94357b5aae6fb359dfe5c7a563f5b4bcdfb8', 1, 6877, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f93ef6de0e5193c4a72bd2879764767d9cf26aff', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/placeholder.png', 2, '1a8352b9372452ab024b5dfd3c74cd8fac2c84e7ff152879f83949c4707fd87e', '1632e46a5c79d43f3125ca62c54189cb', '1a8352b9372452ab024b5dfd3c74cd8fac2c84e7ff152879f83949c4707fd87e', 1, 6146, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f93f2f50e029991ed640167caf5730d1892b8e0b', '/home/hkrhostingreview/public_html/wp-includes/js/swfupload/handlers.js', 1, 'c31f61c9cac8028d981e0cac9c62141457bed15862b0db3de088bba81a6f3d9c', 'c2c1ec2ac323cd308b2dc6d58370f514', 'c2c1ec2ac323cd308b2dc6d58370f514', 1, 1460, 33188, 1, 1506011748, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f940095cebc4507d8c55f3cd29dfc663d3e0b213', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/assets/css/admin-header-footer-elementor.css', 2, 'a50b115a7bcf945a05c923a6dcb899490cc61cd3cdf20d9de77d511264a56720', '456cb9f1adb4848d6b410f5fd026ef93', 'a50b115a7bcf945a05c923a6dcb899490cc61cd3cdf20d9de77d511264a56720', 1, 698, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9455c3af2615d27351b9ba9d9f28c4a60cb73ce', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/desc.php', 2, '1b6b2093c77f4fb9123fb108a3513e831ca351b3d8e5ddceb64256f77878e886', '056bfa985889a7613de468e281c88b91', '1b6b2093c77f4fb9123fb108a3513e831ca351b3d8e5ddceb64256f77878e886', 1, 3353, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9653cc02d627da902d817511ff59144e383b77e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-sv_SE.po', 2, 'a2dd70e384e137050e753db68b0004e85bf69081733b6f4bd62d3f07829d52d2', 'd580212f4fa41478fa2f954f000ad767', 'a2dd70e384e137050e753db68b0004e85bf69081733b6f4bd62d3f07829d52d2', 1, 211458, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f96b256b2b5118c99ff420ce8a025734467cdbc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/fields-label.html', 2, '178bb02bba22a4c24b3ebea63ec5c14ce192b29943592c72143995c212524941', 'ebc043eaf801ec5c5b721d5768480d04', '178bb02bba22a4c24b3ebea63ec5c14ce192b29943592c72143995c212524941', 1, 471, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f96fa0d06702c3a63507b623f97d94a3cd5f62fd', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-hosting-min-150x150.png', 5, 'b17fb613f6e9ea089988dcc17f5c041bfbe47df760e06a48b4e7d51a5409808d', '', '', 0, 27098, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f976e57de2791ce77e026d7039666a0d63a40841', '/home/hkrhostingreview/public_html/wp-admin/network/sites.php', 1, '00151f2422041900952bc0f2c39e049b378821d7c03ee537f822e229e37473e0', '36631c365bdae083c16ddea740c97dd1', '36631c365bdae083c16ddea740c97dd1', 1, 13262, 33188, 1, 1570199576, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f984e20bfe5687a4ba4003fadb72ac45a2579f6c', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_better-search-replace_better-search-replace.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992552, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'f99195a3dd006cf6088a998cdfe069db46db0767', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/09/350-150x111.png', 5, '5d0acbb85cb1b6f4515bdd262c6e2e41c2588cf3c7018ace66aae54c7525b49b', '', '', 0, 12987, 33188, 1, 1599729065, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9aa14fa08297df86c237c8b14aea3dd03b2b41c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Input.php', 2, '901cb27e2b0266c91d513c2836b9bb35714a802852fb4ab965b4ab307b39542a', 'bed83ebe6cb77d687f8690833d4e05f3', '901cb27e2b0266c91d513c2836b9bb35714a802852fb4ab965b4ab307b39542a', 1, 636, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'f9b46344ef5f83e28e6665a5009084f2dbfcf33a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176779', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9b5c6bb09746ec0a5cba46f72800bcad25b2e75', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css', 2, '45d1f5f6cf913746c45dd697b1a8f3b719c02d8b3f678dc7fc2766d54e1aaf6e', '30b593b71d7672658f89bfea0ab360c9', '45d1f5f6cf913746c45dd697b1a8f3b719c02d8b3f678dc7fc2766d54e1aaf6e', 1, 6951, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9bde50c383c1078b3cce3d2af3e00ae2ee69275', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php', 2, '3d449f93c1f6287415293ee3f2442fdb1ac4679f23d177c22826bb064778b804', '36bdbab90c24e470bd9349a06969c13c', '3d449f93c1f6287415293ee3f2442fdb1ac4679f23d177c22826bb064778b804', 1, 2558, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9ce6415a7fa3609490d29d59145f6e3efc4fc40', '/home/hkrhostingreview/public_html/wp-admin/js/widgets/media-audio-widget.js', 1, 'f8f9191791300d6428b74bdeffd3d4939dc24968a2b367e685ce61ad625e6378', '1853c2371eabae2afccfb72a5523edbe', '1853c2371eabae2afccfb72a5523edbe', 1, 4288, 33188, 1, 1530153015, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9d30646d2f4355d8dbc70c376470950b3871175', '/home/hkrhostingreview/public_html/wp-includes/css/editor-rtl.min.css', 1, '76d14a4157abd3b9a2bca624914781a54cafd2c71fd2dc863fd39822d357f947', '15e61d98724841bd7262998182f3a999', '15e61d98724841bd7262998182f3a999', 1, 27196, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9dc56bf35532da319708f44226d83e56fe2af40', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/lusitana/Lusitana-Bold-OTF.ttf', 2, 'a576d39a46b833467d0f64872fb977894792e44cbeb62c93d42e46d91db51a15', '54616a551e97ca999145f258c03ff644', 'a576d39a46b833467d0f64872fb977894792e44cbeb62c93d42e46d91db51a15', 1, 106844, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9ddd546b29986cb4aa6bb3ccb929126891869c4', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/languages/duplicate-page.mo', 2, 'cbaf24b6a237935ca69828514def7c4cbd6310b5c4a4023b3bee306b68651521', '22918cfd6a8f784f774bf3151e25382f', 'cbaf24b6a237935ca69828514def7c4cbd6310b5c4a4023b3bee306b68651521', 1, 292, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9df7bc0776aa0406fa82937d5a6a027b80c535e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php', 3, '4978e55ef126c5a518cef2b014bbd78ffadadc24509a68bbe0a12ff286575bed', 'c54c119141c2ca29d132d66f40ff15ff', '4978e55ef126c5a518cef2b014bbd78ffadadc24509a68bbe0a12ff286575bed', 1, 6108, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9e26886e8a2921e9e57aaa555752c366bb14b1d', '/home/hkrhostingreview/public_html/wp-includes/Requests/Auth.php', 1, '6d87760a86509049940d80def28ca80fd830ba4a2a4d27d18304289605ac04cb', '3197d2529dd957b2acc3944f5bfcd64a', '3197d2529dd957b2acc3944f5bfcd64a', 1, 810, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9ef0099a73b9a87034f60bce22084ee421072dc', '/home/hkrhostingreview/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, '76d6541d3c011cea86147e2718a8fa72e16313d07c2c318a3731e80f37099ffa', '8e8cdd77e6e80407255b55c41dc533a6', '8e8cdd77e6e80407255b55c41dc533a6', 1, 531, 33188, 1, 1544762517, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9f2fb10665b74b6101ccd59ce817f66611ce845', '/home/hkrhostingreview/public_html/wp-includes/js/wp-embed-template.min.js', 1, '17640237539a410d20aa638155358f0a34ffd9bceb989de7281c365dc73af191', '133c315433779bc4804a93c209e7e023', '133c315433779bc4804a93c209e7e023', 1, 3091, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'f9fb7637afd96fc0d555b150fefaf138c4f9d818', '/home/hkrhostingreview/public_html/wp-includes/images/smilies/icon_wink.gif', 1, '1fb1f54995946b7049c93bb3d281cd089b11bc1d56dc6f0b50f2b7acd8e560b1', '653f1432aee113890f69a1179de0e3a5', '653f1432aee113890f69a1179de0e3a5', 1, 168, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa1cfdbe7e79d30eba75a71f572664b0b5014bf1', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-ipdiscoverer.html.tpl', 2, '2925bcedf739ec583e8677f50f04f1c2e7338d1864640fa9fbe1c03e0ff09cde', 'dce93a3e4f40459c69c2a007266683fd', '2925bcedf739ec583e8677f50f04f1c2e7338d1864640fa9fbe1c03e0ff09cde', 1, 2495, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fa1d49af65432372d72b69b23ff071b6c7f425ae', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176559', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703191, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa1e2c0d620d3cc9d6173971abb376e0ac07697d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/cv.gif', 2, '230e15c5a76ceafeb983aa785ec3410d49d983400269db4118e19f8b6ee1caae', 'a6bfe2d82321df4314f181154080b78c', '230e15c5a76ceafeb983aa785ec3410d49d983400269db4118e19f8b6ee1caae', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa26f123d54be9e6d31e8f6aa0bbb505e8fab24e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/EOS/Stack.php', 2, 'c36d9a824fe0d768d569fc94403cb4e1e7791b5c34099d05475e3f26dd159a22', '82d83f9b3519d2deec85f6c587031b50', 'c36d9a824fe0d768d569fc94403cb4e1e7791b5c34099d05475e3f26dd159a22', 1, 2554, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa28c1b089d46d4a414b9ec9f57f9a9662575801', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/gravity-form/index.min.css', 2, '5d217ccb49e5d85a5f13c53b3666c458ff96e2e5571a97ae87a4a38a48f7e7a0', '7f7b9479fd5cc0524cc952d11d7f4bb9', '5d217ccb49e5d85a5f13c53b3666c458ff96e2e5571a97ae87a4a38a48f7e7a0', 1, 1240, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa2e17f0bd30a31bdf9b0d433ffb73f5ba5a770f', '/home/hkrhostingreview/public_html/wp-admin/js/editor-expand.min.js', 1, '2d554ba15bfe297239f95487e55a8161727fde20c581e06fe4efbe4e612ce467', '1ce055e767e96eeef80e5eb33bf2beb6', '1ce055e767e96eeef80e5eb33bf2beb6', 1, 13432, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa2fdaecfe4e1634dd48365ea3626ab3b4caf56b', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection.css', 2, '8d016576d007768ce902c9c3968642b89ba90f5d0099a0d7893aad02514ed0a5', '7b597ce7ea63168fd90cf8a718c9e11c', '8d016576d007768ce902c9c3968642b89ba90f5d0099a0d7893aad02514ed0a5', 1, 1154, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa369b50c503aa70ea2a50f1c0d52c4988e5b13d', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/readme.txt', 2, '59140b6aef6678518d772088312dbfeb68ee3007a523c5884b505ca198ac214d', '6e2f366bef6aad225a50076922076f78', '59140b6aef6678518d772088312dbfeb68ee3007a523c5884b505ca198ac214d', 1, 31953, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa387d9c0edc263e7da5cb21eaab831c4a300147', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/price-table/index.min.js', 2, '7aaec39e29b4c3b95542a191a8f61874955c04219dbfc8e71251ba164902f1b7', 'bdb4f4cb305e31b994c226dbdbe1a4d4', '7aaec39e29b4c3b95542a191a8f61874955c04219dbfc8e71251ba164902f1b7', 1, 690, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fa47ee4e683e1207c833f80c8e87e8c5a45c3aeb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176515', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703205, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa4819131a63bdbf15af841e3c1f67c98688a0f1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/LastName.php', 2, '01bd01fb10e2fd4bd5b7ca986374b2e0fc0392daab479602c9751347bc288e6e', 'fd23f41ccdf35de406d1ee6e3b454522', '01bd01fb10e2fd4bd5b7ca986374b2e0fc0392daab479602c9751347bc288e6e', 1, 1153, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa48992109a7e2bc8800cb683988328c6aebbb38', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-1.png', 2, '11c592415335ba54ea2503a135952495ed08e70e27227b8915cd6ff361310f2a', 'ed2a07c5176300bc0addc8117b623e0b', '11c592415335ba54ea2503a135952495ed08e70e27227b8915cd6ff361310f2a', 1, 48288, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fa502a03fbe30b70c59273c2ae67d2e49e7e04fd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599448662', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703181, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa50d725032825bfb0981d922203a8c257c93f0e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/event-calendar/calendar-main.min.js', 2, '3f2e3f3c2d86cdda9d4647aa01b460f86051b17ccc0c7112aa8202355e6d3ef7', '1d76242d44a045419bd6f789e1d57a78', '3f2e3f3c2d86cdda9d4647aa01b460f86051b17ccc0c7112aa8202355e6d3ef7', 1, 175479, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa5121927bf7208fc7594e5ca9c10a08289f85a0', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/gift-icon.png', 2, 'b403be1545886fe0cc9cdc771502e67e06d9f751fee2f0a0c09974ed7c350987', '880fc0814a34f86cfdc57ddab066ff37', 'b403be1545886fe0cc9cdc771502e67e06d9f751fee2f0a0c09974ed7c350987', 1, 6295, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fa5281e64b66dc1d874bb648474b84218fdfd37b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/dreamhost-plans-e1582912497704-300x209.png', 5, '7daa1c96bd5da4a890ecb8bc88e37b6df8ebc8a7e4713fa6ddee59f54a15c957', '', '', 0, 46561, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa52dc79486fd2d274fab540e2005c698aef3868', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/settings-footer.php', 2, '007ebf24365864b9865a9097531c0121924c09a060a2fc51a2249055063fbdbf', 'da56841d028a82942391f372acd85b30', '007ebf24365864b9865a9097531c0121924c09a060a2fc51a2249055063fbdbf', 1, 225, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa5ea93cbae51ee066a18aa7c787f24c74041e11', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/response-message.php', 2, 'b7723dc3f967855aa1225dc85b977ebc24eb961ab92c421b334d72f029370a2b', '0c93fe8ac192e41aa7d740658a05b182', 'b7723dc3f967855aa1225dc85b977ebc24eb961ab92c421b334d72f029370a2b', 1, 2181, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'fa5f9b40d01131ad4016bc27626024703c01bcf7', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/learndash-rtl.css', 3, 'c040689b7167b280f6959ebbf89e74aba7407a5d05350eb384a1f839e78ffc2f', '368a948a7e97caf6e864873263c4ee83', 'c040689b7167b280f6959ebbf89e74aba7407a5d05350eb384a1f839e78ffc2f', 1, 29478, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa6062949c00b7d5d9571b2ba703d0c4876ecffa', '/home/hkrhostingreview/public_html/wp-admin/includes/list-table.php', 1, '59fd3d9af99e0d8f8973bc46383c7d4ac01b8b8741f3dde1e73e32cd23766f29', '112c312f9ad17b94520a7d3bfef882e3', '112c312f9ad17b94520a7d3bfef882e3', 1, 3187, 33188, 1, 1558924853, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa72bfccac832047d343b6a2bbf96aba843bd111', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Licenses.php', 2, '0667ab415d0efd9ba7feada271e133aad24e072ad7b912846c98564fa63dcaa4', 'f8eb15b24cb6ad74d69e9bc12bf89ed3', '0667ab415d0efd9ba7feada271e133aad24e072ad7b912846c98564fa63dcaa4', 1, 2898, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa82fad801b250bdf9f6c2f12945fef872df2a5c', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-filter-setting.php', 1, '5beb5a399c2da1195443c314b67607c18bfe346324bcc634f4792cb4fa8e38d0', '12184dddda606616afec00eca96975fb', '12184dddda606616afec00eca96975fb', 1, 588, 33188, 1, 1501116104, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa849e0fccd39f88ef8c80f348b96c96386f35dd', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-direct.php', 1, 'ff227ce79a3f582e78693eedfe6ef4150691ddd3dc8d958c1af2d52c155d2535', '4c0c8b2d577afb8d3fae5b90c885b856', '4c0c8b2d577afb8d3fae5b90c885b856', 1, 16438, 33188, 1, 1562687937, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fa891b17135040646b79518fe36817f9fd90370b', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bluehost-logo-300x300.png', 5, '4a9ef277e842bc7a1df73862ad1c54a40bca204fa3bf38fd8cee3e13a3936134', '', '', 0, 16442, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fa909966d117c735ff2e23d2bea374c2688eab74', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599419944', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa9bea031978f3bf23805288a9e492cfee166a07', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/MergeTags.php', 2, '38ec734bde8cf8b20e8062db751d0930b40a6931bde841e484afa7df4b550c2f', 'e5c4dfcfde46ec5283ac6d5d836d6334', '38ec734bde8cf8b20e8062db751d0930b40a6931bde841e484afa7df4b550c2f', 1, 2719, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fa9ff4b74cce04230b77d7229a52c59e87df0031', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php', 3, '428f795b6d8cbc1a192e0f39f4d0038a5c3ee605890c930b7cffae276bed2a64', '1991ff97135f835d01300c1fb5347800', '428f795b6d8cbc1a192e0f39f4d0038a5c3ee605890c930b7cffae276bed2a64', 1, 1031, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'faa56e30b5afa792d8b61c1d0881db14edea52c9', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/eg.gif', 2, '2c797233b6c4cd89b38d7a3cc9fed69d3e4ac0f5393a3fee4cb2c46c74a45617', '99dd064303f1d69989789038e8d60020', '2c797233b6c4cd89b38d7a3cc9fed69d3e4ac0f5393a3fee4cb2c46c74a45617', 1, 363, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fab3a96bb84a067db4d6d6ccb6457381dafd4a30', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Image_Accordion.php', 2, 'ed557948d8786a669ea636600c0b906142c619c16c9d1927afefd372c840bb4d', '5eebc21fd0098db97a0d36d33f7fc5aa', 'ed557948d8786a669ea636600c0b906142c619c16c9d1927afefd372c840bb4d', 1, 15127, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fac8eb2711065b7f056780e5848a7b41b872445c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-rtl.css', 3, 'c37ef7877682f4144ca9e032c62cb9d2e0c6e9671e82643a7bcb2f5baf04b13d', 'f8c6f34234e1a8c4bde7c1db0cb0548a', 'c37ef7877682f4144ca9e032c62cb9d2e0c6e9671e82643a7bcb2f5baf04b13d', 1, 30427, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fad25d8252f462ba3e84ddf556efe58bdf2130af', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/bg.jpg', 2, '31e430dc933cfbfc91d30618690f1973948962dd1da20261df3db11b949c2b95', '97e4651b83819e2052eeea93aecde527', '31e430dc933cfbfc91d30618690f1973948962dd1da20261df3db11b949c2b95', 1, 191262, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fad796d760c18f41041529c67f49a327857d78d1', '/home/hkrhostingreview/public_html/wp-includes/images/rss.png', 1, '0c6daa646e0a867e5f721b5017c98cfd2c82c26c60b614531ddae8a5d9986be8', 'a5b05bbf28f294b02efd942a4e5ab806', 'a5b05bbf28f294b02efd942a4e5ab806', 1, 608, 33188, 1, 1352314150, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fadc9d99318410b874f0439038fc3a19be438e83', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/display-form-container.html.php', 2, 'f0d0e0f8cfd5e8d78308cf1c31e66309eab1c76a5b050ed15e97e01849429d5b', '862195522f2b3929b17e945d8e298a5f', 'f0d0e0f8cfd5e8d78308cf1c31e66309eab1c76a5b050ed15e97e01849429d5b', 1, 1028, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'faddd8c2fe35a79551bf095e28a55098b6cc85b3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css', 3, 'fad5ed4e0fdc27cdcd1dc2eba65746016ef072b068bf8f85ebe0a85d395d2577', 'f83a9546d7d0e73ada46a10d0539e1da', 'fad5ed4e0fdc27cdcd1dc2eba65746016ef072b068bf8f85ebe0a85d395d2577', 1, 4149, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'faea2d55e22ef188405c0a9b5ad23ae1d892d008', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-sub-info.html.php', 2, 'be65ef76ab207f2406010e8ea4282975ec8ced36e3a7f205767d73c9ec9f6798', '5d1691c081ba39362a38bd57c09effb0', 'be65ef76ab207f2406010e8ea4282975ec8ced36e3a7f205767d73c9ec9f6798', 1, 2735, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'faebc03850014f06ac296f25cac1ad4ef8476d51', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-theme-strings.php', 3, 'fdb42f35d4092a4e814110a2d2e306c6f1796ed0080b22d051a2a117308ec4d7', '9877fcd3846aeadd2a20be72bea63f5a', 'fdb42f35d4092a4e814110a2d2e306c6f1796ed0080b22d051a2a117308ec4d7', 1, 4943, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'faf58a865d9af3faab0be9a9241ad5692b001a57', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/event.lib.php', 2, '93336635e4ae6aea4e8ea7178eed83db34cab8a742e2b03a06e4b32d7f5c5458', '40280aa0d354452f7a99f1172976230e', '93336635e4ae6aea4e8ea7178eed83db34cab8a742e2b03a06e4b32d7f5c5458', 1, 33270, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fb04ef6ab0acc2148c394aa9f7b6ebf13f9f8b9d', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/siteground-small-img-olninj6pbq6h8pcsti7auguu983fykvkm9ix8eprvg.png', 5, '769eed84abdef23ddff964239062f66c6ad598a1f10690bb5a68568249cbbc9b', '', '', 0, 18503, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fb1c20de6728ca0d6ddd631b83a1c7a57c2916f9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599650924', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703170, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb22e11727cbeef859ac1758703298d98c6310d2', '/home/hkrhostingreview/public_html/wp-includes/js/wp-emoji.min.js', 1, '7ed25a0aa3d6c8bc9e7b35c96e3f3a6ff3937fcfd8108efc394c493376e8e402', 'a98b282dc6d835e7c63db94f2bc15a38', 'a98b282dc6d835e7c63db94f2bc15a38', 1, 2840, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb291dac232478e3759b6d44f89dfd2f610776dc', '/home/hkrhostingreview/public_html/wp-includes/js/dist/block-library.js', 1, '46cd06a467145ee0e67a7d356e66a0268588ed005e473e1ef6821b50648798ef', '630d0a20ef044b004db95a590b16e539', '630d0a20ef044b004db95a590b16e539', 1, 764268, 33188, 1, 1572991564, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb312e6a056603e65e106c676ac3dd5c32049e24', '/home/hkrhostingreview/public_html/wp-includes/js/dist/core-data.js', 1, '2cb32174f5511708f143500927d6b088bc0e3caf14fa88492d0a05df722d0198', 'a4b350169e5e63499026406ea5028a6f', 'a4b350169e5e63499026406ea5028a6f', 1, 147757, 33188, 1, 1571156232, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fb3f2dc4a14cfae52b100e2d1fe75935744b45aa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176729', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fb4e482124cb2df90f9fec8485dc279547d10ca3', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_exit-animation.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992607, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb563cd66e2b86c7841f1c5e9d64282aa7a43b04', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-dashboard.php', 2, 'e94cea7e44a84f7b96f8ffceb71269fdaecdb055b167455e013a25378e7af3c0', 'd3ba2fe98dbf02bbb6cf70858616de5b', 'e94cea7e44a84f7b96f8ffceb71269fdaecdb055b167455e013a25378e7af3c0', 1, 192766, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb5c9a5de4dfcd273937ae5a8151e295be5bfa2f', '/home/hkrhostingreview/public_html/wp-admin/images/wordpress-logo-white.svg', 1, 'a069a75b57617e5a262c71466627b5f05a67d4e70646efe72dda4e1ad6130b41', '19bdd97150fb43aa862d53500c44e6f7', '19bdd97150fb43aa862d53500c44e6f7', 1, 1639, 33188, 1, 1457560406, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb61bd899f3037b96262b086622e2b93e97a6b5f', '/home/hkrhostingreview/public_html/wp-includes/js/wp-custom-header.min.js', 1, 'a181e9bc41738d23f985dafae2ea45e50f6ed723088312666ec68bdf5975c7e7', '95b069cef80307604eb843676b41da51', '95b069cef80307604eb843676b41da51', 1, 4429, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb6920f0f4eb23a4ea279f8942b3223f2e1e357e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-import.php', 2, 'd8f6b02f8b0004b42d9cdafe8c18a06b51ed681ee79d7adfdc31096af8f62819', '4a3a090e4bb64ee0859e0f080a8aaada', 'd8f6b02f8b0004b42d9cdafe8c18a06b51ed681ee79d7adfdc31096af8f62819', 1, 3136, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb69785932d26463469ae6271136c4a10e8e006a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/page-templates/module.php', 2, 'aea08f7b70c5d98bfa7f88ed1aa34271e302ce8be0b80ab226449aad778617f3', '88104e58bf6fd6dcf216082b134ce489', 'aea08f7b70c5d98bfa7f88ed1aa34271e302ce8be0b80ab226449aad778617f3', 1, 9619, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb6d5dc627f45c416a1e7db2d4ddead80385f2a8', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-text.php', 1, '6d22af0f9b9513737e4fe24356a9b2ac2298138b7ec729bcce42d2cf95ea1a43', 'bdd47f06b334d7488c20834d0fd17d6c', 'bdd47f06b334d7488c20834d0fd17d6c', 1, 21276, 33188, 1, 1564921736, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fb7077780e82ab60e0104729008a1450199e541e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/What-Is-SEO-and-How-How-Has-It-Changed-Over-the-Years.jpg', 5, '38acad14d6033b3ad2485183735995b02eb15516ed5689dad7281a5137c702a9', '', '', 0, 19529, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb79a556068dfd9e2dcb29fcfe47ef98ec6d3172', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n/en.js', 2, 'e4c5d0188fcb98cdc09be6a531a2cace4031aa958826196f2d87497a71529b02', '8d90f309724286ae804fe5e501ba2bde', 'e4c5d0188fcb98cdc09be6a531a2cace4031aa958826196f2d87497a71529b02', 1, 827, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb7e46c20db7fe20e6dc4abf26ecf660c2841668', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/vendor/fancy-text/morphext.js', 2, '7cb4ae115222d9d7961363d4c4a2ef9c4e3f68f164b4aa88d08b5a4cc8d9d05d', '69d0232ea0f059d8ca79044c588e10d7', '7cb4ae115222d9d7961363d4c4a2ef9c4e3f68f164b4aa88d08b5a4cc8d9d05d', 1, 2138, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb94f34d8d1435248c47d9882eed7a939f1b71a1', '/home/hkrhostingreview/public_html/wp-includes/js/plupload/plupload.min.js', 1, '1985f2d29e27f6c8a54b740b8b384fab214215c090e16d6652295e4911db0fdd', '257fc7bf0ae0ea044d61aa63b6c06f7c', '257fc7bf0ae0ea044d61aa63b6c06f7c', 1, 15658, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fb987e3c79697a3c452fab67b2065c1f18fe0c58', '/home/hkrhostingreview/public_html/wp-includes/Requests/Proxy/HTTP.php', 1, '7a317bdd99ed63ee7037a0b43520a3af10f823073dfbb24a90974cd4314f6cf5', 'ffd0e62f32db05bdbda6bca407d7f029', 'ffd0e62f32db05bdbda6bca407d7f029', 1, 3471, 33188, 1, 1463114548, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fbb3da00858059f729917da953e662e985081e7b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-wrap.php', 2, '775dcecb7945b7341419ee0912ac7a39ff8d001abc1760029444f2a4b6d1af60', '52d2976b6d6d9bd19c5ea2aed2779f0e', '775dcecb7945b7341419ee0912ac7a39ff8d001abc1760029444f2a4b6d1af60', 1, 1074, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fbb7d72e1e774ad0aa2824af2575edfe0acb9afa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-1.png', 2, 'a04b2267931cd1270186f65ba66bc5085f288f0eb70127ea9e6c06cce08f7279', '816324fba9efd35af0f92bc32e47442f', 'a04b2267931cd1270186f65ba66bc5085f288f0eb70127ea9e6c06cce08f7279', 1, 83948, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fbc02410585999828d27195a449b3e82580a0240', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader.php', 2, 'e4fc4d4487a4d766d3ef14606fa0d8ff09dd7f3f0885425803d7aa7fc68e2c3d', 'a0899dd7d97c25fe1d872a542afa6081', 'e4fc4d4487a4d766d3ef14606fa0d8ff09dd7f3f0885425803d7aa7fc68e2c3d', 1, 13459, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fbeab036c97897ab2f4f48c891866e084796550e', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/08/cropped-er3et4-2-300x73.png', 5, '23d635270dbe6d248d1090e0c94fe2691869e12d2c884c9b657a1725e2047b2e', '', '', 0, 14897, 33188, 1, 1596822237, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc0c42d0a6156875b294cba984a2a21cb72ede7e', '/home/hkrhostingreview/public_html/wp-includes/images/spinner-2x.gif', 1, '3e9fd050059a29fbab9bff42df8fd81207702d8feed30256d375d61cba089045', '31fd991e90e6329d865e23e638b50ff4', '31fd991e90e6329d865e23e638b50ff4', 1, 7536, 33188, 1, 1545190587, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fc1260c84325ccb316b8914ce69a91420c4fb8c4', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/a2hosting-min-ollagod3ko7jfj5kl9doqj2xjyndumaermcx3xsglc.png', 5, '22a08013cb3431b5daf20a081945c85c2d96a9dc9abbc46abf07e4fdd0b7c613', '', '', 0, 729702, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc20851714995d875f6caafa253c11b18c88a11f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/oceanwp/class-hfe-oceanwp-compat.php', 2, 'b285d648f7a4bc95444df49e3c68ec5b6d6b3ed01c6b375a1500ac0a223c89f2', '5546e9b7915193f12068b24df45141e9', 'b285d648f7a4bc95444df49e3c68ec5b6d6b3ed01c6b375a1500ac0a223c89f2', 1, 1491, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc2511d752698f18061e619f3d29761d3d9197f4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/icon-ea-logo.svg', 2, '242e6e87e28c64b410ffb36d36a0eda37b10681f2c035ee58a810044d30cdd81', '24ac053f0fdfcde4f062d7f09e01b9c6', '242e6e87e28c64b410ffb36d36a0eda37b10681f2c035ee58a810044d30cdd81', 1, 9185, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc3c65d6444c1b06c3e652fac1fb6c9240cfc112', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/chrome-https.jpg', 2, '1da8be5ab51b2bec68463fe732d249a3d8177bc078bb0c0e6d36a505ef81e9cc', '666a43a2b0d1f6ad4de90bdbdb453234', '1da8be5ab51b2bec68463fe732d249a3d8177bc078bb0c0e6d36a505ef81e9cc', 1, 119754, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc3f6969fb79976e43db8cc7c14d2a94546ce511', '/home/hkrhostingreview/public_html/wp-includes/js/dist/media-utils.js', 1, '061ad16b751a29a34553b6dd8709981af5e9a17ab7713ac341f1ee0339fbf7c8', '9766915643d7c7bf614e35b4121eefbd', '9766915643d7c7bf614e35b4121eefbd', 1, 64540, 33188, 1, 1571666527, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc4292f0934c1f0fd2e280f85487e268e74ecb5a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-preview/form-preview.php', 2, 'f36439e87ed9d9b74691f78638ad527261039159a920f04c4527302f90154ddb', '0f3a876b1e6453f0c0ce5cb6097c3d74', 'f36439e87ed9d9b74691f78638ad527261039159a920f04c4527302f90154ddb', 1, 616, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc79d58dd84412a5457b99188344a4d47f8dc48b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/uz.gif', 2, 'cda6a1946086281780ef1a0f5bebe19a865c342a61cf5dffbe2cff24db118fef', '2eefb9f89353a9554188dc522d07c68b', 'cda6a1946086281780ef1a0f5bebe19a865c342a61cf5dffbe2cff24db118fef', 1, 364, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc8bd4240b9e31eacc0b0bef0674926146dfe9d8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-de_AT.json', 2, '6b8b374ecc3e06b69c095d9ad1bfcff201b3bf88d4ae2b25371238341afca91a', '3142c2d864bb2ce3dc355c875da26516', '6b8b374ecc3e06b69c095d9ad1bfcff201b3bf88d4ae2b25371238341afca91a', 1, 732, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fc8fa9f5a30720daf88df40819242285fa27b059', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/justhost-hosting-logo.jpg', 5, 'ad338446519637ebcb597492275d1996a36003bf8878d3b8726aaf8e0ac31e0d', '', '', 0, 8022, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc9268748afe93ca4ceda74d859ba4b97fe2e75f', '/home/hkrhostingreview/public_html/wp-admin/network/user-edit.php', 1, '8058141034215dac01b95a689ffcdb6087137202ae2b902c7c3df40152a603a9', '030bb6ad3f1c614f7f1aa7fd27b79509', '030bb6ad3f1c614f7f1aa7fd27b79509', 1, 271, 33188, 1, 1474990769, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc94e847b00bd28c7810c601d24bb30cee734d4a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-toggle-drawer.html.php', 2, '35b7eb95d7afdd42e9e511dac9060cee4ea4c8ed3f14784e89948ee9917fc974', '4a24ee621e0178b9dd715cb2b750a10b', '35b7eb95d7afdd42e9e511dac9060cee4ea4c8ed3f14784e89948ee9917fc974', 1, 268, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fc95ae4a14eee49d8de6548589f9bf2d3e5e66d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/hr.php', 2, '8cfb7caf0e513dab2437cf6f1576487b1b701cff8e93b4c318abb25dde3db09e', '5922bf3ee95e7a3ffc3fbbca31433a50', '8cfb7caf0e513dab2437cf6f1576487b1b701cff8e93b4c318abb25dde3db09e', 1, 358, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fc973760676c5405394747c302f82d08215eed79', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_deprecated.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992517, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fca8566933968b7f3a21613d107feebb0d2e53fb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_namespaces.php', 2, '7179ccb2499a42cf913665bbc59f572833ad7b8ea755d353079f0bf17618fffc', 'e1e809eaaf9a8e39ff9b925999e09378', '7179ccb2499a42cf913665bbc59f572833ad7b8ea755d353079f0bf17618fffc', 1, 225, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcaa294c90ab46335541e9b190835d6924fa7ace', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/api.lib.php', 2, 'becc5c3bd24f0e1b794dc62415cde1eba4eb73f4a72e9ea6c6e3b8e6dd78df28', 'c9c31498aa24a123dfade4203b19df42', 'becc5c3bd24f0e1b794dc62415cde1eba4eb73f4a72e9ea6c6e3b8e6dd78df28', 1, 38120, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fcb70a405842bfc4ab7146da1ab44b5a901d653f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_controls_slider.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992613, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fcba03d74066dbfca09b92ecef72c2ab1f866958', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_elementor_includes_widgets_video.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992637, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcc045d6f179d2323767948590a2fd142f02afbd', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.css', 2, '2fb3941a60f877085c09e9807160a587dc84d66c384a8954a05a39734d9fa365', 'f86ea6941cf680339fd3473b4b45e3d5', '2fb3941a60f877085c09e9807160a587dc84d66c384a8954a05a39734d9fa365', 1, 13369, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcc45fb6d321908583f725cea716f2d9111d7ffe', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/utils/mctabs.js', 1, '7d1d7284f6ad34791f6c03d3f04e3681ff711f3ff5610afce54c1d8024fa71ec', 'eb81a1ec2259f9b1b4933e7855e5ada3', 'eb81a1ec2259f9b1b4933e7855e5ada3', 1, 4160, 33188, 1, 1506460547, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fccb8806f5bc394c5c1831ab8307e962cce47c26', '/home/hkrhostingreview/public_html/wp-includes/js/masonry.min.js', 1, '733d7c26a5fb7240e83e8af2c822218b321b5143e28c2dd65ab2492297ac6bd7', 'c54e75edf5cbaf412bc16ba4145f6032', 'c54e75edf5cbaf412bc16ba4145f6032', 1, 28953, 33188, 1, 1527069931, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcccd3c906d765faa80461fbf47cf4106f2d6b95', '/home/hkrhostingreview/public_html/wp-admin/css/colors/sunrise/colors-rtl.css', 1, '2ed29e2589b32d214b96128d034aab217ef0da0d5462cd912c7dedd7c75fcb12', 'f86f42cf3ea35d6a9c823366d3ca9b8a', 'f86f42cf3ea35d6a9c823366d3ca9b8a', 1, 14834, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcd323da462fd231d3be77c9bd1ff0aaa246b970', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg', 2, '0eb0d5792365b1ece361e8ce768b4958a2990949dccfb4005f1db3831a3e676f', 'eb83b47de3b5531fd21b6a324d69d781', '0eb0d5792365b1ece361e8ce768b4958a2990949dccfb4005f1db3831a3e676f', 1, 178, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fcd6f58e4c1f44cb305d821c09c20bec146d8dbd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228278', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703236, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcf1452f2b27cb89d0a66f4ffaa60e19db8cfd0f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/dz.gif', 2, '7965d9d73de669b3c98beaeb1cb09c954179198d4c930db08a27e0c0acbb2e63', 'e8da7d880886bf815ad641b7cd0b7f9c', '7965d9d73de669b3c98beaeb1cb09c954179198d4c930db08a27e0c0acbb2e63', 1, 370, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcf8b8b36667cba71a0961eda400a060ccf4fe9b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons/agency-membership.png', 2, 'cd5a571496b03aa52aeaf5eba968c9079780a0aef3a2e04fd3c679adcfb98805', '2f5454f0547287f0f60577ed2589011a', 'cd5a571496b03aa52aeaf5eba968c9079780a0aef3a2e04fd3c679adcfb98805', 1, 15332, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcfb14f229c060158602faeeba93ac827bc75816', '/home/hkrhostingreview/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, '8822e7d5ebd893edf5faf0bda4dfa6451828bcafb9f950060c239db37a579e7c', 'df83ef6cc53d1fd92a66dcb74739dd9c', 'df83ef6cc53d1fd92a66dcb74739dd9c', 1, 2073, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fcfd500d10e39c9b380044b61dbc69ac82992083', '/home/hkrhostingreview/public_html/wp-admin/css/site-health-rtl.css', 1, 'e113ad0eb6a8aa80ad6b2349c5412f26e8c73aa8c95dc110b7e08e045cd10583', '27c646e3c3864f931729676695034395', '27c646e3c3864f931729676695034395', 1, 7859, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd03cba09aec5a1201beb92b620b8b0dc7e401ec', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/sticky-video/index.min.css', 2, '171431b7fc9c5fa196b77eb051e4df9701750a66955e6a5a4d1b733ba4ef537b', '32efab0e151bb218c402801a01859afd', '171431b7fc9c5fa196b77eb051e4df9701750a66955e6a5a4d1b733ba4ef537b', 1, 2124, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd06933928793ed549a5bb117e8837737c2a1060', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', 2, 'b9aebf2b9b7315af271434727d9442afab9f3aea3bc159f72e745cda5d263ce6', '63d77628658c5ac05f530f4608df6ef9', 'b9aebf2b9b7315af271434727d9442afab9f3aea3bc159f72e745cda5d263ce6', 1, 2228, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fd20a2b031a1188e9c3987a09e8a4a7ce939f50c', '/home/hkrhostingreview/public_html/wp-content/uploads/essential-addons-elementor/eael-post-264.min.css', 5, 'a70f7cd8a54426697992bf85879a18e37b4cfbed4ec472abe826d9475e289100', '', '', 0, 9073, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd2810d4e4731e9bf6c738dbf91884df647b144c', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/setup.php', 2, 'fd6d25294e6a5cb06f4e76ac5d238533cd839abbc7c729967c35637a1b0ffedf', '6559e25d8e5aa12e5e1f3caeb126556e', 'fd6d25294e6a5cb06f4e76ac5d238533cd839abbc7c729967c35637a1b0ffedf', 1, 324, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd2ac2a178e19cc6d6593b3658fd8cdae12757d8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/builder.min.js', 2, '0973932a88b5c2ca8b1be1bad552ae79ccd9af1f01709e351dac15f45f32150d', '47c806dd1c755bc8073235ba9cae6897', '0973932a88b5c2ca8b1be1bad552ae79ccd9af1f01709e351dac15f45f32150d', 1, 11055, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd34c3c6c5b840172214946e9dac83b0487d6ac9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/repeater.php', 2, 'ccbaf735703fbdfabf88c54fd42d8bcea199c41bc9343de91ec95b4a8c51cd28', 'fa596c9c69b5e7bcdeaafce46e5eacec', 'ccbaf735703fbdfabf88c54fd42d8bcea199c41bc9343de91ec95b4a8c51cd28', 1, 4436, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd37c8eeef6cbc6b712950953e5fda6aa17c0c96', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/ag.gif', 2, 'cd59c12765e9e756be5f39782c1aef7b7b1f670eb9d16c94304f40271a05ef62', '49068e672834658b179cd86a35325e47', 'cd59c12765e9e756be5f39782c1aef7b7b1f670eb9d16c94304f40271a05ef62', 1, 361, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fd3c3cc5188e3a8a78a9209ea5160f98e3ebe3a5', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_button-pcloud.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992537, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fd514093e25730845a290eff61f0a71c79810005', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_export_export-permissions.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992538, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd58a827ba8f6f0b3e2b78aeb0a3a160c67fa5aa', '/home/hkrhostingreview/public_html/wp-admin/images/post-formats32.png', 1, '4e5746754b7aa38c8a5827f7562de88aae9d5133dffdc0631ed3ba1ca23417b9', '57597e8f4f92f87bf02b5f4c896b453b', '57597e8f4f92f87bf02b5f4c896b453b', 1, 5142, 33188, 1, 1414533742, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd813b97606fdaca5d0caec5bd7a210b7504dddd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Content_Ticker.php', 2, '42b760b960fe342a8137116367e1135589a8823febe9efd3caddd2c33bf9cb30', '75e7da27c31504b6c7af36f9d5ee172d', '42b760b960fe342a8137116367e1135589a8823febe9efd3caddd2c33bf9cb30', 1, 31875, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fd908b696634116a7a12d18ddc1d8fcbc4d7249c', '/home/hkrhostingreview/public_html/wp-includes/js/wp-backbone.min.js', 1, 'f5d1fb3054f960828d4398eb0d84275e6b6caf2fa7627edd2f020033d39a14d3', '643ca3336f29d3cab7ce9dd7da8bc2a6', '643ca3336f29d3cab7ce9dd7da8bc2a6', 1, 3012, 33188, 1, 1570304950, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fd9da4faa56ee660bdde261fd3a86bb6dbfed683', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/bestcloudhostings-favicon-round.png', 5, 'f8fae77c35a46ca9ac5bdf56a77026945f219d68bdbf9084bb6e14d22f10d3e3', '', '', 0, 36621, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fda5cc8be4c8411fd49b83d6d12b76f7d9127c74', '/home/hkrhostingreview/public_html/wp-includes/class-wp-feed-cache-transient.php', 1, '812a931dc648a0ccebe7e7f35e609c45fa6ba8ed780755dfb75d0956ed611d4f', '8678a8dd3f5eeebba13e19df19b34ff4', '8678a8dd3f5eeebba13e19df19b34ff4', 1, 2560, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fdb5f216ceef3d8ef896362e1c19cc4976c3318e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lang/ninja-forms-fr_FR.po', 2, '8b85d021ad101841c4b2c18fcff88ec5a4f71556d3c31b4ff8a93ac75a7f4625', '358fc73b79cc53e06ab8894f2681e2c8', '8b85d021ad101841c4b2c18fcff88ec5a4f71556d3c31b4ff8a93ac75a7f4625', 1, 213427, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fdc3148db81c456c7f853bd182a343d3ca64afe1', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/plugins/lists/plugin.js', 1, '7916f6d26129bd5c92eaa9968c98a226a05f2755697ff1cc00c656660a1e5b15', '6e3aa443bc42227ce7afee73b8bb90ee', '6e3aa443bc42227ce7afee73b8bb90ee', 1, 71038, 33188, 1, 1568854857, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fdc8c11d63c67fcb2cf189b27946cbda92b0b389', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/css/global.css', 5, '25eca506443aec2349bbfeb37483f5f93805d6337f8d42583aa4ed5bfdfaff17', '', '', 0, 19019, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fdd1eaef0eefda344c61e708587cb1daf1b1f7fe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599650866', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703233, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fdd284e0a8b0f7b79e2e329e5fd27ae99d06e810', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fdd38b1f3d01661d9875b2222d1c758ccce009bc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fdf535e244ce6a8ecd79a79e52263389cb558735', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php', 2, 'd876f287e404a3a4669dd33fec6ca567d39375184aff15bdf9ad94cd053d279d', '8cc0b1abf5d6cfec2c251ba19b519d71', 'd876f287e404a3a4669dd33fec6ca567d39375184aff15bdf9ad94cd053d279d', 1, 13411, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fdfc880e095726430ceb3d9d4d9ab51316cf4825', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/us.gif', 2, 'b92f4eb6e7e071a728ae3fb103c1dfe56c0b0f1423171c94afd1709ea466fdab', '4a0cdce756ed771a5d9a16114179d5e7', 'b92f4eb6e7e071a728ae3fb103c1dfe56c0b0f1423171c94afd1709ea466fdab', 1, 367, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fe0169cc45f1516343da63348b944433f72aaf95', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176486', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe0be667ab70b6a10f41ac58aceff9a300eed8ee', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-action.php', 2, '2ee494bdfa0a820ec66907e6ba13577d1bbf18f1d728f58f7652478d4b17fb42', 'ebc9f014c7a59f942f1f9d261bdcae87', '2ee494bdfa0a820ec66907e6ba13577d1bbf18f1d728f58f7652478d4b17fb42', 1, 3870, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fe1e5bd8e6af2461510334a9d142de12eaa81bb5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176810', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703200, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe31a410d932b89f25b3bdf33533386943136580', '/home/hkrhostingreview/public_html/wp-includes/js/swfobject.js', 1, '5fc71212d5f80194f946cc9239d030aae8b51879ec22bd6f9a793c49e543d1c0', '9ffdba2cff497d701684657e329871f5', '9ffdba2cff497d701684657e329871f5', 1, 10231, 33188, 1, 1334704169, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fe345261c194f57d4fb4d6d821f4f893562a94d7', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_backups-htaccess-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992546, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fe34d6c9159cdbbeed7234b36f80e16d7a19d127', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_main_backups-index-html-notice.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992547, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe410d452de87de5fc4feee8d783634b8e449b6d', '/home/hkrhostingreview/public_html/wp-includes/js/twemoji.js', 1, 'fd503ca2cb350bd8ecec266730289fd8a519faffe250b976f7963dc10bfd829c', 'c9e9b421239fdb7f771bfc8e8c74dd2b', 'c9e9b421239fdb7f771bfc8e8c74dd2b', 1, 27665, 33188, 1, 1572992162, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'fe4507d7e275b7544e360de93a88173684e5e060', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176496', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703206, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fe4bac7e2e07d88e13071f6e974bb058f00a4d90', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/hostgator-small-img-150x150.png', 5, 'baad0c5286988d577532145f55790ac63c25242476426e4e6ddb6a464266a418', '', '', 0, 35548, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe5b603eea5ac0cf190624311c8173a088db738a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/mt.gif', 2, 'e1726400a234b9a6330e17c6c5b962e02e0f2cc870340cd8f5d34280ef02b883', 'dc7a0aeb0f7280435a328cadce598b8f', 'e1726400a234b9a6330e17c6c5b962e02e0f2cc870340cd8f5d34280ef02b883', 1, 369, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe61375726e81873fcb64839f3a5c23a480ee708', '/home/hkrhostingreview/public_html/wp-includes/css/editor-rtl.css', 1, 'c042fa9e49a0c21a4a643619aa2a0f85269dc0206240dc87a6bf86d6a9d4f5e8', '0bad85ae8ccab5915c8ec59b6d0e6c90', '0bad85ae8ccab5915c8ec59b6d0e6c90', 1, 32878, 33188, 1, 1571248143, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe61e292e762b80bda21197d5905ff77fbddf942', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Custom.php', 2, '00402b017320e6dabe1cbce5965834140c246b0a8c8ec5681390ca58f3627e73', 'eedbabd7f219e2c959765adc0e589ac3', '00402b017320e6dabe1cbce5965834140c246b0a8c8ec5681390ca58f3627e73', 1, 1143, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe672b0c26db506cf72ba7b9845118b9616dae01', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Session.php', 2, '0963f2f2bd08f6d1d8c88e8e49d4faafb437df8f920837f8ee6b3769476134b2', '1da4b5f2c47507ee21d03ab6a1c3a45a', '0963f2f2bd08f6d1d8c88e8e49d4faafb437df8f920837f8ee6b3769476134b2', 1, 4152, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fe6df85fc74feff005e21d6282b8fdd4f835bac2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/hidden/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'fe9247f9bce5e84132162e52ff450f5cef1eca3b', '/home/hkrhostingreview/public_html/wp-content/uploads/elementor/thumbs/fastcomet-hosting-min-olmzrjrxtgsqwf52g84rf6203fvga7xhitinpdjrno.png', 5, '691f144139ad262106982867287dcdd857ed930c41c2452e39da4f8348a6d2d3', '', '', 0, 58426, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fea4193740b7449855c78528b969e7e845265237', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'febd26eaf27a5fa46d4f3af70efcf2d18d3ee1fb', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/fastcomet-hosting-min-300x159.png', 5, '1e9a675ac08912b97c76d1a82d7b627214e7c91563e106ebdf5096eb99388cb9', '', '', 0, 28543, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fec6d3dd15b124f9a801b4c1003e7c1ca8e8ce5b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/ss-builder.png', 2, '83becd94b9f629fe4bcf3db17a2b9c85a858ecc476b2c32f230b3a3f9f547cac', '50bdae1b82079acfa2ee50d877f57af7', '83becd94b9f629fe4bcf3db17a2b9c85a858ecc476b2c32f230b3a3f9f547cac', 1, 132402, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fecbfd11041d17fdf019446d9f3443a0ffdd0aaf', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/233.php', 2, '5fd593707daba5e42fa72efbb87b33568101bdfd760761ecd43f28b5fb16a3ae', '89c17fa1843dcd47712064c634a2720c', '5fd593707daba5e42fa72efbb87b33568101bdfd760761ecd43f28b5fb16a3ae', 1, 512, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fece9e123522e4afad5d0a8ecfa1b77935056333', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, '7500ed3a49401dd69341293627d33f5c300c3d89d5a67a40931d6daf9d734b97', '2936b4a5293af6dbcdf0b88efd9daee2', '2936b4a5293af6dbcdf0b88efd9daee2', 1, 11506, 33188, 1, 1553144212, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fed3c1f7e212742de0e85a886c0b8efb8123a364', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 2, '01c4ab4e0f92b742172bf50dc8b11d512f142380d69143fc7a0195a1178db868', '317c32d920dde55e0d7993ef26c26134', '01c4ab4e0f92b742172bf50dc8b11d512f142380d69143fc7a0195a1178db868', 1, 82, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'fedba7678d66284900909dfe74f84d4f98e9a875', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-import.php', 2, '2242225daad959ae10ea9e652ae55e739ec6c0a0f5550037cd8597b20c3d4ce0', '88795e5e0815dc89a74fd99c6c730403', '2242225daad959ae10ea9e652ae55e739ec6c0a0f5550037cd8597b20c3d4ce0', 1, 10125, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'feddf144eabfdae6f006b861c0d09c2b5d782cd4', '/home/hkrhostingreview/public_html/wp-includes/theme.php', 1, '84681fbdbd9fa6441be2d66311822e8d51e30ec6d89accca4debf07c087ab2d2', 'ba06289d59bafd6986a693f440ae27fd', 'ba06289d59bafd6986a693f440ae27fd', 1, 104876, 33188, 1, 1570734425, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff010adf1ba1dac2d1d8eadf3e01966c6be9019b', '/home/hkrhostingreview/public_html/wp-includes/link-template.php', 1, 'efc2dbadb89641920a973c78f425621da52e45134b3bbc2547eb56b56b3ced34', '02a3e0ff4e9483dd15a8f1953bc42515', '02a3e0ff4e9483dd15a8f1953bc42515', 1, 143394, 33188, 1, 1570144377, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff06c8cbebbd64654f64aeca6c018ea5198a8ba1', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt', 2, '3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5', 'd273d63619c9aeaf15cdaf76422c4f87', '3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5', 1, 11560, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff08c08e1041a6602c7423e7160e258f6684ea71', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html', 2, '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 'a8b8dc61cc309fc19aacf8261403962d', '487dd4dc5c72806718fd728d37ce48761a39bd9aaf02808a6ddf128d2a3d7870', 1, 159, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff092918f7f26f196b5c3e658cffa111a1791754', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/assets/flags/bq.gif', 2, '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 'fe4c2c10d4d2c8f2bfee11e3d59634fa', '3d44e5774eb318f1a2ad2b03556146c030e95e2e7347b0a1b7c1f13f93840eee', 1, 51, 33188, 1, 1626945631, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff0e684a79c356cefcd95ce93fe68920193a2dac', '/home/hkrhostingreview/public_html/wp-admin/images/media-button-image.gif', 1, '717b58d66fb415062f4b67c462dd284fa777924061e8afe62aa7a79c88213be1', '1df8ccf3a8b6f86dbe09278ae8e60141', '1df8ccf3a8b6f86dbe09278ae8e60141', 1, 200, 33188, 1, 1570285259, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff122cea5f8c7ab98a7f15a8dbdd94fcd231e943', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/FormBlock.php', 2, 'efdad359c4276e92b9b01143de6207bb0b693f5c64cf37ee55b928898b07e359', 'f538aa21a75a8ead93b13c215c8cc4fb', 'efdad359c4276e92b9b01143de6207bb0b693f5c64cf37ee55b928898b07e359', 1, 4057, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff2913824ceab8e83fe7c1409f240499f21bb0fd', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/assets/really-simple-ssl-logo.svg', 2, 'bb7468d0fa23927f6e6d7f55225c7d8c26dcdfcbe9b401267e80853979f5f559', '874de62473a799cf4c6005b56b540a79', 'bb7468d0fa23927f6e6d7f55225c7d8c26dcdfcbe9b401267e80853979f5f559', 1, 122925, 33188, 1, 1624703557, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ff3068ca40c0fbef0573f7056e18ba233725d425', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_model_export_class-ai1wm-export-database.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992524, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ff32814ad46a185fcc56164e0229e10b65374339', '/home/hkrhostingreview/public_html/wp-content/uploads/2020/02/greengeeks-hosting-plans-min-768x498.png', 5, '9a15d54cfc97e975a1bc826b54b0dc7241aafa3e562fc35f021eea2b0ae433a0', '', '', 0, 443463, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 13, 18, 0, 'ff4d6026e4afd6df46d995210cc8313b8d6f5496', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176821', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1624703228, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff57062866ab6cc1db5384c75527868cb4bdd0d6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/modules/wordpress.php', 2, '55000ab9fe1d0b87c52d60e07b40460e3780c4ec518ab1195dabeff35712f1c6', '3f68828063668a3be7c77d581d570691', '55000ab9fe1d0b87c52d60e07b40460e3780c4ec518ab1195dabeff35712f1c6', 1, 7108, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff5817e7cfef93175bb090342a4ca0f2dd438cdd', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/other-settings.php', 2, '11aac8a6901d20db918beffb3db0f169da622d3a8bf989ba027279c5537ed16a', '4251003f1b0ed344fd22d5bda38ab7ad', '11aac8a6901d20db918beffb3db0f169da622d3a8bf989ba027279c5537ed16a', 1, 6814, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff64abd940ac1045d075a789138550445ad0ca8e', '/home/hkrhostingreview/public_html/wp-admin/css/deprecated-media-rtl.min.css', 1, '46e7177b61846eb439406336d79b3d4557fda6afe2f0996df76a01dabaecd40f', 'f341cc91db43d556d8573cddc05e1ab4', 'f341cc91db43d556d8573cddc05e1ab4', 1, 5528, 33188, 1, 1569255718, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff6b8cdb6d4b1de85961ae254364154696e2ffdb', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-pages.php', 1, '7fb4a586030015f13293222dd41da27b4533f89525309f0d1549ec068d2eef7a', '0cf65f296c47a17d0291935904620d8f', '0cf65f296c47a17d0291935904620d8f', 1, 5001, 33188, 1, 1570375683, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff6d19ed84c66598ee2e7f1affe497e1a05f7875', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, '2ae4a898d3f5c13f0d3cfa492ffd2424fb9ee95b63e90d2e4a35f312930b4dc9', '52d0c08fe45aca3f662e81c738f5e209', '52d0c08fe45aca3f662e81c738f5e209', 1, 339, 33188, 1, 1417479982, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff748e0281aae0b7c8908d1dda60327f70616421', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-preview_table.php', 2, 'c57465161309f2ac89b8ddd7d2a1d3f8a2c32a972e390c4150d81c3abf4d99cf', '422e748a8f59b79a66a573154dd1ad54', 'c57465161309f2ac89b8ddd7d2a1d3f8a2c32a972e390c4150d81c3abf4d99cf', 1, 2063, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff79923ea0e7c4e0abf417025c3742f605ba93ff', '/home/hkrhostingreview/public_html/wp-content/plugins/sucuri-scanner/src/fsscanner.lib.php', 2, '0a7e91c10beeb1fe3595b9e02b0301e7e508fcea89cf7fbe936f1aa79b77e39c', 'eb4360dcaa0f81d2fb1845733f739358', '0a7e91c10beeb1fe3595b9e02b0301e7e508fcea89cf7fbe936f1aa79b77e39c', 1, 4300, 33188, 1, 1626945126, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff7a3c392d3e50d2671960e6c00ea37ff602d181', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/content-ticker/index.scss', 2, 'aae48d72d10f5722557da8f4025b36a1769cb0b1746d3fb9d4c7d88678b4c122', 'f66703ae99885c5a016c8ae42bff78d1', 'aae48d72d10f5722557da8f4025b36a1769cb0b1746d3fb9d4c7d88678b4c122', 1, 1173, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff7d02f20a95d1cc3e79c26a50a83aa962cb5186', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_psr4.php', 2, '9ead7763dcdb921731a7b7395385bf61dc6481899ae21d76aef52a659d21fccd', 'dd3a00f0d13eb29781edd8c77d4c5100', '9ead7763dcdb921731a7b7395385bf61dc6481899ae21d76aef52a659d21fccd', 1, 143, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff8c54fc652915a0ad214f16485ae98e59ec9eac', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/images/settings/safari-push.jpg', 2, '4b36cda739994efc391fa4386b0761d5e6a115d926b503beb4d24b6e61b58713', '188e0f57091dbf6224fa458b9fccd84d', '4b36cda739994efc391fa4386b0761d5e6a115d926b503beb4d24b6e61b58713', 1, 20108, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ff8d3ea826e882564c5feccf9cab074fde8d3e23', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/font.php', 2, '6be847947686f135a9a4e613d1cb0a7a624fc1ceb8f285b8a4f90c8d9954be58', '7741ced5ea60ba3c5f8e9c80aad030de', '6be847947686f135a9a4e613d1cb0a7a624fc1ceb8f285b8a4f90c8d9954be58', 1, 2286, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627004145, 1, 1, 0, 1, 0, 'ffa866fe2ce31bcaa93582de00c923b2204aed7d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/tokenfield-typeahead.css', 2, '77ee5a7e99bc85cbacc239cacb2a4aca7f21f14323de2e263ea23ec902170772', 'c68d7c6ad1f87f0e31f443dc00f76c8c', '77ee5a7e99bc85cbacc239cacb2a4aca7f21f14323de2e263ea23ec902170772', 1, 3908, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffb918711671fd27b3e5f9a1ac0746063e06097b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/assets/js/min/front-end--inputmask.min.js', 2, '4660fabdea72f83128d48bc4b59777e6ccb9090db49adcb73a7101e80940581f', 'fe9167653c9bf483a9124d8cdd891985', '4660fabdea72f83128d48bc4b59777e6ccb9090db49adcb73a7101e80940581f', 1, 4151, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffc367da85f64a2cb1f5e50ff77c1217d9269959', '/home/hkrhostingreview/public_html/wp-includes/wp-diff.php', 1, '41cf88429d37ba351e69c8fe2ba1cc7d1fae9f1a59be92d2a680b3f935c93e66', 'abf6a0e1e858409011d1457ac9f2df7d', 'abf6a0e1e858409011d1457ac9f2df7d', 1, 662, 33188, 1, 1512083460, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffc69394fb627b84a9d85ed7afed7cd0ab0b393f', '/home/hkrhostingreview/public_html/wp-admin/css/colors/ocean/colors-rtl.min.css', 1, '42c5e785e9a2111400388ad33e6217bd7875a91198a1c91faf0bcef112c28922', 'e28e04ceb70d5482bb78052f6185a4f3', 'e28e04ceb70d5482bb78052f6185a4f3', 1, 12927, 33188, 1, 1571864225, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffc69831c5384d11ec6e8fe88d5f96270fe43423', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/assets/css/editor.css', 2, '9da8efebb3081fdb87c439230f55a035517e8eaf8530866f6a47d0e51001f8d9', 'fb577e84abe62f46a929bc4ee479d145', '9da8efebb3081fdb87c439230f55a035517e8eaf8530866f6a47d0e51001f8d9', 1, 172801, 33188, 1, 1589534292, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffc989ecb0fd5329d4b65d7c7c386c38cdcb76ea', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/lib/howler.core.min.js', 2, '6aef170497d41aebe0833a95b6b395b93c6f37a60eed17cfbccc98f2214f53c2', '4d72d36a39f5aa20804d9a357a0470fc', '6aef170497d41aebe0833a95b6b395b93c6f37a60eed17cfbccc98f2214f53c2', 1, 20340, 33188, 1, 1589534294, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffca9acb8e14c8ee10b6b299c59dba34c0450694', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/231.php', 2, '511a71c426522217510fa8567511a63784b4da8d83b1b28c323ab533d40a3c96', 'f94a925d2c4eff3a8f05f470ada433f2', '511a71c426522217510fa8567511a63784b4da8d83b1b28c323ab533d40a3c96', 1, 1112, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffdbeb4a37865c75c38b8351320a11afa3156720', '/home/hkrhostingreview/public_html/wp-admin/user-new.php', 1, 'bef9e50453629431a26d29fe02da71aa2a5407b7d514a986aec0d9e0adc7238e', '24c991ff52f4deebd3b067b73866e2c3', '24c991ff52f4deebd3b067b73866e2c3', 1, 22285, 33188, 1, 1567471265, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffdcd4797799894309bef3edaac3f1550dbc86e3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsGeneral.php', 2, 'fb5daa4d6387cc57ff294d008d8a0274614845b5a87ba71bdbc80bd1343a8bdd', '9914d644e33e0dc043f32c3291d20c5c', 'fb5daa4d6387cc57ff294d008d8a0274614845b5a87ba71bdbc80bd1343a8bdd', 1, 1530, 33188, 1, 1589534293, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffe51ba55afc33fea294959ea4a9b8bfac85bc20', '/home/hkrhostingreview/public_html/wp-includes/class-walker-page.php', 1, 'c83a401c94ab3be1649d387980f009c8b9f8ecef653a15c138929c8f3349a404', 'e4675034ec6a7d4b629da08c30b102bd', 'e4675034ec6a7d4b629da08c30b102bd', 1, 7033, 33188, 1, 1570374363, '', ''),
(1627004145, 1, 1, 0, 1, 0, 'ffe662d5300ea05e9cbc0ee8bf1c2dd3029be4f6', '/home/hkrhostingreview/public_html/wp-includes/js/comment-reply.js', 1, '729a5970ce88a6b201eec4d5d58fc8ea4c2654cc3c960dd071dc2f0255d7c2dd', 'bde01a471cbd94556bde642fb5d9a47e', 'bde01a471cbd94556bde642fb5d9a47e', 1, 10629, 33188, 1, 1573491542, '', ''),
(1627004145, 1, 1, 13, 1, 0, 'ffffba25b8726f2e634cbeb9bd38de72c71afa15', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/_home_hkrhostingreview_public_html_wp-content_plugins_all-in-one-wp-migration_lib_view_updater_modal.php_.txt', 5, '565339bc4d33d72817b583024112eb7f5cdf3e5eef0252d6ec1b9c9a94e12bb3', '', '', 0, 2, 33188, 1, 1626992550, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0010c7fc9b16552abd69eb7bd3b79c0949a2da5e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/fonts.php', 2, '726163284829ef8165e50ff0d2af050cf0c8ed8baa07b8732d46b32b545f2c5b', '35dee43600b1385f18d39d23c6716666', '726163284829ef8165e50ff0d2af050cf0c8ed8baa07b8732d46b32b545f2c5b', 1, 33943, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '001f6cc1336a40a66f55e42830ffaeb9e3032be1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/from-setting-check.php', 2, '8b23e04801290877e3b56237f7c8c8579f507dd2c41669fe08fdc28eed73c2fa', '9d0d78afabfb807c450513d48a510365', '8b23e04801290877e3b56237f7c8c8579f507dd2c41669fe08fdc28eed73c2fa', 1, 2087, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '00781696536d388b1625282a41dada35d6b95454', '/home/hkrhostingreview/public_html/wp-content/plugins/virus-finder/virus-finder.php', 2, '3605117ddc4dbc83b2f8ac4cecf2174f0df953e47e919331d1f483e876b39bf1', 'ae34f7579777ab1e2c1bc98ebd117634', '3605117ddc4dbc83b2f8ac4cecf2174f0df953e47e919331d1f483e876b39bf1', 1, 15333, 33188, 1, 1626989513, '', ''),
(1627006215, 1, 0, 0, 1, 0, '00977640d2f99e29051497c712b427225837d444', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Processes/NullProcess.php', 2, '05742a6dcbde7deb21c1624fd246088c692e258b1d965ee36134c68b3c3e3b25', '1e78f0b08bf9d5b073fd08d0a331161d', '05742a6dcbde7deb21c1624fd246088c692e258b1d965ee36134c68b3c3e3b25', 1, 283, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '00c986f8ddafac1ab5bd793b46427fc061b6edcb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/general-settings.php', 2, '484a06ac0c68775bd9fdabdea618ef361d0e93c3a866afeb3b15f3f111502c6b', '76826f63bc584453e5aa123bf6008d9b', '484a06ac0c68775bd9fdabdea618ef361d0e93c3a866afeb3b15f3f111502c6b', 1, 2922, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '00cb9fc1476f45a87b71a6d78835ff2646bb8a07', '/home/hkrhostingreview/public_html/wp-admin/user/profile.php', 1, '13cb17a521f311d390f29a7e466bb19bf5dd63ea90ee5c9feacf7aa9f05d6e79', 'b9fa17a9811195800079dda4b1262d03', 'b9fa17a9811195800079dda4b1262d03', 1, 270, 33188, 1, 1415118742, '', ''),
(1627006215, 1, 0, 0, 1, 0, '00db0aec1291e5d75327931178121b82d12247d6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '00f0b4d0da4a71f7aad0af46351b8049ae451214', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-tags.php', 2, '901362117e39d348fb19cb0d05d6b05e4ac08358e3f9cd6a95409b4ee810b946', '9fa52a8915885f9ac227361e3ea1bfc7', '901362117e39d348fb19cb0d05d6b05e4ac08358e3f9cd6a95409b4ee810b946', 1, 3033, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0115a346f57990e72df173d8eac123b5e4113c6a', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/regex.php', 2, '3b1fbd6c62f98114b90e0c03b8e9e78a928b33ea6a671367b09169881a538151', 'ccce5f45d1ac66bd2bebe75d666b5720', '3b1fbd6c62f98114b90e0c03b8e9e78a928b33ea6a671367b09169881a538151', 1, 1819, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '011a65c1f9df742ae74fe8f555547dda4b36d317', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPDeveloper_Core_Installer.php', 2, '4e68d3bfff14c47ad13dac7d5a2e4e5612cc49536cbaa2b71d4d03c45c344fbf', '7a57803551958d029e1023d9b356e76b', '4e68d3bfff14c47ad13dac7d5a2e4e5612cc49536cbaa2b71d4d03c45c344fbf', 1, 3148, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '011e80855f7cf0ffe5c7adfccd1ea0db800839ba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormSettingsTypes.php', 2, '8908d4f27b1ca190299f2830d9734bb3e33365bc498789128a6c4f6a5b3d1df8', '7950d916b7da80431d2ebb06ff8de29f', '8908d4f27b1ca190299f2830d9734bb3e33365bc498789128a6c4f6a5b3d1df8', 1, 527, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '01340fc3c5ce161726245d4bcf28b3882b92e411', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php', 2, '243b12e9485cd3e9a6436e5ba0a16a21d3e7a6dbef0bb70174e0a64ba6396ed1', '7831ef751b7997f5cdcc382d7c6ee244', '243b12e9485cd3e9a6436e5ba0a16a21d3e7a6dbef0bb70174e0a64ba6396ed1', 1, 2668, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '015ed0e9482b6920dd53fc1b0573f48927d058b5', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/autoload_52.php', 2, '880dc207a5ca2c8f51835dc5c4e4ad1e4207302fb2050e8653269f9d13bd291f', 'e81d33299ba7ba7d5c175a182c32dc89', '880dc207a5ca2c8f51835dc5c4e4ad1e4207302fb2050e8653269f9d13bd291f', 1, 208, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '015fe48974ab58790548ac9761e367deb7f36e64', '/home/hkrhostingreview/public_html/wp-content/plugins/disable-wordpress-updates/disable-updates.php', 2, '2a4100b682ff3c15e9829d13ec8121fb25186c0bef723cc55e4e056ee9633fcf', '5606871bfbf3c1fde889c2e1007df1d8', '2a4100b682ff3c15e9829d13ec8121fb25186c0bef723cc55e4e056ee9633fcf', 1, 8050, 33188, 1, 1610809587, '', ''),
(1627006215, 1, 0, 0, 1, 0, '01da32536db7d18a020e2797958c56aa5effbaf5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php', 3, '368e17b4f44523d2bc072c87611d1f270a263b6119d0dcb787f35c7185087022', 'dc709e9006010357c17ecd08713d521c', '368e17b4f44523d2bc072c87611d1f270a263b6119d0dcb787f35c7185087022', 1, 1182, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '01ed3e2574d03e341acbe9f7f58436225dcfbea8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/system-status-html.php', 2, 'ba45c1026a475619f3d57c24c71c769b143a2b87ec5460bb43968b91e34de0b7', '05ec8f1814bc8f7092380507f8a80ea9', 'ba45c1026a475619f3d57c24c71c769b143a2b87ec5460bb43968b91e34de0b7', 1, 10495, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '020a525e4fb4d13f75592cce04533ce164d9355c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', 2, 'cb66cc9b95684734704fac80bdf7467dc70c2ee45410879a9ffaaaff33b3c927', 'fa81a7643b479b67a1ae9bdf01601404', 'cb66cc9b95684734704fac80bdf7467dc70c2ee45410879a9ffaaaff33b3c927', 1, 1738, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0225374da8e9df2e1f343f3a30e86594ad7c0a64', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Countdown.php', 2, '6714786ed3d52421bebf966ffbfc257bb70776234918a49e7109878d836ed0bb', '8130a40cd9816317d18e5cdc59b92102', '6714786ed3d52421bebf966ffbfc257bb70776234918a49e7109878d836ed0bb', 1, 38598, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '02375b3897f20d03ecf4fff88faf902b92057130', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/scripts.php', 2, '50830815fa9ba474836cb95d62cc143f6ae60b41ca6bc2ef79b47e2b8f5d4dd9', 'be051a4036350f9e319699902b968e4a', '50830815fa9ba474836cb95d62cc143f6ae60b41ca6bc2ef79b47e2b8f5d4dd9', 1, 9480, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '025716a69a949b7994d594ec41cb84346707c73c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/controls.php', 2, '1274dc356bb6bd0368880ab5cd46f0f93f2187a559583909e6b76273ca702585', '56fff8406058e2992ec211bcfc43b58a', '1274dc356bb6bd0368880ab5cd46f0f93f2187a559583909e6b76273ca702585', 1, 6920, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '025e821ee83b03b480f2eb76402e2cd14d2f7176', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/register-screen-options.php', 2, '3e14c78b2f1dc2bbb12e5754412fde04a5e221ffe2d416bee5aabe5a4b5492bf', '29ae1391fc5bc9b32799de0df3329534', '3e14c78b2f1dc2bbb12e5754412fde04a5e221ffe2d416bee5aabe5a4b5492bf', 1, 2903, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '02bc62c6f05cf5bc14e25729bd54e75006b68c9b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/admin-before.php', 2, '981a57e7f21731c60392da57db7b325c524ad83da079510c4a9a9f3e833e794e', '12dbbe71ce64330b896d1bb54643e74a', '981a57e7f21731c60392da57db7b325c524ad83da079510c4a9a9f3e833e794e', 1, 301, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '02c6c2b194e2db9c2cbb50d2b1b6fa4be02350c8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php', 3, '173f5e4bdf019f8bb7a6c0017d2a352cb0b4c4ba4942fcdfee6760b8858ef6e8', 'bb06f0bf2f76f516b3a22c965328dbe5', '173f5e4bdf019f8bb7a6c0017d2a352cb0b4c4ba4942fcdfee6760b8858ef6e8', 1, 1232, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '02eb0e3e99ed71bd991e1b0e3c2c9a6b87198f0b', '/home/hkrhostingreview/public_html/wp-admin/user/index.php', 1, 'aea0550a3e918e3518076151a85ce8b7fc05e60197a81f4aa90b3556519386a0', 'c8fd98f7fdd52d78bdadf74e620789fa', 'c8fd98f7fdd52d78bdadf74e620789fa', 1, 269, 33188, 1, 1415118742, '', ''),
(1627006215, 1, 0, 0, 1, 0, '02fb5a4f18d6c6186242f414e34d14b8dc946e50', '/home/hkrhostingreview/public_html/wp-includes/class-phpmailer.php', 1, 'f228ee27637470b04a07f205a865b448707936ec0e0c19550187129f65acd67b', '903c144b04a5ce5cb1d1693da6ad89a4', '903c144b04a5ce5cb1d1693da6ad89a4', 1, 147969, 33188, 1, 1570117559, '', ''),
(1627006215, 1, 0, 0, 1, 0, '03327da1e6ded61c663169a311aa8a3607840ff0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/field-settings.php', 2, '5a1baf8e0681f259bfe164a80153c0d4e3b5e3c484418b0acc5c0ea0cbbb632f', 'e9a1ba4f69d110f93a6225de16baee57', '5a1baf8e0681f259bfe164a80153c0d4e3b5e3c484418b0acc5c0ea0cbbb632f', 1, 2855, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0351e2446345510d108ca4ed433724ec81b6576f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', 2, '91dab401e2cd50a7f17410ac201fcc2b7ff2a4a2851c26f580a9d59baae14403', 'b8b42a09c0de63d5cc85dd5a80ad62bf', '91dab401e2cd50a7f17410ac201fcc2b7ff2a4a2851c26f580a9d59baae14403', 1, 1679, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0354a8a9d56609079debcb3062856268f8ea9608', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/astra-update-functions.php', 3, '92ddc544240b9724a8fe6d3a8e3a480a63763ccf7787fc8a3d7e591221a50919', '8ba90637c003fcecccd8133654718914', '92ddc544240b9724a8fe6d3a8e3a480a63763ccf7787fc8a3d7e591221a50919', 1, 6340, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '03580042398e0e70347f8d3c59b7fd14c508618d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api.php', 2, 'c443fd3cdcc2881c4f98b157a1ac7a5de2c6766863dd6bd8e086c559264a9897', 'afefcc2767d94c226318a1c320b54fae', 'c443fd3cdcc2881c4f98b157a1ac7a5de2c6766863dd6bd8e086c559264a9897', 1, 5482, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '037f1b3cff1a37104faf40b6ba0ea515d0c1af7b', '/home/hkrhostingreview/public_html/wp-settings.php', 1, '6f722bbc56191f49a0dde6ce1468e8725d2be33b4ba6561ef14c4f8aa570bc2c', 'e7eaa3f8c9b764e394bb36cc1bac2b86', 'e7eaa3f8c9b764e394bb36cc1bac2b86', 1, 19120, 33188, 1, 1571153828, '', ''),
(1627006215, 1, 0, 0, 1, 0, '03ab2d390de48f7073d36792ba9fd99a59487446', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-background/class-astra-control-responsive-background.php', 3, 'e2598e4f1bbbfc0c83f2863a1e1af160083d765814ac5fa4f69e8d567d39d009', '8d78a37c74f5aae344ed5bcf05c926ca', 'e2598e4f1bbbfc0c83f2863a1e1af160083d765814ac5fa4f69e8d567d39d009', 1, 31377, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '040631e79d553eed38c3107fbf785954ece1c9e7', '/home/hkrhostingreview/public_html/wp-includes/blocks/calendar.php', 1, '7c4d0729519cbbba459753bd7f946741e6123d68afe626b18a8da47ef1d46a23', '6e4dcf6498eb046dbd19b38fdb10680a', '6e4dcf6498eb046dbd19b38fdb10680a', 1, 2073, 33188, 1, 1568908078, '', ''),
(1627006215, 1, 0, 0, 1, 0, '041b120c9acbbcd0c638950d1e9f02ae48aa9e44', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/flamingo.php', 2, '8b5242c8fe0ff73ac0f9bc19ab33d0755ffdb26db23cbd4e73cf02ebfb49da47', '7c82ba6560b8fa3a22fce5c1e8373bfc', '8b5242c8fe0ff73ac0f9bc19ab33d0755ffdb26db23cbd4e73cf02ebfb49da47', 1, 7070, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0437c6011bb4a3cc3b2e123641d50cf50c818392', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/field-type-groups.php', 2, '318120e0814bfb240358c9bbdb4fc39cdad50fa23f3c2122355c9fa8120bba6f', '836b7b6ced4e24a41ad4ebeff770d575', '318120e0814bfb240358c9bbdb4fc39cdad50fa23f3c2122355c9fa8120bba6f', 1, 812, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '044e873093c713e2e1f1e9a56262a0ba5021775d', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/shell.php', 1, 'f0e097be3bd2b1b14b0d9ea3286f65b897d421afc4cee103078fcde84c6d3486', '5adeb5d2b61c5f9cd3d14fc86faa5543', '5adeb5d2b61c5f9cd3d14fc86faa5543', 1, 5212, 33188, 1, 1506981813, '', ''),
(1627006215, 1, 0, 0, 1, 0, '04605172a9d9812f07cce749da224b89c4694fb7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/default-value-filter.php', 2, '0adf908aa127a3e720735a559ed15223c1c87feb2cded2de64d2404a11e44391', '3700c823254d91e1c367f9e21df5ec4b', '0adf908aa127a3e720735a559ed15223c1c87feb2cded2de64d2404a11e44391', 1, 1162, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '04aaf284a346d6b30d071d1fd1dc00718ec74ca1', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/redirect-sanitizer.php', 2, '430b4c727a97a3b361e89676cff1c6e306393ce61dc0e44694ecbfc11a9ecf17', 'a5d260f272dafd12c29145a45ef3bd29', '430b4c727a97a3b361e89676cff1c6e306393ce61dc0e44694ecbfc11a9ecf17', 1, 6697, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '04cd5845de3e123f350012388d6ee9929600babd', '/home/hkrhostingreview/public_html/wp-includes/class-wp-post-type.php', 1, 'e3e35f00d927b02e108ce578fc7699b1bcf9a80b1619c9cfa6f9265e081e4430', '61b542405c5a6d50de0b21a8e0883055', '61b542405c5a6d50de0b21a8e0883055', 1, 19527, 33188, 1, 1570542182, '', ''),
(1627006215, 1, 0, 0, 1, 0, '04e8a79f56926d76252cc657e85ca53c998ec944', '/home/hkrhostingreview/public_html/wp-includes/nav-menu-template.php', 1, '3d7b5493d6a9a59ab3e0457338c901dbff83380f7ae8d171ec96a02658baa841', '1bf843849b1820577b4823e0ec0a12ef', '1bf843849b1820577b4823e0ec0a12ef', 1, 22053, 33188, 1, 1568547117, '', ''),
(1627006215, 1, 0, 0, 1, 0, '04ed61ffc06b85481c71bb8c2776b1cd76254475', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-messages.php', 2, '3af8f8d68de31f8a5ef1812a3dbd7e44940a5dc6684b97aa58dc829d7e568732', '24612175fefc04c343bf7e6c118aa8b4', '3af8f8d68de31f8a5ef1812a3dbd7e44940a5dc6684b97aa58dc829d7e568732', 1, 5625, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '04f6d1b498361a595416ba4e9de61ce0219ec4a8', '/home/hkrhostingreview/public_html/wp-admin/includes/template.php', 1, 'b2fb1ce91e150adb9d2fc129b29752d14853b567b7c3ff221959ddcbd46fd7c7', 'a177e360725c68847caacb078e5023ae', 'a177e360725c68847caacb078e5023ae', 1, 90474, 33188, 1, 1569459478, '', ''),
(1627006215, 1, 0, 0, 1, 0, '05115f180c252edc3fba105f3e29065d5f7aa635', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php', 3, 'df30dd93bb7c98601b60bbf0bd5a0ae942cea493c1e575e279ba85f411c545b3', 'fb86beb4afd3f623b0e6d1e2bdd6b361', 'df30dd93bb7c98601b60bbf0bd5a0ae942cea493c1e575e279ba85f411c545b3', 1, 5068, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0578643382d331a9175c21a932cbccfdcb9f3286', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-theme-control.php', 1, 'a184358786e141d3b951dbfefb61ceed78ae1fac43e189e4003b4b0c2c2a2db9', '26a80c022d65494307f659af8563e692', '26a80c022d65494307f659af8563e692', 1, 4524, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '059364ab8798a987936f45169737acf443317c2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Other.php', 2, '7ff276aa173ea239a8dd2beba1a4174505f7b50265afc68b3db6abe75660f1fa', '456b542264aa2f8b8541e384f6058167', '7ff276aa173ea239a8dd2beba1a4174505f7b50265afc68b3db6abe75660f1fa', 1, 3382, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '05a02257104c30ebb3f052fc7a83eef8ff1e5bcc', '/home/hkrhostingreview/public_html/wp-admin/includes/bookmark.php', 1, '00e63b7669907072b7020c34a97a19314b95cd833467ac0509492913967caab6', 'feea3367c3ee803baf72e4dac1401983', 'feea3367c3ee803baf72e4dac1401983', 1, 9511, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '05b9acf54bfdbe7d2c99ff2c9e6fabb73ff747c5', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/url.php', 2, 'ed04a8335ef09eb520e3c9544e9dbb4aeb260141b7618bb95f4ca0a95e0db910', 'aac4c5e7dbc97f9393d84ec2d38dea6b', 'ed04a8335ef09eb520e3c9544e9dbb4aeb260141b7618bb95f4ca0a95e0db910', 1, 588, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '05d71396c46a412eeddf92a0c44ac0c8b662d0f4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php', 3, '597dacb356181c690854c16e6ffcf4dc65a973ae94d7a8b9b68b30cbc3475de3', 'f3b967e1e68ac0339b7ec6f3cffece74', '597dacb356181c690854c16e6ffcf4dc65a973ae94d7a8b9b68b30cbc3475de3', 1, 12202, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '05fdeb1614002880daae1fbfaaaf28bbb570ad36', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/checkbox.php', 2, 'd2f5673e11e2fb5a6d32467e509e3d0a91834924c4d934196c0385e9d63b1c18', '98c9b074a28360cd0a5025f4c6a4c50d', 'd2f5673e11e2fb5a6d32467e509e3d0a91834924c4d934196c0385e9d63b1c18', 1, 10702, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '061623c768f01d71e47221ea39ba3e11334c57f7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_static.php', 2, '39ed572e7c5cffa78854e4500e0941bcfbfc28d5744066e18d429213e5275f81', '0f6333f4c8fbe57ffea6de42097b39fa', '39ed572e7c5cffa78854e4500e0941bcfbfc28d5744066e18d429213e5275f81', 1, 8321, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0619bd4ef3882142162aef5cc2fa5a4762cbdc06', '/home/hkrhostingreview/public_html/wp-admin/includes/screen.php', 1, '9fc088360cd60dd299888f123f40c37d6ddd62ae439f42f5fab6e4ef3c9b7b75', '0ba569eb015e906d92e3ce4656fb14da', '0ba569eb015e906d92e3ce4656fb14da', 1, 6247, 33188, 1, 1564884235, '', ''),
(1627006215, 1, 0, 0, 1, 0, '062221811bae6ebdfec55ca5e8dadf60246fd2dd', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/edit-form.php', 2, '313600fb81fb47d64555bdaca3d9787db35e777bc5f01bf1a577f794d0d60108', 'de5d4dd5d395af1924bc2284c4a534f3', '313600fb81fb47d64555bdaca3d9787db35e777bc5f01bf1a577f794d0d60108', 1, 4225, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0624353e1313eb4c8906d4e32270b41359c16949', '/home/hkrhostingreview/public_html/wp-includes/class-snoopy.php', 1, 'ca6f5b4951c14bb0f59e507a39edbc4464f8cda0eb2f6614ca8b0adf6bab8e8b', '73b05cdec5859ff6edcfbcd22ebd0960', '73b05cdec5859ff6edcfbcd22ebd0960', 1, 37785, 33188, 1, 1467808829, '', ''),
(1627006215, 1, 0, 0, 1, 0, '062c439839c0dd4aad4dae594578202605a600cc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/sidebar-fields.php', 2, 'd3fd3c41cbd3cd078b5ccea07d6a5e2ad6206982ef89903d8525916f56f83e7c', '877c2c706256cbf572042a8d274af40f', 'd3fd3c41cbd3cd078b5ccea07d6a5e2ad6206982ef89903d8525916f56f83e7c', 1, 696, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0669d7bef45b966f971ff3aa3f4b9b4a86c3eedf', '/home/hkrhostingreview/public_html/wp-admin/user/user-edit.php', 1, '230637df9b8da9e16001fac488070929cabe484c2455ae7681d7b0d2c87449af', '2a7a75a363b0f88f0b6d094a91ef65ea', '2a7a75a363b0f88f0b6d094a91ef65ea', 1, 268, 33188, 1, 1415118742, '', ''),
(1627006215, 1, 0, 0, 1, 0, '066bfcd9dc9127464f45691d91f0a018790bd4b0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/manager.php', 2, '7228a4d41cd654edcf51b323cb25dac8c299098632c2c0f092c19d66c7d952ea', '245672d0d43248c7f9b1f2a5b290a251', '7228a4d41cd654edcf51b323cb25dac8c299098632c2c0f092c19d66c7d952ea', 1, 3020, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0677aa6e2d7799a3714033675b43d5a1bbe6ac8b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/class-astra-control-responsive-slider.php', 3, 'a44dc93e4d50032c3e7d840b3b18fa7b49dd215e322e7689e0c0116427808277', '87d4ba020ce97079d3b37b01d9b5d02c', 'a44dc93e4d50032c3e7d840b3b18fa7b49dd215e322e7689e0c0116427808277', 1, 5432, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 13, 18, 0, '0685b8d45a1e97226bd0362a1340da2bc8ab17e9', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/content.sessions.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438504, '', ''),
(1627006215, 1, 0, 0, 1, 0, '06882af7c0a5a407001f005d687a4044861772e4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Chunks.php', 2, '2c60727f86593a7432c1dae1ac4e53bb60105f47fe621afbe4af87d81b295ca1', '61895ba780ddbaca3f2075aab2f8ed98', '2c60727f86593a7432c1dae1ac4e53bb60105f47fe621afbe4af87d81b295ca1', 1, 799, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '06c717aa9d55b62f6111ef0305539114c8be521a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/password.php', 2, 'b8ad31dc268756d96224eaca5e162daad9665c658ddc66cb24fa52225e0338f2', '7f42bd7c8bda1bb747dc56c7c5bafcc4', 'b8ad31dc268756d96224eaca5e162daad9665c658ddc66cb24fa52225e0338f2', 1, 5356, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '06d47cbda9bb2b6bc081eb1baf1627bb1a47c6cc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, '2242ff87441523ba2915089b3a6e4c8b7dc271f2dd9b980bd9df62a44c206117', 'e96c887bc3624f73e9935f61ba14de3e', 'e96c887bc3624f73e9935f61ba14de3e', 1, 1322, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '070be3eb1ad811e3a80c5618e59343efe911a5c2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php', 2, '56ea960ffe072f6fbbb2b5b3cde35696e2570bbe9da1659e54653dd638a5383c', '9107acf87b82e3822d9f8bb013df3443', '56ea960ffe072f6fbbb2b5b3cde35696e2570bbe9da1659e54653dd638a5383c', 1, 22803, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '07160825362a64600b03e79690e0c4942d668ae0', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-output-manager.php', 2, '7bb0e356604e7e69e10f90a912d9e30370ad626788da2774ed1fc4b5868eae53', 'f2be20472094dbd8bde6d7c8aebbd6a8', '7bb0e356604e7e69e10f90a912d9e30370ad626788da2774ed1fc4b5868eae53', 1, 2510, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '074a0b7fbc28ff0f79d90a0715204eb82a5c1e71', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/includes/ext/element-extension.php', 2, 'c0270c22fb5905b2dced27f84a17041fcd8ba6c8f20ef901a6826882d9fef042', 'aaf5283c3851b2e2b3c203d3468d40bd', 'c0270c22fb5905b2dced27f84a17041fcd8ba6c8f20ef901a6826882d9fef042', 1, 11660, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '075caeb64f35f16f49e3b35d59d816b44fbc2a6f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-new-form.html.php', 2, 'fe800a4edd2508c519f4d7dcaa227fee64f2c2d56f7a91fa1a9bc729890450ac', '0bfcd103b67385f0781ec1e3d0b5035a', 'fe800a4edd2508c519f4d7dcaa227fee64f2c2d56f7a91fa1a9bc729890450ac', 1, 38404, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '075e4c882a99301e1ff1aa8574bb296e037778ff', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', 2, 'cee9349961b827c06a088cad70729025e7632123f89384d521a6b7dc6fb2e1d2', '09518059096ec5f4b32b4686536a1156', 'cee9349961b827c06a088cad70729025e7632123f89384d521a6b7dc6fb2e1d2', 1, 6088, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '079e12f09f8d3ec7e8e0c4b00105dfc93dc9882e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/sub.php', 2, '43ff585519047b8dda04a7efb78fabeef38a8bc37a66caee7c4bd7383f980c09', '2c0caeb905a36a67695dff3a70009509', '43ff585519047b8dda04a7efb78fabeef38a8bc37a66caee7c4bd7383f980c09', 1, 8219, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '07ac411a7f06424503595e81ea88ceec97c0dc0b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/number.php', 2, '9984422b51c9f49ae8a13e128e9b65132336e7b3a21b850d9740977b2f80b88a', 'c73413155dc73e22c78e983a001f49d8', '9984422b51c9f49ae8a13e128e9b65132336e7b3a21b850d9740977b2f80b88a', 1, 2152, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '07b11d9f19eaca08bd20dc6abe5432a966d9966b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/counter.php', 2, 'b84fe789d5e2f50f7330e2f4cafdb8e8737cd294328b6c7153eb419b33ab1ad8', 'b869ac0875f1a74945062bc11dd04302', 'b84fe789d5e2f50f7330e2f4cafdb8e8737cd294328b6c7153eb419b33ab1ad8', 1, 8167, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '07cd88bc001994031097084ae42cf5b267917bb0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-wp_user_option.php', 2, 'fc042959c12a15cd52764580497472ffa3bb7cadc7e8b7a5f5d37a5deec74d64', '2d11995367f93d99ff4c971a1aa9cb99', 'fc042959c12a15cd52764580497472ffa3bb7cadc7e8b7a5f5d37a5deec74d64', 1, 2950, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '07e8be5f454fabb80addabb5010ef7092bac0c13', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Helper.php', 2, 'f0256a890c5a9f3fd67d014722d7feb06616c08db92e1447a6c4770cc8a24dd2', '81dcbd5fff92dfa9a66da16af16f3675', 'f0256a890c5a9f3fd67d014722d7feb06616c08db92e1447a6c4770cc8a24dd2', 1, 16766, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '07fe29058e4e12d62e0781ada0d144d8f983e555', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/user-agent.php', 2, 'd99d1575ce908d57a0e52c77a66081ff2188f433c57c30d45f8cff4eba3acc6e', '10395c31258d4f405eeedff0b0d1c4c9', 'd99d1575ce908d57a0e52c77a66081ff2188f433c57c30d45f8cff4eba3acc6e', 1, 1221, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0841f170861c77d436d963d2ad7169809cfcf115', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/416.php', 1, '3fe6355d73a64697893151cc82eaa9d64fdefc9efba351b9eacff6c2bf2903c4', 'f931824e39e39617c9aac661804478f8', 'f931824e39e39617c9aac661804478f8', 1, 447, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0854ae60e2adb057fd07a3457f68cdf8e34b2526', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php', 2, 'dbfb45be6e3a2ef6633dd4bd9352f766ddd7ae48916844fecdbbd42e4e2f4c93', '508d18dddaac3a8fd05947f9891579e1', 'dbfb45be6e3a2ef6633dd4bd9352f766ddd7ae48916844fecdbbd42e4e2f4c93', 1, 3918, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '086b2ee0e05afed24464a0cebc0281b492e99276', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_files.php', 2, 'ea25174a05f78731e4658c48cafdb959c0345116742be7a04c12c969686083e4', 'bd41bea4eec032c6dae104a5f10d367a', 'ea25174a05f78731e4658c48cafdb959c0345116742be7a04c12c969686083e4', 1, 586, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '086e725f7a9eadc0ab8ebcc988952e380896c9d7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/icon.php', 2, 'fbd7114566794dc3dbca66d2424356ba4f90dff354de16bdd8cd83be07b440bf', '0cc1b4071d6c2f5bf5a76a02db9f82e7', 'fbd7114566794dc3dbca66d2424356ba4f90dff354de16bdd8cd83be07b440bf', 1, 31802, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '08805b71bf396276794cd4eab0203535c047118c', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/417.php', 1, '9ab5dddae1aac2d64a8f59538067112b6ab1ab5df96f5fe9a986cd7d5e2e8471', '4270026a1b8e684f5ec0635c47201c23', '4270026a1b8e684f5ec0635c47201c23', 1, 408, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0883c2fb72d58cf91f6ebdad6da3a2e93d386ab0', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-manager.php', 1, 'c3360bc5d26d6c817b5c8ac834cb5e2afc064c0980aa5db4811bc952b8050fbe', '50021bbef9c541dbdfc74eb12babf782', '50021bbef9c541dbdfc74eb12babf782', 1, 201694, 33188, 1, 1571157781, '', ''),
(1627006215, 1, 0, 0, 1, 0, '08f5c71aab27f0f9f53e0517611890b770f6b914', '/home/hkrhostingreview/public_html/wp-includes/class-wp-text-diff-renderer-inline.php', 1, '2bd53c5c76196dc7da246443f2fee8dd7a388555b64cd97c585cd8db2f579edc', 'e8053813b36cb4b25f0deeb275ff8ca9', 'e8053813b36cb4b25f0deeb275ff8ca9', 1, 716, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '092970a7c4e88b468c05f164b203982e81bbf633', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Crypto.php', 1, 'fd56b4cab6806a9c819332813af5b50f7be14143424d5f2243fadfa65fb66f47', '08974738a94a2b9c1cf4b38b09bea07a', '08974738a94a2b9c1cf4b38b09bea07a', 1, 86, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '097510c21191aeacd74854bf9076e36168811051', '/home/hkrhostingreview/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php', 1, '50150eaa00b1b1f24dc5719a52839be6eb3ee7a405bd86f0d6aac3be682c157a', '16a9faccfd318b4b02a1f0fef5d66425', '16a9faccfd318b4b02a1f0fef5d66425', 1, 2384, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '09a999f55e536322326ac2c59cfa164c80925e31', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Post_Grid.php', 2, '1d2f87c8662133d76878e4ac89d393140662b4b1e1fff0e736950c9b946ae01d', '513bc07869a08b5b34b9544ad68d5f58', '1d2f87c8662133d76878e4ac89d393140662b4b1e1fff0e736950c9b946ae01d', 1, 9011, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '09ba127f711746cc9fe6c0fdba90be88afbbdba0', '/home/hkrhostingreview/public_html/wp-admin/includes/image.php', 1, '1af066386061391eb82b57511e8e67380437349615a6666c6fdb9cedccc47df8', '2c5f5b8b57f04dc066f1402b1feec513', '2c5f5b8b57f04dc066f1402b1feec513', 1, 33804, 33188, 1, 1573253883, '', ''),
(1627006215, 1, 0, 0, 1, 0, '09c6b22f6c517e90aaeea8e70ca0e501ac33fa98', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php', 2, 'c7d0b80cb29f59616a1d03dd59509acf4df512435b69f481091549b948dae6a7', '5a8e66db993ca7be9f63129a07ab96e0', 'c7d0b80cb29f59616a1d03dd59509acf4df512435b69f481091549b948dae6a7', 1, 1179, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a10f8dd5d8aa0f79c3938c519f52c5687b31761', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php', 2, 'afa6d2e17b3406303267c4ea00fad92dc9238c0896632b741bfa41038481d349', '3955cf5330d6ec7b484f67b2697efb37', 'afa6d2e17b3406303267c4ea00fad92dc9238c0896632b741bfa41038481d349', 1, 53874, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a207b6c4ba5c036e8150953573a16eff8b682b2', '/home/hkrhostingreview/public_html/wp-admin/includes/edit-tag-messages.php', 1, 'b0e90def5bf5c56da73ce3d32bd5058a72963376c413b29906801bc0f2395f2c', '96d46d2d49e76633180cca665c5a92fd', '96d46d2d49e76633180cca665c5a92fd', 1, 1437, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a4e17255a56a9072ef35a544eb022205b8d811b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/sidebar.php', 3, '7ed36af5d71676d501e23161c32f6176cc3e299e819a7ebab2d0c7349864b4ac', '5c3588badaf778ddcf5945b248d4d7db', '7ed36af5d71676d501e23161c32f6176cc3e299e819a7ebab2d0c7349864b4ac', 1, 969, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a56b8a19caf2bae20846b69a89550c61e25b1d8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php', 3, '6907ef7fc723456f46df8cfb7c9b936104d347aeb8178f7556632e32d91d235c', 'bb4b1d4a1c31d3fc299049624a3a2fe6', '6907ef7fc723456f46df8cfb7c9b936104d347aeb8178f7556632e32d91d235c', 1, 4664, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a6afcdb1e59760c07c80cd75887b79bcf21fe95', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-requests-hooks.php', 1, '2b0f5db880b60de9a6feac8a868de954437668a96dbfc566e4ee69673f8accde', '178bff1976e28e60a4e6b21298af9905', '178bff1976e28e60a4e6b21298af9905', 1, 1949, 33188, 1, 1562291156, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a735ae720c27ddf2ce2aa384ce38de672d0b7e8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php', 3, 'ef3fbaf4ba443c36ab0e245b737e489f93b291d50d1bf478249645f6bd611612', '83a252f95a45d0d5fa24139916e3f70f', 'ef3fbaf4ba443c36ab0e245b737e489f93b291d50d1bf478249645f6bd611612', 1, 31017, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a804a6fae47ed93234481d558198e2be7d2c468', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0a9b5d278f6cd92321c49d869c9e50485a7b4f84', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php', 2, '9a9e728284c8188412aa655dc001e983cbb4fa27110b3427d517f8f965005e63', '5806e88f125225cbe26cef84387b4701', '9a9e728284c8188412aa655dc001e983cbb4fa27110b3427d517f8f965005e63', 1, 1458, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0aa07d48c6a065012fe74d120e3455cc2c6d372d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/settings.php', 2, 'c0961d3b372728885a312c32c5c6acf52ce837acb28a11ebc0c002ff73958ee0', '1f05cfb23089d2728487198bed96a8e2', 'c0961d3b372728885a312c32c5c6acf52ce837acb28a11ebc0c002ff73958ee0', 1, 24605, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0aaf96373123db40bab19541ecc48925f33d2808', '/home/hkrhostingreview/public_html/wp-includes/js/tinymce/wp-tinymce.php', 1, '960a13a2487643a0bec186f27b2326c70dcd0c90729e435aff299da95138352f', '300743a1814a972b20d7f0655f3f59aa', '300743a1814a972b20d7f0655f3f59aa', 1, 1052, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0ac84046ce742054b342b0ea2895355391b8e85b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php', 3, '89188cdacb55285486ab74c7f1c22b286658ebc6c3018111a51e8bbd1a02e6f4', 'b978f0bf76973b6b5427e7446c279860', '89188cdacb55285486ab74c7f1c22b286658ebc6c3018111a51e8bbd1a02e6f4', 1, 11113, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0ae6683c7e304df7917cb45934bb2bebf13bd953', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/number.php', 2, '19bcc76894bdccb5f1dd073c4847073148d3e258c32c7792344342d71c264fe7', 'aad5710b944a16ccf60c6ccc46ec9dc6', '19bcc76894bdccb5f1dd073c4847073148d3e258c32c7792344342d71c264fe7', 1, 8267, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0aecb8860318f7139eba560e89e24e2c39f9e4b4', '/home/hkrhostingreview/public_html/wp-admin/async-upload.php', 1, '306e1020cc0bfa91c1e7c93c6b2a5d92128e5a16d41dca6ee848a6f9ec10df11', '05dd7c526e8b3b4acb15995ad7db1eb2', '05dd7c526e8b3b4acb15995ad7db1eb2', 1, 3821, 33188, 1, 1567613396, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0b29cb30fecaeb3bd09843c7b9c24e0d66fa2272', '/home/hkrhostingreview/public_html/wp-admin/includes/schema.php', 1, '4be8f717f5a95f080c8d3f9b15f82f33f4efe5677ebe2f877796c13f8b375bc5', '11aeb604518f514a9f7913dc5b6bc792', '11aeb604518f514a9f7913dc5b6bc792', 1, 41763, 33188, 1, 1568930877, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0b3afb4396e2f149fcee2152f5ad3d3682b42ba9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Whip/NF_Php_Version_Whip.php', 2, '02c331a42ca5428c64fe6fe2fbce1449bba609799ff8d590a411950e3750d59f', '5415de471e25490852a51c0ae3ed3a46', '02c331a42ca5428c64fe6fe2fbce1449bba609799ff8d590a411950e3750d59f', 1, 2868, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0b3b0dcbee59b853e79931cde4e767e166916dc6', '/home/hkrhostingreview/public_html/wp-includes/Requests/Response.php', 1, '5b377591ba2abd968b5cbb0b42fff643dd5cf67c07b491dc7cf7df670f397ac8', '11ce7086bbb7ae52e6abb7c4fd270b47', '11ce7086bbb7ae52e6abb7c4fd270b47', 1, 2505, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0b763c80e719ddfea26e40812fc05780705d9d66', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 'c8c09e1e6af63f3548a6e6ba5e792c466c4f85ac6a1e5338ee4ceae4f2c94e6a', 'f600e7a413d93ef606a4405565ecec55', 'f600e7a413d93ef606a4405565ecec55', 1, 1533, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0b8dd94bf20a192de23f4931e167cf30ac3a4704', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Dispatcher.php', 2, '8da3df211a7a34408be3860278dad27120f0128ed385389bfe0e696dffdff1bd', 'be8d811ae04075cbde000f4692882033', '8da3df211a7a34408be3860278dad27120f0128ed385389bfe0e696dffdff1bd', 1, 8512, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0baa83cf6c63ff02f263f70254510cc295dcc4b8', '/home/hkrhostingreview/public_html/wp-admin/edit.php', 1, '80bf29daac76a17a7701703edcf18e3b1a4537677451a5a7590e097bb66a1ac2', 'a10a58834151a0178d92d3d60520b0e7', 'a10a58834151a0178d92d3d60520b0e7', 1, 17886, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0bc3654078d3db18d9368f122ded26418dd6d083', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-cache.php', 2, '1e3bdf724656ec30428e012612de3768a1b131aeb6f3200185170c5bdbc31bd4', '052cd262cf5d66ff5cb7b7ddab1f1dd4', '1e3bdf724656ec30428e012612de3768a1b131aeb6f3200185170c5bdbc31bd4', 1, 1757, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0bfa12798421f723eea5367f940ec45da4fab0ae', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/rollback.php', 2, '7500421b1ff7d9058d77994be35e0acffb2c7b7a46dc4e2df6d64e7be847de28', '66fcbc576ad60b4e72349ebfbd3e4389', '7500421b1ff7d9058d77994be35e0acffb2c7b7a46dc4e2df6d64e7be847de28', 1, 3714, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0c27f1c8fcb0b74eb3673189dda3c7df32d19270', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/heading.php', 2, 'f80c87e04423984b6cdaf2ac61b92d87e481eb2b3fcb1e8ecc7c2adcb1488614', '50a8fac88e9e16bf3760a4b837c9b61f', 'f80c87e04423984b6cdaf2ac61b92d87e481eb2b3fcb1e8ecc7c2adcb1488614', 1, 1346, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0c9c85027b0753ce4ee0c8dd7a4d79b869587218', '/home/hkrhostingreview/public_html/wp-admin/term.php', 1, '4d7bee211b120ac8eee2920234653391506dd522660617e227a6c13ab3747a05', '9883c8549eca1122042371d38d00cc17', '9883c8549eca1122042371d38d00cc17', 1, 2264, 33188, 1, 1569265858, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0cd2aab460030f06873ba612a1d89eed11f7f3fc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0cdab1389469fef86223171f18e2068a35b29458', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/class-header-footer-elementor.php', 2, 'dd174b8142a930c27434cbe3c3d47b05d251f58fc3615bb1afc76fb1b066e160', 'f6b91b30c745dbd932055a3c931d5fa2', 'dd174b8142a930c27434cbe3c3d47b05d251f58fc3615bb1afc76fb1b066e160', 1, 13096, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0ce54f1ff66a3338dd6d2a5abc3772882c4c4d98', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 'a0b48902825b29ec72e166f5b94620cdc61c9c8afcc342a0fb17581664107242', '29d940877494fe6a123233b413e39d57', '29d940877494fe6a123233b413e39d57', 1, 508, 33188, 1, 1445710885, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d087b89d0870300d5703752496aec93cb688ac9', '/home/hkrhostingreview/public_html/wp-admin/includes/file.php', 1, 'c6adfc7866d5004ba9cbc88cf63c6cee466d99ab6b09f4754f3017a498d7b1c9', 'a44c3ad56d649bda0e4f7c7be7e08a9c', 'a44c3ad56d649bda0e4f7c7be7e08a9c', 1, 79717, 33188, 1, 1570241816, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d0beafa0fbe1756996b08f05ac72057b6db333c', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-header-image-control.php', 1, '16e33ee63d2badac86e7793b31e9fe0936588c8c00bf64c24f7b0e83e8148d09', 'e5f962ad034eb1f2b88a49b2e55d77c9', 'e5f962ad034eb1f2b88a49b2e55d77c9', 1, 7902, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d1a4908b576c33ccf5bc8b380b05fff5f32071c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/page/model.php', 2, '837055b91922eafdbc541a44ca636f26a1140d4b22a99d58b2aada10ba90f97f', '60bb3590a2070bedfea7188c311dc88a', '837055b91922eafdbc541a44ca636f26a1140d4b22a99d58b2aada10ba90f97f', 1, 3946, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d34455dd4c039dab4a9bd6d497301de8b12b5b9', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/monitor.php', 2, 'e421c792fac41d44c1be6dd7ed09b55bae933d55b89c4e0edfaf7be8a5fb741b', '37aa174b127dae880992282e366050c4', 'e421c792fac41d44c1be6dd7ed09b55bae933d55b89c4e0edfaf7be8a5fb741b', 1, 4483, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d4393f7545938a5ec5f7e709c9070f83dabedf3', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/really-simple-captcha.php', 2, 'd257524aa7f05b3e3e49041972b159e939ba15853b3743adede222083de1bf1a', 'db33674e3edbe8e82687dcc05e81b869', 'd257524aa7f05b3e3e49041972b159e939ba15853b3743adede222083de1bf1a', 1, 16781, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d4c72115fb7a380b54cf90ec126586cde4576e6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base.php', 2, '35d7b1c791c631cd8ead2ecdd2887000ae56b27d04d67dd30b9647b54a9e3902', 'c8301314aa27a369eb3df141f50ff5e4', '35d7b1c791c631cd8ead2ecdd2887000ae56b27d04d67dd30b9647b54a9e3902', 1, 3044, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d82b52e9066384075faf70ff70789a96ffa6c0f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Bootstrap.php', 2, '56e4a0255dc635e0b65216b0c36b8a72e806963bb0a37ac8bd93f33e7b91e538', '5b6d9a04c1cfe9d7390f83a53fb00576', '56e4a0255dc635e0b65216b0c36b8a72e806963bb0a37ac8bd93f33e7b91e538', 1, 6521, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0d9997426c72d0896afa64bcdda8f938a4f28377', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', 2, '80a2a55e4cca8cf5ed8a6cc57ceffdb35c53df2138e9eff49593ad6e99187cc4', 'f7ee0a815d5947c709bc981bda150238', '80a2a55e4cca8cf5ed8a6cc57ceffdb35c53df2138e9eff49593ad6e99187cc4', 1, 1756, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0dae7f37f514c6ecff9610b6ad2b85fb1b7647ef', '/home/hkrhostingreview/public_html/wp-admin/freedoms.php', 1, '2619822852e8007ce977c38ed6c7a974ba56db0bf9d44e70c08c1aef5023f63a', 'fcca25f83d7824e50e5c24e06056ab72', 'fcca25f83d7824e50e5c24e06056ab72', 1, 4706, 33188, 1, 1573505282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0dc4d61b781baa8faf73fccbb19745fc4b81efe4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-backup/impexp-backup.php', 2, 'b01ebab8795ccbfb24f192ce16f93dcb912388c2e229b8178a284d77061f2012', '3edb42c2c89630ac8886d0046b1fa193', 'b01ebab8795ccbfb24f192ce16f93dcb912388c2e229b8178a284d77061f2012', 1, 1588, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0dcf8583854ef169d445088999e78c537b80357c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionSuccessMessageSettings.php', 2, '641e283db81dbe71f9dc569205ec3a64ada47d852a5f1f90089db5e01e9e6d96', '9b1732e66839380ab3a88792cb6be98d', '641e283db81dbe71f9dc569205ec3a64ada47d852a5f1f90089db5e01e9e6d96', 1, 549, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0e17f44bd69f2d015e8f824ea79e091a61f7bf1a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/default-filters.php', 2, '23eb305dd768523881b3dd40445c188838ea14255d57cb6d46ca2d79347f9ae7', '811142b01589183006e2064106fa6de0', '23eb305dd768523881b3dd40445c188838ea14255d57cb6d46ca2d79347f9ae7', 1, 568, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '0e36ac42f46e7799f5ea30250ab5ffee1e4a6b0f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-data.php', 2, '34519e9e1fe1996dab523e0efcb2b5b35af915a0c0b5bb401f03646a5b56b60e', '2a2b7d0f22772bf0b272c74e4e968fe1', '34519e9e1fe1996dab523e0efcb2b5b35af915a0c0b5bb401f03646a5b56b60e', 1, 3173, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0e5a20556394a8c51c0156bc6cd6e0fc1a7ced33', '/home/hkrhostingreview/public_html/wp-includes/query.php', 1, 'e21635509693ff7320dd9a5291f96e897ce46ca5262c65755f200592caad868e', '13b871cae9505951a1f90021512bfaba', '13b871cae9505951a1f90021512bfaba', 1, 32929, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0e65654cd852123630b06a77194b2ef14c79b549', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, '679329a414936c1295d725db3e4b07fe272c24dc5cd8f4111faa76f7fc1714be', 'a0cdc7c224fcffcf65d59b47e5999e6c', 'a0cdc7c224fcffcf65d59b47e5999e6c', 1, 16753, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0e69ab2571e145023826350ef5596229f3bffca0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/radio-image/class-astra-control-radio-image.php', 3, '87de49bfde6b7bcfc35dac9d6059eba99a9cd30116ca95e94bca6032a97ca249', '54795df57cc1bd3b2addb9f16aa074e7', '87de49bfde6b7bcfc35dac9d6059eba99a9cd30116ca95e94bca6032a97ca249', 1, 4116, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0e8fd928d55e3b74b79f8a12d9decc3aca3daab7', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 'b107282158f3e133b233310a7df3491e82876b056b858fd1aafdc7dd0b87a951', '57c30b6d7a89c063f2b9e3c16b29161b', '57c30b6d7a89c063f2b9e3c16b29161b', 1, 21061, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0ea1698ab1a5f8a24e3aa7f92c21409bf2412690', '/home/hkrhostingreview/public_html/wp-admin/includes/privacy-tools.php', 1, '13a2334f4a398f68f6b10763918a57323d7abc2284ce9515c7e9ffd3b79cec5c', 'c5aebfa164a6c151aff21b6e7349cf73', 'c5aebfa164a6c151aff21b6e7349cf73', 1, 27782, 33188, 1, 1569266757, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0eaf6e7060cbdc55288ea54e2c93ce994c3dd194', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/MetricRepository.php', 2, '41a00ad50bbc6e957d663870e69d6daeb2313f22e9d74b880ec4700e5fae4e6c', '1be2cf58282ec099ba862fb1b0cceb05', '41a00ad50bbc6e957d663870e69d6daeb2313f22e9d74b880ec4700e5fae4e6c', 1, 547, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0ecc61cf6844d53acce5bedc0e5eebc71a2612db', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Registry.php', 1, '9d584d3718462a609538d01974323f9fad7735adceec36c847e58feb1a06d11c', '1cc8a2e6c0b5dd3176398d6400f0d9b8', '1cc8a2e6c0b5dd3176398d6400f0d9b8', 1, 5991, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0ed43003910673b0a33deeca2ae1c35b4438a009', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/license-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0eddb9ef0bb0296bef1adda3d0c7f458550eb044', '/home/hkrhostingreview/public_html/wp-includes/post.php', 1, 'c92aef52a05e80f0dba54b180e208008c55b64f404032b882d605cf3a69c9604', 'b263f54e99cddcae91f8d54c1245b61f', 'b263f54e99cddcae91f8d54c1245b61f', 1, 241613, 33188, 1, 1571166722, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f05e67e3182414b356f78f5623f80592d1e5c28', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/MaxMetric.php', 2, '33c563a065f2728dd49800dee79d8c6c515773e52a8ad0e6b127073e08301c8c', '38f8cd545f8838a89ae232553432c312', '33c563a065f2728dd49800dee79d8c6c515773e52a8ad0e6b127073e08301c8c', 1, 233, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f10026dd7c024f3929512b25bba7893ea2ee26e', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php', 1, '468b2ca16a2bcc8536aa72ff578c25258c058fbb46552b844fc61d75ca7d39c6', '931675e7cdb90f973773fb7199acb2b0', '931675e7cdb90f973773fb7199acb2b0', 1, 1657, 33188, 1, 1501116104, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f1407a38a2dd2d690dddcb40f4c15d3a3728b7a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-load.php', 2, 'fe52df59abf4848d2f7d917acc271b580e1afc54f7006a65d116f64bc94918ba', 'e52a6513c70a84e8fb872cb3d25e974a', 'fe52df59abf4848d2f7d917acc271b580e1afc54f7006a65d116f64bc94918ba', 1, 217655, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f19585fece1c530b3d81d57d21f2b2cac364d3d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php', 2, 'b517265ee532e4fbcfd4f6d5b17454f0d62024bd85f55642ab3b60cd96259961', 'f93ba04d10340414630b1cbdffdbfabc', 'b517265ee532e4fbcfd4f6d5b17454f0d62024bd85f55642ab3b60cd96259961', 1, 9992, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f20187d05d25668010c0a8de069b92a7e195ae5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/listo.php', 2, 'bd75b739f605cca50aa6e90fe196baa4e453d52b3cc9fe301dbc47cd50b87cef', 'c185874ed6cd1800c2e1871829b2eb7b', 'bd75b739f605cca50aa6e90fe196baa4e453d52b3cc9fe301dbc47cd50b87cef', 1, 696, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f2832b865994924b083fb3e1cb5646f78183154', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/jetsticky-for-elementor.php', 2, '4f37bf48666f71663277ad21a5197e1620753ed48b75ac11f721dd0548744b65', 'e33fbfefb7ebdfcb56b4c5fd5a9591de', '4f37bf48666f71663277ad21a5197e1620753ed48b75ac11f721dd0548744b65', 1, 7545, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f4030acf8411d85ec41e628fe259103f6a99626', '/home/hkrhostingreview/public_html/wp-admin/edit-tags.php', 1, '58024b741679e887055c0929541abedc0999758ac8a6c693542df52f87691d8b', '7dc416fc240fa44edd0a80e221899342', '7dc416fc240fa44edd0a80e221899342', 1, 21492, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f4277cea107128c764067b69ddad960815e32ba', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/usage/module.php', 2, 'acc8dca2971ea360395329c42a16daba0dfe617e18471848520afb7df0ac0341', 'b0d4271755e11df30e18426dcbe3d2ad', 'acc8dca2971ea360395329c42a16daba0dfe617e18471848520afb7df0ac0341', 1, 15666, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0f8a9bb7737932ef2d6b83357d5676cc6d415afc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Sticky_Video.php', 2, '3e5d09cf4c12d599398634d15a40a6d51876c1c31bedb1e36768fc9815a9b812', 'b478841f08d2def41ab82fe29527748a', '3e5d09cf4c12d599398634d15a40a6d51876c1c31bedb1e36768fc9815a9b812', 1, 30763, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0fb08d2c0997814f888b7621bfe58993a910d4ef', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/def-fields.php', 2, '8da6cd756babfba91d08c4e66d187314d7fb8c87ba0d391c2430179376c5dbcb', 'a28bbdeb79d17bb5376679ba5c6b7b93', '8da6cd756babfba91d08c4e66d187314d7fb8c87ba0d391c2430179376c5dbcb', 1, 1178, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '0fbbc1c8d58b436c9e4c595dbc6e848bedd9ca2b', '/home/hkrhostingreview/public_html/wp-includes/general-template.php', 1, '520acb52be12ecb7dc886242ab324f34a12198880c68e8186c9060afd7ede63b', '14d8211afcae22aea33c452e16de8773', '14d8211afcae22aea33c452e16de8773', 1, 152465, 33188, 1, 1572008885, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1047ea8ba2c1501ae2386d57f6d9b03247b368cf', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-media-control.php', 1, '49c9a9192cb6b6d3f08c3f6917118878d15383aa68ea266ad705e311bb107d7d', '70b62b2749ca77c1e4c70c66fab792d6', '70b62b2749ca77c1e4c70c66fab792d6', 1, 9104, 33188, 1, 1551808192, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1081c49f86e2d5850939c2254c8df2cbe7d490ff', '/home/hkrhostingreview/public_html/wp-admin/includes/menu.php', 1, 'c71f66ac7029b1059e60f4fdb45246c9fa605f1be0ba531831708c2a17cbc017', 'f1fe23e2e2bd1579389554e903c5748a', 'f1fe23e2e2bd1579389554e903c5748a', 1, 9141, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '109f45baffdfc4daba906882be0316d50da175b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateForms.php', 2, '350e4a07ce0ecb53bd060c263eea13515d419590dacd6b70e571821574300f07', 'e39d0f056b92407289c52175ecac73b3', '350e4a07ce0ecb53bd060c263eea13515d419590dacd6b70e571821574300f07', 1, 9078, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '10cad70a98d306d5ec64a24b50fee6f80059aeb0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Note.php', 2, '88833126727a41bcf83a5f177232bf8308e0e7fd250614639d51248da511a174', 'd4b519b12a2c5e8d88b080d7bc024663', '88833126727a41bcf83a5f177232bf8308e0e7fd250614639d51248da511a174', 1, 1534, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '10db7888ac5a3dc6ce5785aca4dd422c502ddf23', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes/Example.php', 2, '2515f6c291fd3740eeb87c3ee55fa1824ecfc81f150d3b344769d8d37bfff142', '84932b220a0b2c41fd0d2a515caa2cd9', '2515f6c291fd3740eeb87c3ee55fa1824ecfc81f150d3b344769d8d37bfff142', 1, 486, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1139048e95e0a89a58ac8f8785e267f705f4eaf8', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 'e06c7095b1c381a116114e5c78218e0edb9778f2033831d17df39be9d77af321', '3f3ddcca00cc82ecfe56fa66593fe8e4', '3f3ddcca00cc82ecfe56fa66593fe8e4', 1, 1673, 33188, 1, 1545016075, '', ''),
(1627006215, 1, 0, 0, 1, 0, '113b9fa263a906031a7a0db64a989c0bb7561ec4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php', 3, '1e1f7bdd83fe99f68f27ad810ded1f2accaf0463f0af8328b93d487cf0e2d799', 'f2964881e6690fcf0e67a20d37a0c97c', '1e1f7bdd83fe99f68f27ad810ded1f2accaf0463f0af8328b93d487cf0e2d799', 1, 1220, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '114ac85a4dba143deadcace9cc1d7de167ea621c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-messages.php', 2, '7032a3b1dc06dd05d910a748b6e55a2a7399dcf4f23429e039c881f69f125770', 'eb808697658b94b4cb094c9645d14d55', '7032a3b1dc06dd05d910a748b6e55a2a7399dcf4f23429e039c881f69f125770', 1, 1341, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '117b7024d5e73f560f70322eb971daf8997a911c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateActions.php', 2, 'f72d2a3f751f5367b2d37559f33d9df29b5d57617101b81b087f3f20e895c073', 'f5eb144f2c2813b16d5bad5d4bd9671b', 'f72d2a3f751f5367b2d37559f33d9df29b5d57617101b81b087f3f20e895c073', 1, 11510, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '11b39f2872489e33b7a43ea0b70a09e29a5a8b70', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php', 3, '5c2031ef16561d496405ba291946f6f0d1f0ea9231840e54b1605a6ff9b9503a', 'c7ee2bc4f3f5e830295ea1d5f0ac9c57', '5c2031ef16561d496405ba291946f6f0d1f0ea9231840e54b1605a6ff9b9503a', 1, 1868, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '11da774be972ab6c355bba1090417f145960a1c7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/general/model.php', 2, 'e2e373a0ecb0ed0188636b97099ece54ecff765846fc30726009d3ef20d977a2', '57781935c3ab7e88b36b7286640e466a', 'e2e373a0ecb0ed0188636b97099ece54ecff765846fc30726009d3ef20d977a2', 1, 8383, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '11deb01131136a8de35e1adcc34d0851140a2208', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-dashboard.html.php', 2, 'cf7356348a344fd1790b0fa46dfd3d930339325dc9eb061b1e078abac7761d7c', '67fc921d26b95dc7423046cb5d664d29', 'cf7356348a344fd1790b0fa46dfd3d930339325dc9eb061b1e078abac7761d7c', 1, 11028, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '126883e0494af296eb185953a715f109cd56abb2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/dev/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '128807262204b631f5027ba53e043bd741a7d530', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-widgets.php', 1, '8b0168397d47d5cf906b06f30c782858407d886f0f1fe337af4e66293b789370', 'ffef81a9a16c4b64d6f5918dec5950ad', 'ffef81a9a16c4b64d6f5918dec5950ad', 1, 66978, 33188, 1, 1568546875, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1288c22f77b783f58dabe2a947295a44583deec2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Progress_Bar.php', 2, '9a4287af4eeacec2f668ddf7b4c7d42583a7790738920f9f0fe12de4b494d963', 'b71570d8b4c2d6c2f0935541d60c0680', '9a4287af4eeacec2f668ddf7b4c7d42583a7790738920f9f0fe12de4b494d963', 1, 35870, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '12aa229cb9551990c9b8bb9f30fb9ac1c701409b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php', 3, '8c068ac84767f652df61947d3c5b88350904b4c90255c1ddc1e90a118298873e', '795983d0050ca96a084fb8f5166a6a19', '8c068ac84767f652df61947d3c5b88350904b4c90255c1ddc1e90a118298873e', 1, 1879, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '12ba6e56f5c885dc2daee0d78df925b7a62e02ca', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php', 2, '0f355c6bb819655de579cbabcb005e338d7b5ddd97b1273e199dc94185896ae6', 'd02d790de97d83804085e206f634ec4b', '0f355c6bb819655de579cbabcb005e338d7b5ddd97b1273e199dc94185896ae6', 1, 15406, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '12f6aa9288bc53ea102bd958df1d7e78aef7766e', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-clientmulticall.php', 1, 'b080160b409e53b606df7c639ba33c4179291cac1aaaddf6405d98642e99603c', 'af10903340b8ebc353a5050a5face990', 'af10903340b8ebc353a5050a5face990', 1, 963, 33188, 1, 1472249313, '', ''),
(1627006215, 1, 0, 0, 1, 0, '13044dc2f79389d92a6dba77d4ce3139285aa685', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-post-comments-list-table.php', 1, '39619db60568cdbbbb1e664b51b7ea10c91b81387c2dc56f3e83107bab4b704f', 'fa4064a942bd177fb823ad26267fbba6', 'fa4064a942bd177fb823ad26267fbba6', 1, 1472, 33188, 1, 1534470696, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1310ef7252b0a00d48be939e5f5910d453c560a8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-import.php', 2, 'b858f1b8a2714a9b2c43ecae216880563cc4d72b2505e98f6bbb9fe07e0f6ce2', 'feb67c6cd0a4f66ce59bc481b4ec5b61', 'b858f1b8a2714a9b2c43ecae216880563cc4d72b2505e98f6bbb9fe07e0f6ce2', 1, 14325, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '133c5f4f31c645f0458bc5996cb0e1a3f46b304c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Fields.php', 2, '0cf2b17ccd62b3b14530ea3d4e749a24de6c8f0e5563510a6fc706116e510ef2', '95411ca0f402b7b791bc70e7dbca5a20', '0cf2b17ccd62b3b14530ea3d4e749a24de6c8f0e5563510a6fc706116e510ef2', 1, 1790, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '13a144827544817842079772675ef468f4dffd7b', '/home/hkrhostingreview/public_html/wp-admin/privacy-policy-guide.php', 1, 'a1900fc8c3c8d653c8ae50620d4bd7fef6eca18f105e1d7b73fb88ccd103af51', 'b2f3a45daeb570b2942c0d754a2db0be', 'b2f3a45daeb570b2942c0d754a2db0be', 1, 852, 33188, 1, 1562304116, '', ''),
(1627006215, 1, 0, 0, 1, 0, '13cf8d29b6cee010045d123307ac7334cbc3bd9f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '13d840365500f9009fe154d59594d3249c3229da', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/class-contact-form-7.php', 2, '3290d2de7395303b634e9cd283448e8588355f8ffe1d6571b341727b633fde5e', '9c857156dad3bfd741e6383b226b93bd', '3290d2de7395303b634e9cd283448e8588355f8ffe1d6571b341727b633fde5e', 1, 3929, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '13f2dbe3fa4f654aa648b97649880641e23bc906', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php', 3, 'cc8ae36e242c5aa4a1684cb570d28ff2a0b30987ccd56dab35911be374cdd6bb', '9045948204a663c1c0adc8099bc4d167', 'cc8ae36e242c5aa4a1684cb570d28ff2a0b30987ccd56dab35911be374cdd6bb', 1, 2144, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '140605a634a4bf7d2fb625b22754f41a3ae545f6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionSaveSettings.php', 2, 'b7f5c4680525f311f4598fb291b78a206b702a3818b043d5446dfde0b0dad59e', '1a3b7b08b4624401093da207db18ca6c', 'b7f5c4680525f311f4598fb291b78a206b702a3818b043d5446dfde0b0dad59e', 1, 2833, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '142720219e0f415a31bbcc71fec83680cab37479', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php', 3, 'f6082c34653c3e615f94097c20ecfaeac6e2cb50c5283be731e65a638eff3f29', '4c9bcfa096aee285be2ce0c51bffc88b', 'f6082c34653c3e615f94097c20ecfaeac6e2cb50c5283be731e65a638eff3f29', 1, 3725, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14276f7c4092fc8345f917ea7759fabfbfe419d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/button.php', 2, 'fbf067448c6ac43ee5707270cbcc9a0cb912a1f8f609fdd5ad8ffa89681adc78', '22b18bd6aedad177d8e11ec414d5bfee', 'fbf067448c6ac43ee5707270cbcc9a0cb912a1f8f609fdd5ad8ffa89681adc78', 1, 14008, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '142feb21305af71670473cbebc1aaf064a64848b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/Example.php', 2, '1f449439e6c5e061776ea5ba9aa0d80d43ae094e62ac7eb74051e250a952ec99', '51f88cd26b57d104da1b7ce08bf40bce', '1f449439e6c5e061776ea5ba9aa0d80d43ae094e62ac7eb74051e250a952ec99', 1, 872, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1438756d0521225d056e5422ec654576f0a0314a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/502.php', 1, 'd7d240436c7e6752987c0c42d4a9e8f6418c988bd35753d45d01346410ea8a86', '7cc83a6c80cf7af9d5217b17fb47ff69', '7cc83a6c80cf7af9d5217b17fb47ff69', 1, 387, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '144cf7a3ed5fc16283b77c2bfba69a1ebec259cf', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/model-options.php', 2, 'a12237e85546827506b6e457c299230e58b845c3e957cded7aed00be7a0e4b45', '541669a9c01336526cc88985cd7ec039', 'a12237e85546827506b6e457c299230e58b845c3e957cded7aed00be7a0e4b45', 1, 10811, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '145c5588f1efbed4c89a0fb6aa9f9c191ba19721', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/filter-msgs.php', 2, '8cb2edac26ea4b0c0241f522574f92954553f4e2e12f1aeca286e835e64a0955', '8a4fcb87b38bdc8cf467677db6a32362', '8cb2edac26ea4b0c0241f522574f92954553f4e2e12f1aeca286e835e64a0955', 1, 2295, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14720f2e59357809bf633ee4a9b09cd5fae75903', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-backup/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14b058b6f15dc448aaf23335c2a9d5a6b3c57c2a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-editor_button_thickbox.php', 2, '89fa6ee13a654cfc6e90b399fdf1d5113b8a56ac208c48322a81adea1232750c', 'fe0592a31fecbf21a58b201f4218e4f8', '89fa6ee13a654cfc6e90b399fdf1d5113b8a56ac208c48322a81adea1232750c', 1, 14300, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14b20948148c74b2dcaaa92aedf6367a1ce729c7', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php', 3, 'c92eef99cbdd0164a710c3ca6fb3fa8c8a44bad28fbf3da1a25fb345807a2b3a', '395b597219ccab9e4f886f4d3548ffa4', 'c92eef99cbdd0164a710c3ca6fb3fa8c8a44bad28fbf3da1a25fb345807a2b3a', 1, 4168, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14b95ac2d820c2b86e3040b5ddd4ec601c1117ad', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php', 2, '165d13f2c790f7f4cbb64402e8ecf6ea5cf7c00b134f3c60f8fe644a4d47532a', 'd0cbd0fe5cd49a12d82d9d9bc5789aea', '165d13f2c790f7f4cbb64402e8ecf6ea5cf7c00b134f3c60f8fe644a4d47532a', 1, 16974, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14d2d802f66fbbb616cf00e140eb80b37bc9dd12', '/home/hkrhostingreview/public_html/wp-content/themes/astra/page.php', 3, '3f58e3ea39acbd49761e26c538a04f23e0c6b6c806d13dcfb1cbc608cafdcd3d', '0238e93c279507e5c4ece1197acb2b52', '3f58e3ea39acbd49761e26c538a04f23e0c6b6c806d13dcfb1cbc608cafdcd3d', 1, 918, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14db250bdf950d33f3a5c58ee9e3b5309b80feba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrade-handler-page.php', 2, 'e51d3720fc925ab9299d28bd4a447e9bf56b4f12fdc7763ff0218aa658d983a2', '971b040657deb180682c811d306f5bb4', 'e51d3720fc925ab9299d28bd4a447e9bf56b4f12fdc7763ff0218aa658d983a2', 1, 3631, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '14df743eb8a45de06cb9dab44c6bd415ec99f042', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, 'da68a2f81fb692899cef060ba7cb75152de2a0db720862b8980e06b8e5d4a7e3', 'd0c4831364a9ea4fc45bc7530a631c00', 'd0c4831364a9ea4fc45bc7530a631c00', 1, 108755, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '150b995869deed0885b941aa3c947a8b4d44346e', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, 'dc1dfc73367c6706c7d68e5b772facb49046f5962c72e202c4832a94a01bb0dc', 'f2bafe0b7ebb9e6344d8324ab883efe5', 'f2bafe0b7ebb9e6344d8324ab883efe5', 1, 4653, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '151212e03c4f8bcfa9b037f6e75e2fd7ce04935f', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-pluggable.php', 2, '3f5aff670e22645c81f6fe361c89807068f83ac556739e5a6d17b85766a8316b', '5c25d21439c9e8a32c0d16591af72b4e', '3f5aff670e22645c81f6fe361c89807068f83ac556739e5a6d17b85766a8316b', 1, 1961, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1515b7a190ead0aba5f1912f2e7aae2bd55832e7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php', 2, '02829ff2881d30b293c753ba9712eb543c50a8dda74070da6e6a73e493e337c7', '95ca547048b1bd35d887c4b8fe2e6a25', '02829ff2881d30b293c753ba9712eb543c50a8dda74070da6e6a73e493e337c7', 1, 3328, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '15652897fbee90be613f48540022406e547bfd5d', '/home/hkrhostingreview/public_html/wp-admin/network/update.php', 1, '0b59a6442849ebe598071ae5cfbf9dba5419bea7bb8bef5464f658bd365d7ced', '99be6fcb45a3da4e5246399f9d7a38f0', '99be6fcb45a3da4e5246399f9d7a38f0', 1, 462, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '15b4df99a2682219f3c6837c9ab0d8fd269e61eb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/list-term-filter.php', 2, 'be9efa332a40cea4451231ccb625e1d471e8175ad92c4856f447b78e824e23e9', 'b0894c6f8da21ff9126b87c4a8134f28', 'be9efa332a40cea4451231ccb625e1d471e8175ad92c4856f447b78e824e23e9', 1, 3205, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '15fd0edbcd0969692d3b7c0a52fe86d657e8e7ac', '/home/hkrhostingreview/public_html/wp-includes/locale.php', 1, '0226059f58e6c074af93d3c764d68303270a5b55c503ef83614fa70f953d2def', '87c6b20034a6296ff3157962551b5ea6', '87c6b20034a6296ff3157962551b5ea6', 1, 162, 33188, 1, 1570555144, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1639eeb518fe0bf793d11c76d31a4c74cac6ef68', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Post_Duplicator.php', 2, 'b2da4b79f220967f856df8914988c1df86949321293bb134dd147ab1617b5bdc', 'd7bb84bddd03ef44534328aa76117161', 'b2da4b79f220967f856df8914988c1df86949321293bb134dd147ab1617b5bdc', 1, 5195, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '166e6bca0e318bdb9d89e2648ca779e854f1b032', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-theme-install-list-table.php', 1, '9d042fbd4ee77762043d2ccafba6db4c6f02383b16bde7ea767de699e886b635', '09b186bc695874c895c4b57477506a1c', '09b186bc695874c895c4b57477506a1c', 1, 15375, 33188, 1, 1569755098, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1684fe328a0079b70553beba2b8ad985ac161b1c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-settings/form-settings.php', 2, 'b648e9f95a14eca4ac0c56f3715249b722f46511bcd233e1faa3079bfd68e432', 'fe1b3073be85195d6937a125d014cd71', 'b648e9f95a14eca4ac0c56f3715249b722f46511bcd233e1faa3079bfd68e432', 1, 5198, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '16d2ff9b14d8883b88d09007e888c30062b9a0aa', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/index.php', 2, 'dfd969c7eb717cd5b4d046df51a8d280efbad3de660b1341b7aba18caf064e7c', 'bc8ddb359c429d4439b85bd0f299459e', 'dfd969c7eb717cd5b4d046df51a8d280efbad3de660b1341b7aba18caf064e7c', 1, 32, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '16ef9790967763a2210b95da6569f8945905b51e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/AddNew.php', 2, 'ef9d69bacaed6246dd8dedb437173ec3def021f99adf1b2b7105cd99b84b777c', 'e32ed1f0633f4f0d515c0147f2b27f58', 'ef9d69bacaed6246dd8dedb437173ec3def021f99adf1b2b7105cd99b84b777c', 1, 1121, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '16f800c37a405f74f8377a45b03a0b51ac321128', '/home/hkrhostingreview/public_html/wp-admin/includes/comment.php', 1, 'def4a18b83675a270b293cd33170fbf5547c34f0c2534846640c006b908b161b', '86fa04e67072164e4b77bb29a721608c', '86fa04e67072164e4b77bb29a721608c', 1, 6071, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '17096af7e446a34a55dafec5a8bf7f10ae486c4f', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, '88369f649ab16102ec9b7ce40c04c99347d9d77650c3b58e7b1e3955d277a4cf', 'e5c615062d72876a6949ded8a3658a62', 'e5c615062d72876a6949ded8a3658a62', 1, 12934, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1716520b69ff77bd05cd737fef97891340eba589', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php', 3, '32627c09a3fbb125e3e493165b67b0c88675a057f710f13a6ff7756992b0fb47', '6cde0743a9213c6285f9e7a78b135031', '32627c09a3fbb125e3e493165b67b0c88675a057f710f13a6ff7756992b0fb47', 1, 720, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '17183e8062a5958d4ded362613a858ccdae933e4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php', 2, 'dc9f4ccd75af124965e46e93d852d8f425568eead91129edc0b80d580f423b6a', '87a8f01b0e518cbc688f5e265059f8e9', 'dc9f4ccd75af124965e46e93d852d8f425568eead91129edc0b80d580f423b6a', 1, 2194, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '17206effb8cd7d3de4ce6a9a916c213de00a10a2', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, '202dbf136f07f5fd1fb490d09cd310e621d016a75118494ca9bd35abd63a8190', '185b636ceb728b75a90609c3d0a1755e', '185b636ceb728b75a90609c3d0a1755e', 1, 100, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '174790fdb9ee338e8da5d1510563ea79f4300001', '/home/hkrhostingreview/public_html/wp-mail.php', 1, 'ce13f8db53aadb2c2a4aa79cfe1cfb29423df4a6ad2e5a377e5a3cea6b99ed1c', '900dc6b4efa96d1177c2d3471dce35e6', '900dc6b4efa96d1177c2d3471dce35e6', 1, 8483, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '178807d937cd4ff40baa97355a2c149b051a90a7', '/home/hkrhostingreview/public_html/wp-admin/includes/nav-menu.php', 1, 'dc4dce6b286579f6498c558ea54b7923d8ed3022cf87cc4b44616ea09960ab72', 'a9544295490a62a8ffda18be558c9e63', 'a9544295490a62a8ffda18be558c9e63', 1, 45614, 33188, 1, 1569529975, '', ''),
(1627006215, 1, 0, 0, 1, 0, '179850cb9d678d6df1fb5d46c1d2b5c07099f152', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-rest-api.php', 2, '519a8754480f18304fdac6efdbfbb78b26867dbe94999427e008604e5a28810a', 'e2ba85ba3a4be01e8ec837265a394863', '519a8754480f18304fdac6efdbfbb78b26867dbe94999427e008604e5a28810a', 1, 11135, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '179b55a9ff17caf0b78dc33e7d42089a244a6e04', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-options.php', 2, '52c205b1302d66ad37af7cd6b393a444256a569c12f347c94f82cdc39c7b78e0', '933510a5d4d83bee2f425d70dbbaff79', '52c205b1302d66ad37af7cd6b393a444256a569c12f347c94f82cdc39c7b78e0', 1, 8106, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '17a91a992223633b48150134c952c899ee587cae', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-plugin.php', 2, '42033912931cb7de7fb23234d4e1c96fe680abb0a93ca9ef19ade8593068ae67', '8e7c70dd076d05cd1f63935309fd2eb0', '42033912931cb7de7fb23234d4e1c96fe680abb0a93ca9ef19ade8593068ae67', 1, 3895, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '17ce18da53342243289e59f44461e42ece8a68a6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php', 3, 'e58d805ebb725a109e5c12598f3feac78738f776da8b01f3a43d3ebdaf215c1f', '130fbed4afe2daa573af53079774341e', 'e58d805ebb725a109e5c12598f3feac78738f776da8b01f3a43d3ebdaf215c1f', 1, 1125, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '17e502ec18482500df814cd94a5efb766fe862bb', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php', 1, '2e992d7b5262849ea59907ca3e05184bc74a9fdcd7e1f0e7bde7c6c389c763f0', 'f5ef1981bc8dc22409631100debeae36', 'f5ef1981bc8dc22409631100debeae36', 1, 20245, 33188, 1, 1570556762, '', ''),
(1627006215, 1, 0, 0, 1, 0, '17fb5da5ab2434e990e6fd16d243e7b6f2b52d15', '/home/hkrhostingreview/public_html/wp-content/themes/astra/comments.php', 3, '26444f83833dbce1a0ea76f64b2a9c7aad85ad6a6ad45d947bd131a0f290bf88', 'd9219a8a59d78144ef013884cc15e4e4', '26444f83833dbce1a0ea76f64b2a9c7aad85ad6a6ad45d947bd131a0f290bf88', 1, 3411, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '18198e4c196a374bf3ef5519dfb8de457166cf98', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', 2, '97b9fde3711d848a45873911554719f749f390a0315dc72b9e9e567acf906f5b', 'b000d793a1e04c0d4419decac961d687', '97b9fde3711d848a45873911554719f749f390a0315dc72b9e9e567acf906f5b', 1, 1268, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1829581e7b49bdac52b3ed3854dd7bdb37926d46', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/textarea.php', 2, 'b15800833ac52a877e4fc452f1ec69987236335ed3aa4f1c2573cb28425bc63a', '05a8052d2699a78f7ab609f22a9b03bc', 'b15800833ac52a877e4fc452f1ec69987236335ed3aa4f1c2573cb28425bc63a', 1, 6674, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '18310359e65554bc5fb59a1ff060213e0b19e382', '/home/hkrhostingreview/public_html/wp-includes/class-wp-editor.php', 1, '50c6d394f142bc037e757cad3b6a1a9f1295b22e8bfbe94beb9669408666e191', 'ff9ced825e7503534e37f68ff62cc003', 'ff9ced825e7503534e37f68ff62cc003', 1, 68219, 33188, 1, 1570219978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '183b64f7477ffa3998413668a3616e6dc611ef05', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/upgrade-functions.php', 2, 'a5601ae4e9807266c7e4d16df5055986c1189c576befdbea02f1755a614a51be', '41537f4a3759663bf0fb37999b2ebc00', 'a5601ae4e9807266c7e4d16df5055986c1189c576befdbea02f1755a614a51be', 1, 4314, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '184398cd206ab6afe9cc00fd043a9c51babc633c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/animation.php', 2, '92d249c900cac38b4eaee1585118b2421d23dfae55e0a1dbabc75f8490e1b8cc', '0fa423f4ebaf1e4333d579ca7e26dbb0', '92d249c900cac38b4eaee1585118b2421d23dfae55e0a1dbabc75f8490e1b8cc', 1, 4377, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1845731a7facf7d57c6f1e765fed7c5be9cf151b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Preview.php', 2, 'bdeee8391c2b2430f28fea7e12da2c589c4d55ce2aa1fc3461804b3b46b06707', '5584fdebf38b40c20b488130e49c9e1e', 'bdeee8391c2b2430f28fea7e12da2c589c4d55ce2aa1fc3461804b3b46b06707', 1, 5588, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1869c7391d36f3203d78317c33795a78e326feeb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Product_Grid.php', 2, '779659da7dd891fb72e41288d9e36f729b85ded1363f474ed151ee6ad55cc655', '11f1db3bf13d13fbc9835f5a5d593052', '779659da7dd891fb72e41288d9e36f729b85ded1363f474ed151ee6ad55cc655', 1, 25905, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '18bf0179b148c9357b7dbaf2475b76189e801fdc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/go-pro.php', 2, '521a19a5c42747db93732e8cbf1fb5d21d1266034c865a18ab4cc6ded0318b52', '0a4ee96b9f3f8dfc4418501e25089867', '521a19a5c42747db93732e8cbf1fb5d21d1266034c865a18ab4cc6ded0318b52', 1, 1457, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '19031f79a3a722e4708035334c5894550fc12f3c', '/home/hkrhostingreview/public_html/wp-includes/shortcodes.php', 1, 'a52f6a836a9745c72ba771b1ad771ce288bea1fa3bf14d98d0baa20cb7a33c80', '076f5bd68475fdae60388ac5c314e60d', '076f5bd68475fdae60388ac5c314e60d', 1, 20749, 33188, 1, 1571168162, '', ''),
(1627006215, 1, 0, 0, 1, 0, '191dd31520aa312057b725e93e6278e437afedc7', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/template-tag-functions.php', 2, '73dd60313a48a82d6b0882ca23a41add7954d65053d314270f2b70102e34a4ce', '478c4a43d74dfbb572ac962bb316c3bd', '73dd60313a48a82d6b0882ca23a41add7954d65053d314270f2b70102e34a4ce', 1, 2594, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '199aa5ae2431324915511d5e192d220efd87e681', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Restriction.php', 1, '28f0cf9756d05131fbf082c0ba00d22caff1768e495ebba19857f021ab84ea11', '2a191e7168116418817388113bd57914', '2a191e7168116418817388113bd57914', 1, 3800, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '19c586356451841e3958853c5ba1e6af74cccdff', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', 2, '03e071a34448692c567b6b85dfc483aa70d957790f5df4356233d27d565479d6', '8b9208ec08a461550c1e9ce3f3c98ce2', '03e071a34448692c567b6b85dfc483aa70d957790f5df4356233d27d565479d6', 1, 1593, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1a084f018b20333f051eddfa0981f7ca362b35a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-base-type.php', 2, 'a991d41da7a4c10acf97bc0a2d54136ba3cfc582eb54e255568f308cbaab914c', 'b19690f6821628ee2e3ec4017c03d413', 'a991d41da7a4c10acf97bc0a2d54136ba3cfc582eb54e255568f308cbaab914c', 1, 2292, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1a0e3b248a83ea389eb845a0e35c831768062c71', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/url.php', 2, 'd4d896c048208e8131079769c1f5de5aaacf0789789a400a8625ce9c50fc8748', 'ac9069799613dde0ee2d9ffb3b714801', 'd4d896c048208e8131079769c1f5de5aaacf0789789a400a8625ce9c50fc8748', 1, 921, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1a2c7b004f555521b9bf87596022c0b72d1f3992', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-container.php', 2, 'd94cbddbde248fea884bd6054a5ca6c1bed8531906be361fc8025c8738dfa4a4', 'aff900098abffc4e17f4d886e851f7a4', 'd94cbddbde248fea884bd6054a5ca6c1bed8531906be361fc8025c8738dfa4a4', 1, 2614, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1a5ab893621b4789cac5c55f70a478d74fba13df', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/hidden.php', 2, '8d99f44b41bfdb8b7d669f0e2f1de040d81baeb5186944a581b5abd88fc73dc6', '10c17aaeae3f5572fe062e62e57fe709', '8d99f44b41bfdb8b7d669f0e2f1de040d81baeb5186944a581b5abd88fc73dc6', 1, 948, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1a5f9ddce6541b115e8fb77dfca31859670a145c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/admin.php', 2, '4a18e2c1d3836650b9fefc6a830bd95707ca3fd44bd98d69eeab1b4a07a61fe3', 'a905781d4bd55dcac201d3adde2513a7', '4a18e2c1d3836650b9fefc6a830bd95707ca3fd44bd98d69eeab1b4a07a61fe3', 1, 21615, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1a6b767129a58e74a03496c99a60a20bab6e90fe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Contact_Form_7.php', 2, 'b489d4f3dc338029b480b7a520611e39238f48f9d1822bc34ffb79a3bb35a051', '4c42171cbbf82ca04be12e55f1c92d2c', 'b489d4f3dc338029b480b7a520611e39238f48f9d1822bc34ffb79a3bb35a051', 1, 64566, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1a83f3598d39779828d10b9076320227e05e2473', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/url.php', 2, 'db4ca8cad9db5a9efc57e8cb7b8b2c1318418f354709ff4b6c6c67e3c0cb477b', 'f3b7c3bfe032471e7c0ef983efd9efa0', 'db4ca8cad9db5a9efc57e8cb7b8b2c1318418f354709ff4b6c6c67e3c0cb477b', 1, 4857, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1aa8db44c7d917e9028f68f8f67eab3e8fcc548a', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php', 1, '0cd74a4ddeb9251788a2588fbefb586c87da1d6b320263f60fe64070f2430523', '566aafbd42e1e1a2dbd8b1f4c5c18571', '566aafbd42e1e1a2dbd8b1f4c5c18571', 1, 1059, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1b0c6d8d497dc82332af606d8a7a0af64b787540', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/X25519.php', 1, '5a8273bd2ad6bc323c330f727a8b1ba116d9595397c8ac0c5de4fe3046211698', 'dd6a1df209eb6574439717e1c3422e75', 'dd6a1df209eb6574439717e1c3422e75', 1, 11022, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1b1ca039d94ae11fce059fe73e42857f90ce9118', '/home/hkrhostingreview/public_html/wp-includes/class-walker-category-dropdown.php', 1, 'b6b7f55b9be47279fc5538896119d7ff66a592d51ae8ed279e389caceb1adb48', '03f1979261702de0af3683863f21b347', '03f1979261702de0af3683863f21b347', 1, 2127, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1b2221c9c29e9b870a3352e8c0929ea15868089f', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKUpdaterWorker.js.php', 2, 'e3543cf2c0d95291dad2b51077d442e7b58d378f43d50b25cc4d7999b11bcd8b', 'b4b46327e6416da7e8478939451334df', 'e3543cf2c0d95291dad2b51077d442e7b58d378f43d50b25cc4d7999b11bcd8b', 1, 533, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1b40051bae2263a2bd720c92541f966de6ea9441', '/home/hkrhostingreview/public_html/wp-includes/Requests/SSL.php', 1, 'b5162eb61649610a3fda426a4757907156275ad763986cb510f7b86386fcc6ba', '265067eb274136ac28be300b37540c4f', '265067eb274136ac28be300b37540c4f', 1, 4022, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1b70d06c05a5e35e8da363c77c429058a48a84e6', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-cart.php', 2, 'c5179431973b3d9b5ed7c45ba75ca27da1688e340b3c98cc980d8a1d68e49ee0', 'c784baff70fbf0d28a6d664cc19e0b97', 'c5179431973b3d9b5ed7c45ba75ca27da1688e340b3c98cc980d8a1d68e49ee0', 1, 16672, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1b75e214bfb0ee26dc92b5a90ef4ae1bc9a56309', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/XML/Declaration/Parser.php', 1, '4a4b55a9e16ba862b49a631a12178c4b47a3b7f869778a2aba85bdff73942c52', '8fb1da7028c385bb9d4203c9f6732362', '8fb1da7028c385bb9d4203c9f6732362', 1, 7149, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1b946c5a20d97587b17541d683f0e0d9b41d9260', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-themes-panel.php', 1, '9176d77fb68dd4856ba56cc765f334ec63a0faa19f1b658397448d849ad2be70', 'eefb755a08a9949437d1b3929c8ba855', 'eefb755a08a9949437d1b3929c8ba855', 1, 3238, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1ba35262bdfb0a6a6c0c734dd4ec34a02641dfc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/timed-submit.php', 2, '2da6ccff73638d2842abd3aa48c3bb9ff735753db186664d276e5ef8adf8878c', '4c3d1740f551c5d1aa771c4496d2a2f2', '2da6ccff73638d2842abd3aa48c3bb9ff735753db186664d276e5ef8adf8878c', 1, 4062, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1bb86dc5925cd58a19732168381a3fc3b0eac97d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListImage.php', 2, 'ceb73564eba4ac58390b30be62701b35539c89c127e9043c148630c73da81114', '6491ec5e3e77e7c17444aae2eb881927', 'ceb73564eba4ac58390b30be62701b35539c89c127e9043c148630c73da81114', 1, 5351, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1beeb923996d3198c8cabb01bed92cfd3eeed57e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations.php', 2, '8168e79e349977ecfb14861de4a6ebfe94188cef7540bf20123f9a671cd05e30', 'd547a2527029c39f79cb49d66354763b', '8168e79e349977ecfb14861de4a6ebfe94188cef7540bf20123f9a671cd05e30', 1, 8383, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1c366cfa0eae53f792555edaafa20ab584a54252', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Deprecated.php', 2, 'a65da72fc9246335deaedf3f8d488136302c0aa21a43d7878aef08feb2187272', '1c2203a37d58bfbb1b0baf614c3b88ba', 'a65da72fc9246335deaedf3f8d488136302c0aa21a43d7878aef08feb2187272', 1, 3727, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1ca0b3797c24d99d40d265a3b019db5698ff0c0c', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php', 2, '35c36d3043b6562c10576c1e752724633e2bad9b108e3cb9b8a4558a07bb3c7b', 'f433010d45a6e515aefd84e6d6c448ee', '35c36d3043b6562c10576c1e752724633e2bad9b108e3cb9b8a4558a07bb3c7b', 1, 5128, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1cfe767ea27f5c6badae7086c1ae4f8a1e9a82fb', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-type-registry.php', 1, '6a0943485a5c8ee3ca387ce8aa49d8f9494a78e22c5f616309abac9b31d70478', 'b4109f24174536c0886f10fd0bc36123', 'b4109f24174536c0886f10fd0bc36123', 1, 4746, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d0776edfd32ff603d2ba2bfdf4d2cb419ad569b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-units.php', 2, '88fcc711429311dda88bde34bd91e16be9111030120fbea6c654a8bc6fcbcc2d', '11b56b0c3351d55b19b43e2035b93470', '88fcc711429311dda88bde34bd91e16be9111030120fbea6c654a8bc6fcbcc2d', 1, 2272, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d2a0bf1d657d826d19e8c915ed1ba05c62c5850', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', 2, 'f54663dd6a152f9521aeedb022505234548cb3f9462053fdce1489acd4bd7d71', 'd763909741f4efcc2f7face45bb60ee8', 'f54663dd6a152f9521aeedb022505234548cb3f9462053fdce1489acd4bd7d71', 1, 2774, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d6184fa9008bdf9d57aa2264a0c9d9b57d874dd', '/home/hkrhostingreview/public_html/wp-admin/privacy.php', 1, 'e0efd425fee7ba99acb84d955d34d1dafe309920824000150867f9add515ed70', '2e73f8e2fbb7e2a4b2401cdcc4ded793', '2e73f8e2fbb7e2a4b2401cdcc4ded793', 1, 2565, 33188, 1, 1573505282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d61d02364cad5de207f560c2680048854af94e6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-capabilities.php', 2, '48d024c33f61167b3c58ab2f0474ced67326ce70f0675434ac3788a702ba760a', '4137268ab25f1573a2c449e3e44933d9', '48d024c33f61167b3c58ab2f0474ced67326ce70f0675434ac3788a702ba760a', 1, 5388, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d76bd9edab1b3ddce63d6e0c46052e4e3f185d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/media.php', 2, 'c36407e5f86f04cf8cdf921cdfb9165a79976f9801b8d107886051261894735c', '770a6c08b094b2c26251b0e2af35dab7', 'c36407e5f86f04cf8cdf921cdfb9165a79976f9801b8d107886051261894735c', 1, 6096, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d7a013b71cfdb2304e93d7a007d3fd0661a0514', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d7df4111d26b17fe4908143edaec1e9ccbea9fe', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, '7d1ad8e85773b3140675093e17cbebd35c475f72c18712177ae17d6645fc42e1', '4dc26bdda24199dbfd44ac357afa796a', '4dc26bdda24199dbfd44ac357afa796a', 1, 134754, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1d95590edf7809358c5c70e3cddf8e1cce7b76f3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', 2, '1318be95ec4c14d92b2561f43dee494ba6f1fde95e2c991db715d511a18fc6a5', '9e47a0805f096442510c4bde2a035e4f', '1318be95ec4c14d92b2561f43dee494ba6f1fde95e2c991db715d511a18fc6a5', 1, 2361, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1dbf6cd0351f823cd68bb1ac3c821d6a346c5398', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-requests-response.php', 1, '3cfc81a97e15868ef43fa2378e31db69cde98c850e8d016aa92e488060d1e957', 'da4fbb54505e95f397726262211464dc', 'da4fbb54505e95f397726262211464dc', 1, 4343, 33188, 1, 1570903504, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1dda1b46b26ea3a8086574923142b0fd5712efa5', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, '2249c7dbf188926012a3a256f40f70fded145a37b99e53beef067ed30ca5bbaf', 'd224ea4bcd9e87750951c1b620e470b2', 'd224ea4bcd9e87750951c1b620e470b2', 1, 3083, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e157b308694786c64dcb137ee4250d16555f708', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-admin.php', 2, 'e5cae9c901faec39f4b8c127ed4e03287da65db59bf22069a03223f0c1a0a483', 'ac976e2a6e9dd9d3eba2b76a40d5aedf', 'e5cae9c901faec39f4b8c127ed4e03287da65db59bf22069a03223f0c1a0a483', 1, 40229, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e1f18facd2d95d5c26ebfe32a998e8f0eae7bd9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php', 3, 'd39356cccaeb197347b5d6d3f5a3a976ec4897cb8eebd4858e1f982c78220647', 'e1c5a5153bc55fc64480d20489604024', 'd39356cccaeb197347b5d6d3f5a3a976ec4897cb8eebd4858e1f982c78220647', 1, 1698, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e25384ccd68ca9beb0cb6dd43bf5a7ac4795552', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-evaluate.php', 2, '46a6c5e79d38600ef819f131eb9425d2529f0f4860ed5e0ce321ab4da0c80ea5', '52be87935e10796f1b4f3ffdc6973daf', '46a6c5e79d38600ef819f131eb9425d2529f0f4860ed5e0ce321ab4da0c80ea5', 1, 7424, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e2f4e8a9435888714ef9ffceb5d9ece90c805ec', '/home/hkrhostingreview/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, '9adf3d763c62f60faa295ff0131c6e195d368a6f5800b09b9948df012383c0ca', 'b5f03ac8c752b34b9e726f04d548327a', 'b5f03ac8c752b34b9e726f04d548327a', 1, 1993, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e5054ee0d9b8eba3dc7e6fe581f1f314aaf3b89', '/home/hkrhostingreview/public_html/wp-admin/edit-form-advanced.php', 1, '93c38715d1019458c13744648f88186b6210a7582d808a0780575987ed64e9cb', '5f0b9e854ca5725bff682b2f261aa6ae', '5f0b9e854ca5725bff682b2f261aa6ae', 1, 28801, 33188, 1, 1567985096, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '1e6d350524630d144ad67fcfdafbd1b6b4bf40ca', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-themes-list-table.php', 1, '4ddfdd0b34f61c3e98d02d62c21bc01c153e16a1be87c67264439f9d586b9c61', '914c40665dfcc76c3361f056ab2da8e5', '914c40665dfcc76c3361f056ab2da8e5', 1, 10166, 33188, 1, 1570226997, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e7e908afdaa698993a38df0ea2559f7e4d461ff', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 'bad29144729a1c0ce116c0418176509c2dbee1c3d34ebf687d544dfc9befb78b', '6a79127e8481dad12e6d8b98f9021b4e', '6a79127e8481dad12e6d8b98f9021b4e', 1, 7151, 33188, 1, 1567724755, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e87f9cd4c1c874a3fb01f02b9f2ac3f6bb056e4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Adv_Accordion.php', 2, '906b19048cbfed08412f6811e8fa997ecc1e971f9b5f9be387ecf0d9eaa7e428', '31063eb8ce708e74357c08a41fbff044', '906b19048cbfed08412f6811e8fa997ecc1e971f9b5f9be387ecf0d9eaa7e428', 1, 37454, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e90d76a5110301cf7b8af56aa79abf55991750d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/gzdecode.php', 1, 'b368360e355ec67bf035a605f5901c500eca26130d3e91dbc331f44ae500400d', 'c538e2bc0e866197db616c17841134d4', 'c538e2bc0e866197db616c17841134d4', 1, 8572, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1e955ffd9e3eb49be2dca934e7fd751c17ebde83', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', 2, '64c31596a70417af16ff3217895d86c216e1be7252929f1f5357a2091b48b9dd', '2bdb8741cd9ebc072ec70357c82b8982', '64c31596a70417af16ff3217895d86c216e1be7252929f1f5357a2091b48b9dd', 1, 2706, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1ea7c66f78ef50965e20c55a12a572d695ee3b63', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/dynamic-content-tags.php', 2, '1c054a47b7577a59cfe80752b91ff567f03b46aab63a7377ab7d6fdd5893aab7', 'd14d7af91c8840cc31f2a170afb2a189', '1c054a47b7577a59cfe80752b91ff567f03b46aab63a7377ab7d6fdd5893aab7', 1, 1071, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1eb01a65581e9c3bf6208404211ff94e7b132036', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-fixture.php', 2, '242135daaad6927d817fb6be77791e55e87cb32cc1ce47a4be67610a26c61510', 'a74ff01e02c9cd460df8abb70e90d76a', '242135daaad6927d817fb6be77791e55e87cb32cc1ce47a4be67610a26c61510', 1, 1665, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1ec56af8254c14c75ae28add0edfb2ebfee588f4', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-image.php', 1, 'e2f866c5df9fbd8fbb1c813ac324e3fed8efca17c2ab57788e6b021c56887305', '6acef7ded8e334483fd8708f5e5e6a26', '6acef7ded8e334483fd8708f5e5e6a26', 1, 11996, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1edfd9ba6ef54e150b699737aae607d7f9b0681b', '/home/hkrhostingreview/public_html/wp-includes/class-http.php', 1, '643c4a192815d9b0a771c3ef7d3a7e1f84c29005f51e52f3e5aae511a409012f', 'fad92277e0d4f126bfc34908f93e2c57', 'fad92277e0d4f126bfc34908f93e2c57', 1, 38763, 33188, 1, 1570903504, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1eebf50c6391892d252aecb3a0b4f52609709d42', '/home/hkrhostingreview/public_html/wp-includes/class-wp-rewrite.php', 1, 'e04d810fcd3ceb60465c22f4143a22bb4c56460a908de671f64c43ee9fbd6b3b', 'b725a32dfda67c3b8ce5cfb3b739e3d1', 'b725a32dfda67c3b8ce5cfb3b739e3d1', 1, 59893, 33188, 1, 1568548074, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1f1cbf736425c5a5d7ee1ab28ee382e9e914dacc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1f3383aa2c44f42ac91f1cbecc136b067e20c2bf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsFields.php', 2, 'ddf5400473923da62cd01c2262c1597599910e8a8f07b19634d1f02b3863f888', '1eb1005814287bcc592d16db2751941b', 'ddf5400473923da62cd01c2262c1597599910e8a8f07b19634d1f02b3863f888', 1, 154, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1f34ed9ec0684377c472b7be5c4e61334fb6c5b5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/EmailTelemetry.php', 2, 'c6dc845197705799bf9061ded18493f8aeda6aa8ea9871d4c4ff38ccab67bea6', 'a7c7a37ac1d4ee11a3c1c86d7c531807', 'c6dc845197705799bf9061ded18493f8aeda6aa8ea9871d4c4ff38ccab67bea6', 1, 5054, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1f77aca27ec433a4de8418142522905cfc0a5725', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php', 3, '45c7ec953da8a2b154b5264d0df7f4f0077d2496a1eaad88333ab10552d6afeb', 'fe09fc7b654d2ca3fc37c0d7d4885c17', '45c7ec953da8a2b154b5264d0df7f4f0077d2496a1eaad88333ab10552d6afeb', 1, 2158, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1f974fb9a2dcca6b0c1a37598fbbf70b7798f4eb', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php', 3, '93b1a4b5416884dd920cd4db9bf608f0897c5e4b9688d2626eaf87751a464922', 'd0b6a843f6dc19693d4e7c1f40c4145d', '93b1a4b5416884dd920cd4db9bf608f0897c5e4b9688d2626eaf87751a464922', 1, 22709, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1fc3b329491e11f98780dbcfc83c8190fab0e318', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 'bd61dcbf8084251ec6ced2b96e81a36782882d960fd853fffd701c075b020d01', 'af6622fcbb8ce72336247b204a4c2722', 'af6622fcbb8ce72336247b204a4c2722', 1, 116, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '1fcc07cf15132d534a2711fde83599358fed4571', '/home/hkrhostingreview/public_html/wp-admin/upload.php', 1, '63d36fec410aeccc35e4004b0f5b669104fa6cd7f1fdf8a98d83ac04ab85fea7', '656c2d6d6f663ea1fa1b3ddbe0db61e1', '656c2d6d6f663ea1fa1b3ddbe0db61e1', 1, 13921, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '20036897625dfbc1df510f6f7fe87e88e533a8e9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/autoload.php', 2, '8d79af0d079fab3c6642169447b456424a15842469600e761b2da5e745c8ad6b', 'dc9b4993fc4dcd041aa8bede9b5697b2', '8d79af0d079fab3c6642169447b456424a15842469600e761b2da5e745c8ad6b', 1, 178, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2031014f47a4f88f1f46454cb7c9e2ddd5418749', '/home/hkrhostingreview/public_html/wp-admin/network/upgrade.php', 1, 'bb22a763c99f46e86c7b35efe2e614510b665b1b16b4962cca19e23865835259', '87e64dab555c2a98e854bef4c7f91bd3', '87e64dab555c2a98e854bef4c7f91bd3', 1, 4958, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '203a88a19bae1a5e2f1b23852ba91c3c4485fcb5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/color/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '203fe79bfd8bcfe899ae2f22871a231bf2514fd2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php', 3, '43820caed42cff5e09950cc774fb42d1fc8681cbf12570afcb621448eb6f2219', '33cd3d212e4d30c10a8c21e53dc264f4', '43820caed42cff5e09950cc774fb42d1fc8681cbf12570afcb621448eb6f2219', 1, 9465, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2069a99eb387ac802d0aa23d52762e1800212933', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-site-tagline.php', 2, '72f5055dce97ee6f82e42b88f4012c4478aed2d159a889d4eca6f4a779de133e', 'b33051ec21eaf09f9904f9080226979c', '72f5055dce97ee6f82e42b88f4012c4478aed2d159a889d4eca6f4a779de133e', 1, 7464, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '20947991100fc0d05002028454d7e08f2771217f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/406.php', 1, 'b57664d649bbd916a54dc2535ea59c4ac1bd49b1ea794afbab4ee38f93e4eaf1', '4bc8cb6cef688c729edc3990220006ac', '4bc8cb6cef688c729edc3990220006ac', 1, 396, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '214e7bef28a549289f0c698a0205a24dc64aa827', '/home/hkrhostingreview/public_html/wp-admin/ms-options.php', 1, 'a5df0d7b7140e002f84ef178fd8723890efdd7a0c0bd3258a22b9bb16059446b', '45bed9cfd0549527fc2e0350f81e0064', '45bed9cfd0549527fc2e0350f81e0064', 1, 238, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '215eb878821d1bb4fa6500b9abb7768a35bfecec', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 2, 'b23de8bdc0d3be92e65a0694ac0f9fa0a67642cd060343288fdb7db7b9161c1a', '0da68332c4ecff02efeaa0f7dd3de104', 'b23de8bdc0d3be92e65a0694ac0f9fa0a67642cd060343288fdb7db7b9161c1a', 1, 9481, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '21b0c7838fdf82386aa3a56caf1ffaf9aca2223e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '21b34b35a7fea837b590c83ffb57454d3d54e351', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 'a73351127182d1548afa20c027288c8b23f4387b16b608efd6cf5b48b16ad800', 'b079248f4e0358d21b9fee6c80b16c13', 'b079248f4e0358d21b9fee6c80b16c13', 1, 1764, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '21cdbf61066f9b002405ecc2035a40682a9b39c9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php', 3, '36dafe76d8965aeecc0e4769ab6e04760693a339094822d0d2dd3ddddfd3df14', '79941005cab58c6efd4a6bfb994be075', '36dafe76d8965aeecc0e4769ab6e04760693a339094822d0d2dd3ddddfd3df14', 1, 7888, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '21f491386ad9221133076f229182d74b97454831', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-nav-menus.php', 1, 'c57d7b436669fd7997c3ae39ee04dcd1f0c117cf331d6dc02552421720aada70', '8da09e3c2524428bea462b69d93614f9', '8da09e3c2524428bea462b69d93614f9', 1, 54527, 33188, 1, 1569529975, '', ''),
(1627006215, 1, 0, 0, 1, 0, '22100bdad03502a4b22e9ac9978c933f968cb492', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php', 2, 'da1a52cd862987a3a1693c5781b5f3bd596d7bfc515a58cb7811940f6b70d3f0', 'c2877acc2d556b3fba0605b427430fc8', 'da1a52cd862987a3a1693c5781b5f3bd596d7bfc515a58cb7811940f6b70d3f0', 1, 4052, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '224f7f53616dd7470f28d2ada46ae9e986632cba', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/random.php', 2, 'd1e5c57ca101434c3bf346a4f39ea3c9cbe677907ed0266de9ac6f1240657024', '95e982a98dc5d3a8b38306fc7edd89e1', 'd1e5c57ca101434c3bf346a4f39ea3c9cbe677907ed0266de9ac6f1240657024', 1, 586, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '225be06dddbf64ec09a5cb0f298f00a3a015ba60', '/home/hkrhostingreview/public_html/wp-includes/feed-atom.php', 1, '51e1876886c76d4d7d38a5997e0e5c9edccbcf44fdbcf60fe259380ddf242685', '0545cbfce9cbd59bd449245e6947ab5b', '0545cbfce9cbd59bd449245e6947ab5b', 1, 3081, 33188, 1, 1555607332, '', ''),
(1627006215, 1, 0, 0, 1, 0, '225fafd6543c4a5cd1c3e6025a6cf1e4ec68fe5d', '/home/hkrhostingreview/public_html/wp-admin/export-personal-data.php', 1, 'c93eab5c4977f1d84bd44f43dfcf6dc3803fdef06a5c35eb4c3aa468fb158978', 'd476def1d9d5f76019f74f1ca8a79185', 'd476def1d9d5f76019f74f1ca8a79185', 1, 3218, 33188, 1, 1559953851, '', ''),
(1627006215, 1, 0, 0, 1, 0, '228b88184b8aa48753e757872f164a6f8c6ea930', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, '1f35e8d649cb0527d40fd3c0e05623f4535a62e60c0dbb7b23b35fd4c223f80d', '5b4d2f2a8eb545e63c73e4571bdc5247', '5b4d2f2a8eb545e63c73e4571bdc5247', 1, 1805, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '228c2f64eef8282d1875400ff7b8d0ed93e7eb4f', '/home/hkrhostingreview/public_html/wp-admin/options-permalink.php', 1, '9cebbd8571fff7c995852339c5dfe9e009c94f71d9d6215462a9699b598224ff', '0bf63e1bda5632632c0d848d37ffcb6a', '0bf63e1bda5632632c0d848d37ffcb6a', 1, 18953, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '22983fadfc947188053ef02839f0ab8edd7b6354', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-scanner.php', 2, 'cb31d6336af1d8ee2eaa9b7e0680c8d0eddb6f9d423b01e36e97b068c1b4743b', 'a604e10b8e416d8d5a0335c7ca869ed5', 'cb31d6336af1d8ee2eaa9b7e0680c8d0eddb6f9d423b01e36e97b068c1b4743b', 1, 161539, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '22ccf397e53d3c3dd2c0056719dd8ac8c87a7c9b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', 2, '111c253e26e69cfe03675de6e964db6c08f638bf06fb24ac0fa731617afb0d1a', 'e9ba758ab4c1bf8beb6a44593ffcafd1', '111c253e26e69cfe03675de6e964db6c08f638bf06fb24ac0fa731617afb0d1a', 1, 435, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '22ec1ade7bb38b822818964e405a1ea3e17c0e95', '/home/hkrhostingreview/public_html/wp-includes/l10n.php', 1, '11b04d486d8c058d789f4f02cebfba2fdbdd47fc1984dfd4f0f32576ace96a87', 'b2d26e72a3cbc753fb221d5c49006d73', 'b2d26e72a3cbc753fb221d5c49006d73', 1, 53087, 33188, 1, 1569087717, '', ''),
(1627006215, 1, 0, 0, 1, 0, '231ed752b7cc92934cdf72d42fef41a3365ab79f', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/akismet.php', 2, '0d9611609492f8b04458d4977d719322a88d4ae0a402e4616b6fc77f7469b32b', 'e148514764cce025bd61fc72422f8eb5', '0d9611609492f8b04458d4977d719322a88d4ae0a402e4616b6fc77f7469b32b', 1, 2543, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '23433e4caea91f99405ddd61ceb4195833fabd69', '/home/hkrhostingreview/public_html/wp-includes/functions.wp-scripts.php', 1, '3d00c04cfebf6d4c214d8ac58bbfc252fe500e14f95ee88ecca7601c70ebad7f', '485a9b09a28f7f2131b6b1bfe0dc0b2b', '485a9b09a28f7f2131b6b1bfe0dc0b2b', 1, 12824, 33188, 1, 1569450235, '', ''),
(1627006215, 1, 0, 0, 1, 0, '236c87bf8cd118a055b490b18d922cee3af403ba', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/class-bsf-analytics-stats.php', 3, '3c64e84c4592322a35f7b7af3111affe70ad1863a747172b90bdacbce0cd5e5a', '6a6231d9f2db4dbe6b181d06dec713c8', '3c64e84c4592322a35f7b7af3111affe70ad1863a747172b90bdacbce0cd5e5a', 1, 6800, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2377ed6fa5d60bdd412578767e9b2db50f4c5dab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/forms.php', 2, 'dfb3e044b2a9ff000e7717c919d7ba6bc6c585f9513e7b7d40a422de1be48ae1', '6c2f9a40be932b60b72bed05f0f4a438', 'dfb3e044b2a9ff000e7717c919d7ba6bc6c585f9513e7b7d40a422de1be48ae1', 1, 1966, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2388abdaddd4d985b34647ee3caf060d68ad536f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/tmpl-settings-upgrade-button.html.php', 2, '341ab16f1f8d6c7bc96845b6ed58cc288b450743c2798e05cfb4fcc670a7c54b', '6dd1c46880a174e88f41b1303198dfa0', '341ab16f1f8d6c7bc96845b6ed58cc288b450743c2798e05cfb4fcc670a7c54b', 1, 330, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '239db9dac3ab79354cba4732b4da8d9744c9803f', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/support.php', 2, 'dcc61312292377979506de48f3e38609b6bc02c45f6ea51310d96eb3043449c3', '6292693b20c881f3be23493a8f7f981d', 'dcc61312292377979506de48f3e38609b6bc02c45f6ea51310d96eb3043449c3', 1, 1786, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '23a4d57165b7853524c4e364220f10c813a10f17', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/ImportExport.php', 2, 'f31cd85999538680958a8f05b2a46680c5683531004cdc2f9646753f63564716', '53299d09ba6c17749e9cc38f2251a933', 'f31cd85999538680958a8f05b2a46680c5683531004cdc2f9646753f63564716', 1, 17981, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '23b99aa7193d36094868c36f307b4b525cd7e1ef', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-all-forms.html.php', 2, '25f2f013fc253e6af9e2b08bb0f67c9c99aa2e5d5879d8563d5b4eab3121f33a', '71d11ef5157718c4f8e13878c5e36341', '25f2f013fc253e6af9e2b08bb0f67c9c99aa2e5d5879d8563d5b4eab3121f33a', 1, 604, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '23cc47c24e240afc028db501b3d678bcf38fa517', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/slider/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2415f96dbd42d86f3b61f333aebb7fc8c6766c22', '/home/hkrhostingreview/public_html/wp-admin/includes/taxonomy.php', 1, '1ff6b34e0cea45fc4be7f40f25ae24fe6e51859c9fdbb538687c935f7e48fc79', '5646a392c54514860e210a7091372870', '5646a392c54514860e210a7091372870', 1, 7953, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '241abe27b6fc9cf95694063fb708fc6c97d2dfda', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/importer.php', 2, 'c9e84e0ed50908dda20b37c4c7e863f08f171a5e85f521bf33683502ea2470e6', 'b7c28f8f1859bd843585fb8ef073f443', 'c9e84e0ed50908dda20b37c4c7e863f08f171a5e85f521bf33683502ea2470e6', 1, 9390, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '242fd80c8c1aadff3ce85ad4e9f23302e4b965d6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/database-upgrader.php', 2, '646901841b01a031edd62d0d2f2267153655409f65bd4ce4b4c646c383204a8c', '991c17acd9e8dd9c9a64a6760f0b940e', '646901841b01a031edd62d0d2f2267153655409f65bd4ce4b4c646c383204a8c', 1, 2684, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '24a0d21f50262995d68d5eff25573dae3ce20ca6', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy.php', 2, 'daaad4a6b6517049c90e9a6a0a1ebdd46d95109cfc86cf82dafd58dca17a9d4e', '3e11b827d647c8a3ff7b0919c5e61571', 'daaad4a6b6517049c90e9a6a0a1ebdd46d95109cfc86cf82dafd58dca17a9d4e', 1, 43331, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '24e4e547ae156af366fd78e11ee5ea5dc199e11a', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff.php', 1, '09660398af966e4752715f286b315266854f995b5c74a36fc62d2133e981c901', '6c70d59e9e9a6e9bd11537719313e32a', '6c70d59e9e9a6e9bd11537719313e32a', 1, 12950, 33188, 1, 1435505244, '', ''),
(1627006215, 1, 0, 0, 1, 0, '24f52073ad80865e54f0daceca08207c50e2b855', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/general-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '24fa12f5e5cd390eb86378c753133742e80e53a1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Caldera_Forms.php', 2, '6c5486b9ad7482dd1db1ffd8a392583bd849f123ba3c8cdf4e69284c426fb6b7', '58a72095819db0d73fb0675cd898a33a', '6c5486b9ad7482dd1db1ffd8a392583bd849f123ba3c8cdf4e69284c426fb6b7', 1, 59291, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2504176b0f69495b21d7ff6255a06c663afeadcc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Form.php', 2, '8cb50512741a1210f414f61cfce11eb030cfa5ccf4f83dd93ec55645b097b7c6', 'ef4d5cf7604ba28def6c543d3f7b5742', '8cb50512741a1210f414f61cfce11eb030cfa5ccf4f83dd93ec55645b097b7c6', 1, 35543, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2536a118c9d5ac0c24e327dbb0f47db41fdf4b73', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Promotion.php', 2, 'de1baf90f872a10b499f8f30dd66a25ca4bea5a22ad2e5a704654d70f367d318', '7fdabbfaa2afd43157f42ba43d071bf8', 'de1baf90f872a10b499f8f30dd66a25ca4bea5a22ad2e5a704654d70f367d318', 1, 5015, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '254b921649e8554f36c2463020d95cf7b0c3a464', '/home/hkrhostingreview/public_html/wp-admin/user/menu.php', 1, '6440c33fca49eb0df162906cf739cf094039fbf6f54a8691f964aa328c623393', 'c291386f76ca9b04c710342cabb61e08', 'c291386f76ca9b04c710342cabb61e08', 1, 761, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '25545b9bee34b83c7ab9955d3e215724c831c5d8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Action.php', 2, '1a44e2431e828449637b32e8d956a55e9e97c4ff12c195a54e05374d89188d69', '92a75f202d626a401e2651973862a438', '1a44e2431e828449637b32e8d956a55e9e97c4ff12c195a54e05374d89188d69', 1, 4848, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '25c5521bc0a00acb12fedee17593aa3bef0697af', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/update-terms.php', 2, '66559cf2aee870cd513f534eed785f13f02c6bc6713ea8c41775f4a96e18305d', '1433fcfb82c90025e26432932c74ea0b', '66559cf2aee870cd513f534eed785f13f02c6bc6713ea8c41775f4a96e18305d', 1, 1552, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '25fd9684cb9291948da16dc5aaf2317fe761c6ac', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php', 2, '9b36ff17a52195780bf67fcdca4aa0569c2453f480ece64e931a2a8c106edd7a', '7ce61921323df223eb92077d4df2a4c1', '9b36ff17a52195780bf67fcdca4aa0569c2453f480ece64e931a2a8c106edd7a', 1, 1711, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '26169c4d67f2ef573342e85e589ad1effc58b0c6', '/home/hkrhostingreview/public_html/wp-includes/class-wp-theme.php', 1, '6c5375fbfb8e1c5676f3b8d77905ce3b26002a32c7668056b127d950a0f7665e', '81e58958c78a61e836764750fab7028a', '81e58958c78a61e836764750fab7028a', 1, 50134, 33188, 1, 1569272458, '', ''),
(1627006215, 1, 0, 0, 1, 0, '261d667536a2fff360d61918fe8f025a0801c3a7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/widgets.php', 2, 'a6bd01ed918209d0df8f8efdc4e701c96a90a9c4a8c777bb0eda21825873dd79', '7ccbba6c67f40cdee46f7367189326d2', 'a6bd01ed918209d0df8f8efdc4e701c96a90a9c4a8c777bb0eda21825873dd79', 1, 11612, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '26442463b126f6ab7d462794323a756c14b40d00', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/excel-reader.class.php', 2, '6490befa0c560557208a664bbd7291da4070707bf49c41e1a231dbcf70ea37db', 'ff07267ac2995780bd3286c52855936e', '6490befa0c560557208a664bbd7291da4070707bf49c41e1a231dbcf70ea37db', 1, 75192, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2647a84500864d65045ad7f93bee768c91e77b75', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Int64.php', 1, '7d75e5f90c8313f42a45a9cf6b92e94addbd69c5b4db53263782a2e8bd474766', '25186dda530603bb2c9714bbae5c06a6', '25186dda530603bb2c9714bbae5c06a6', 1, 31156, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, '265c5d6f86dda978be0c83591e4e5fb8343bebd6', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, '6c021efaa22b8d7c046e4aeade101a83ca24f0ff8df5b4936e9d1c30b836f7c3', 'bd4eacc8d3a60c9b9ffd8120db87d815', 'bd4eacc8d3a60c9b9ffd8120db87d815', 1, 55416, 33188, 1, 1570507322, '', ''),
(1627006215, 1, 0, 0, 1, 0, '266e3f240bfe1300923c33e18a864751f73eecc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-subs/impexp-subs.php', 2, '8e3cf2aaf1cf62d6af073e7494587b6fd9d29ef235b852d6a160ed56cab01136', 'b8591a3f405e081c844974ffd69bccc3', '8e3cf2aaf1cf62d6af073e7494587b6fd9d29ef235b852d6a160ed56cab01136', 1, 953, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2681e2248ce897d4aba98eb359c1fa0c6b857451', '/home/hkrhostingreview/public_html/wp-admin/network/freedoms.php', 1, '41042d52f9c236cd7064ca17866ce7682667260908bd5e8abaee8d6fa271e5d4', 'e1af39e94239a944440ab2925393ae60', 'e1af39e94239a944440ab2925393ae60', 1, 269, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, '26c34a52e6f64f5a1e65c7c90124d0d29817cdbf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/layout-fields.php', 2, 'eebf2b5df986efaaaae319c31e54ca22f0ceb92301cd420d331adde5effebf2d', 'bfb5fd05e09324ec5c46cdd03035d449', 'eebf2b5df986efaaaae319c31e54ca22f0ceb92301cd420d331adde5effebf2d', 1, 409, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '26dac20ae839e38fdfc80fee483b3ebb1de05d63', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/class-hfe-fallback-theme-support.php', 2, 'd608a04b71d959335a2cb93c231cad1d4cf1ff5c0bcd99ac989b6c81f148a67f', '6028126df8684ef0b5ee075095e3e91a', 'd608a04b71d959335a2cb93c231cad1d4cf1ff5c0bcd99ac989b6c81f148a67f', 1, 7153, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '26dd1b4e301468df52e719882097742f57c41c20', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/select2.php', 2, 'af816ec640df79db3f3d6ba8bbab20dab2bcb55ce7ad30430711c60a799e6bf2', '88d999bead7ab87bcb434ac734bf9934', 'af816ec640df79db3f3d6ba8bbab20dab2bcb55ce7ad30430711c60a799e6bf2', 1, 2598, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '26dead7a6972fc0f32e4020d642e1545f3e8b8bf', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/utils.php', 2, '5fc4e9f86e60590312cbbb3be1e0db4cfe639d846a05d71d881fce072337145b', 'c3c746b121e0694a4d9adad3a4eb6914', '5fc4e9f86e60590312cbbb3be1e0db4cfe639d846a05d71d881fce072337145b', 1, 17861, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '27066fa99d9e68042cc6e23bf81add3b2b253cc0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/link/class-astra-control-link.php', 3, '28262c4543e9061f06186953fcb36616a42748534237610c96fc5fef715adffb', 'df53ffa07bfe2b0dd52aba684b798c01', '28262c4543e9061f06186953fcb36616a42748534237610c96fc5fef715adffb', 1, 2769, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '27081f4cc46e284f7f7eaa53c09d3f171a6ca679', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-debug-data.php', 1, '01c8d5dd7e2ad2f4484358cedbf8086588bb30c30bd37c70eac16e83888830b4', 'b582fd1362e857e984ea82ed818a2ead', 'b582fd1362e857e984ea82ed818a2ead', 1, 47872, 33188, 1, 1569419278, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2712cb26f3b40d9b8803eec3f7866e82259a2f9c', '/home/hkrhostingreview/public_html/wp-admin/network/plugins.php', 1, '47248dd9be2ac69b04310939b95bc8c8c7407abdcde30c75de6446edf85f807f', 'e4f7cdfcaddc4693fe0bcc39bb55d68a', 'e4f7cdfcaddc4693fe0bcc39bb55d68a', 1, 267, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, '271b86f2ae31afe60b80e447a9ba788cee39251c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-forms-reset.php', 2, 'd945df9e98bcea7e971c2109086c8d39363d8f882b7f47698c332444696facd2', '1f74ee070297b58d444523ba27c2b03f', 'd945df9e98bcea7e971c2109086c8d39363d8f882b7f47698c332444696facd2', 1, 3138, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '27402417dde6b4917441d5b62d50c2dad964a4d2', '/home/hkrhostingreview/public_html/wp-admin/includes/class-theme-installer-skin.php', 1, '4d72b3373469bae95696df0e793e9411b40183d6df3b12eba07fcc442094a74f', '39b621a70c051c78b37e29f8990ba2ca', '39b621a70c051c78b37e29f8990ba2ca', 1, 4385, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '274f8aca8c514d25960d43df16e388bd09e4a04f', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, '6479d4290f4791db3d33072a6023ecfa073f177fa4e35e1b2c73c299d4bd1171', 'ce5ac6be42d82c1f4a2954f081996378', 'ce5ac6be42d82c1f4a2954f081996378', 1, 893, 33188, 1, 1532365345, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2753b69dea419a399ca7abda0ca7724dcea8d6c8', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/embed-404.php', 1, 'aad869577e481db9324a3aaa60f3a93b95d6cf6ef7bc6ef0c4d4ca16069ca4b8', '3705965b522b03539b86412d1a612a65', '3705965b522b03539b86412d1a612a65', 1, 972, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '275ac372047dede3d6b3eada5b6ca95aa3766781', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/wp-background-processing.php', 2, '3b703d32d1f8e9e4a83ed728a909f1a57c8e79090947ae93fb34bad9190efa99', '194b5d9e58962e910bbf2c61656a83c7', '3b703d32d1f8e9e4a83ed728a909f1a57c8e79090947ae93fb34bad9190efa99', 1, 605, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2766c9354a62296dbe4306efc0c1e7bf00df11f7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/php.php', 2, 'b88a7f1f4700265b4ed96a92a213d2961bf4d9df80dd1d5429ea8abe10b7296c', 'b4ab4fedf1ba8b0a47f9020f4765e3e4', 'b88a7f1f4700265b4ed96a92a213d2961bf4d9df80dd1d5429ea8abe10b7296c', 1, 266, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '277e08607fe1fb1736658e6e1e9b931cc7254769', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/calc-field-class.php', 2, '504736155bf726896ecf0471c16de11da75246f6610fc11bc7550b44fcf83f4c', '10452f2431f12d3db05292e78214d78a', '504736155bf726896ecf0471c16de11da75246f6610fc11bc7550b44fcf83f4c', 1, 2960, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '279243f3750bf578393c16e81d3904bf1254adbf', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/config.php', 2, '3d538e617afbe581d64cff23dcfc475fd71532dc26c2489793b30510d616b8ef', '2d5db593460a4bd6b628bcc69bc9bf96', '3d538e617afbe581d64cff23dcfc475fd71532dc26c2489793b30510d616b8ef', 1, 62579, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '27ae4b79d24cc1603edcf4d935e50773061cb8ee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php', 2, '26af2954a09480980f097629739742e991b3ca230269bac27713f81e0c87db90', '378f506ed26610421009f18043e2f7d7', '26af2954a09480980f097629739742e991b3ca230269bac27713f81e0c87db90', 1, 1945, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '27c7f36a186c93b1c08dc2758e69af9232155403', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-list-data-mapper.php', 2, '25ff9c854105c10cfe39e3dd4ad089f679266fb59e1a83ddb3c12807f7057d20', '23118912813820468ca3324edf6beeb3', '25ff9c854105c10cfe39e3dd4ad089f679266fb59e1a83ddb3c12807f7057d20', 1, 4339, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '28024d9bc4ac193e663b9457dd3b21ff60599dac', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-google-recaptcha.php', 2, 'bf4f76d7d1ac8a18fab20bf5342581efe9916078c86e2ad7748c8d8f3e4dc9d4', '97c8d7e0612e8b42b899d0016a47d12b', 'bf4f76d7d1ac8a18fab20bf5342581efe9916078c86e2ad7748c8d8f3e4dc9d4', 1, 7862, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '282176bf0770514898ea68c22350bcab62a405a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/database-migrations.php', 2, '5915c950069fd5363d558aed7f30f54a5741c1c0542c54cd71cc8afbda320426', '965bf4a5bf1bfb730b4d51dd63338827', '5915c950069fd5363d558aed7f30f54a5741c1c0542c54cd71cc8afbda320426', 1, 2959, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2822126f38f0e070ee664849a2931f07ceb258a0', '/home/hkrhostingreview/public_html/wp-admin/media-new.php', 1, 'ea56c4b038e4c739e71d36edf19a8526897dea55396b8ce0648f37ebcce8860d', 'de92b3849de0238412beb14c25fcc69d', 'de92b3849de0238412beb14c25fcc69d', 1, 3194, 33188, 1, 1564094757, '', ''),
(1627006215, 1, 0, 0, 1, 0, '282ff9d8608ec7d4c535e51e6a65782733ad5439', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/general-settings/general-settings.php', 2, '164346bb413ffdb6288f1911a383bbf1b0719eb57c3be17e330a20bc669ed5a2', '0ac9b26c1fa4d3ce2edc1e95c5f5c8f7', '164346bb413ffdb6288f1911a383bbf1b0719eb57c3be17e330a20bc669ed5a2', 1, 6000, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '283da0ba8c33650ca275c9277fa706a69a3f7700', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/admin-before.php', 2, 'b0d83f0f1c0ecc90083987caa9e3baeb2ad819df23a47d5a067712183db83e28', 'c89c1fb53cdfdeb45f0f3b57d774bd19', 'b0d83f0f1c0ecc90083987caa9e3baeb2ad819df23a47d5a067712183db83e28', 1, 137, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2879046b8a9c778c68539871395f142f5a6abb89', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-fields/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2897838a87dceafe1a5e5f73f6d5af41d97917a1', '/home/hkrhostingreview/public_html/wp-includes/Requests/Transport.php', 1, 'e81e1b9a527a8f4fbe0ab94d016ba09e9ffaf57902e7cd7587fdc8c631f8513b', '019c993bce6bed178baf4b5c566cc617', '019c993bce6bed178baf4b5c566cc617', 1, 1220, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '28b4751260477abfff5fb39ab326beffd3027f58', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/get.php', 2, '25b7c7a0b9c915ca2b539677739610cc3f193700f712e3ac3657e8625f4f7d65', 'd3b4cacc71b4b42737ab80008a593efb', '25b7c7a0b9c915ca2b539677739610cc3f193700f712e3ac3657e8625f4f7d65', 1, 748, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2943ad69de26008ad0f923f04e5e9565bac9a2ba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/City.php', 2, '8b67016f6ded680dd715b5c8ed61ad15af8bd139b17eb8ce2c896ce29e6e8b9a', '3b214e435f68d36083075fa99d7ad6f9', '8b67016f6ded680dd715b5c8ed61ad15af8bd139b17eb8ce2c896ce29e6e8b9a', 1, 595, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '299fcb131f1b444146fd638c96ceb290fd731561', '/home/hkrhostingreview/public_html/wp-admin/includes/widgets.php', 1, '32bab454d6ecc23823ecea82c7275f71ff655b9f992232c62c402ca35773f521', '86b47480c04a5923ca3f41b3999203b9', '86b47480c04a5923ca3f41b3999203b9', 1, 10790, 33188, 1, 1568547715, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2a12054f78aa2aa686f8f7d180ee51d3f1838de3', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 'd4ec3800bf1cd02f1aa177305d93db757d147bdb66b6b20dfdd0db38f120b58d', 'a222bba40554b5c8ab26988326279b6c', 'a222bba40554b5c8ab26988326279b6c', 1, 45131, 33188, 1, 1567725535, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2a238ad66c83422f92ee44376fed33a01c8edc99', '/home/hkrhostingreview/public_html/wp-admin/network/setup.php', 1, '4827fe9897f064f2117eb3903c01bad712daf1a67e6b5a6e73a8a5f8df8fb214', 'ce74e43d24d9c36cd579e932ee94b152', 'ce74e43d24d9c36cd579e932ee94b152', 1, 265, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2a3dcb6343c4916285b1204800ebc1a30d14b4f0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2a5a8f8338da11891d06a6d5334f9b0f97be5926', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php', 3, '5e634e9991fff3970c5155cccb36830205f9cd8a8f96a8ecd4f19813ad196f9c', '1a1d239a4b16ba2f09b44641edc81724', '5e634e9991fff3970c5155cccb36830205f9cd8a8f96a8ecd4f19813ad196f9c', 1, 27260, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2a74bb5954e6052dc71e35d1856640371c8a7f49', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php', 2, '312915bc94b7e043a7dfe5ae020403086e47a72b819c880bce4b37f36ea40531', 'c6061d168117dc1843bccedce3afa595', '312915bc94b7e043a7dfe5ae020403086e47a72b819c880bce4b37f36ea40531', 1, 2376, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2a7b2cfa7cfaae5619c19af9242b5fc5edf87067', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/theme-hooks.php', 3, '2916b2cd9a522f343fa044260bbf97e0f8612bfa89e8fd73c0e6b7720e670f65', 'f9636479e591f7ad67383c1312a4dc5b', '2916b2cd9a522f343fa044260bbf97e0f8612bfa89e8fd73c0e6b7720e670f65', 1, 9393, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2a80a2be1ddec00da2eab5b99951731c47844092', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-match.php', 2, 'd58c7c62137a630a7216d92c1399e89b401638ff5a72e140f497b4d1354dda3a', 'efb8546a9ca91ad5250a1eb212f9240d', 'd58c7c62137a630a7216d92c1399e89b401638ff5a72e140f497b4d1354dda3a', 1, 917, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ad88913f1bdd1c85b408f5798c3d64bae0435bf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php', 3, '54864686a0dac6e8e763b0270e1ae79719e3e2e82d9d4f994232494c2787cc5f', '806685897350b50f67c45798364d525b', '54864686a0dac6e8e763b0270e1ae79719e3e2e82d9d4f994232494c2787cc5f', 1, 65627, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2b011324fffdf7ae87190e1a282754c6a97d13e4', '/home/hkrhostingreview/public_html/wp-includes/Requests/Hooks.php', 1, '5b9125bdfe8e4c8b9807ef7d93b33c31c7d445fb6f4948e2114acc269563f611', '2c15a0a520b9a8976778a169ceebd919', '2c15a0a520b9a8976778a169ceebd919', 1, 1399, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2b3949f15e207a575a0b5316a9a4a353ab845182', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/System.php', 2, '8965e4482aadd08b2d5e331954bfdce15e2edbadd292f0e94de2f32beb338198', 'a76dd5e0ffd4c11329c39f566ee8cf77', '8965e4482aadd08b2d5e331954bfdce15e2edbadd292f0e94de2f32beb338198', 1, 690, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2b3a832c4c20c84eb66311b347f247a40ed38c24', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal.php', 2, '248d46b91748261d20ffe6ccf62a02395bc3d5a88d2fabfd8a9761a1192c41cf', '2cf00fd13ad713c3dd64c2285399da68', '248d46b91748261d20ffe6ccf62a02395bc3d5a88d2fabfd8a9761a1192c41cf', 1, 1119, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2b9a63858c059a17de2c69dad74ab112b9515bc9', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-copyright-shortcode.php', 2, 'e33cd4bfe024954167afa940f6d0cc85bded0bcd37427ad0e6f53788f424b81d', '42b2b8707d39990fb4db439a4a3d6d1a', 'e33cd4bfe024954167afa940f6d0cc85bded0bcd37427ad0e6f53788f424b81d', 1, 1121, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2bbb1f7a31a218108505ea5810a08ca5e2801f78', '/home/hkrhostingreview/public_html/wp-admin/network/themes.php', 1, '773ad4602008bb59b43333d50d659be7d97aa43f0a932795ee89db59335c1387', '7acbca258eaf4d23f7a8f2aa1ddc0850', '7acbca258eaf4d23f7a8f2aa1ddc0850', 1, 12188, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2bc4fdd0ec673b15897a32f5fb22493e64cacbce', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2bc72a525e6b3534897f79cf653951cf635bdd3e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php', 2, 'cfce4e91864fce20f090fd54e88eb8b10920ed9291c07e20b523a5a3d9d8585c', '37075bc0738a99275e27b05d3207f904', 'cfce4e91864fce20f090fd54e88eb8b10920ed9291c07e20b523a5a3d9d8585c', 1, 17400, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2be6185b0b37d4d725799779de02087fde7ad2ba', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php', 3, '2e102a8d9438bb1905b89a6378326bec32462cd9f3a1ae843bd68de43c062acd', '777704eb155f928359e1d6814e9c7b80', '2e102a8d9438bb1905b89a6378326bec32462cd9f3a1ae843bd68de43c062acd', 1, 10755, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2c103695cbed6b40ea494381507e428f8cf688d7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/SuccessMessage.php', 2, 'f163d5e6acf8f556d9a219b8b50abe0555f43fded0587a53809a5269acc0b707', 'b4f34e7b663ff39753800c1564a57afe', 'f163d5e6acf8f556d9a219b8b50abe0555f43fded0587a53809a5269acc0b707', 1, 2281, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2c21690b7a9bdaac1eac68f4a35a315ac0650265', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/embed.php', 1, '72ec50a9ac5aeb7f5073672b2fb7c08c1926051f85a330fc49fa49446c219d39', 'c805c5a273be5ed0f4bb71a20f6362ff', 'c805c5a273be5ed0f4bb71a20f6362ff', 1, 481, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2c38d0a9c1e4f2d9ebe33fe1f0db4d90a817f438', '/home/hkrhostingreview/public_html/wp-includes/default-widgets.php', 1, 'a4078f04f3f4ca19b36abc4c06f655f46304d05eb466c7720a3ca7621772c18f', '1aa4e034046b70de77e83f2a80c31cc6', '1aa4e034046b70de77e83f2a80c31cc6', 1, 2180, 33188, 1, 1506320925, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2c4a096e11456f805a0da302e99e0484109bb68c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-ajax-response.php', 1, '0475d23156b0fc1f31542c00971cef56efacb733d7e0c030439ec8192f54fd27', 'ece1f4551d273d7d1e19d3ea7bb5e659', 'ece1f4551d273d7d1e19d3ea7bb5e659', 1, 5235, 33188, 1, 1564015738, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2c9e193dcb0549193306ebb4ae53afb73f93ad7e', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/.htaccess', 2, 'c1b57eda97c1b9c19ab961c6d6cae03ac869c6ff767e24e94b01fc1b6958df69', 'bf39be827c95ade49c322dfe231ff19c', 'c1b57eda97c1b9c19ab961c6d6cae03ac869c6ff767e24e94b01fc1b6958df69', 1, 629, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ca797cd6d8f38a3c7906bc587c389ae2e0e56c3', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, '4e7466018dcb5fbd09729a8b0543215086877c0f69f43e09eed7017f28a94ef6', 'dade37ec66f557b7d59a371201c1b486', 'dade37ec66f557b7d59a371201c1b486', 1, 1131, 33188, 1, 1507170169, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2cb38fd6e52b62687fb6801524463caca0dddcaf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-walker-page.php', 3, '38f452a152dbd91bf0b8a30782b4046f05008fb8f80cd60531c15cac34d24af0', '6fe72ef7394e874c37a9f8c29e7c7eb9', '38f452a152dbd91bf0b8a30782b4046f05008fb8f80cd60531c15cac34d24af0', 1, 2252, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2cbff55a4492b4fbb046031d96eaf6032141915d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, 'db9e59e0d0ffff7e21f9d7a416de664bac98d0818653dc380af2422421198582', '5179be84a33fbf1e3be9389e560a06f8', '5179be84a33fbf1e3be9389e560a06f8', 1, 100, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ccb015d5b6b3be3cd414350640096f08a2b42e6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/display-screen-options.php', 2, 'e1d2d4fcccc82299ab9b929671d281907d1843a308a94d4cf4835d4e8c5ec8f6', 'cfe3304dd98cf1ce3561ce235bd476f8', 'e1d2d4fcccc82299ab9b929671d281907d1843a308a94d4cf4835d4e8c5ec8f6', 1, 5156, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2cdcf21a43ffb15cf693f7ebbf58bf43e07da4e7', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, '7df850a3b047b4d5a691df65e7398db6f8e5c029c0fe7195014cf6103d733c9f', '0405dab862faf2af1039f41bb087b14d', '0405dab862faf2af1039f41bb087b14d', 1, 96, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ce1eedded961e73e6f9dd396ff62a33b78a637d', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/notices/class-astra-notices.php', 2, '2b298417a38aa21d3ebd73bcc128fd013b9492c5be11512bb816ddd78069f3dd', 'e94de53b4628fbe0fab75511b62deb64', '2b298417a38aa21d3ebd73bcc128fd013b9492c5be11512bb816ddd78069f3dd', 1, 9761, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2cef3875f5c98a6d4997f9a74d59668bee78fb8f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php', 2, '699004d8594e152775994270f48b8519b6abce68aee8f93b1032eeb415ce6200', 'e5eb18e3393fa959b6044f78ca5cfbb4', '699004d8594e152775994270f48b8519b6abce68aee8f93b1032eeb415ce6200', 1, 19467, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2d0625716e7fd89094f7c316fb5f503705204b5b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php', 2, 'c8919c5171788741e9fc98ed9ee9bb6083dc97319e6294f55cc945099551d897', '8585add24b02959f9826a62a2fa6b737', 'c8919c5171788741e9fc98ed9ee9bb6083dc97319e6294f55cc945099551d897', 1, 3109, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2d550120dda1c71e1e20c65300c2172a93b8fd79', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/elements.php', 2, '0c5553b9cdb1e47d44ef658b6f9e8adee1f3133a1d98d7eb6ce07c15e76578c9', '0d90e9236d74e482ff35022011a972dc', '0c5553b9cdb1e47d44ef658b6f9e8adee1f3133a1d98d7eb6ce07c15e76578c9', 1, 7595, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2d84043044abe2cea51051d1b0a653b0c2babec0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/js/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2d89aa306a482ba7be001f938d2fcf8d8e030064', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 2, 'cfce1209d3b0a4dd1df05e995e8bbd5878b5e2806678323aa78f98f39a57939c', 'ca633667dc90176fa8113fbbcac0e431', 'cfce1209d3b0a4dd1df05e995e8bbd5878b5e2806678323aa78f98f39a57939c', 1, 6099, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2d8dc1af36e1898a851c315364599776046c41b3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/header.php', 3, 'c35663506fab0a3b2b08c3065b9116668486e8f1ac7739dbad265a4e853a7dc9', '29877b0973e5f20499a38f7accd31883', 'c35663506fab0a3b2b08c3065b9116668486e8f1ac7739dbad265a4e853a7dc9', 1, 1375, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2df4cce9a8f59d1f54ba4590525899e03ac622b2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/app.php', 2, '2e86b04ad30e56b1991dc9c111a0776e6c8a55c15b87ffc8af697772333c2219', 'd8803e05b469a1db07e3e8610630815b', '2e86b04ad30e56b1991dc9c111a0776e6c8a55c15b87ffc8af697772333c2219', 1, 1252, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2e23f1b6720e9c6174748bf7aae7c8f1c0d5d754', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-all-forms-column-title.html.php', 2, 'a452d4d8eab3238de4141384fecdc963374a94c6f6f0e0d5e8fbd3fd1d12b70e', 'cc98f67d0a9b5034730b05a2a525ace8', 'a452d4d8eab3238de4141384fecdc963374a94c6f6f0e0d5e8fbd3fd1d12b70e', 1, 847, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2e312d3c6da8cb9f64a49ea21a0004292cfd004c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/element-base.php', 2, 'fbc3a5637ac214c0bf07d175e5561bd587d076321bc5d0ff81bbb959b17ef8ae', '5bf28199c7360f468946430122383bd8', 'fbc3a5637ac214c0bf07d175e5561bd587d076321bc5d0ff81bbb959b17ef8ae', 1, 24032, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2e6acbc1b849ec6f88b9da5d188b064d5032fd80', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 'd17abbe67dbb87e9114f15365f5830de52f5eeea8f44f1265b32cd8c9ca78611', '3b9df32ab76b4c771e42a30be664dd3d', '3b9df32ab76b4c771e42a30be664dd3d', 1, 92, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2e8965698b9c8d97dd01c647a8a1ec00d48c3633', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/preview.php', 2, '95340c3a92afcb4283624a64d74ced44a3cc3d4b779acbe2e00b4ed4f22aa63d', '2bc16fe91af196c50895521d44356906', '95340c3a92afcb4283624a64d74ced44a3cc3d4b779acbe2e00b4ed4f22aa63d', 1, 7310, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '2e8a855fb29ab89cc848db8df0a453dce8172a45', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-settings.php', 2, 'a5867fbafebc2937d8ced7e3c3270e93e0123d7b8248d73e7bb6fe80b66414e8', '3b5ad2b2d9affd712da7327ce6c2e3ea', 'a5867fbafebc2937d8ced7e3c3270e93e0123d7b8248d73e7bb6fe80b66414e8', 1, 81459, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ec33ce80be9f0ecaf22f06786587fcdf4dc89a9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Shared.php', 2, '7a7dc3e4316b33b258b92eb1ac9cd26e8a0064907f4da86cfa58bac163c412d1', '2258efadec3973c2846fe1dae8a849e4', '7a7dc3e4316b33b258b92eb1ac9cd26e8a0064907f4da86cfa58bac163c412d1', 1, 1234, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ec5c4c025f96ab1cd641a8a3e8ac3b46a850885', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php', 3, '3356c0dd61bf01f7dfc5767066ac13f78e76eb07e03352aa92b007bae24c1de0', '15734fd1a2f6f92f57db698e5c3661e3', '3356c0dd61bf01f7dfc5767066ac13f78e76eb07e03352aa92b007bae24c1de0', 1, 4089, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ecdd839d6e772e192367fe5cb17ff7a46747f4e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/AdminNotices.php', 2, '5f7982792d8ac1faf781e312c05957b904ec3ff664723d9decfe6a7fc4b195b0', 'c103035ebd34902d79ba185dc01476af', '5f7982792d8ac1faf781e312c05957b904ec3ff664723d9decfe6a7fc4b195b0', 1, 1498, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2ef89c0da43c2345f73ec04a35695ade500e7393', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 'db5f0c9e8b3b115ff23164723928d017a775223b1cdb32b212d5040ba68d657a', '0570bd6e8e73ac9d78cc8845b7524c97', '0570bd6e8e73ac9d78cc8845b7524c97', 1, 3035, 33188, 1, 1570226397, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2f01df0fb8d1f37c6fd3d6fec4c595b88a9229d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/spam.php', 2, 'cb33f573ebdcf0453e1f5bf4c43937ae291ed0cce471ec1abef5173d379b532f', '6188bcd310ff7d89518926450ef732c7', 'cb33f573ebdcf0453e1f5bf4c43937ae291ed0cce471ec1abef5173d379b532f', 1, 3877, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2f118d634151c0540a678875a06f4cf0c0823190', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php', 2, 'b3d269cf5880ac3c4a42a196c547782c16fdce414550f7d5ad1823c4265ca7a3', '12b655de7ceb0e64a1e72564fba8d9ea', 'b3d269cf5880ac3c4a42a196c547782c16fdce414550f7d5ad1823c4265ca7a3', 1, 5316, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2f130b46650468221014527603556e9d034c4668', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Redirect.php', 2, 'f8736e16277cdca15658c9bf6a3a4243d47d4838ee0659e54c9e4f5665b9e130', 'd94ffa6a93d3288fe15b6784dfe625ea', 'f8736e16277cdca15658c9bf6a3a4243d47d4838ee0659e54c9e4f5665b9e130', 1, 1003, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2f13e469b0e2180521d3783aaa41ca18f6144d2a', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 'cf3e7db368bd91f2b13823d393b2019c83eaddc8934cfcb83e85761740ab1699', '018a214be50e091e357910bca181532a', '018a214be50e091e357910bca181532a', 1, 112, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2f44926b2d87bef4387383aca3759e943e2b8c21', '/home/hkrhostingreview/public_html/wp-includes/ms-network.php', 1, '144e609933e2deac089538d2371bdde229bc9983dd314a20ee8e79260ad98648', '1c63bae6011ea1b3999dfba589be0351', '1c63bae6011ea1b3999dfba589be0351', 1, 3658, 33188, 1, 1546938949, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2f4c08b63f50a97b79684c6558a6142400c7771d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2f7f8c960cf8aeb44504fc75bb6d52e0792a1652', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Confirm.php', 2, 'fbc5e5067a89c61a4f324acfabc1474aa15b020d5d84a05e6423fad43e9ac738', '2f391470141475ad344b81687c3b6081', 'fbc5e5067a89c61a4f324acfabc1474aa15b020d5d84a05e6423fad43e9ac738', 1, 1036, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2fd27b9f4ea63ad8257e6965d9467b477adf1de7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Fields.php', 2, '6f47adebe4b9b5d3c9e4f0527add6d61eba70fc50b7674f391d066811cb61f2a', 'b49e3a70eb01bdc3764dec55e8bc7318', '6f47adebe4b9b5d3c9e4f0527add6d61eba70fc50b7674f391d066811cb61f2a', 1, 15058, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '2fddaa27716f19b1049e37c5fc65e2ae23bb2192', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php', 2, '89cbb68ac5e8ccc783b30d33c64b2007193ef42bd5919968708af3d6a42f71c3', 'b91e13d1aea04ee51ef1f6f4cf9514e3', '89cbb68ac5e8ccc783b30d33c64b2007193ef42bd5919968708af3d6a42f71c3', 1, 54810, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3024889c5fd97659a1e25966e6fa38c4c4c0f4f0', '/home/hkrhostingreview/public_html/wp-includes/embed.php', 1, '012fb58999395a7f2ad6505e28a9e08a9b85650ad48153a0084ef372fe5a6d6b', '9548f4e825387581c18ee511642a43a8', '9548f4e825387581c18ee511642a43a8', 1, 46888, 33188, 1, 1570304950, '', ''),
(1627006215, 1, 0, 0, 1, 0, '305fcf98d60c12d8613356b3298492ad4eac5e7f', '/home/hkrhostingreview/public_html/wp-admin/user/freedoms.php', 1, '811bd3268932d9b6315e143dab81f53375d17b5e74cbdc1252ebe1f2fd9ceae5', '1ba6cbb9e2a9d3deb348997492ed692e', '1ba6cbb9e2a9d3deb348997492ed692e', 1, 281, 33188, 1, 1380068291, '', ''),
(1627006215, 1, 0, 0, 1, 0, '306459e2a712b04d34d38f3730aa0fb15dbe44cb', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/hello-elementor/class-hfe-hello-elementor-compat.php', 2, 'af85863deb04ddd8ab189ecb28714d024306775c922f750a3e72a6f575e25a52', 'e9ed55ceae1413eb9afdfd5fc147dbcf', 'af85863deb04ddd8ab189ecb28714d024306775c922f750a3e72a6f575e25a52', 1, 596, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '30872a0dffa70ffda4b9166fb472363f61f96c6e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/class-upgrade-handler.php', 2, 'cce668b2ce3d245452922de713bde9aa4b925b708a4d1b7fb1ab5c1ed32af907', '36f8d1fa06cf0a30a5f76971141a564d', 'cce668b2ce3d245452922de713bde9aa4b925b708a4d1b7fb1ab5c1ed32af907', 1, 4396, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3095b0bb4af8fbe970490edbe073f8f7075e335d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '30a9b2d59213f6fbc4f441509907c607371c0496', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php', 3, 'b04222feb4c3bbc45874e5c5b89bdb4a55a1eb8774f6a6fc77a6e0db659113c3', '67ae9b6a90477727a04b6e0e47b48b07', 'b04222feb4c3bbc45874e5c5b89bdb4a55a1eb8774f6a6fc77a6e0db659113c3', 1, 2372, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '30aaa807c2dddeb061b7c8fbadabfab20cdb81ae', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/heading.php', 2, '2023a613b943c64fbe1f4bfd7f9348f7a93b566c07f2f0d0056aad615e18b39c', '040c59927771ad77147e4122dbda98a7', '2023a613b943c64fbe1f4bfd7f9348f7a93b566c07f2f0d0056aad615e18b39c', 1, 7473, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '30ad3efeae191926725832176d0ada94c29e62b3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/admin-before.php', 2, 'bc34ff6b02b204bc3296f5c38c13f40e2f1ca2953b00472c26d2bc02892ef766', 'ebad7b7c0cedba274110eaff051ea857', 'bc34ff6b02b204bc3296f5c38c13f40e2f1ca2953b00472c26d2bc02892ef766', 1, 216, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '30b5c98dcee5eab7df0e4d8bd03fed1b1ce3d4ae', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php', 3, 'f66d770dafc0e83e106df23318bf4805fbd00cd5a658c20270b3f0de973fa439', '7970f7a82e82f84d71dc5b2b6c1431ea', 'f66d770dafc0e83e106df23318bf4805fbd00cd5a658c20270b3f0de973fa439', 1, 2688, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '30e6e06ca91e06759172b048cf3f13ded105c532', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php', 3, 'be9c4f9740fc724de12bd2aa2fd72039609f8c747de5743fa8371270f2c4687e', '64145db41e29ffdebbdc5f9fc3bdb5e9', 'be9c4f9740fc724de12bd2aa2fd72039609f8c747de5743fa8371270f2c4687e', 1, 2894, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '30f4fa966713e2aa6b6fc91564cdb3653e324a40', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/server.php', 2, 'fd2c39ad216261cd844de63ee5c8641eac0b3a95bac935988d4ef6199da7bba4', 'b452f042db700d227d40b30342a88021', 'fd2c39ad216261cd844de63ee5c8641eac0b3a95bac935988d4ef6199da7bba4', 1, 1155, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '310c8ebebaa2b9c6efd91543d903bb865b330df5', '/home/hkrhostingreview/public_html/wp-admin/edit-comments.php', 1, '081548a12629dfd6214cf99348d987208df2b6f277fab8519d1cbb3dc38a5ccd', '831745d541e43c8a1f1d7a487a183fe0', '831745d541e43c8a1f1d7a487a183fe0', 1, 14198, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '312f9c3f1b3f57730651b246e6b8995f1cd857b6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/save-button.php', 2, '7a2fcad6149eabac4ce32a97c3bde6a16d74ab8489bed3de7aa8d6b1f1dcc3b6', 'd891dd9306a5894e0dbfb8399e1e6993', '7a2fcad6149eabac4ce32a97c3bde6a16d74ab8489bed3de7aa8d6b1f1dcc3b6', 1, 371, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '313a9888e3096f4bf0dc3ad305de1bb1028ef172', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/submission.php', 2, '4fed17ac8b8fe48a381d1142a8dea320021d46dfba63de4c7e7f380f1f320383', '70feecb0a3a7f64350cbc76c5130f638', '4fed17ac8b8fe48a381d1142a8dea320021d46dfba63de4c7e7f380f1f320383', 1, 10369, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '31472091415bfb965014add34b4066ff01168675', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-settings.php', 2, 'b9304ddbf5f688397ec93324d974cb5004d92db4bbf587a09ecccf8c5ec3f33b', '57d2dada0513b06fe602970287a41d53', 'b9304ddbf5f688397ec93324d974cb5004d92db4bbf587a09ecccf8c5ec3f33b', 1, 7383, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3156461e0259b7d8cee4a24408f51f9110a3c9e1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/services/oauth.php', 2, '7f20877b93e2d523f5019c724b23554233bbcd1e968e04ee92aa0bd7c0dd29a4', 'aa797f8a06069222f9576589054e2544', '7f20877b93e2d523f5019c724b23554233bbcd1e968e04ee92aa0bd7c0dd29a4', 1, 3902, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '31582d2cf5e7f23f1bdf2f385eb10152ec7a3589', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/header.php', 1, '41e893ee485f9553374fee0175f813033a9996bf728eed7ee2c069a9d1eb05b6', '9471d62d747899b5a98f2d5192b1a0d9', '9471d62d747899b5a98f2d5192b1a0d9', 1, 1925, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '31830756c2a5838c8f089e48be39fe328750d9d5', '/home/hkrhostingreview/public_html/wp-includes/blocks/categories.php', 1, 'bb0d57bb3902fbfd3e7259238f8c1faefee328fbd453b9fab550bafe48723b74', '43a2202a3d2fcc4ab3333a137d7ae179', '43a2202a3d2fcc4ab3333a137d7ae179', 1, 3078, 33188, 1, 1568906358, '', ''),
(1627006215, 1, 0, 0, 1, 0, '31a75d3a9858b9d90c87e3d1ab0393d70f503267', '/home/hkrhostingreview/public_html/wp-admin/options-general.php', 1, 'f3663b3e1a88371a96e771024143af23a63c01ad18990d32e5bb4f5f0e2c86e8', '188e9d27198e1c913c2e902fc70df5b9', '188e9d27198e1c913c2e902fc70df5b9', 1, 15333, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '31b1003703b47c840bcb549e2c51058aa2e34dd4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notifications.php', 2, 'f6d5b611adc0897b7d8a563e1d470bf24f75c52aa7edc3e34169812ce62792ba', '4f5b3c13b6502a53fba38ed3a829388a', 'f6d5b611adc0897b7d8a563e1d470bf24f75c52aa7edc3e34169812ce62792ba', 1, 17293, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '31ed01c839e683d43561ceaa839e75d92e49d97d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Category.php', 1, 'fea2eccbd8e27b954d9496d3c2f0e78ca9620d6bbf845481e1e88279bd88e3c8', 'ba7ec8cc3f13d4f27f2e0adcaf64bb2a', 'ba7ec8cc3f13d4f27f2e0adcaf64bb2a', 1, 3707, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '31f8d2a12097468abe28cfe250898d726400ff14', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration.php', 2, '1cb384f7d82afbb3fcc93ce846f4f271864fe6c2198a977231b43695a674d5c7', '566082251c2c3187eb9fe5c960220ef5', '1cb384f7d82afbb3fcc93ce846f4f271864fe6c2198a977231b43695a674d5c7', 1, 14324, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '320bc1dd94cafad4b80fcaed97ec39c585d13306', '/home/hkrhostingreview/public_html/wp-includes/template.php', 1, '8f553ff8ff32aeaa15e3afdcbb36ce0d409b73e1104d39064b2f96168c062059', 'e06d8e061344d3f22519b5510a2a1d71', 'e06d8e061344d3f22519b5510a2a1d71', 1, 21046, 33188, 1, 1570227597, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3212bec350e504754045b0ddda9598ffe0b13c94', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php', 2, '4c64efc9a3638cdc0d0e98e84ed52faba4e4aa07b96830d8cc08463a83dc20b7', '65cff8a61138eeba01d51aea7310fd40', '4c64efc9a3638cdc0d0e98e84ed52faba4e4aa07b96830d8cc08463a83dc20b7', 1, 22309, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '32173bcf11aa9f38d0cb48bc5d9ba2289b1d6827', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '322dc6f2d9f2b24671f53a6b7491030ec0838ca2', '/home/hkrhostingreview/public_html/wp-includes/option.php', 1, '30fcb590c51e368dc60760f85fda696282d57018e91abaed09ca05e1cdac1d28', '4eea18a53f34edd3888c7ced00723af1', '4eea18a53f34edd3888c7ced00723af1', 1, 69881, 33188, 1, 1568513275, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3254ee52a9c5c1604b9eab122d471df95f43030f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-blog.php', 3, '0ba0203a7e0c91f725a91886e958a3f1babcfe518a0476a70eb719ce7e136119', 'e6e711b796693f4c74a17549d17a199e', '0ba0203a7e0c91f725a91886e958a3f1babcfe518a0476a70eb719ce7e136119', 1, 550, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3261e0fb3f25aa42dc71f462bb9b2ce39ed5774a', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/admin.php', 2, 'd31bff5a0507060b0441b2ac6f887e86baf13a768d57d085c18ed9ae9c8cbdff', '9d36d36c59aa5b11524fd80b6491096f', 'd31bff5a0507060b0441b2ac6f887e86baf13a768d57d085c18ed9ae9c8cbdff', 1, 17241, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3280e9825558aeb81ee6dedc7522b52ffc8f26ef', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, '945f11df1bf0032f6f70c6035d71aba25044a0a34fa0152777b094dee652c7df', '8b41802b2976a448ca4c2736a390d716', '8b41802b2976a448ca4c2736a390d716', 1, 15505, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '32a51bf4c33b792832fd42bb368aa6e69d56c01b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/alert.php', 2, 'e2dd62759eeeadc2b53f3dab6dc0d86ee26aeef8eed1df818a31c922bf2a6dcf', '3547e3085ad3a249b7930fc315a84d5f', 'e2dd62759eeeadc2b53f3dab6dc0d86ee26aeef8eed1df818a31c922bf2a6dcf', 1, 8343, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 13, 1, 0, '32dc7af08ead24e81278a65f8425611a6859cbd9', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/.htaccess', 5, '3cdc07f04d22ac9170b4b7b10dc94f2df612a056b8fd3318af2ca74fec053aba', '', '', 0, 286, 33188, 1, 1626992514, '', ''),
(1627006215, 1, 0, 0, 1, 0, '32e2914300c215cce456eebc649c2d1d59a88324', '/home/hkrhostingreview/public_html/wp-includes/feed-rss2.php', 1, 'c66e59a1d9e194d579fa15fbf274bdcfeb392b29c5870749844d21c8ab49cc96', '97fe3efe56322565a440ead86b46e436', '97fe3efe56322565a440ead86b46e436', 1, 3782, 33188, 1, 1555607332, '', ''),
(1627006215, 1, 0, 0, 1, 0, '32e53b62fb1fa514aed511fe84a1697bf629b81f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/410.php', 1, '36b622858debe8aeb5f44c3c1402f66328b00964df930349df42520d546f5523', '71be4f3437dfbadda52f38582184e19b', '71be4f3437dfbadda52f38582184e19b', 1, 366, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '333529e83a8f450490c4242a567e98567553872a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '335464b8867b24867747fda9e28434c4f6ea52df', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php', 2, '25779e52b6a525a9bc0aa75df30284aa28b78acc0e590121f61e6502fb9d83d6', '2c4926e03693f1110ffcd5e876e8a257', '25779e52b6a525a9bc0aa75df30284aa28b78acc0e590121f61e6502fb9d83d6', 1, 7384, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '336cc29898897a95ac0c88c85020c65c550d99ee', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-meta.php', 1, '2d4dfb4db2df896e12362805904b81e4ccb694e96d11499c00795432d54241f1', 'd638f210c84cafa9cab52658b98a875b', 'd638f210c84cafa9cab52658b98a875b', 1, 3410, 33188, 1, 1564838937, '', ''),
(1627006215, 1, 0, 0, 1, 0, '337c80ca7df431f217c41c794f015971a87ad9d4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php', 1, '9a438c3a4f032533a0774d6e4a193f1bb96b16c2aab8b43ab1bba8c74c80ba52', '0b37ca6dd788d76308c8dab3454e3b2a', '0b37ca6dd788d76308c8dab3454e3b2a', 1, 15523, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '33ff8615af95ad49725ff1917aa519cf957249bb', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/index.php', 2, '46d422c109f6443a2a320ef711677bafa5e05750507be622a128635a4fe79698', 'cf6895af2050eb5ae7c0badda2604566', '46d422c109f6443a2a320ef711677bafa5e05750507be622a128635a4fe79698', 1, 26, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3472c20fb128f8ea5fdb1c9bb541df3c3ca83578', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-redirect.php', 2, '92700ac2966889f4bd19e3804bfdab8fdaa61ed4d8f9ac044f5e59283987d37f', '9e2fc74b61abee0339db908623d5888a', '92700ac2966889f4bd19e3804bfdab8fdaa61ed4d8f9ac044f5e59283987d37f', 1, 11697, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '349e17724f490af224896ba04c849cf0c1f86fa9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php', 3, '78ddcd24f32005ef8218dc0782ebd8314aa2f3a074901e996a6f396f3d951d84', 'c6e513fa696c842d62640ede7e7e0ab6', '78ddcd24f32005ef8218dc0782ebd8314aa2f3a074901e996a6f396f3d951d84', 1, 1243, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '34a5dd781fedfb180720f0c65a8016ca4ff65533', '/home/hkrhostingreview/public_html/wp-admin/includes/class-language-pack-upgrader.php', 1, '67c7f6ad62795a827faa3487bbc2735bbf8209703ca721ee839d2ab8f5d06d0c', '076b0c4f392bfe72b7ebcf7f592e1539', '076b0c4f392bfe72b7ebcf7f592e1539', 1, 14739, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '34ace0ebcf61f30b15d7f1941184e6a3edb92765', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/header-footer-elementor.php', 2, 'e6106226a6511f87a0cb2e373f67f23e333c8f4a3ae497e75123a5c374dacb8f', 'd92d3d86a84abb872483128705647cca', 'e6106226a6511f87a0cb2e373f67f23e333c8f4a3ae497e75123a5c374dacb8f', 1, 1023, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '34b8f57bffbf9ec6cf5086b222423601e9983764', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php', 2, '7bb61b908b1a68b82982cefd86f7813e8b160389ada1a3fd84177c2bac21f715', '9da0a7cad97e6994bd53e84221565a03', '7bb61b908b1a68b82982cefd86f7813e8b160389ada1a3fd84177c2bac21f715', 1, 409, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '34c748d2c908ca4560b44bd59133cf666fc71a30', '/home/hkrhostingreview/public_html/wp-includes/Requests/Response/Headers.php', 1, '5a9bbf1776b464abaf147ee234a6d6de8f29c49d245ac35106d7ba1e71152c96', '1ad7c382d2b68f19412da7f43e63a960', '1ad7c382d2b68f19412da7f43e63a960', 1, 2125, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '34ca89eb5c02b2a0e3a361c45a08537002a79345', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListModifier.php', 2, 'd7270633bb586213f1d4e25ba288bb9a939c0b1473368a132e04db506fac113e', '88468fd796dce258178837755bf88a81', 'd7270633bb586213f1d4e25ba288bb9a939c0b1473368a132e04db506fac113e', 1, 479, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3537d68177ca1d2b254263e849feb4a2f8ad5ce1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php', 2, '3fddef1a2baf8bcddb1835f624b83a8e34b251f879fa41963dbca160438b5ae8', 'bac7de7eac0fd22a4a77651d86fdf2fa', '3fddef1a2baf8bcddb1835f624b83a8e34b251f879fa41963dbca160438b5ae8', 1, 1491, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '356685cfd2fc686328dcaefafda8456b84a61e98', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/activation.php', 2, '75fec07624d0e9853c69d3f33ca85a51f4f25ee0cee4d40db0a02e44eb8b6e8e', 'd0307eec1b4a7aaad61a0456d71195d4', '75fec07624d0e9853c69d3f33ca85a51f4f25ee0cee4d40db0a02e44eb8b6e8e', 1, 26720, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '35872b9d45f5ea251905f282ea0b8f9d57aca0d7', '/home/hkrhostingreview/public_html/wp-admin/menu-header.php', 1, '440e28c6f275ce4ad48b1014bfe8dbbe7fe8c8c5ffc4456f8480ac411c6dc58a', '0639947086b6d673b83b73739c57bddd', '0639947086b6d673b83b73739c57bddd', 1, 9743, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '359c4d8c93c2f6ddd018f9572fafd7189561aba1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/widgets.php', 3, '1d4d73c2ffeb0475f68d9ba62158be7d9502b7f8124f6289ad3fdf92ba6e4881', '092d5701aa1ef7b35fe53d31de118092', '1d4d73c2ffeb0475f68d9ba62158be7d9502b7f8124f6289ad3fdf92ba6e4881', 1, 5864, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '35af419de8e6721e6d378cc7b8023dadbc4ec906', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/divider/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '35d000333494379f50c22ee65e949ff12476f370', '/home/hkrhostingreview/public_html/wp-admin/widgets.php', 1, '63fca7876c1a8307e56663720d3d12e82ac40bf1157ffbe157229f86eb25ac80', '9c0b1f45d013e678c40b3bb5ceb9af4d', '9c0b1f45d013e678c40b3bb5ceb9af4d', 1, 19740, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '360ff10eb66d3b2b2ce895f1913be666071ec5a2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Render.php', 2, '8f21ccc798c60688b44a8b433cdea100356807d9f36abb2ab0856057346dfc14', '9cf5a8c85c6012b4ef2040ec18514b12', '8f21ccc798c60688b44a8b433cdea100356807d9f36abb2ab0856057346dfc14', 1, 32709, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '36296c20a088d2e6429a5c6abc1b40f76b79097e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/utils/exceptions.php', 2, 'abead9a48f1a9b5aa5efb96bb7ba34e00d9ab9c99bf6dd2d0749989593258464', '1710205640168de351a854a8996c08ac', 'abead9a48f1a9b5aa5efb96bb7ba34e00d9ab9c99bf6dd2d0749989593258464', 1, 708, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '363ee86a78d803bcdb58ee215512ad6428ee5a93', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php', 2, '08a90be6ef5b48196755cb4add917e33b286f34d384db1e7207731bae7b7c394', '213f36040383979d8ae94be3a47b4c2d', '08a90be6ef5b48196755cb4add917e33b286f34d384db1e7207731bae7b7c394', 1, 2936, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '364551491b9bc8e2831db130fa44bf8df1e4cbd9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Pricing_Table.php', 2, 'd3faa165aae0f437dc38180678ed55cae3a59b7ba5b97d15a61154f129b7f2b9', 'e19fb85ba901797ed3767c78f64b3cde', 'd3faa165aae0f437dc38180678ed55cae3a59b7ba5b97d15a61154f129b7f2b9', 1, 69087, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '364d189b1513819520940b3858988a3ae680e46b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/background-task.php', 2, 'a2c794787f334ae83d3248cdf3e341c459a049b647739d18bbde82b39d905b8d', '902775b6e4c9674ef5c88e1160581b66', 'a2c794787f334ae83d3248cdf3e341c459a049b647739d18bbde82b39d905b8d', 1, 9148, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '364d37f884ae06643f351c879d38a68d0a6fadcf', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/document.php', 2, '6d063a8a8b6e90c29f513acec988164658dc47c9252755a71658f6f479d3f290', '011a4080a8c1a79da089fcbd647c0ed3', '6d063a8a8b6e90c29f513acec988164658dc47c9252755a71658f6f479d3f290', 1, 28931, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3652563e442ae3c4366c5ce0b6473c62b06d9f30', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsFieldsAJAX.php', 2, '9b3299346102593c3668fa8c2918cce02ce7925f039191da615e0afca31f35f5', 'b45a1d71d592a246518874155c88b40c', '9b3299346102593c3668fa8c2918cce02ce7925f039191da615e0afca31f35f5', 1, 1028, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '365bf4b5f5c747807ef21ef6079a2a26f28ee58f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Filterable_Gallery.php', 2, 'fb3cbccc362339b37539c4219a8158cdd604eec581b5004854ad43fc96a9b0f1', 'f6dde381c5e54fb9e8fe97b2fa4adf66', 'fb3cbccc362339b37539c4219a8158cdd604eec581b5004854ad43fc96a9b0f1', 1, 133373, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '36722ee6c64ac2f1754a99f04be31e77c054173b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/base.php', 2, '53c1f1234593d7d2d4bdee96980422b303e364924957a3497754a8f2f937a2e5', 'fe25dcb75e779654ce96c652977334c9', '53c1f1234593d7d2d4bdee96980422b303e364924957a3497754a8f2f937a2e5', 1, 2152, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3673977bd2601b4e2a0a8a72632054561a7e0b13', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/progress-header.php', 2, 'ec0d2a8452c610af8aa3280bef9c39aeb84c0865fee145a87b297189a1bdcf81', '7d17a637618ee80a1323d15b15113d56', 'ec0d2a8452c610af8aa3280bef9c39aeb84c0865fee145a87b297189a1bdcf81', 1, 1356, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '36a1658925f014c4d0446c48caaf6acb1e54fb9d', '/home/hkrhostingreview/public_html/wp-admin/includes/class-file-upload-upgrader.php', 1, '4caa28be688d18cf31e402b57124104b7feabc15968b47927c9cbf838bbc55e0', '3689ed398112ae6d0f3d3355c215504b', '3689ed398112ae6d0f3d3355c215504b', 1, 3380, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '36a30a4a10a3f1ad58aa1a1f1e47da6d7c0e4822', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Session/class-recursive-arrayaccess.php', 2, 'c07ccb9603715f4d91189ff6772d7ff047496b13c8006bfcc2428a178e9d4b89', '95e0835bdc2286d090a9710f9b2723b2', 'c07ccb9603715f4d91189ff6772d7ff047496b13c8006bfcc2428a178e9d4b89', 1, 3237, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '372f899a88ea21d479570a99fec44e84c60e8299', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-date-time-control.php', 1, '6a6604a8a411acd3431efd8e08bfaef532ba6ef97957e119ff3bb34bbbbac049', '1e6579c5bcd44fb43be75149ee1c683e', '1e6579c5bcd44fb43be75149ee1c683e', 1, 8733, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '37331bb33719e114c105c82cc08417c542c90850', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-export.php', 2, '4619fef29cffc818784a72f248dfcfbaf39ce47920f7ef93e9a7e0062d2af840', '002b1ad54a43ccc973d19804e63b54be', '4619fef29cffc818784a72f248dfcfbaf39ce47920f7ef93e9a7e0062d2af840', 1, 5956, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '373e588fdf8538f0c6bbe0b1a4a6c0cb51c67382', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Table_of_Content.php', 2, '62cea4b1d82afa1e7d9a36d95bda86e4ac4cbc686e1c40d8cc9c81032e97a01d', 'f51b4f17affa07d07e0a2341528d4df6', '62cea4b1d82afa1e7d9a36d95bda86e4ac4cbc686e1c40d8cc9c81032e97a01d', 1, 35502, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '37465150bb37d5d08c4c3c26c561ef512724c4a1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/icons.php', 2, 'b280fbae927e7934388083b72a34ef168a020cbdecf92785891b7fc1de431e7b', '6a666dca4c8b875bb8daf8a284063127', 'b280fbae927e7934388083b72a34ef168a020cbdecf92785891b7fc1de431e7b', 1, 6602, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '378f6256dc1763d350e806b326f9c4b2f5222ac2', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-site-health.php', 2, 'e954f7e4850e44f3821ce193fdecea6d097748226e977d78f528b11f94501aa0', '98ac362f011f5cea73c51fb76f84e6fe', 'e954f7e4850e44f3821ce193fdecea6d097748226e977d78f528b11f94501aa0', 1, 5687, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '37a98aa2b7bd384d8c8b1d1979cd426b70d3448a', '/home/hkrhostingreview/public_html/wp-includes/registration-functions.php', 1, 'fce91eb14a078bbf505fdc36e9881446b9f6259a01ecd22ce329b6f04746a7b4', '8d2b678a6f5cc93de2e7071702a4e6d7', '8d2b678a6f5cc93de2e7071702a4e6d7', 1, 202, 33188, 1, 1570555144, '', ''),
(1627006215, 1, 0, 0, 1, 0, '37ab8c68c27ae775e24a1ccbf3c4e465e9cb4a0a', '/home/hkrhostingreview/public_html/wp-includes/class.wp-scripts.php', 1, '900e0b4f9d37a556efccd7abd2c173c8a90592c3c7668e60c3d4fd135008beec', 'd4cb3c87c70f2aed6dc220a7678b2a50', 'd4cb3c87c70f2aed6dc220a7678b2a50', 1, 17756, 33188, 1, 1569293817, '', ''),
(1627006215, 1, 0, 0, 1, 0, '37ae9e016318866a51e3f867134d5013d2ff2861', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-partial.php', 1, '3113b3083470bad811544cbce4fc4863e1c069ccbf2888c2b22e55fff1849e21', 'f85b1b9be75ca2b6dd1269b1949da819', 'f85b1b9be75ca2b6dd1269b1949da819', 1, 8855, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '37efc5939540f33e9c478456e4c392ddf9a98c38', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/sidebar.php', 2, 'b9f18b97b34a02abb9b8b3ff8d973de7b6cd18fde2940229649dcb10d63c9703', '63efc7166a9a1d283858e57a89d1440d', 'b9f18b97b34a02abb9b8b3ff8d973de7b6cd18fde2940229649dcb10d63c9703', 1, 6636, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 26, 0, '38220cc77ec99d238fcf2531acc75517e992bb0e', '/home/hkrhostingreview/public_html/.htaccess', 4, '5badf650415aafb66ede706ee803f3eea9c6674e00907d4505d76fde4d6fdc8a', 'bc75fdc0096ec2b5b252059e658f9297', '', 0, 896, 33188, 1, 1627005080, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3841b43dd16a6bddd47f92617b75d01ed02adb82', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real_52.php', 2, '8cffbd7b1140e65729a76c73307e2cac5b1908f05d122adf00720c9b9c3d3ba1', '5e31bccd001d40d5faa01d921e32978d', '8cffbd7b1140e65729a76c73307e2cac5b1908f05d122adf00720c9b9c3d3ba1', 1, 1463, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '38bafe089bb6ba926bdab3fabd799c9ec72dd6e5', '/home/hkrhostingreview/public_html/wp-admin/options-reading.php', 1, '8eecfb9bee523e3ba4e1fdd75c2ae7de52a491de16f83289bb2f59badc8c18da', 'cb26dbc18a3c9a502589b4978ef16416', 'cb26dbc18a3c9a502589b4978ef16416', 1, 9711, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '38ebd2679243e7358137c573bc7abd812052de17', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/SubmissionExpirationCron.php', 2, '94c4e5fd8a5452cfac22bfbe26e04f590837a0a894a70602a317c3b7c1a19bcb', 'cf742809c2ba615b0e4fb4198d2e4982', '94c4e5fd8a5452cfac22bfbe26e04f590837a0a894a70602a317c3b7c1a19bcb', 1, 3650, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '394a57ca64ed1bda4122abb89a1aa4cf2ffd9626', '/home/hkrhostingreview/public_html/wp-includes/deprecated.php', 1, '5c87a745d3775fb5b89470649531b99435c478a5283f2debf14cb486969cb0c9', '1536c131c15a55d6fc92f4b0ae47d51a', '1536c131c15a55d6fc92f4b0ae47d51a', 1, 114063, 33188, 1, 1569419278, '', ''),
(1627006215, 1, 0, 0, 1, 0, '394af4e2c1bf8370fb8a89ee2386413c15879f80', '/home/hkrhostingreview/public_html/wp-includes/date.php', 1, '32e27a2ca76a4cd3418c7508d7453bed674d050399a38139d48c6f374a419324', '60754ec9943d0e2b332380fb1ae48797', '60754ec9943d0e2b332380fb1ae48797', 1, 409, 33188, 1, 1564097516, '', ''),
(1627006215, 1, 0, 0, 1, 0, '39935097e176e8a2c05d07700175b2bf4b0609ec', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, '17ee7f96e2988465247a3f939376b686e241ddd8189a1e6f66988d402a75a1ef', '6bfe7f89051795f77537d42e463c0eab', '6bfe7f89051795f77537d42e463c0eab', 1, 12961, 33188, 1, 1569270357, '', ''),
(1627006215, 1, 0, 0, 1, 0, '39ad0fc774625fa521c6ade1180ae682908fa4d8', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/request.php', 2, 'ce64e7c9158461f61069a6f1dc640813e3116f63f41e0936b4baf4d7510c190d', 'dcde5596f8f2e78304e522b0e7e0da9f', 'ce64e7c9158461f61069a6f1dc640813e3116f63f41e0936b4baf4d7510c190d', 1, 2415, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '39b542f83a2c99f0cf708d6956f6dce0e2a9bb8f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardExpiration.php', 2, 'fc74a1077fefff9cbc9f8c547007eaef8ccec5b923cd2184543cca4fdd1de552', '1ea0025319488f6566b944d127ff1c80', 'fc74a1077fefff9cbc9f8c547007eaef8ccec5b923cd2184543cca4fdd1de552', 1, 998, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '39bfc8c39f962a89bea55d43f492b774b24716c1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php', 3, 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', '3a012982cb4ed67e5ce23fe913de8a66', 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', 1, 126, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '39e7a2a3364c6f9b27f581cc727bbe7d62b4b303', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Flip_Box.php', 2, 'c37746e7d41ffdb42a651e97b74a06ecffddafc1754827b04a9c21fdade77fd4', 'db23483d8bd24f117f36b3e4c99de299', 'c37746e7d41ffdb42a651e97b74a06ecffddafc1754827b04a9c21fdade77fd4', 1, 44907, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '39f5cb26bc686999694abd5264763c44f3f5058d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php', 1, '80228e14f6feeec9483e340e1e33a2330a91de70dce9049e2a25f4e19ea1f0b0', 'aa354f02263fab9d0b45ba09bbbb2516', 'aa354f02263fab9d0b45ba09bbbb2516', 1, 6613, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3a11b77984c1dc1f120605a5d1d7db332f0b7c64', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-title.php', 2, '6d497a01fdb6af259bf913c4557152e4bf2a2913b289e162390e017b4aee1f61', '5d857dd9af0d0d89057091a5be745221', '6d497a01fdb6af259bf913c4557152e4bf2a2913b289e162390e017b4aee1f61', 1, 904, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3a15357fc2bda84e0623f65fa5890258d52ef501', '/home/hkrhostingreview/public_html/wp-admin/edit-form-blocks.php', 1, 'fbfb213070a2a2841fac43b3d5f1728f112c7a7d8ae3e76266436f28019b19e0', '1e69b6ad7d47652b37e5bf054556bd22', '1e69b6ad7d47652b37e5bf054556bd22', 1, 13497, 33188, 1, 1570219978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3a2d85f69289c9f7a15a391694c0e447d47245cc', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/class-widgets-loader.php', 2, '3363f6bc57036955a32626b91faf838c1744ccaf014d0ba353873dbfcffb1de6', 'ea7265fbdccd418e8a5e562f702a92aa', '3363f6bc57036955a32626b91faf838c1744ccaf014d0ba353873dbfcffb1de6', 1, 4249, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3a7fba817ef1521aa12bd34a8687d324c13bda9c', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random.php', 1, 'cfb41ceca98842bfc8a9801e854597a40f91519a93ae511f674ca38a171aa55b', '0fb535267d6bd2eb1fe9210c36bb2493', '0fb535267d6bd2eb1fe9210c36bb2493', 1, 7687, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3ac5d6cd897ce8185d98d8088815258216c2803e', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/xdiff.php', 1, 'a917cde722866e9bcc6dd01c46cf036b27d7314ff801c808f0138babb5c5c13f', 'd6b91fc8628a0c0474ad58389a475815', 'd6b91fc8628a0c0474ad58389a475815', 1, 2210, 33188, 1, 1369517905, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3ae05f66f60f2dda5a18a07011ce054eaf566dc6', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 'fd890f6ee9e1a7a011cf2ab84654e01359ef89833f8963ac0f262ae083b93651', 'f31e48beaf2ebc122520fb84a1e54672', 'f31e48beaf2ebc122520fb84a1e54672', 1, 2876, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3b20e9a3b85dda360fd48b1f3559efd3e7560ee5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', 2, 'dfcf50956cc57f5daee0966fb60b7c595aa890cf1a6f694087703ba073be26fe', '757bc3e1371f8a7b1e6349040f470007', 'dfcf50956cc57f5daee0966fb60b7c595aa890cf1a6f694087703ba073be26fe', 1, 2469, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3b4af4e13ad433dec56db0b3bb3b24dfb5f8683f', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user.php', 1, '842051839822e5c05436554f9351b029e2d09f164a62707c70b30fc8d2495683', '62614f836bf798ab8d0063b1bc821d67', '62614f836bf798ab8d0063b1bc821d67', 1, 21766, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3b6b81808f8a56041ed40f11a439afadfc78f4e9', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/constants.php', 1, '778cb68ef19cb904c4950da5f19429a65e73fcf5d3f3291df63a1b473f736ca7', '12fec4db04d403e6a142ba06eb21dbac', '12fec4db04d403e6a142ba06eb21dbac', 1, 4101, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3b984894f8d15d0d0bcf7eb1cdc5b43e40afb4a8', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, 'd7abbed639fa45d61bb46678ed7546737e11878e84191080a58b7e30fdb86273', '5b527a40eb4d4d10516d0672f7018385', '5b527a40eb4d4d10516d0672f7018385', 1, 3871, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3bc9181d21d53642fce3524702a716b999ea352c', '/home/hkrhostingreview/public_html/wp-admin/index.php', 1, '98cfc924bd43e9f5536f08ce441003a157ee179b12d8696c981426543d4c32f4', '846d7d612a2a30206caeeac76d1b3cdd', '846d7d612a2a30206caeeac76d1b3cdd', 1, 5901, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3bda466a986b8a2f498a77f13344745930ef56df', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/504.php', 1, '653e35d61def9db5eadadde4b52aacb934f3da3ddefb2de928751fb05e3f9d81', '02d76d8cccaa446293201112908a2aa5', '02d76d8cccaa446293201112908a2aa5', 1, 399, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3bf5b71ae54f783db14db237b3d56c1e803b4a36', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-dynamic-content-tags.php', 2, '32b6020c0fface9951b86e1c0bd34b893935ba51e5ae620aa7e085961b0fb352', '62643ef8579edaeed292e6fd5bf854cc', '32b6020c0fface9951b86e1c0bd34b893935ba51e5ae620aa7e085961b0fb352', 1, 6660, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3c1494b6d6579b72d7eb77edd8df7bd9d76aeb59', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-exception.php', 2, 'f747928327ccdd24218f419fb07455c283d67a9bd6a7f8b073f0e61ddb1cfe41', '052c1c0a43574502cc39845d13691c15', 'f747928327ccdd24218f419fb07455c283d67a9bd6a7f8b073f0e61ddb1cfe41', 1, 3062, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3c251381b9444376eefeb3e2535666a538758f49', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-media-list-table.php', 1, 'b0308f6968cc846a9c8e1105c48f7d65244440c3dcbb1134377b6fc98419f006', 'c925a897e4b773c8f8ed8f04ba48d0a9', 'c925a897e4b773c8f8ed8f04ba48d0a9', 1, 22863, 33188, 1, 1572007863, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3c5f07ba16f7346b1b1af11196c723fd768e3164', '/home/hkrhostingreview/public_html/wp-admin/theme-editor.php', 1, 'b433ffd4095745f6e4b75e51682f7ae475529f5d101e0799a2d0f4e45b39292a', '72a9aff1b78a9169f9c752e378c9032f', '72a9aff1b78a9169f9c752e378c9032f', 1, 15088, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3c8cd982d48e6538d06474fe5f81a740b195058a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/easy-digital-downloads/class-easy-digital-downloads.php', 2, 'c198a1aa4c65825be5dbc6dc02eabc74fe787f30a92eacab775f298c4548425a', 'dee684b29a11c4f992a7c54e58bf8e4a', 'c198a1aa4c65825be5dbc6dc02eabc74fe787f30a92eacab775f298c4548425a', 1, 2390, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3c967b3befa2b5d1a64fba5fea0d50ca31d0eca5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php', 3, '1c4a6494d91889009743c4ebad05922f9d65035f74e1d8cf9c73b638f83bafe7', '06e4de31c5d3598bb262612716963f20', '1c4a6494d91889009743c4ebad05922f9d65035f74e1d8cf9c73b638f83bafe7', 1, 12844, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3cf747a7c9ec2194a27a397914ef6b36f90e78f7', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/wp-cerber.php', 2, 'c2800902e7d647833c722e5eab53087c7d7b64926f498fa03a8bc7e8876ff5cf', '366356754d8bc20cfb96c3e3269d3ce9', 'c2800902e7d647833c722e5eab53087c7d7b64926f498fa03a8bc7e8876ff5cf', 1, 5110, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3d060926071de58a4fda26cbdefa403e2eab8930', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/FirstName.php', 2, '3bd0de6b8d135ac2ef19a23ad4fc2734ec630b7a5622510554b9cec1fdf27ad5', '3db5f6f906613887621efcd9cb0bfc06', '3bd0de6b8d135ac2ef19a23ad4fc2734ec630b7a5622510554b9cec1fdf27ad5', 1, 1161, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3d4a990b501b29839d9d4854a27c0deddee61f53', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php', 3, 'bb930bfd6d86623ab730999eb6bde5568b8b8938c089f3f280353322057ad81c', '2b6a71e7c64e8c2bc6c55a14def8f4e8', 'bb930bfd6d86623ab730999eb6bde5568b8b8938c089f3f280353322057ad81c', 1, 1175, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3d71fd1223d106793e00f734b970545d862c945a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notifications-table.php', 2, 'ee93ee2c52005b8b3fee5aa1a17b7ce2037b0815ea8a08c056938fc776eb6769', '464f166671af220f40b1f6e176c9bb17', 'ee93ee2c52005b8b3fee5aa1a17b7ce2037b0815ea8a08c056938fc776eb6769', 1, 20637, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3d83237b90f724377c7cb1c168f511feedcd9326', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-admin.php', 2, '794307febe2b864b5fcba0e128fb267367515dbc264d1f4046d11c2486ec267e', '0cd0a3a8bbb3607ddf2ff832a7280460', '794307febe2b864b5fcba0e128fb267367515dbc264d1f4046d11c2486ec267e', 1, 4490, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3d9770c88404ed2b226e8d7020c2ee3b61f06994', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Rating.php', 1, '9bc8f317cb257afcbe5ca131e2d963562af9b9a8587097bbe3f61ad408df8d3b', '3d7013a46d09c74b0ee3d8af617412fb', '3d7013a46d09c74b0ee3d8af617412fb', 1, 3451, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3daaf17c7c1b2a00306d320ce333dca5376f87c3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-subs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3ddde2fb19d5505778b68bc05b3983f30773353a', '/home/hkrhostingreview/public_html/wp-trackback.php', 1, '8e42ef7e643c65e4a21bdcc591a61d8485074fffc7600c4c4a842e75d994c9d0', 'd74b02cd709360ef78dc226cdbabce91', 'd74b02cd709360ef78dc226cdbabce91', 1, 4764, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e03ae62fc6f2d04a1d2076e898e79a9360147e6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-maintenance.php', 2, '60a3e3a8c35483750a76068ebbc052a281e5a8f9041f23a30c862ed89d5ee5bc', 'f5361e3953480ac6bbd5e32fbfc328c5', '60a3e3a8c35483750a76068ebbc052a281e5a8f9041f23a30c862ed89d5ee5bc', 1, 7938, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e0afceeb05edef27390ee0b89246db337d7091a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-add.php', 2, 'ea4c17d905b8a0b0cd4715b16ec200c180f6022ca7ffc38756e329b3a32853e2', 'ccc01b2448acb65e7f92d0756b6c2d59', 'ea4c17d905b8a0b0cd4715b16ec200c180f6022ca7ffc38756e329b3a32853e2', 1, 3691, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e140bf22b84da08dadbdc78f8c148ce485a440f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Core.php', 2, '9f2a14f517cd24314862d0ca182d4c5163a77cc31bf415e89533fb00ac3c18b3', 'e588745a97eac16370ca3c43dc6c8650', '9f2a14f517cd24314862d0ca182d4c5163a77cc31bf415e89533fb00ac3c18b3', 1, 12954, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e32c5628b59bdc890d4118ef817bf9efbeeaf32', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/typography.php', 2, 'd8bb391048a8179edcfdb2ceaba75aafe53eaa81ed0f2d86ddd0bedf9fac7c91', 'ec7d736e7910736bd5a124cfd5fe218c', 'd8bb391048a8179edcfdb2ceaba75aafe53eaa81ed0f2d86ddd0bedf9fac7c91', 1, 3071, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e53de9bd0877eaa681292722a1a4404af88d628', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess', 2, '9edafb054619c7cf66ffbd74bfe33f01fc90d18c211e2ed3460a4240e076125f', '37d33b9ae6395a6d93c711884dd4cce6', '9edafb054619c7cf66ffbd74bfe33f01fc90d18c211e2ed3460a4240e076125f', 1, 136, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e573ec246deadcc75df947a22d3ac75d7a709ad', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/deprecated.php', 2, 'ded0ed4b14a35b4a3743fa03448cfec7102c0849e3cba9831e03f7972337a7ab', '96f8bd9ca79c53e7af8a0ec461fb20e9', 'ded0ed4b14a35b4a3743fa03448cfec7102c0849e3cba9831e03f7972337a7ab', 1, 28784, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e6ae1b757d13ae054bcf793d66006010b468b5b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 'ecff9a937af88fe087ff432b3dee096213890cf5377a2734edeec880547f360d', '180b1baeb9a362356c4ae523fb9af576', '180b1baeb9a362356c4ae523fb9af576', 1, 8233, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3e87b715f6394cd509a763e028d03f1cd7d111d0', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/constant-contact.php', 2, '02a2ad34f6b6c1b9ef71612ae45fc4d6aa85759cb72892037dc23f59d991b375', '09c09e0c3e85c57e796c53f1414b17a7', '02a2ad34f6b6c1b9ef71612ae45fc4d6aa85759cb72892037dc23f59d991b375', 1, 24553, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3ead32564209e83dad184f8fc319ce480b772131', '/home/hkrhostingreview/public_html/wp-content/themes/astra/admin/bsf-analytics/class-bsf-analytics.php', 3, '8317b9e7cf1b1b4f7e93aaef3cde4a590dcd2a7576b9b88e35c89dc03695611a', 'e32c1b64b5c334d6a8c1c0213f495a35', '8317b9e7cf1b1b4f7e93aaef3cde4a590dcd2a7576b9b88e35c89dc03695611a', 1, 13588, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3eae7724ace7131867bbbb5e89647124895b8d05', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/slider/class-astra-control-slider.php', 3, '42efef457376145819318e2551f00868aedf20934342ac37e4814f22988c2ce6', 'c5f3be416424cdee56f79a56c0b86486', '42efef457376145819318e2551f00868aedf20934342ac37e4814f22988c2ce6', 1, 2867, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '3ed35a7ffdd2ce5a957f6677873d50162936c0b5', '/home/hkrhostingreview/public_html/wp-admin/media-upload.php', 1, '661cb21864ae553eb6cc54d646fd11727196c59642d702f478b271d730fee9af', '61f4f226bb859ce51ab7f5e75b9fac50', '61f4f226bb859ce51ab7f5e75b9fac50', 1, 3375, 33188, 1, 1562651158, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3ee8c53fee022adb26c5ca6d7e73adbad1a3af9d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php', 3, 'ed82d405f8d7e146c7c248f201efd6a8f757be4461085775cffa4235b7bd9792', '18eeee325013718b0fbae3ef32884ade', 'ed82d405f8d7e146c7c248f201efd6a8f757be4461085775cffa4235b7bd9792', 1, 20136, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3efa77e69dea6bf3b9a33c4e6a0eab300323afdb', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php', 2, '60e53d7cfca4324d3c312dba99b6b91eb2cdf6fbae130d4c050ef7d56e0cca61', 'f8fd86d46090e4897700da0f7f399481', '60e53d7cfca4324d3c312dba99b6b91eb2cdf6fbae130d4c050ef7d56e0cca61', 1, 11561, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3efb87c21552cd92d53a0367e39ae710d809de39', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3f03c914b905af683d8e4231e57199822fff465f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-front.php', 2, '6e53c902974626a7b342b571b4c047fc4a5c5f402b075dcbbe08885a628c1e37', 'ea79aec2da0e83205a86aa65804eb9a4', '6e53c902974626a7b342b571b4c047fc4a5c5f402b075dcbbe08885a628c1e37', 1, 2441, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3f26ba01b815434a31c4e69fabe608951df2818d', '/home/hkrhostingreview/public_html/wp-includes/blocks/rss.php', 1, 'cf9dd72d6aa4032a50a47fe4ed9c7fda22b97ddfc461a72b1a8fee6a53115ecf', 'a058eba985f811b94ff16ad577ff9aa7', 'a058eba985f811b94ff16ad577ff9aa7', 1, 4460, 33188, 1, 1568908078, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3f44ee065abf35b8ddfab32a6f25d165753032f1', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-users-list-table.php', 1, '099ecf88ae833745d0b845ca12196c7d16ea97b7f27e3802aa5a444e0fd31d4e', 'bc75b872380b1e7b8763be15b9c924fc', 'bc75b872380b1e7b8763be15b9c924fc', 1, 17751, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3f45ec142b8bc46528d7f7138e223d7e654323dd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/label.php', 2, 'f11fc2cedd1cea81d245813075c19e3b110db07441d0dd6ec2a59e583648daeb', 'd031e8565b89784325150cebf98bf7ce', 'f11fc2cedd1cea81d245813075c19e3b110db07441d0dd6ec2a59e583648daeb', 1, 2173, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3f643d3ef6f2e38d7df5a2e0c14070740146df1a', '/home/hkrhostingreview/public_html/wp-admin/options-discussion.php', 1, '9bc8f6abeb5e93d1805ffdc39ac9797fb6df85562bdf962994ecea32701bc6d6', '1f5abba754573061d922e9eec9b0f94c', '1f5abba754573061d922e9eec9b0f94c', 1, 15312, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3f8a019be207179df800ca5a7c222761c015d4f8', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-request.php', 1, 'fe2f8ffd6aeb5d3f69d68cf8f456271a2267bfd18e9675731c687e431201fc1d', '25702e3c8d53c7a1ea99d47a31cfa204', '25702e3c8d53c7a1ea99d47a31cfa204', 1, 927, 33188, 1, 1472249313, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3fa55b70ab6a80533f7ef7eceb2da3f00bea2d1d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/SodiumException.php', 1, '4dc4b39dfd4ec7932aa9680ee915ec5c407e3bf6699f3f694102b292543e8b04', 'ab48446608e9d76165a4e3d47ab09052', 'ab48446608e9d76165a4e3d47ab09052', 1, 158, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3faf642e0d77abc1c4f0bab37a37281283d6db71', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/calc.php', 2, '8586d1c22f155067607e3c553cdee4bfc7d9e07db73c95d6ec9394c3caa63871', '8c636f952145072faa35bc29990c2e9d', '8586d1c22f155067607e3c553cdee4bfc7d9e07db73c95d6ec9394c3caa63871', 1, 2069, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3fcaeae5bbca35cbf952612364454880bfd48a62', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPDeveloper_Dashboard_Widget.php', 2, '2fe091d086ac5a05892cd56f61adb77af8007fb3afe5f77a42bcaed176d3ce02', '2a52882eebe071d3d1d36eb3275454fd', '2fe091d086ac5a05892cd56f61adb77af8007fb3afe5f77a42bcaed176d3ce02', 1, 2411, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3fd42ce65ff5011b4263705d9a6c431a6fe0ba1d', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/431.php', 1, 'b9341e27a31fe484cb0ff2f0c8e33d0a6853149e7293732c31436bfeb18c210f', 'e0e3737c622417ca08d5d1933c1489d9', 'e0e3737c622417ca08d5d1933c1489d9', 1, 535, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3fd6020a241268dbded86213f1507d3b4878eb46', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/help.php', 2, '80c2c3640a2fab67f977b294722f7a959a1c3b0bc89efc6d02d7440ea6ca5d72', '6a826cb77e5ba1dd24c64fd2a382ab67', '80c2c3640a2fab67f977b294722f7a959a1c3b0bc89efc6d02d7440ea6ca5d72', 1, 1841, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3fec80d06c0f74bf2c674324e38287f89c01002b', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-custom-html.php', 1, '841f3482a93ed3915bddab586ae102931be2a6be3d543bc9d0d655f37ac9d36d', 'cbddf4079374ea6a78ce09f70aa5c870', 'cbddf4079374ea6a78ce09f70aa5c870', 1, 12142, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '3fee14fa920484c67d02428a25c058063a657996', '/home/hkrhostingreview/public_html/wp-includes/class-wp-comment-query.php', 1, '9748d34932a5181488afca5924bdea7f5dcacb422deb4ee7cb7dfe208b4dbe2b', '333697060dc303ece148ee6c47ec3237', '333697060dc303ece148ee6c47ec3237', 1, 44133, 33188, 1, 1568548436, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4002ff5bd12a421cb3a4eb5bf68369d5fceb3ce2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Feature_List.php', 2, 'a8c680eb61152b227ff60eaf8802fd518938530f2beb48a836bdeaba624c1dd4', 'fa3da77ad5fe95be44d407580ff1530f', 'a8c680eb61152b227ff60eaf8802fd518938530f2beb48a836bdeaba624c1dd4', 1, 1393, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '401bd3e64f45b1cb39acef9dcc0805dabd15451b', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/embed-content.php', 1, 'cbe9a3892beb2aebf40d1569c106840757597dba1dcf645046b69f0f038a760c', 'f76d27e78989b1546544e2115d704341', 'f76d27e78989b1546544e2115d704341', 1, 3451, 33188, 1, 1534470696, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4025e4304f79e4ce0e8a759fd0f9a7b3a7edc48a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php', 2, '08f5c2a3d8647a2645afee01a599afeaeb8720592e0add1c6e063fb64cd38a4d', 'bfdc9bcddd11fe6d2941cc68309186b9', '08f5c2a3d8647a2645afee01a599afeaeb8720592e0add1c6e063fb64cd38a4d', 1, 14393, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '402dc6d79364163d7a1b7acd5ef9c77bf69ee8e4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/MockData.php', 2, '87c85205b0e44fd5d40ebec15f40c20ed735d9e76a116e3008dad2af62f15535', '935a752c746ddf79d09fe8232e83f8ab', '87c85205b0e44fd5d40ebec15f40c20ed735d9e76a116e3008dad2af62f15535', 1, 46775, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4030f676c0a914a21c9879d29f560db68a50c356', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess', 2, '195f43729299ba70e50d48f249e11941ba037de807cfbc29a5320cf628c11a62', 'cc9d3d4adf2b8719721c7f5adb08358f', '195f43729299ba70e50d48f249e11941ba037de807cfbc29a5320cf628c11a62', 1, 140, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4050b832ee14bd202058c2b14b83ca0593c670c8', '/home/hkrhostingreview/public_html/wp-includes/feed.php', 1, 'ae78f359f94053d319c5215c816845c2004b4b064277cf5c07b352dfb265a0e0', 'b3c1f6b01914f08268d0d89f0886b00e', 'b3c1f6b01914f08268d0d89f0886b00e', 1, 21599, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '407371ba9c966466a89ff1eaf08a45d2e3be462d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php', 3, '9ab059d704093da81ceba0a57fc7ecc3053e61d19781d5c0236fbaa1991f0cc5', '4d5d160e0b18d51cc55e325b913a98d0', '9ab059d704093da81ceba0a57fc7ecc3053e61d19781d5c0236fbaa1991f0cc5', 1, 5650, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '407b37fcd571f5003d1b9fd0fe15205e9315d5e6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php', 2, 'b5b718ec600d7975444e0307b227a9f101687bc842279bea4c7b1b9d07dea5a5', 'f07028931fa29ab967989a84455f5c85', 'b5b718ec600d7975444e0307b227a9f101687bc842279bea4c7b1b9d07dea5a5', 1, 15388, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '40c22036958041e89f286d3294e346fbdfce5417', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/group.php', 2, 'a384acc880b4c42d9de8496cf36a98d8669c18ea9687fffb50f7969dc0544850', 'f8ba30fd058ded36fa5dc7bab717fc79', 'a384acc880b4c42d9de8496cf36a98d8669c18ea9687fffb50f7969dc0544850', 1, 7845, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '40d467e4c679df6d691dc95a781e8db1094a9f87', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet.php', 2, 'bbd563aa54b3ab9eca407613dadd8000fa396b3fdea58bd794f3de297fd31c2d', '59233986e272ea798000acd3cfadec98', 'bbd563aa54b3ab9eca407613dadd8000fa396b3fdea58bd794f3de297fd31c2d', 1, 58034, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '40fc3d08557ee1ea86e794b4ac917873814815e3', '/home/hkrhostingreview/public_html/wp-admin/setup-config.php', 1, '0aaff7aadffae1ef2aea8c32cb3f502ed717ae08cf0c8de3febc1e5911cfafdb', '9dc74b84b7372dcf721bd56a1229be0a', '9dc74b84b7372dcf721bd56a1229be0a', 1, 15908, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '40fe72908936a6a12702da9e522caa3e07382949', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-navigation-menu.php', 2, '82df83ca52062c09854497d10a3138ddff23d2df8a874fe4effb365b912ce908', 'c572263aceaeffe4b0279288cd3f00f0', '82df83ca52062c09854497d10a3138ddff23d2df8a874fe4effb365b912ce908', 1, 56004, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '410e5226ce56d97db29c7579ce41bbde4a995fa2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/EmbedPress.php', 2, '9c8b43f3b0ebfeb4ecee98a0e1215f6f1b20f795aa2266cf7800de1414f246b3', '7ed4312251eeabbea6d28c1bcb36ce84', '9c8b43f3b0ebfeb4ecee98a0e1215f6f1b20f795aa2266cf7800de1414f246b3', 1, 1830, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 1, 0, '411870577392684609ed832f438431daf50ade27', '/home/hkrhostingreview/public_html/wp-content/plugins/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', '', 0, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4119bee5b2a0a379942f2cc88380633823fcbc8e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsOther.php', 2, '6cc980c43d3a2b6578e4678c2799177b10a77c8a010ee69e2c5c004465d1bbdd', '523b25f014f8e262a6dc942b6ac279f9', '6cc980c43d3a2b6578e4678c2799177b10a77c8a010ee69e2c5c004465d1bbdd', 1, 1598, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '411cc75c9ff64bada33be2d59c7c3730ce78b4a6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Recaptcha.php', 2, 'd51f1c8f922b4101b5634bc4ad7108fd2d7098cc2e859001d39415653237d418', '8c69bf16e78c51a4749e65170d5e3a69', 'd51f1c8f922b4101b5634bc4ad7108fd2d7098cc2e859001d39415653237d418', 1, 3097, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '416071315f663814cd863a8ddc2d220a108c76ac', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/log.php', 2, 'df694d9850947b100b1d237e526d175ac922c2cd558ce56d5fbc606895b581cf', '9ede765f5527d5d7ea2ac38f8b8a7482', 'df694d9850947b100b1d237e526d175ac922c2cd558ce56d5fbc606895b581cf', 1, 10854, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '417ae01ea1adfc1fcfbba8168e2a4e861068e879', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/401.php', 1, '77e788946a2c354466014066f4a7246df8335e10c715da3c9294d942e27920fc', '3b2ab80eb9cbfd87baa23fc1648e9940', '3b2ab80eb9cbfd87baa23fc1648e9940', 1, 390, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4188e2d75c8ebc2d073b387c68bb42494a302fd6', '/home/hkrhostingreview/public_html/wp-includes/class-wp-xmlrpc-server.php', 1, '14c1b849d42c75a8ca8fcbfcf08046f78d273ccbadc0f1e86c80b55161b22d02', 'd47a3de75ebebd683a86fd5efec231f7', 'd47a3de75ebebd683a86fd5efec231f7', 1, 209662, 33188, 1, 1569087717, '', ''),
(1627006215, 1, 0, 0, 1, 0, '418ed23ac6f64d2551a7708c943873e41f58e76f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/class-hfe-elementor-canvas-compat.php', 2, '70917591f1d2f740b007dfbe4fd5443441258f903dabeea8304585bc4b74f4f9', 'd3a9aa5fab8ba2a554fc4d42c3e05454', '70917591f1d2f740b007dfbe4fd5443441258f903dabeea8304585bc4b74f4f9', 1, 2810, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '41bcb2dc624a10e7654661f62721a7fe67056c25', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-about.php', 2, '4eb70f9d6b973e8896dd92215ec5650c9f10e5d15cce7d9e25f418d7ac54d7a5', '803945b8e38011adca2fdf5a9c67b87d', '4eb70f9d6b973e8896dd92215ec5650c9f10e5d15cce7d9e25f418d7ac54d7a5', 1, 11793, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '41cdd03bf855715ebd6b36e51c9bb38d5994d024', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/output-tab-metabox.php', 2, 'd0788b395d4dd1ccd01fd8c6beaabebf8d619fcbfbd046c7c61030bf9c4cfd65', 'a1bab809e9303dd8880e0e1d22bf559a', 'd0788b395d4dd1ccd01fd8c6beaabebf8d619fcbfbd046c7c61030bf9c4cfd65', 1, 12932, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '421a3d1a18d20e75220d1b29952ec3f403d0fdb7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_VersionSwitcher.php', 2, '073042398bfd62a014474b128fae6ae821b95fb451d6df6804576dd5d6b31fe3', 'a377a59c62501f6cf7f29489c352e230', '073042398bfd62a014474b128fae6ae821b95fb451d6df6804576dd5d6b31fe3', 1, 17102, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 15, 0, '4246423725fb5f8060ccac8b51045efc16a9ad73', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php', 3, 'ae9a44956b53b6744971b069a02331c9f4f95490ebfa6d637ac80cfe7252f139', '90b4a135c6a47ee24a8193e2db0a3661', '6fe43ea4b9db167a8281713ce78972b4fbf34393bb43a4df290762946eebfdc8', 0, 3155, 33188, 1, 1605438582, '', ''),
(1627006215, 1, 0, 0, 1, 0, '42475a78fd227ba3fa4e984f6ad87c82d5eee810', '/home/hkrhostingreview/public_html/wp-includes/Requests/Transport/fsockopen.php', 1, 'a9c9d1c6693472c5fbab644ae779e6fe59ad7b7f0ffffa3816635ca1bc545600', '8c3eac72bf878fd616db51481dcb8656', '8c3eac72bf878fd616db51481dcb8656', 1, 12436, 33188, 1, 1569262319, '', ''),
(1627006215, 1, 0, 0, 1, 0, '424c4e3f4cd295bb0206e1733282fa2c70e488b8', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/File.php', 1, '7890c0a02a8667f6b1532da1a38623faf2af4c6cd5a00a1d54471b43934a3f81', '5dd66d03c777e82fe65cc6793511da0e', '5dd66d03c777e82fe65cc6793511da0e', 1, 82, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '42d4d03de59a070ee8d4e6130a50fc7f1e8b5fb5', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 'a46628383ebb2eaa1462c33791f50916395f876ca764fb774b271c676d641f82', 'da1ac595fc2d924a411668b04a7497a4', 'da1ac595fc2d924a411668b04a7497a4', 1, 83847, 33188, 1, 1570542182, '', ''),
(1627006215, 1, 0, 0, 1, 0, '42dd7749865bba7accce513b65510b960afbabce', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/fav-fields.php', 2, '908f4e74475d70ac9d60f71a0b4b0d1c135d9a4a11eeeeaa7246c32abd31fa4c', '1afbcc82ff9c31f2313622b71d3bc3e5', '908f4e74475d70ac9d60f71a0b4b0d1c135d9a4a11eeeeaa7246c32abd31fa4c', 1, 980, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '42f714465737cfd2b0289e4ff5359c4ee0718b6c', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/apache.php', 2, 'd02ea4a6df742371c11605ef31e46d26e0485c1d909b2adad442f2a658955fcd', '2a4738e1ca30efe5ae1d2ff2ff7da581', 'd02ea4a6df742371c11605ef31e46d26e0485c1d909b2adad442f2a658955fcd', 1, 4976, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '42f9fb4064e2135d53217f6a015e3942b53089d1', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-calendar.php', 1, '54bf89a1c480d1a95ae5f8fb443bb5712d1a50ea429e51ecb9fc7dc0c6222546', '4f999c5005825cf750747c861f2db5a7', '4f999c5005825cf750747c861f2db5a7', 1, 2863, 33188, 1, 1559747393, '', ''),
(1627006215, 1, 0, 0, 1, 0, '42fc7d7ab10ae5db576b7d46be97983a9a405068', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Controller.php', 2, '553ff79df8707c0f08f2feadbe490a4ecba8403189e98220a37fe0be77aec151', 'b09f3b5f26050f48b3f13ad7f241a36f', '553ff79df8707c0f08f2feadbe490a4ecba8403189e98220a37fe0be77aec151', 1, 1644, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '434963b8a84ef6849565b6290a070007f7bdea9a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-notice.html.php', 2, 'c51792fa44c95b6c492a5e3cc2e3771d0cf83d94d5cac26af8bad97aba3c2660', 'c13ebe1d132b19c656debfc7e52e338d', 'c51792fa44c95b6c492a5e3cc2e3771d0cf83d94d5cac26af8bad97aba3c2660', 1, 90, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '437176a5eca50ed079ad993d7707565c36df213b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-edit.php', 2, '70b12c2ff14b133444e0c81d71f5a4e710b3ddd09f34528cd14b0b0b4433b726', 'f22df634814b846b3dde5abe92ce8437', '70b12c2ff14b133444e0c81d71f5a4e710b3ddd09f34528cd14b0b0b4433b726', 1, 41821, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '43965f3125e3cadbdf655601690560bfda52c33a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', 2, 'bc2dd382f5a9a59555b5eddd72ba801220a8c83b30808269854b51231dfb1698', '915472530764ee57d60c281bd27ff83b', 'bc2dd382f5a9a59555b5eddd72ba801220a8c83b30808269854b51231dfb1698', 1, 2695, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '43976a2613012b9784719a1ad4b15409b58a9ec1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/modules-manager.php', 2, '759eb37b836096c32f7b60aea391e1d9446454ee781949e63031811c8f173e2e', '9fa8b86b58ff06e9449a306d01c38e3c', '759eb37b836096c32f7b60aea391e1d9446454ee781949e63031811c8f173e2e', 1, 2242, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '439dfe42cad888b0151c158d2db256bb84b87e31', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php', 3, '02e03e9cb4ca60c1a78b515dccf503e3729e497099caaafdde9d17d5958f88f8', '4dda34cf09a83ab3b60ca4cdc41fc444', '02e03e9cb4ca60c1a78b515dccf503e3729e497099caaafdde9d17d5958f88f8', 1, 1654, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '43b1f4de6e4152e6b1c139758b443a1674c5335d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/WeForms.php', 2, 'e91023e9a71a8570e36e2314d654952a99f9aa6237c1208cec444ca9d79232c6', '054eb45434fc59c96476e90eb8e492e4', 'e91023e9a71a8570e36e2314d654952a99f9aa6237c1208cec444ca9d79232c6', 1, 31709, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '43d7bd81b64a4e72eda5589d049c8007e6fb48b4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Fancy_Text.php', 2, 'd644dc8fea37158f15fa3687eb0e05189c6011102ad42fc49ae452463d3c2ed3', '4c0d946dad9b98c273545899d2ac506f', 'd644dc8fea37158f15fa3687eb0e05189c6011102ad42fc49ae452463d3c2ed3', 1, 1024, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '43efbe13b4d15b1fdc14d49e84eea2fef86c9e7a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/HTML.php', 2, '515f1b266931ad1eb8e0ba3ed3b9897393e4be5ad41f2abe3ba5321a318504f0', 'ade10e33a87ed0f3f3e4f8a0d46b653f', '515f1b266931ad1eb8e0ba3ed3b9897393e4be5ad41f2abe3ba5321a318504f0', 1, 1261, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '440c98921d6ef5458470e272f40e50d1a4ae5eeb', '/home/hkrhostingreview/public_html/wp-includes/class-wp-locale.php', 1, 'd768a6b6b23a1c94f28ef27124cf67171edc4e3e374cdb57ec9829c50e5c7dc0', 'dfbca0bd071cb4e3a580d4ac74e59018', 'dfbca0bd071cb4e3a580d4ac74e59018', 1, 13893, 33188, 1, 1569016977, '', ''),
(1627006215, 1, 0, 13, 1, 0, '4415f59a6f96fd56161768e609462bcbc5dcd75f', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627006215, 1, 0, 0, 1, 0, '44197be92c1a204bfad2fff18791b69d0ac373a6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php', 3, 'a111eca7c6aeb4e4a10edd2a5e8488a2d39deebdff558a83ed9d18f4df8d0e92', '0490cd7f8604a0cea64b3349daf11574', 'a111eca7c6aeb4e4a10edd2a5e8488a2d39deebdff558a83ed9d18f4df8d0e92', 1, 30541, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4422ea4099da1eb23e368d0e9109a91760663da3', '/home/hkrhostingreview/public_html/wp-admin/includes/class-ftp-pure.php', 1, 'd7794b888064fd7124127db63c0614f865b77f7f72ee52bc1b6b94eaf371cc0f', '06c43882160dee5a21c8be34fa1edc4d', '06c43882160dee5a21c8be34fa1edc4d', 1, 5400, 33188, 1, 1552785649, '', ''),
(1627006215, 1, 0, 0, 1, 0, '446067beeb3f5a7b36056693671bca30218f529d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/post-fields.php', 2, 'c2c693d11cf18e2c851d13908f86f0a938b049dd8e4a748503de1ea12992767e', 'c4e8698f47cc5abcb462091279fa3197', 'c2c693d11cf18e2c851d13908f86f0a938b049dd8e4a748503de1ea12992767e', 1, 1430, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '44662af2f58ebe3114b3e91216452ae58794c2c6', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php', 2, '11962b642e227e5895555a09b9884e68a60954576f0bf86037f57175fc7b7289', '84267226c5f3f45936eb61d0f853e066', '11962b642e227e5895555a09b9884e68a60954576f0bf86037f57175fc7b7289', 1, 7067, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '446650c6d3bcd1e9122398bee1f0496340330a37', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php', 2, 'e2cf05c9a300fe156e4119d8ac65ab898e165947d4037f226ffd45d52ea1a72c', '369b2816a66d405d9fa331fa04cd04b3', 'e2cf05c9a300fe156e4119d8ac65ab898e165947d4037f226ffd45d52ea1a72c', 1, 5054, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '446ca644060ddd74b7209f57970a1394ece8158e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-upgrade-routines.php', 2, '14152f1e872cc9790a8d1dd54d11c3d18ad375f7972737ee77390f46899937cb', 'f0aa2bad1debf215e3e324031f48302a', '14152f1e872cc9790a8d1dd54d11c3d18ad375f7972737ee77390f46899937cb', 1, 1645, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4470e5711f92001cc2d7273e9815c18344f82675', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 'bea73e889f6d9549ed697cf3ff223395d537cec2fce37106ed8e572855c7bd1f', '4eb22b0643232b7cf3665aa69d995de5', '4eb22b0643232b7cf3665aa69d995de5', 1, 1122, 33188, 1, 1507170169, '', ''),
(1627006215, 1, 0, 0, 1, 0, '448357b9f78726769acd1e0715c8e4488a72c813', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, '01d0ec55690030f13aaef04555a43cd9131cd1b00a7d3102fb7916de6a5e8331', 'd99e3058b29cd6d435e7557ac1aa333d', 'd99e3058b29cd6d435e7557ac1aa333d', 1, 12444, 33188, 1, 1567724755, '', ''),
(1627006215, 1, 0, 0, 1, 0, '44876a9d9da8a44b163f8d5df38aa9bb4f954dd4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 'e23aec8e591ea6ebe9260e67f32b335692c5e847b383beb705065ee6c676b630', 'dc5c999dae94f1f5e03a520e2fe22b05', 'dc5c999dae94f1f5e03a520e2fe22b05', 1, 1379, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '44c466f886159129fc73e15573f478962ac53ede', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-amp.php', 2, '5b9f5844abe771ee727ac30de0fc39a26caf04d9429c9d3202cf7fe615d4993f', 'a1785eb9d5a458252279a3b7ee0df802', '5b9f5844abe771ee727ac30de0fc39a26caf04d9429c9d3202cf7fe615d4993f', 1, 2014, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '44d594baec783d118f15c9948c033c9ddeb2b098', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/req-fields-pre-process.php', 2, '7ca3f607d62fb65d220f5d797346aa6fc8cf1d01c670f5f3d27209442ab738bb', 'c59c141078e773b7c409710dcec6a2d7', '7ca3f607d62fb65d220f5d797346aa6fc8cf1d01c670f5f3d27209442ab738bb', 1, 3193, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '44df712952deb502784eb1126c20380bbe11f6ff', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/connect-jp.php', 2, 'fa3cbf3adb9e67ab08f1ec10a8b60e7850159b4b0952533186a4e09ef57d5f62', 'c1e173879e51fa58f7bfe8921b33a2fe', 'fa3cbf3adb9e67ab08f1ec10a8b60e7850159b4b0952533186a4e09ef57d5f62', 1, 4985, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4516080f779fe83d25c6ab1c3ee357ec2dfc902a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/tools.php', 2, '1e94790596721cdaedb72924dbcb91cad8c37bbe67dbbab460e2497e9177c594', '1fc8519ac0deaec92534ce7c907adafa', '1e94790596721cdaedb72924dbcb91cad8c37bbe67dbbab460e2497e9177c594', 1, 2029, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '453392e0c1312f1ef927742738d377ef2e0de2f9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/ModelFactory.php', 2, '9348a0e7ab49c6880ba6e8dce9e9391351eda00bea1b895cfa950f57a10acfa0', 'f4bb05edd85940083e7098d8a7237ddf', '9348a0e7ab49c6880ba6e8dce9e9391351eda00bea1b895cfa950f57a10acfa0', 1, 14396, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 18, 0, '455e624b789f4bccfad9d6b11887923d43eccf10', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/http.clients.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4569caaa7972e2af96373d3f296a9b5ef5cee0f4', '/home/hkrhostingreview/public_html/wp-includes/Requests/IDNAEncoder.php', 1, '6eea52a23b1d4a5f369c7c524ae2f308dccc3817168f082333ecd6959156358f', 'd77dada232f0079b1412e0d050b4d8b1', 'd77dada232f0079b1412e0d050b4d8b1', 1, 11325, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45712c0788702a290db3110378416e0ba5869d06', '/home/hkrhostingreview/public_html/wp-includes/vars.php', 1, '8c0ecb359fb17bf1fe9f64899fe0ce9782f2eb09231c0d78999ec136c7baa428', '601eb367adef555f227dfca2e448abcd', '601eb367adef555f227dfca2e448abcd', 1, 5815, 33188, 1, 1564094757, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4590ec9b8a61b3e91a7a71730227603d3bf33dbb', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/color/class-astra-control-color.php', 3, 'e8857b4de5af49d291688af7a74e81da1ce5ddd0d065cafea851211b44b1ff97', '041e95f0a1b0ca26feecb5f350225707', 'e8857b4de5af49d291688af7a74e81da1ce5ddd0d065cafea851211b44b1ff97', 1, 2652, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '459c01a9a2aa55f626df3b90e48801ccf585b688', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-admin.php', 2, '7f11ad3a3a875d1cec4b01aa0e11e30f8e325640e5ca8db711f6c3e051b96f45', '76e6f9c0c4874a5d6676f355e1303e60', '7f11ad3a3a875d1cec4b01aa0e11e30f8e325640e5ca8db711f6c3e051b96f45', 1, 14495, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45ac68955ee174e7290e097a5b8df364bb5348f6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout.php', 3, 'bbac3f699a5837dd713fc5e16df1362be2ad36f0458dafd8e85cdbd2c1800511', 'b641538783bddd608cbfc9759ab023a5', 'bbac3f699a5837dd713fc5e16df1362be2ad36f0458dafd8e85cdbd2c1800511', 1, 1179, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45b75d367298b3a2c8a940163ee549c418224f2c', '/home/hkrhostingreview/public_html/wp-admin/includes/export.php', 1, '8269bfacfab787b987864b54f9b06550f4f0994cd778fb6abc2eaf3ae04d35ca', '25bb9f88a2e60b7b7144025b215e6bdc', '25bb9f88a2e60b7b7144025b215e6bdc', 1, 23609, 33188, 1, 1564921736, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45b8d945571c687bb329dfbd9df91bb181460183', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/Conversion/Calculations.php', 2, 'e1bdd27b4c68ded55be188020f0650fd71a436c2d4b926a49129d3a913692b45', '5bd4a2f6fd7c181a768517e697d3bf12', 'e1bdd27b4c68ded55be188020f0650fd71a436c2d4b926a49129d3a913692b45', 1, 4871, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45c0821bbb37a2992b79ae9935105404872a76b1', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/give/class-give.php', 2, '75c929f0ee6d9dab24f06c535b28e1ea38bfaf4767806ac616c1bcb2267ff719', '16f4b9f2ff088e10a895913bafe7c7cd', '75c929f0ee6d9dab24f06c535b28e1ea38bfaf4767806ac616c1bcb2267ff719', 1, 1029, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45c99c3cc8d900ccab395f54cf2acc38ea69273d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Core.php', 1, '2732a1ae3ec4e49abda1ef4a3ef9635e5eb74f6fa8a4b15c006148632323fc49', 'a4ae19a923b890f2dcf7e2d415fd1ad2', 'a4ae19a923b890f2dcf7e2d415fd1ad2', 1, 2268, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45e402f83b4a74a4619d482721f18926af636f38', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/honeypot.php', 2, '7f74a4498631ad3806f0d128a99891f82c41ec0b2125777dfaf53dffcb45c70d', '5f9b2de63d06ad4271fd2588a0ca9503', '7f74a4498631ad3806f0d128a99891f82c41ec0b2125777dfaf53dffcb45c70d', 1, 1980, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45f8720f3d96f169b224d34d83668bbdc51754ec', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/slider.php', 2, 'd8e1ce9b7b20c2b2cafa30df9128c0d9b288d8753195027b3d53b284dc829a6b', '81b90773e96d71e78f216342a24a50ea', 'd8e1ce9b7b20c2b2cafa30df9128c0d9b288d8753195027b3d53b284dc829a6b', 1, 3569, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '45f9a9b84842cb4010efa2f302914359b3295cfa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/add-form-modal.php', 2, 'fc5ee9e544953fc18bb4c6b6676c56a53061ffaf46abcc84c04f8403bbc67bda', '085718affc89db22f016a654eafe9c0d', 'fc5ee9e544953fc18bb4c6b6676c56a53061ffaf46abcc84c04f8403bbc67bda', 1, 4645, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '46258391432f9429f225cf776d5c8892c3940931', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/PublishProcessing.php', 2, '634d8c8b0b6ba5e042b375078a9413eb43508a88aa6cc3943b8540e5a0a6d475', '73ac63e264ab82c63ca4a3ff641986cc', '634d8c8b0b6ba5e042b375078a9413eb43508a88aa6cc3943b8540e5a0a6d475', 1, 811, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '464162b6c2733b875b0080e35403784936adefb5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php', 3, '5d076b70a2ac360be9cdac80768255d9bc9dafe2d82f2c3d8d0c61c74b9f0fe1', '04b69769a7aa01d77a812b21970f230c', '5d076b70a2ac360be9cdac80768255d9bc9dafe2d82f2c3d8d0c61c74b9f0fe1', 1, 23679, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4650c9ed7c6ebcf74b8f9e8f3128262990687ccd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Post_Timeline.php', 2, 'c0bb5ba2e7c5d9ee276d026c7f785fd467bf6f8747d6c56057eb8c8e901251ee', '33dcf1fc2b855ebaad04ce5ce9f073ae', 'c0bb5ba2e7c5d9ee276d026c7f785fd467bf6f8747d6c56057eb8c8e901251ee', 1, 13400, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '46892cde41bac5bd4a9e93e53cb58fc61ca7190d', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/native.php', 1, 'dd3b7eb3f5428d5698b7e2535f2bc073aaabc17d7f3cda93915c466b4333fae4', 'af53f6d50c16840d93189e01247fd454', 'af53f6d50c16840d93189e01247fd454', 1, 15888, 33188, 1, 1509022373, '', ''),
(1627006215, 1, 0, 0, 1, 0, '469529a86e75beaf9750f94117464ca41ab03be5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', 2, '99619aa1935e111f9d8f648e2c7e7cf4b78b453b418f59ccfaf50cca14b814d1', '941be5bcdade01d417349b41c1c4e465', '99619aa1935e111f9d8f648e2c7e7cf4b78b453b418f59ccfaf50cca14b814d1', 1, 1246, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '46952d0d4289b1f71a2af83a8006b0d866daeace', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/select.php', 2, 'fd331a6097b564c00d829a00075a7e8590989709688cd29e290334f1307e649b', '1bfec67bbea213fb8c7785a2c89640ce', 'fd331a6097b564c00d829a00075a7e8590989709688cd29e290334f1307e649b', 1, 7355, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '469f99c682ffe8cf5a3ff1d8ee1d31c01fa37bf1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/class-submenu.php', 2, '2c003af325f864c783d91e05f7ac826909e976a9bbd0e350b5461422eb79333d', '1e8e4680e215eb4dc8c53e4a0d1a857a', '2c003af325f864c783d91e05f7ac826909e976a9bbd0e350b5461422eb79333d', 1, 5706, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '46b2db231796d74cc034d9334951f7a55a003c3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/libraries/wp-session.php', 2, '641945e632be127524c0b1d9bbd3e1b491e83135cea13fead6170d13ac91f96a', '1e8f8641d2257f1761560ff6355bef1c', '641945e632be127524c0b1d9bbd3e1b491e83135cea13fead6170d13ac91f96a', 1, 4315, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '46ca10ebaf05da44dd171b834af48929f865548f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php', 3, '2657db9ca24016840f21ef7483e50d577c065d4a9b60651dddb620e95e80e02f', '894911a247ffd5af6e8b15488c28016b', '2657db9ca24016840f21ef7483e50d577c065d4a9b60651dddb620e95e80e02f', 1, 4399, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '46cb79571d0fd328f3ee62839928b01e9efd46a7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/PageEmbedForm.php', 2, '1f9aa1d88a46f3359a61b44c3af45f2eef667140c2536d33c869a5a1096deb20', '586f61dabe8d3cfed9efdedb4b977272', '1f9aa1d88a46f3359a61b44c3af45f2eef667140c2536d33c869a5a1096deb20', 1, 679, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '470102579c31b8ec4d1a5ca3861c35a6f7675451', '/home/hkrhostingreview/public_html/wp-admin/includes/media.php', 1, '7b31e87074a896b9628e87070ca2b74244e895b97df6c374fea6df1a5cf1e76f', '1652796de65fc3a2a101ea08f5a1486d', '1652796de65fc3a2a101ea08f5a1486d', 1, 113158, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '47167bd71f1a80700228fbd89cd83f5b222f0da7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php', 2, 'da5edb04e5c03b53f050ddd46edd1f94de7d900c0ffe19e5ffce0aa11a4b0576', '227c9c59c8604268f2733ae009c43076', 'da5edb04e5c03b53f050ddd46edd1f94de7d900c0ffe19e5ffce0aa11a4b0576', 1, 4158, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '472441a5a0961c96820195296f42cdda704e9dc3', '/home/hkrhostingreview/public_html/wp-admin/includes/class-ftp-sockets.php', 1, 'be67a0a05b36b0e97cfb6deeca50c2b92f1eda4d44cc351b8fd700ef7698a8df', '1633697b2e83b923ecca04e6caafeeb2', '1633697b2e83b923ecca04e6caafeeb2', 1, 8449, 33188, 1, 1552785649, '', ''),
(1627006215, 1, 0, 0, 1, 0, '47246615217236c4e76890ec3d36e1566453e829', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', 2, '23e02e0ba213d9d5a1daf52a08a9aa3c8010580081654e49e781d07cb1259a01', '34394c9f052b2a0929b3ef60904d66df', '23e02e0ba213d9d5a1daf52a08a9aa3c8010580081654e49e781d07cb1259a01', 1, 2209, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '47364674e254a2b3ebe3e9ca5941b0de4eaeeefb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Preview.php', 2, '60643ca5818b5152fd1285af17d0e46d7fffc15cf3d6123d669fa0bf7acd270d', 'bcf86bd9b81e0c6474e3d1520aadecec', '60643ca5818b5152fd1285af17d0e46d7fffc15cf3d6123d669fa0bf7acd270d', 1, 2470, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '473c9666e69de34724091a93c595fe0ac604cfad', '/home/hkrhostingreview/public_html/wp-admin/ms-delete-site.php', 1, '800d6848bd4fe88168b639ea9648d77886991bc80cc006f5fe834f893214710e', '55c74da26af0d258b199518266c63f9f', '55c74da26af0d258b199518266c63f9f', 1, 4199, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '474badf24141c2dbb4dbdb760bcc78eed0c42535', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_com_dotnet.php', 1, 'ba1418a14e6a473706abc86bfece95b5507adc4277c10247a6a2d8c7e41eb473', '6e4d403cdfdb4136c21840218159e0e7', '6e4d403cdfdb4136c21840218159e0e7', 1, 2903, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, '476094a52f241849ab9770b5b71fb40ce7970422', '/home/hkrhostingreview/public_html/wp-admin/network/plugin-install.php', 1, 'dadab2a74e0a1b4bdec0fb5d23df8e3fc7b0c0fa7df23e3e51b8072a164d6ed5', 'd9d1d30addb0da61f1c085059db0fd18', 'd9d1d30addb0da61f1c085059db0fd18', 1, 394, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4763287718f62398e15e4d41776e86d72f7f0752', '/home/hkrhostingreview/public_html/wp-admin/admin-post.php', 1, '3ac157143b3115bba35e8a3063569bfec7ce82fb3e8f277484b9d6b58adbd243', '029f99842005b2ef81dfe5619f5ec8ef', '029f99842005b2ef81dfe5619f5ec8ef', 1, 1692, 33188, 1, 1547617310, '', ''),
(1627006215, 1, 0, 0, 1, 0, '476c7a53a07b28ad0b6702b85b1d746c2f19be09', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, '81e544f88b402e6d040741acae42e7846c24c971bf2420479e0e5be16c907bf8', 'f2c59bf14ce5115cf350da9c051dca55', 'f2c59bf14ce5115cf350da9c051dca55', 1, 104, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '477b006211446625194f6d4354409533cff1e762', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-favorite-fields-import.html.php', 2, '339bc014d1791a8972105974036629e3cc1cc01744ea6b3cf2de58acddf00168', '36418c0933904aee0d381678e58895d2', '339bc014d1791a8972105974036629e3cc1cc01744ea6b3cf2de58acddf00168', 1, 1018, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '479f690a3bc7ebc48213056659a1acdcac02f47c', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Content_Ticker.php', 2, '66757fda638f2f8f0e033f09b50b460379b1b1b310e2a79b244108849d20d0d8', '11b729194a7d62415b8413dd847a922d', '66757fda638f2f8f0e033f09b50b460379b1b1b310e2a79b244108849d20d0d8', 1, 893, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '47db07cfe50dea198ccc86a23b161f642af79a36', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-ads.php', 2, 'da6780206eff7cf9a5e909cf79e366ac82bf72f76bd323ca2d9d3b466c37414c', '34e1d62c471572d2e10a1833a86188aa', 'da6780206eff7cf9a5e909cf79e366ac82bf72f76bd323ca2d9d3b466c37414c', 1, 7673, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '47dbe3cd9f61266279a08a9e2a82486d21102c23', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Info_Box.php', 2, 'cacbe7adf4032f3d84fab11b8bc8202c15f90527449a6af985bfc7628f496dbc', '0fcdbd689487fe359a10f55459e0171f', 'cacbe7adf4032f3d84fab11b8bc8202c15f90527449a6af985bfc7628f496dbc', 1, 54570, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4822a477c7899864544f7975dc43fc78cc1410e9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/feedback.php', 2, 'b889e55657118e43f1a5c1194b2f0d34ee2caafd33a69385c9975fc074482ad1', 'eedcd110c75601dbfdd99416090c8c79', 'b889e55657118e43f1a5c1194b2f0d34ee2caafd33a69385c9975fc074482ad1', 1, 6193, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '48487ba4eea7f3eb390c8eb9464eee2607f56561', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsGroups.php', 2, 'cc21ff4678ee2a2217e4ad523942ad2ca0f8c302ddb771753300265566349ff7', '46d4346e102c5c77431ee53c359864c0', 'cc21ff4678ee2a2217e4ad523942ad2ca0f8c302ddb771753300265566349ff7', 1, 641, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4894d26f5f3c58978866df122be70b07ae2fe076', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Shortcodes.php', 2, '6a8592e91d578eff5f71419b91409262c50b7993e0e5f88c5ce52061c83888e7', '3f6bf8a08d4fd3a452db76369cf6ab13', '6a8592e91d578eff5f71419b91409262c50b7993e0e5f88c5ce52061c83888e7', 1, 1624, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '48b08488c8410250b235e23b185d98417499f0ea', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php', 3, '8a0a5bad3c3c3a5ccab084b25331acbb5a39beaded1542d065fa82026ce028c2', 'c34af40f8f8eb2b5d61c542383e55b17', '8a0a5bad3c3c3a5ccab084b25331acbb5a39beaded1542d065fa82026ce028c2', 1, 2676, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '48d8131be3af388484403e81b59168fd3df246d8', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/WpForms.php', 2, '51e20befc095dd13ee138a47fd9f881ac062973d22cbc1fa642a80ffc40720b0', '2ed8e04beab55b9be359fb0b277c891a', '51e20befc095dd13ee138a47fd9f881ac062973d22cbc1fa642a80ffc40720b0', 1, 62075, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '490c0572328a9fe1f18e7d30d4a32fa58b659e01', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/500.php', 1, 'cf7d4f0bd51fd7ea0beacd91df7476b4fef4ff87261289dae1b81f18dade976d', 'c0afa9c66b6d830a094815f2124dffda', 'c0afa9c66b6d830a094815f2124dffda', 1, 417, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4914d5c08b6ce5090a9b5120e8ef53614a694794', '/home/hkrhostingreview/public_html/wp-includes/user.php', 1, '4e9a101ce75b3476803c9651ff27ef74b7e12f2b1720f9339005f656ff1d7e29', '65ce238deff66c892cebd2459a45fb97', '65ce238deff66c892cebd2459a45fb97', 1, 123717, 33188, 1, 1570449245, '', ''),
(1627006215, 1, 0, 13, 1, 0, '49175ccce3fd517a1c4ee13431bbc6fced56c0fa', '/home/hkrhostingreview/public_html/wp-config.php', 10, '96fb8c099f2d27321c4b5713eaa2583c475969d3e4d7d48005edb524f6640a0f', '', '', 0, 2878, 33188, 1, 1626869698, '', ''),
(1627006215, 1, 0, 0, 1, 0, '495ac74978e1680f0d4508c5e1794960c15781b5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/process-message.php', 2, '59ea904e3ca8d91293a2059daa8d2415240b3146deaae73797114bc25aa3789c', '9b8936e75e387a5a0e59369751cbf62f', '59ea904e3ca8d91293a2059daa8d2415240b3146deaae73797114bc25aa3789c', 1, 895, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '496bbf8347d2b37609c7f3750ff46689d9021a4b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php', 1, '8c5b83b626454c36f53a39a0d839ce1e796614df60c87679acade3e152cc8989', '21f0699cd14cb3563d582bb20976307e', '21f0699cd14cb3563d582bb20976307e', 1, 1574, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '497cad780150aac63e57bb583874d70dfff47215', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-after-setup-theme.php', 3, '67d33644d83efef679ecf92453861039403c3bfb6f456dfe0b9ac5ede9803e51', '16296e33e380bcdfcf22c3cdcf112fdf', '67d33644d83efef679ecf92453861039403c3bfb6f456dfe0b9ac5ede9803e51', 1, 6919, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '49953048c8d01c49e8a152fa1cbd7a6ddbba863c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/header/header-main-layout.php', 3, '9d5403d2a57f8950089402067712cbb22241ef5585115de4ade244fe12edb247', 'fb61a56b0b848d0d378dfc939be7c08c', '9d5403d2a57f8950089402067712cbb22241ef5585115de4ade244fe12edb247', 1, 945, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '49c723225ab8fa9280699cb36d37cd9f660117bb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Elements.php', 2, 'b85bdf29216203cfe888f8c0f829c5cb53f125039bacfac12528333f1a6fb061', '3dba88f0dd512f5824e943da58a23ba5', 'b85bdf29216203cfe888f8c0f829c5cb53f125039bacfac12528333f1a6fb061', 1, 20900, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '49cd69efcc30465c983c337bb905f406bdd73f7e', '/home/hkrhostingreview/public_html/wp-includes/class-wp-site-query.php', 1, '518d154ee3a573072efd7c90291a0c466d4ea81848517dd09a3ae21cc22fc675', 'ee1e7152c7176ea64422c813eac580ad', 'ee1e7152c7176ea64422c813eac580ad', 1, 28531, 33188, 1, 1568326675, '', ''),
(1627006215, 1, 0, 0, 1, 0, '49e606ff251037cf6ed04ffa961bb865621b1f83', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/tablepress.php', 2, '848cbcab2ed07c27364209078977dd317606c6738c8a49113411a8ac14cf16e6', '5c5f9e7abcf672a76953c5820918967b', '848cbcab2ed07c27364209078977dd317606c6738c8a49113411a8ac14cf16e6', 1, 2500, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '49f67b1bb33584097bc4e7eb9ba8d834677d281e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/elementor.php', 2, '9bb7d9e8647e927e2bd80997e7ac9f1831dd13823eaa63939f2055f4ab1b0099', '08b3dbe87481fe3374fb1d60d4e01567', '9bb7d9e8647e927e2bd80997e7ac9f1831dd13823eaa63939f2055f4ab1b0099', 1, 3422, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4a2cda889e8cd3dbdf186ee8a7b7c94b272bc467', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/js/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4a619d51028feb4ee634b1486ec80637611d3de1', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, '2b40b5cc980b2c61cf11b3805b2e504ef285bcece051f31b5383ea3056a7569c', '0bc917a5763ecec51923ab89216ec128', '0bc917a5763ecec51923ab89216ec128', 1, 98, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4a7ab4667dea4057d0ca6b3aa373a520f5a4b8f5', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/enter.php', 2, '38ab5d8aba56dc53abc2b3ad46536d8ed97998da5ed1072e33460a2dbb3803be', '19148d4547b05492b013413e08b8734a', '38ab5d8aba56dc53abc2b3ad46536d8ed97998da5ed1072e33460a2dbb3803be', 1, 803, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4a93c4c5c02d61dee7537b8059d7536c51a189dd', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/410.php', 2, 'b594735537e975522e354cc8135db511fa75a3d01e5ae5195aad251290cf76e1', 'f182f916655ea4be2651d84310de4ffe', 'b594735537e975522e354cc8135db511fa75a3d01e5ae5195aad251290cf76e1', 1, 671, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4aa355ca8dde45b62bcfb51bfe248080cce4b3d3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-addons.html.php', 2, '14ce9778dca1332291799214a8e67c706de1fcec82ca2212c587165b92aea547', '2c5849f10a591fa68df5b28703fcc482', '14ce9778dca1332291799214a8e67c706de1fcec82ca2212c587165b92aea547', 1, 2957, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4ab3f90a0650801c31642a3214deb78514d9cbc6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Requests/NullRequest.php', 2, 'b4f4dc2b7cbc2dc0f2924db6741de625f2e92c0ecb492cbe06555b3203fb80aa', 'f3a9e8131628bae16f6736af96745bfc', 'b4f4dc2b7cbc2dc0f2924db6741de625f2e92c0ecb492cbe06555b3203fb80aa', 1, 247, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4abd142db39948522fd614df709503ae39947c64', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, '2fb1a3eca81cb0b2eb365a8410911e5f6d69dfc11d3c02f9355273e1b92c2855', '2c405aa51f83d252cc0b5eb1bede2f1a', '2c405aa51f83d252cc0b5eb1bede2f1a', 1, 2791, 33188, 1, 1565903395, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4ada226fe0dbab09e7cb9c3d98ff3ac55a3a557d', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/412.php', 1, '64d7665635413d56c120dfb9d50c285fc004c52e8cb55a929659e42bbc716630', '25b88449dcb7a1a83dd906378aa556c7', '25b88449dcb7a1a83dd906378aa556c7', 1, 411, 33188, 1, 1463114548, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '4ae51a61606ba9e6018c417a5781aaa1b9584d7c', '/home/hkrhostingreview/public_html/wp-admin/admin-header.php', 1, 'af6fb98f434e7b6edd977a7b5356239eaa78709a4d88abb2a535504d501344b5', 'd8b55b4cfbc65e8299b3d4f5c74e93b6', 'd8b55b4cfbc65e8299b3d4f5c74e93b6', 1, 8180, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4b11f6aacc4ba9b34acb78ad52118498737d67a8', '/home/hkrhostingreview/public_html/wp-admin/ms-admin.php', 1, 'ef10bd17cc7d74340d81809a88642b6af8001ff8a2e0a419cb90b06cbee2b7a4', '9a05b49740dfcdaf4516851b623606e4', '9a05b49740dfcdaf4516851b623606e4', 1, 211, 33188, 1, 1380068291, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4b593796eddc22345d200fd3df926370c877af35', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/download-all-subs.php', 2, 'e7657896f3abb1007ff9912f3abbfbcb43343cf6003085c5d1e5a92a31f8bcf0', 'aafccd2dcdd002632f51ffd7fbef9ad6', 'e7657896f3abb1007ff9912f3abbfbcb43343cf6003085c5d1e5a92a31f8bcf0', 1, 3447, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4b606acb0a448ca69b1478dbef4401fa27373c6b', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/settings.php', 2, '6541bc601a1aae27681d385de831fb3c1aa5e2bfe54362ddc7f11b14806bda80', '42efe8d158cc992bbb59e53b024fabe6', '6541bc601a1aae27681d385de831fb3c1aa5e2bfe54362ddc7f11b14806bda80', 1, 4262, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4b63f7b557defc0f30210e9ea4261fecf55d021a', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user-request.php', 1, '391d0ade9b109bd1e44a6bdfb69f58618355d514b3a9afa420cbd886f2201bed', '81786093c1cd7da5ccc81b62efaf7df2', '81786093c1cd7da5ccc81b62efaf7df2', 1, 1996, 33188, 1, 1560210893, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4b6fefb3d2af6f768248ff75afe07dd718a3ca56', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-settings/help.php', 2, '35a6742056af2aae2383bcee935f6e30269006390abdb525a399b798878c4e05', '216c6e947d763de19ee784d0aaa97153', '35a6742056af2aae2383bcee935f6e30269006390abdb525a399b798878c4e05', 1, 544, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4b7387fe29d01896f4b9e1c9bac37fbe90845d71', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/register.php', 2, 'a1039e3704d8f1186f256de474f03e533ffd5aa6da75952709a2b8672599e084', 'd1a4965a192ab0f5d3d0a7da5a8f278f', 'a1039e3704d8f1186f256de474f03e533ffd5aa6da75952709a2b8672599e084', 1, 7587, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4b84a2fe17960e08086b3a54f0f82c10cfae1d3d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-site.php', 1, '99b5d98559ae76fbcbe5528d577b568f1c83d62ac894fd8cac2707e59383ea34', 'df11790016e68914247eaca6610861d7', 'df11790016e68914247eaca6610861d7', 1, 7367, 33188, 1, 1567082576, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4bb39ca2e7ee58ced8323a8a07b077f5981dfbaf', '/home/hkrhostingreview/public_html/wp-admin/network/site-settings.php', 1, '265daf167828c63d3b6bc017d62bb76d13b5e16d6b417e7de5fd70eaba73092b', 'dd1892afd7553ca9a66c83094bc5217a', 'dd1892afd7553ca9a66c83094bc5217a', 1, 5561, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4bd233f7d23350deddf45910d6d70da3e4ab2134', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Eael_WPML.php', 2, '66202000b33aba1db1210a1ec79d26cbee8ba71e1c9c7759911c9e49bc2940e7', 'decf87f69ff848d2c7b4bc75867f5f1c', '66202000b33aba1db1210a1ec79d26cbee8ba71e1c9c7759911c9e49bc2940e7', 1, 18382, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4bf8cc35811eb7c65447a3110c381fd758a1c2bc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, '229c34972af661a6c2fffb9f46b048c4f2f871bd147433495d07afe15bc43a14', 'd58b7de7ef0e421eb00ef748c0d63731', 'd58b7de7ef0e421eb00ef748c0d63731', 1, 126, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4c02aaf974e8cf92511e4252ceca17b67900131b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/skin-base.php', 2, '1d1b7efaf1f51feee057090ec6f65e35feb970ee4463122871158baeab6597ae', '1458f1e6a616cbdf32aeab722dedbc1a', '1d1b7efaf1f51feee057090ec6f65e35feb970ee4463122871158baeab6597ae', 1, 8322, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4c069639f96722efe7c671edd9ffdd1d891488e4', '/home/hkrhostingreview/public_html/wp-admin/nav-menus.php', 1, 'adec8ce7382408c551232a8bd5669a0fe45ca41a5e3c1f15c3e51201035b239b', '5aee659fc9ad101deae789e69a3849b1', '5aee659fc9ad101deae789e69a3849b1', 1, 43841, 33188, 1, 1569272458, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4c29aba186094d6540c2fc2528b9dd23d7751ef7', '/home/hkrhostingreview/public_html/wp-includes/random_compat/cast_to_int.php', 1, '75188371569ae7cdeb74ce7066edb6f79020477c7db14232b853c491c3a51aa2', 'fd21b23e869e1c90a7113d499991824f', 'fd21b23e869e1c90a7113d499991824f', 1, 2630, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4c9a91600a41f16d913c6651b3c966e2573afa4a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', 2, 'b4a02c7edb92e85fdbdfa86fcd3d6838d70a29fd5ce2eb79a062c4c2a3227667', '46b4bfeb8b5ef71ee2c50b7f681f6054', 'b4a02c7edb92e85fdbdfa86fcd3d6838d70a29fd5ce2eb79a062c4c2a3227667', 1, 1479, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4cd032f7cfae24ab0c2e208d0b14e06dea3c11a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/NewFormTemplates.php', 2, '189ff681d817e24767e3e768ccd8e1167e54ef86cf0638970ebc3809af6ce5b8', '196aa5458379f5d4a7532bbec073ff71', '189ff681d817e24767e3e768ccd8e1167e54ef86cf0638970ebc3809af6ce5b8', 1, 1841, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4d0e1a943b8f4754c367fdc3698b5d85fd1ac93c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php', 3, '59fc5a3745993d80e4e582df19a8b57070d94d4389869bfb6f0d0006b019bdda', '1ba3e2a771c534ecb75b2642e224b076', '59fc5a3745993d80e4e582df19a8b57070d94d4389869bfb6f0d0006b019bdda', 1, 2317, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4d587210e5016f9dfa724b87ad15288c6c289fe6', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real.php', 2, '54bebf09aa188e869751911e7716978ea15c9924d08c0954bafbc0609a4e2e12', '6ab5c72940ee85561484fce66910d514', '54bebf09aa188e869751911e7716978ea15c9924d08c0954bafbc0609a4e2e12', 1, 2476, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4d77e126a118dfb5140f5e2a777f16f2124bcc37', '/home/hkrhostingreview/public_html/wp-admin/includes/class-pclzip.php', 1, '7aece19af6a8d0ce1a4ea45f2d289bee1d028a56beb16a262c6844457bb75dd4', '03f45ba92710ee6a865b9e9488696cd9', '03f45ba92710ee6a865b9e9488696cd9', 1, 196037, 33188, 1, 1568413261, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4d7c0ebb3e490b8dc5a2fd7c7653452287c491a4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/base.php', 2, 'bfeee999f8c0376b3543ddefcaf75c5a329ae79108bff26feaaf6c5f54c4d90b', 'e3576d7d5720dff8a10b9a90672c7605', 'bfeee999f8c0376b3543ddefcaf75c5a329ae79108bff26feaaf6c5f54c4d90b', 1, 5490, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4d8398fe6a4e6c571725c66aad356e3e13ca98f0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Hidden.php', 2, '04f12e0a9a3b969efc12e2c1246e0f23b7aebad5607de9b6d63895b3760587b5', '8149bc628372f5fd9fef7a583eb14260', '04f12e0a9a3b969efc12e2c1246e0f23b7aebad5607de9b6d63895b3760587b5', 1, 977, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4d968d9582f9d66a66c048a229cbb1183742c67b', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/413.php', 1, '9aa3d96e3839ce8645f4ffd02b4984c370914aa7eda6779d12a07225bd8376cf', 'e9963cc15dc99059b7d9ff584c17bfd8', 'e9963cc15dc99059b7d9ff584c17bfd8', 1, 426, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4d9a863552d30a3d941df6335c3d9d530cb94e36', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/datatables/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4db13f220c51292d59b6887b7b7dd21841d0d88a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-front-end.php', 2, '6856b3cec623c5987336434ee74aa07636a74e8933390ff7da049d173509a5f4', 'd346c7a6fcb8c658956386e772cf1c9b', '6856b3cec623c5987336434ee74aa07636a74e8933390ff7da049d173509a5f4', 1, 4434, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4df01a516464d9b75b7dea29b83fed334b9f3cec', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user-query.php', 1, '76bef6f2c1b7c0ef4431e33385a547537b8216ee7cfcc35a03c109a47076f661', 'dc227dbdbf13a473ab16e2d1574a2257', 'dc227dbdbf13a473ab16e2d1574a2257', 1, 31298, 33188, 1, 1568735036, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4e04a10c1dabc25a11cbeeca7e87a16f29a18a8d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php', 3, 'a48dcd3cb4f84016ea6d00f1f2da536be9808f64ff19ccc4caa31aab11649ece', '48fe2f0540f9c2eab7a1f9b93e3beece', 'a48dcd3cb4f84016ea6d00f1f2da536be9808f64ff19ccc4caa31aab11649ece', 1, 9836, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4e061d06d4f78abff2ecad8fc589210ca662e95c', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-client.php', 1, 'f61a375d7f8919003e292d07fa270f17bf4c34e2c7276ce7e571547d1519eb5e', '51c4a34bce41cfb25dda8e75850e5951', '51c4a34bce41cfb25dda8e75850e5951', 1, 4643, 33188, 1, 1472249313, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4e1cf0f7202f9e4f1057ac51cb3dd55cfe169707', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/image.php', 2, '6fc531a1ce1bf9cb00bc3cd187fd8712a6b77e51a0724c3b2c999e339764a426', 'cf8dd94032f4373eaf77491b88f6b00f', '6fc531a1ce1bf9cb00bc3cd187fd8712a6b77e51a0724c3b2c999e339764a426', 1, 3858, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4e376e86a316c25d8c047d068886b6512095bd8c', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/support-footer.php', 2, 'bac0a8564dbdb4f28c56b53e98476dc6e8d68440adeac1da7110d72a6bc0df2f', '52bca409142f23459dc1c94f86a5d141', 'bac0a8564dbdb4f28c56b53e98476dc6e8d68440adeac1da7110d72a6bc0df2f', 1, 632, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4e574200b6e4ae88c6bb12a0fc80b74031f0e586', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/ObjectMeta.php', 2, 'ab00895fab0313009249797202593512977823f4d2845dce2ba828484bc540c1', 'e9e94e68573deff3d97a92648db8af96', 'ab00895fab0313009249797202593512977823f4d2845dce2ba828484bc540c1', 1, 1548, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4e672a798f4a4e5ee8d37495ddea94ff6ace8087', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/nothing.php', 2, 'a81aadf22914c8749dcb8b58473dc66ad8ffdf3c07512d6aa3e88dff589bf41e', '966e816013ddf203a59f5ea6c6bae409', 'a81aadf22914c8749dcb8b58473dc66ad8ffdf3c07512d6aa3e88dff589bf41e', 1, 228, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4e8f1320389792b0264935add2f845e99cc6977b', '/home/hkrhostingreview/public_html/wp-admin/includes/post.php', 1, 'cdc1f000c72ec673c96174cd2f752685a7e7e70df07b5e2a75e9548db9b09e77', '51ad4242196676a7fea1af433e2a53dd', '51ad4242196676a7fea1af433e2a53dd', 1, 74804, 33188, 1, 1568213576, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4ea86233ecd2bdbe78f88276b9fb274d4fb1bc68', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/sub-settings.php', 2, 'f98e9ab6f4fddd0e61fed224be350f76780eee97bd376877824c277fa5fec13e', '91f160f2a420a6d8d435aa38e444ecdb', 'f98e9ab6f4fddd0e61fed224be350f76780eee97bd376877824c277fa5fec13e', 1, 2102, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4ee81629957a4929739695a414fd0bd53b92bb84', '/home/hkrhostingreview/public_html/wp-admin/includes/meta-boxes.php', 1, 'c873caaaec8a2ffbf2b85546fe703d292fe37b50867ac262402a9e40ccb86062', '38011ecae4f68272e566df8f19913f2b', '38011ecae4f68272e566df8f19913f2b', 1, 62556, 33188, 1, 1567987677, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4eea1903918414f29814fd5458183dc0b6f60b67', '/home/hkrhostingreview/public_html/wp-includes/formatting.php', 1, 'b7f5122423ecd3b209afbeeae5cdfc6169e03fb46ce4dc3c93eccb296e4af63d', 'b955d1ce82423a5db3d8f87a8c1ea11e', 'b955d1ce82423a5db3d8f87a8c1ea11e', 1, 295657, 33188, 1, 1571690464, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4ef45b90db3893da344a7304830d4a05fde3d1a4', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-rss.php', 1, 'bc6e2f055860a609e59625816166c667536ae9dd0395b7bf9524cf132ab7a3fe', '43bdaeee1d0d4d4e32e04a00cb4ae125', '43bdaeee1d0d4d4e32e04a00cb4ae125', 1, 3866, 33188, 1, 1562651158, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f02136c8565331bbc7aa69aaf6668c2fb0f3424', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/module.php', 2, '327f659199037c0597097dd1d56b25b1dadf1dc82e61e08ada8b61bc26b7d4bc', '2b648130892015748bc412b7fdb10965', '327f659199037c0597097dd1d56b25b1dadf1dc82e61e08ada8b61bc26b7d4bc', 1, 8742, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f1f79119d59448ea1252da7be3af90a5249e7dd', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-terms-list-table.php', 1, '1418cca2601ecc8c4042a9317296ca8613bac2c2a1be6176ca2d4522fe4e6010', '9fb7a8631784376ec1badb8d379288fb', '9fb7a8631784376ec1badb8d379288fb', 1, 18679, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f28593240c3896ff2f3f5a615d2bb8065436d6e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_AddonChecker.php', 2, '9763f1714d74f518fc59f68e7cc14d1c3a5249e1733da5f3a4b9d2e5fda86e73', '1b1ae8e1193ce3545c40ec5b363f56e7', '9763f1714d74f518fc59f68e7cc14d1c3a5249e1733da5f3a4b9d2e5fda86e73', 1, 1587, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f294a84704527d082bdc528d95c7b096a58a2ea', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php', 2, '57ef20eb14e5ddaee2d4058faa8e96b5bd2c393ae7354dfff72257a8cb3a114b', 'd143fd87e6d5e4a16fdd896078d0db9d', '57ef20eb14e5ddaee2d4058faa8e96b5bd2c393ae7354dfff72257a8cb3a114b', 1, 3922, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f2ccf5ce07e68f09fffaceaa51225386a6b4ed4', '/home/hkrhostingreview/public_html/wp-includes/class-wp-embed.php', 1, 'a75616ad55422ef1b8303a4cf088af960668c3c42461f31f79a7ec80eccf9eaf', '06f95ede49047bdd84a1834973e50828', '06f95ede49047bdd84a1834973e50828', 1, 14746, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f44a3fb0bbd535dab5bcc0751912472d320c71e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/lib/notices/class-astra-notices.php', 3, 'f6cde6665647192980ef28fbdbebf03c4b2b23adb2d0e368ef47013e2003de2a', '135548cae0ad6e1e0cf3485416864b50', 'f6cde6665647192980ef28fbdbebf03c4b2b23adb2d0e368ef47013e2003de2a', 1, 10241, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f537c4d8a708ed7714783072b8dfc10edfb36fb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Pricing_Table.php', 2, '45d7a184831bcb16eb75c90bb784f0f05c3257245218793f7f6e5b56499623bb', '847b882c89b457d590e21534fa251cd8', '45d7a184831bcb16eb75c90bb784f0f05c3257245218793f7f6e5b56499623bb', 1, 1437, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f7d3240b33ffeeaf7ad3e9ab99bdd5b71221e8c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/X25519.php', 1, '2a0942f4f0453116035ed8c7a1f3e7da7324621d80d93c60eba30d187a0ea8de', '705afa98a3cb02c43a03218419d9bcd1', '705afa98a3cb02c43a03218419d9bcd1', 1, 9450, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f83a4eedd60e5063a50830005a2f6f5021232e4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-appearance.php', 2, '8e6539f2ef17f54cdc7a110a07f5d9078f3edd34d9f1dc5ecea7fc31495ad558', '8cb729677bbbf2ec37b47f47918ebae0', '8e6539f2ef17f54cdc7a110a07f5d9078f3edd34d9f1dc5ecea7fc31495ad558', 1, 2111, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f953fa88df832c553df634c595356f004f19d39', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, '2482e70fd87c7bd235a340d2df60d88e806eb936b639044eb8732f2ccb3718f2', 'ec56c52afbca46e8b0af9df13c8ea46c', 'ec56c52afbca46e8b0af9df13c8ea46c', 1, 100, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4f9d9ce7b723030ac1c7e21b1d279f34cc68467f', '/home/hkrhostingreview/public_html/wp-includes/class-wp-metadata-lazyloader.php', 1, '31d35303393ee971ad78be56f18bdd32692d8bfe88448d9cc1da1b2622c9a88a', '14213080478b7145a1364b130b1a1343', '14213080478b7145a1364b130b1a1343', 1, 5384, 33188, 1, 1522006529, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4fce2ee8d8a6c7f16199dfb24409fdac76eca67e', '/home/hkrhostingreview/public_html/wp-admin/link-parse-opml.php', 1, '1d3d1e2fe49beec0cf00162d9e299bb9655c7bc0221c9f0782ec0221eb905113', '814a8a1dbb098ee2b44683e01ae210f1', '814a8a1dbb098ee2b44683e01ae210f1', 1, 2604, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '4fd75e9bc3a50eccd3d1b27da891ffea3030cd05', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/PromotionManager.php', 2, 'ec9eb28a4dfe9aaad2d4593a869ede5c97e76315eda01a938069a0ba75558098', '943977300ab37b3426782a15a6ded47d', 'ec9eb28a4dfe9aaad2d4593a869ede5c97e76315eda01a938069a0ba75558098', 1, 5738, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '500abc44dffe3a88af19a164345141ba6cc8f656', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, '9c214cabc29e2eae51de9111f25cc12bef5cf92d2f07a32d263f6976cb07ebfc', '223c389f1da60bde032ef99fa14ba727', '223c389f1da60bde032ef99fa14ba727', 1, 1248, 33188, 1, 1532365345, '', ''),
(1627006215, 1, 0, 0, 1, 0, '500c54c436d410702862249d8489010a07720001', '/home/hkrhostingreview/public_html/wp-includes/pomo/streams.php', 1, '244e53a1eff637813ef9331260bacf7f7c0b5273e6786aa2898221f3c74a3c90', 'c04753edd285a63707f4417b9e912690', 'c04753edd285a63707f4417b9e912690', 1, 6605, 33188, 1, 1561968117, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5023794d591164f522e636f38ed363d2fdd0298a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/SettingsGroups.php', 2, 'b8b2f5bae6943d5e43b1d56a39c9e22790be0d87839ba48d020904ad0e41d466', '4010a6b5e84c1dc156d98fb5a9eac2b5', 'b8b2f5bae6943d5e43b1d56a39c9e22790be0d87839ba48d020904ad0e41d466', 1, 960, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '50cc75ca23650b4961228ea121da12eee7bfaa55', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/class-hfe-default-compat.php', 2, '9b29f6bff0453d179a76896bf8600c543a4395c10281199bd94f565775493ba8', '8aa06ddaffc3a2c9a835228a19ded643', '9b29f6bff0453d179a76896bf8600c543a4395c10281199bd94f565775493ba8', 1, 1880, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '50d054ab39e722488d0f6a877895974662f0f928', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/autoloader.php', 2, '046b8a308756eb5216d84b4a76d191ec9ee9cceb5510c871775b67d77a044ca3', '88725d6c42ecea610b9136452e192d2f', '046b8a308756eb5216d84b4a76d191ec9ee9cceb5510c871775b67d77a044ca3', 1, 9002, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '50ec638d32cf6abab6edb0bca0f7fe8f76ae4504', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/511.php', 1, '63d057555761322386c1efa86469983b50fc000599beb67dc9395c713f029e98', '03756e9a4e3c4b77f8d09bb9918fd140', '03756e9a4e3c4b77f8d09bb9918fd140', 1, 535, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, '50f54932745b7e0976a0c03c1b3d64290cdc2a36', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/beta-testers.php', 2, 'e1d75974c4b753dd7fb0b7fb49c8714e1fd369a6a8c606481641b6c5deadb02a', 'aacab8eb1842a5adbc9b2220a7c0f510', 'e1d75974c4b753dd7fb0b7fb49c8714e1fd369a6a8c606481641b6c5deadb02a', 1, 3059, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '51143798cd2ff0388f8d41c2882d22a188dc70a5', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 'b819fee7a0ce5d149c5394c4f309aa6b417d01c641deb572b672b2bf08ac0f60', '917ebf2d85c6b75fb464ce511904fb95', '917ebf2d85c6b75fb464ce511904fb95', 1, 10398, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '51309546daa806cdc58bb7b8f5e1cbe171411f97', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-message.php', 1, 'a580f2685665383a89bc63581d74293d1e68009b90e798248264ed825c98f32e', 'ff847c4c6e95a9147d44fbd7e8313497', 'ff847c4c6e95a9147d44fbd7e8313497', 1, 8071, 33188, 1, 1553792031, '', ''),
(1627006215, 1, 0, 0, 1, 0, '51376b5b06a048ec6144498507580563657dcd6c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php', 3, '7404dab2ebc594a2f481533fcfa52dfcc05457165b0d3cfea22ec1538cadbbfd', '0a0014db4f8780cc465b5ab955f1fe1e', '7404dab2ebc594a2f481533fcfa52dfcc05457165b0d3cfea22ec1538cadbbfd', 1, 4772, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '514984d8bb40ae52f0da02ebe8d1558a974aaecb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Migration.php', 2, 'd424334a05f2a04a75bb7c6f8bac4556ac497aa6a1140276a2ab4654f0319b0f', '8dbfad21e11acbb39d7788ee114222a5', 'd424334a05f2a04a75bb7c6f8bac4556ac497aa6a1140276a2ab4654f0319b0f', 1, 1561, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '514dfef6062b414e8565b1b48dc74a2d2db3143b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/hr.php', 2, '0013066853b81a3e69a9609e067155e580516fcfb1df37ad1a657bd4ab9d58cd', '0134a9ad3df221ee113eb165c5ba764d', '0013066853b81a3e69a9609e067155e580516fcfb1df37ad1a657bd4ab9d58cd', 1, 886, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5157fe84bd0bc4f94bdfc7d444d9456797f064c4', '/home/hkrhostingreview/public_html/wp-includes/pomo/plural-forms.php', 1, 'd5dc81ea5302c7d5529070ee1db0db0628fff2abaa1191b725e91bc5dbc46734', '6a9b165a54680d7519f758e7e7262c0f', '6a9b165a54680d7519f758e7e7262c0f', 1, 7102, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '519f50a0bd2e221789cb249eacc69c4b760ded62', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListState.php', 2, 'e54a87e2b466461f28b1a4293d11fe0fd6cc93b870ebf73911f0f3d78599f9f4', 'bbcd875590e54bd8d5a0a411248caafd', 'e54a87e2b466461f28b1a4293d11fe0fd6cc93b870ebf73911f0f3d78599f9f4', 1, 1408, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '51ef078af5d0f3f191a67d99f8dd731ef41da7d1', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/408.php', 1, '206c4957bb30863b13464dbf45ae2f3c322d84c2951b2b171308f61e1588fa5a', '403e3164844958c5144f98ecc8b77689', '403e3164844958c5144f98ecc8b77689', 1, 399, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '520ac257dbbdc54664d4d7479457120cfedc8b75', '/home/hkrhostingreview/public_html/wp-admin/network/menu.php', 1, '603689e532ab9786684192d7c6cc068641096a5ec3cd6d18fa8d73befa180ec7', '6991c325d77021cda49bd3befec88cdc', '6991c325d77021cda49bd3befec88cdc', 1, 4746, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '521e7906b9c0dee828347fafce241ac33bd3ee27', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/acceptance.php', 2, 'eb35e61abd205e353c6c6270ff7953114c98e680922cbdfefdf1308f4b3c974c', '738e98002831a06ac44a494938775f3f', 'eb35e61abd205e353c6c6270ff7953114c98e680922cbdfefdf1308f4b3c974c', 1, 7704, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '523906899ee105873f516999f02bab808276f89f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FieldTypeSections.php', 2, '0e5c70463612d16b6fe19d26439fec65d829fc3a2d450db4dcaaced489f14375', '263e8f28a610737787df28a5f0be9600', '0e5c70463612d16b6fe19d26439fec65d829fc3a2d450db4dcaaced489f14375', 1, 1979, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '527cdc43da48a4f57a6dc8c9ecfbcaeb3b8c5963', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php', 3, 'f7bd8581604b2b8a404093dcf6ae7eab186eae6f40d2e6ae6b66abe44de51584', '1dbaeb76361eee995cb9759dbc24334d', 'f7bd8581604b2b8a404093dcf6ae7eab186eae6f40d2e6ae6b66abe44de51584', 1, 2114, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5293360b3c5b0acc5f905b5c917468c22d342732', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/MySQL.php', 1, '3c5e413bd5348d3a895b682eb0d05ea98b0626fc2a4ea45bd9eca1b6fe8444cc', 'e8911ece15df42ca43991a48d5785687', 'e8911ece15df42ca43991a48d5785687', 1, 12280, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '52c7366a8f52675f9e5e93578cc04e3cfc72ff5b', '/home/hkrhostingreview/public_html/wp-admin/network/site-themes.php', 1, '09e89d97bd5b1642d2dc999422a9ac5626bb15fc90c2e5d4720f1287774320bf', '70afbd72d9f88b39b917bbbfb3a328ae', '70afbd72d9f88b39b917bbbfb3a328ae', 1, 6728, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '52c7662142237d51d01e5bee784258bd70fd7b3a', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/header.php', 2, '7fc67a493f33671a7d668da1a1f4cc05355601fa60c241fa29ba82f9287fc437', 'd52a8bb8d11d89cbe1585ab087a2013d', '7fc67a493f33671a7d668da1a1f4cc05355601fa60c241fa29ba82f9287fc437', 1, 3426, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '52cf65192f0f9cb50ac3100d9adcf4362277f602', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/module.php', 2, '640e41e2f4bf2649651f18dfa7819c5d5c8789277f2cf5616343de07da830101', '87d8bcb2c85a7edb9895d03e67ca8682', '640e41e2f4bf2649651f18dfa7819c5d5c8789277f2cf5616343de07da830101', 1, 1093, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '52f6484faccb9d4c140b934f21cb843766084ffb', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php', 2, '53e29bc16acfec5ade2b80f317f06af41c43718b92811146a7a25784387790bb', '918dd9624425e9743943b140f3a84cab', '53e29bc16acfec5ade2b80f317f06af41c43718b92811146a7a25784387790bb', 1, 3785, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '52faddf3c9aa1dd7d5bba3a44651bb7732aad1fa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php', 2, '1bd8cfe14fbd3f40e0c7e27f5c865c77d4ac24b958ca1b5d0748c19683515eac', '6c8fa918f3541e97e6c86a24fe160c6d', '1bd8cfe14fbd3f40e0c7e27f5c865c77d4ac24b958ca1b5d0748c19683515eac', 1, 1519, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '531008306b5ff65eecfdec48fec384b9ae7d9dcd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/checkbox.php', 2, 'eb219193b8c275fa6f0c666ca5704c1a79d3da06126aaa87200c810ac0b0c351', '99cf82f6bc6bfc4503d91abcaf8432f1', 'eb219193b8c275fa6f0c666ca5704c1a79d3da06126aaa87200c810ac0b0c351', 1, 4288, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5311989a664b72ceee5132dd820038aac65c1f43', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-field.php', 2, '884e46250a1f5f292c801bca951dd38e2e7d8c835f6af04ca73e23307ff1d2ae', '7bb05821a2c0e0267de1e0a6855dab3b', '884e46250a1f5f292c801bca951dd38e2e7d8c835f6af04ca73e23307ff1d2ae', 1, 2669, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 13, 18, 0, '53266328fb35d7f39ab1953da16e7ee6fb83cefa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/weforms/json.gateway.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627006215, 1, 0, 0, 1, 0, '536806cce9500571665d0927de566803ba4294db', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-requests-table.php', 1, '63a342acc293430fa2ab1f597f15b42de5ad413affd2f7e653ccde24b1a35abb', '4627f19994f3312aeecfd0d9558d7d23', '4627f19994f3312aeecfd0d9558d7d23', 1, 11287, 33188, 1, 1570058578, '', ''),
(1627006215, 1, 0, 0, 1, 0, '539c3ba48da582ad77874b4e2576dcf046bac799', '/home/hkrhostingreview/public_html/wp-admin/network/settings.php', 1, '266c834d67e4e370e0cdadb5be3d079f896c73b5f652a27e8411765d84cd180a', '3f5be8961b15430bbd9fa92e8cad1662', '3f5be8961b15430bbd9fa92e8cad1662', 1, 20694, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '53b2fb0dd16ac5f15cfe2179153fe46037b4203b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/list.php', 2, '89c5449882296829b9158de4dff36d8eb0a6515c63de63e32066948c3bc7e324', '82448b89aaefd0e2296ef7cc0f709af5', '89c5449882296829b9158de4dff36d8eb0a6515c63de63e32066948c3bc7e324', 1, 31398, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '53fd8c153fcb6509776645a7fc61286ef99c1f30', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_ExceptionHandlerJS.php', 2, '401d6c97639f6b89dde7dc05a0065e3b4668ff234b30f9dc800cf910df0908dd', '64e8b87eadfb141532f907fb75aa22a9', '401d6c97639f6b89dde7dc05a0065e3b4668ff234b30f9dc800cf910df0908dd', 1, 1264, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '540481f6db672485da4508d6a7274028abe1e054', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/page.php', 2, '3ff4b8b4ff036344353fead9cb460aa5b0f850d6d0b31d794836ff14d62e5318', 'ff51f4e1b306a5d5db5499e5b2c5d354', '3ff4b8b4ff036344353fead9cb460aa5b0f850d6d0b31d794836ff14d62e5318', 1, 1762, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5440b2b3692dabc59d3583550b9f7f310551d1d7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/elements/section.php', 2, '87d54b5a72bd3b6f28594cc7c4839e58dc9813dc43652398313400276ae04199', '15915b39263cc37700be2df49eedaace', '87d54b5a72bd3b6f28594cc7c4839e58dc9813dc43652398313400276ae04199', 1, 36565, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5457d096db0b7658edc9e45f86613110d52bbf70', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/hr.php', 2, 'ffa55fe15eb1d343af2a178e311205899cacc35aa53a4761c82070e757d07f02', '30c9f31e8c1b2880e3ed57532a5e3fe1', 'ffa55fe15eb1d343af2a178e311205899cacc35aa53a4761c82070e757d07f02', 1, 1097, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '548ddd53a0521bc9d85980ed956242d2a311415e', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, '5cec611bb0b3e9e1099b12fd3354fe8d5d95eddfa412678c4e5d5517c2549553', '87b088fb5e989ae1d3bec47ae1f68ca5', '87b088fb5e989ae1d3bec47ae1f68ca5', 1, 21094, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, '54ab875d71454fffe1c5c921d29c08462ee630b0', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-upgrader-skins.php', 1, '23bc58067b6e0ff1c6557ef1fd52618d4619593713bc0213a0388ece9d21b02a', '5122fa8390bc8dc8d29115e12dd18915', '5122fa8390bc8dc8d29115e12dd18915', 1, 1477, 33188, 1, 1570555144, '', ''),
(1627006215, 1, 0, 0, 1, 0, '54e66a1ce3e06e02de130faa69ece523bb4a403a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php', 2, '13933dbcfc000a31a44a1ff633fa7badf8f18af4e7dc28a5f3d1437c36b55bea', 'b17b61169e70958c29bd874b4b756e49', '13933dbcfc000a31a44a1ff633fa7badf8f18af4e7dc28a5f3d1437c36b55bea', 1, 3793, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5528aac135f9a6d6172bb8d793c0d492ba283226', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php', 2, 'a479f956dad83f7b5bc3341c7d374f5491470ac84ee9b0c8be125075b1daf3ef', 'c5808957d7cb3f048a916aab4e9cfbc1', 'a479f956dad83f7b5bc3341c7d374f5491470ac84ee9b0c8be125075b1daf3ef', 1, 1156, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '559085e5459022e3a0826742340fe08f88b955fb', '/home/hkrhostingreview/public_html/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, '23356b03a7f86c0c426454a05b260554a02259e242420e7d03b0c6353127af4f', '42a6a52fd1121ea0276a9f9ee34048e8', '42a6a52fd1121ea0276a9f9ee34048e8', 1, 5626, 33188, 1, 1557846007, '', ''),
(1627006215, 1, 0, 0, 1, 0, '55a12d12f6876f857140e37b8d6b5897276807d0', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/compatibility/class-hfe-wpml-compatibility.php', 2, '4c128d33726fd67f8e5c3453f493bc1ff9ed415d91500441beedf8db821dcd92', '20ff4f5a5456240e03ed6763ba89b831', '4c128d33726fd67f8e5c3453f493bc1ff9ed415d91500441beedf8db821dcd92', 1, 1638, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '55c1e0511adb4ee4f40a11f5e8b80d67a30853b1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Product.php', 2, '1bbdf20c35cc0be9e16e75c0238518ed006903f4704ee57b628d4cf983255f02', 'b5144feb0b70164abf17489cd9df9fa7', '1bbdf20c35cc0be9e16e75c0238518ed006903f4704ee57b628d4cf983255f02', 1, 8074, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '55d26b57b121ede24e3b7d5ff1b739d2d366e29e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', 2, '2045b2a10725e7c90d8e1306e13935dc0310ab0d5f777aa77be5ed579f2717ff', '4c0731f782a8dcd4eb87438272893543', '2045b2a10725e7c90d8e1306e13935dc0310ab0d5f777aa77be5ed579f2717ff', 1, 782, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '55d632e036b4577f71ae1d1b369e5d06f4dc9a47', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-form-settings.php', 2, '74135df5de273166ab78345ee5dde5d50c6bde69fddba981cf60450b93284b4f', '122068ca9605c3f64fdb809189ac1b8d', '74135df5de273166ab78345ee5dde5d50c6bde69fddba981cf60450b93284b4f', 1, 284, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '55e1980a4982424024b29ce47d3959e3f0e43b77', '/home/hkrhostingreview/public_html/wp-admin/includes/theme-install.php', 1, '2b5d6a6e1abc844d11433f5a50bfdaa362d1d0facc99576724d84181316f220d', '345feff5b187d508b2619f802608ffd4', '345feff5b187d508b2619f802608ffd4', 1, 6568, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '55f6ce7d2fd91891f6aad0e3e88d25778f642eaf', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '55fe6d6f2f818c986b3d10d1e54d96d184ffd4af', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, '61609cbbd05134d59342ff9ae3e77cf627be9dac73bde356f36ec1059afb4d3a', 'c2cb53470b05b0cecbba939346bf84c3', 'c2cb53470b05b0cecbba939346bf84c3', 1, 108, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5630abd4d7231238bee04ce5550eddb5f6700873', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-error.php', 1, '0f7091d217124ee407e0f5c14f5e9a6bb96dc4962041dd8bb68d519e4ab0acaf', '673622ac95ed755c2733bcb2ad9c628a', '673622ac95ed755c2733bcb2ad9c628a', 1, 854, 33188, 1, 1472249313, '', ''),
(1627006215, 1, 0, 0, 1, 0, '564ae1eac835032937a3c51f3302a7d04be112ae', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/uninstall.php', 2, '21723035635cb85afa722446bff7b7728502038e6f4a23b33a4caee555a0c3b8', '0e9e7831e66dc44e28ebf8407edfa2f9', '21723035635cb85afa722446bff7b7728502038e6f4a23b33a4caee555a0c3b8', 1, 354, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '565b7654e25acdbfe9e576611265c98a568ac305', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/i18n/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '565df32deea9e571675e797c9f352f9a029f365a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess', 2, '1930b6b761ddc919ac95dcd07f764a782cf267511965a35fbf74f69e218dcc56', '6db92698a20183040d73de5503b787fc', '1930b6b761ddc919ac95dcd07f764a782cf267511965a35fbf74f69e218dcc56', 1, 142, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5667ba4c9a5916d9895f71308f711f1ff2999297', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-cookie.php', 1, '530d4e9fdaa4746593f82e0d0a8fe2dcb81ed8e91a217eb27f1a0282cfcc2bdc', '31c29fafebcfb4d5428a1e809203c5c6', '31c29fafebcfb4d5428a1e809203c5c6', 1, 7146, 33188, 1, 1564991816, '', ''),
(1627006215, 1, 0, 0, 1, 0, '567db228235a203b8bb6daaab016432e57e329bd', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, 'ff0f44d534ca1a085ca503a5bc02f0fd5c8cce9ad0cdbd5ab69530497fc92f1d', 'ac071d8268e10c111efcfd50abd4ec14', 'ac071d8268e10c111efcfd50abd4ec14', 1, 102, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '568bbad591edece0fe21f3c8c3ee1b2aa05c2d3b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/MockData.php', 2, '5afde6dd6e028204887263998a4186a611fcdeaa32b5f1005b7d1d617421f470', 'f04048f8e6c2935edfc9d9976d5ec7f2', '5afde6dd6e028204887263998a4186a611fcdeaa32b5f1005b7d1d617421f470', 1, 1728, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '56be0ac89ebb07bdcbafbc2c67b33fc10ce7eb04', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php', 2, '8a74bd360c2c23f1e38da3a47f4bad1eaadc95d570a70b64eb727a2ff31c3304', '0983993efcb7c65be649e17261d9a63d', '8a74bd360c2c23f1e38da3a47f4bad1eaadc95d570a70b64eb727a2ff31c3304', 1, 3719, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '56d3f7c7ed1b429f685337a5ec5ca9d97a065abb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-plugin.php', 2, '9df44c9ec5e7852f96cd6567f81ee3656a5939ca532d66f84140a2464b4f7aa6', '95640b94e49386d02c7ec56845269565', '9df44c9ec5e7852f96cd6567f81ee3656a5939ca532d66f84140a2464b4f7aa6', 1, 1266, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '56dfd9c31d10653079bc9bbfd3a0726d52c04cf1', '/home/hkrhostingreview/public_html/wp-admin/network/users.php', 1, '01495122215e198efec2bef2216db1afc5531113804e814b18a223c55f1d3ae5', '9296f64e89fc523c721f8afc232624b9', '9296f64e89fc523c721f8afc232624b9', 1, 9407, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5709b8f9ca0fffa07893bd89f1a23d4dc347dc38', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-archives.php', 1, '73e0693480759363f7fc5dc4a391b826d19b2eb6716db97a7ca853f27df44900', '0d76d60ec8b2033d0f2070a589f1b427', '0d76d60ec8b2033d0f2070a589f1b427', 1, 6017, 33188, 1, 1568818256, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5719de1b04120d85aaa02da88ab8a3102ece3567', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Action.php', 2, '157f72c8583dd757133694c19120f2006a3cd2be82331a528f8cc8e4fa75aad6', 'cd6144335348865288fd2e6beed21a41', '157f72c8583dd757133694c19120f2006a3cd2be82331a528f8cc8e4fa75aad6', 1, 1322, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '574eb453d74a42178c8edaf6b3195f042f617ef5', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-update-optin.php', 2, 'ab3964b7e9359bb752eae15e0fb8536112bc6f5ea386e1195e743b741fe07d58', '4e59265cafdbaacc9890d29ee909c149', 'ab3964b7e9359bb752eae15e0fb8536112bc6f5ea386e1195e743b741fe07d58', 1, 3769, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5767f9170b2912def1ac93c926ec5ed4db8bc565', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/409.php', 1, 'a9ce20b386bb732cacfbb924c8bf9bcb63cdee9b34b2fa2814072a089168e261', '995a1dc469e67e2a3d0b8f9bebfea9b6', '995a1dc469e67e2a3d0b8f9bebfea9b6', 1, 378, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '57b26479fc71ce65e7594d2140c356550605588b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php', 2, 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 'c8b909e2a65a5ecec42bc17d69f47f98', 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 1, 6245, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5817166b94439375972d74b4005d00ab2abc6cae', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3-client.php', 2, 'b925c4bc863f4403dda3debc521362f8e20dde897b56522f88d29d58c90541b1', '3798275a06cd02f367dcea8b5552c83e', 'b925c4bc863f4403dda3debc521362f8e20dde897b56522f88d29d58c90541b1', 1, 5722, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '58220fef68a11f87a15bb8351e183f7122477a85', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-field.php', 2, 'ff0e84f9df7b5bac2f2fa1fda795a412a5d8516bf462316fc8c1267a8e5efc8e', '4f6f0c35f7b3978afb1a410bf29f2ffd', 'ff0e84f9df7b5bac2f2fa1fda795a412a5d8516bf462316fc8c1267a8e5efc8e', 1, 4900, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5858cdbfcec90287f5abb3afaca571aa7d884cd7', '/home/hkrhostingreview/public_html/wp-includes/capabilities.php', 1, 'ccfda3f1882879350d723807bba1fc08dde5f7d3ff694dc9695fb0f3d7e6c82b', '5a6eff36def7a7ca6fc3ee62ff8ff982', '5a6eff36def7a7ca6fc3ee62ff8ff982', 1, 34089, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '589c24f77b0f16d042f15765575172692e7a8bc2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Accordion.php', 2, '8db148c5b80284ac4221f162e6b505ea3b2f0e3cff0fb2ee6e61e532ed151a85', '877b32e67ccc618f6d67c0119cf2cb2f', '8db148c5b80284ac4221f162e6b505ea3b2f0e3cff0fb2ee6e61e532ed151a85', 1, 1437, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '58ac1ecf3ed87c54f810e3a6ef08647301c91ee1', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '58afdc7dff54508f970d80da2337865628ad0e43', '/home/hkrhostingreview/public_html/wp-includes/class-wp-admin-bar.php', 1, '9156d79cb7f4ce25a9b6d17fa33a84c8d8c9951462c062eaa97c35f645ec2106', '02ca0706f3f991e13bb0353648b3db23', '02ca0706f3f991e13bb0353648b3db23', 1, 16951, 33188, 1, 1568548014, '', ''),
(1627006215, 1, 0, 0, 1, 0, '58da9f08c7a3bd3041e385411a2b7b0ab4719e2c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader52.php', 2, 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 'c8b909e2a65a5ecec42bc17d69f47f98', 'c3ebbae193d160ebf791b991b3c849828b475849fea4b807640ca03ce9c0a20e', 1, 6245, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '58e1737482747a7a499a2eccb726eeb1d7c3a09b', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/jetflow.php', 2, '1c22f50856ca1966b5df04b70fea296dceb560ce213084b6b426a01e6e44bc74', 'ee55d21e918b35a794f8aec820879067', '1c22f50856ca1966b5df04b70fea296dceb560ce213084b6b426a01e6e44bc74', 1, 5570, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '58f53fec89ea16b7ad7c30d47da9069dc8e4120e', '/home/hkrhostingreview/public_html/wp-admin/includes/deprecated.php', 1, '58097a1c8982d938b7dc8d8cea2ef0f10afef5f69d83705b248ab6a0dfab8b27', '51903c8b667709b3c5d917a77f5781b2', '51903c8b667709b3c5d917a77f5781b2', 1, 40595, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '590fd6bcc878087776f6c31577cda8fb8bf707c4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, '5007c97b99fc80e34575e3922d4b18c62fc49d6a167abc27a5be4eebad2df1fe', '279955e5b783fcd6207144de46eecf48', '279955e5b783fcd6207144de46eecf48', 1, 3830, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 13, 18, 0, '591e9cc9676d47bc45574c71370e6b17efb23cb5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/tooltipster/exception.exceptions.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438565, '', ''),
(1627006215, 1, 0, 0, 1, 0, '592c271411005a4187c44fe9ab0fcfc3d5f79e47', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/display-form.php', 2, 'c32d62dc638891f0a37ebdc0e7da6795b05ee6daf8be3be9dec31f1d248dd21d', '5a3a91251c342f6ae225b45f4b7ff516', 'c32d62dc638891f0a37ebdc0e7da6795b05ee6daf8be3be9dec31f1d248dd21d', 1, 6886, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5934a58cf4945ab25ec17a54e3bec8de86857431', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/custom-filter.php', 2, '51a0447361b43200858a9a306510e075d9e8cc83b897397c782d490646d06643', '8534c3567a1066f79c1e682d38ee36be', '51a0447361b43200858a9a306510e075d9e8cc83b897397c782d490646d06643', 1, 931, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '595d62c7c1f403474c7609a2abd7f27e0a7d8f17', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/req.php', 2, 'bf28d5dc943634dfccde0e88ba2dbf16111711a1ad98ed72c484375d24d38146', '581f981ebb93dafe22b659395a1428a7', 'bf28d5dc943634dfccde0e88ba2dbf16111711a1ad98ed72c484375d24d38146', 1, 1180, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 18, 0, '59642f527dc4200c9962baec4bc6133158b6a458', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/storage.code.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438448, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5968f64f3ddc9d937b8e476efb83714b482efeb9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Library.php', 2, '5168330f1385c246458d4be2166ce0f75d3b2a016e17c772f86dbd7a3fa37a46', '81e8034f05d869143bfdefb95f4d006b', '5168330f1385c246458d4be2166ce0f75d3b2a016e17c772f86dbd7a3fa37a46', 1, 3413, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '596dfbb66fd6194bf1e0e0cb96348ae3bc68bc88', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php', 2, '3ae3decb5e764d63faa1f990209181b81ff4b3a547de8639e7349d8d348c2b32', '975ecb3334c78dfd275dfa5dda3c213b', '3ae3decb5e764d63faa1f990209181b81ff4b3a547de8639e7349d8d348c2b32', 1, 2083, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '598fea77d54247657a7a573475da5fcb7a8bef2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '59a0bf2b16c038d1857c678b9a726d2967e0c680', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-append-a-form.html.php', 2, '1a4ff7d37a18391c4f4f92bd08dca65f5378c6bf63b9ad675b326b8e134cf07f', 'a0f99badeef01dc3bc3f76c3ed99d53c', '1a4ff7d37a18391c4f4f92bd08dca65f5378c6bf63b9ad675b326b8e134cf07f', 1, 383, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '59a0d90228152628d73d15aa411cb5cfae5f8fd9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '59ce8dba7688fa7b98738383b392f0f6f88c99f3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/form-preview.php', 2, '86f1658b4bfa4c1f256f6121bb30b940287bdbb45150969867c6d242879a91bf', 'bfe1849662603c1f48d776f98bd35ef2', '86f1658b4bfa4c1f256f6121bb30b940287bdbb45150969867c6d242879a91bf', 1, 1318, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '59eb2c9cec78970007e1a733f25aae05dbfd823a', '/home/hkrhostingreview/public_html/wp-includes/ms-blogs.php', 1, '25a33e2bff3f21cb8e43cc0927bf037396c6b35ba1e8624a788361592e313478', '97e4d27342096442d3c89e91c8c3db9d', '97e4d27342096442d3c89e91c8c3db9d', 1, 24413, 33188, 1, 1569260159, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5a050650747e45bd934b3471ab3688523fa2dab0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/base/widget-base.php', 2, 'e37397926a036ef986fcb6eba65445620734fc6c602037735eefd30260f1325b', '924ebb2d1b4f045c2420eaa39442819c', 'e37397926a036ef986fcb6eba65445620734fc6c602037735eefd30260f1325b', 1, 23084, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '5a0a08ba37670465f5d58506130b9e7a8239e94d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Creative_Button.php', 2, 'f9072146a9ee7c004d916034a6b092cd5693e6466dd720f9fc1303a037a67af0', '03115937eb9a567c9344c82f6d3cf2c5', 'f9072146a9ee7c004d916034a6b092cd5693e6466dd720f9fc1303a037a67af0', 1, 21400, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5a0e49778ffb04eae8f8b468f9f7c5507489ff82', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-texts.php', 2, '178516e1d4702d2736bc158e36bd0993c4dbf5b2fb078d373fd59e5ab8497013', '99b0084d5fc7465cba9ac13612f02da8', '178516e1d4702d2736bc158e36bd0993c4dbf5b2fb078d373fd59e5ab8497013', 1, 2528, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5a2c5a61a38c5dc72997a2a655062d9c451d7317', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Email.php', 2, '4c2b0791bd279e68dc338f58f02222a32f7f1e5697243d98392a26f1a4da610b', 'ac4d4e7a1fe4d1c196f9715843c4caf5', '4c2b0791bd279e68dc338f58f02222a32f7f1e5697243d98392a26f1a4da610b', 1, 1249, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5a5158112b7d9034c6486b2f50f4faab4e2621d3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/admin.php', 2, '45bf198d03c620f213315eeb6276c2792163f25d36cf8eb867e7fc44ec8916c0', 'bd00c8b055e57bdea3c0e3dd45f48484', '45bf198d03c620f213315eeb6276c2792163f25d36cf8eb867e7fc44ec8916c0', 1, 11805, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5a590d63ebc4fec361f4b116180047faf91eefdc', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', 2, '9e6d92986e98280fb858aae20f090bcf4f4a03b6ac87507a38c87141c124d326', 'dfb104eb9ab5f963134bbc83a9e18bf2', '9e6d92986e98280fb858aae20f090bcf4f4a03b6ac87507a38c87141c124d326', 1, 1296, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5a89900a6edb833aff36f26d710d8c99ceb41386', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-categories.php', 1, '0bf727decbb6c9562ede9de65432148bb3f9ee887a589bf4f5cbe0f15a85c402', '3364325240e6fc807da5b78e21a73150', '3364325240e6fc807da5b78e21a73150', 1, 6169, 33188, 1, 1568818256, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5ab378ed08d6a42e1e74f4a5e727317afde16752', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/multisite-cron.php', 2, 'c75e3fd1176bd538a8a558b5f38d6c8cbaabcededc514d53ab29ca5c40411489', '30337da17fef30a25329610d07e73c37', 'c75e3fd1176bd538a8a558b5f38d6c8cbaabcededc514d53ab29ca5c40411489', 1, 1299, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5add464d6e20f6f5bfb9425db3cc980696e34834', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-type.php', 1, '337fb59d03a9998d6a0e91af48a8410be1c8ab8417903be47472780516b3502b', '99a654085db59c78efffaf91f9131d01', '99a654085db59c78efffaf91f9131d01', 1, 4815, 33188, 1, 1545069652, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5b108b8ee5510fbac42c0fa37280213689ae2bd8', '/home/hkrhostingreview/public_html/wp-admin/network/user-new.php', 1, 'a70314766a6f0f3e522555e8cb520db44178c1aea44915db53d73bb17dd51b2b', '608d0fa59383eae1d4c7be59ccfb6993', '608d0fa59383eae1d4c7be59ccfb6993', 1, 4883, 33188, 1, 1567358039, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5b4b3a763c373093ed7d6d2196ed18decfb3deec', '/home/hkrhostingreview/public_html/wp-admin/load-scripts.php', 1, '346ec6a7e0d96035b2d74a3b70ed361a2c2c77fad80a74aa2848be4549b75757', '3730858979e46b8f2bc5ebb5d941eaf2', '3730858979e46b8f2bc5ebb5d941eaf2', 1, 1709, 33188, 1, 1564870677, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5b92b148a84e6f0a1e4eb7e231d449a03fb48363', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php', 3, '4bfb6d2dbc705e690bfd2e6541daf40a7e8e56238ea05073d33f56cdbe78bec1', '03cf47769e28a61687754b500f57404f', '4bfb6d2dbc705e690bfd2e6541daf40a7e8e56238ea05073d33f56cdbe78bec1', 1, 27508, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5bc43a1230b509679d76d0dde1c01d98cb94c851', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, '645f40cd76a9e39d9baa209314f15d9c05828b5c6170450c3e568a811f68c73d', '0d56de4e85636b30e37d2f10f5d583e5', '0d56de4e85636b30e37d2f10f5d583e5', 1, 98, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5be7b27b10b2c6f0567b448903d519f326544cdc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsReCaptcha.php', 2, '0c75abe6388524d60e09b9f969e2bd55a6f88f649aeab3d02ca265ef52568c6b', '85f55f70ff7f4806f5261528b8751ddb', '0c75abe6388524d60e09b9f969e2bd55a6f88f649aeab3d02ca265ef52568c6b', 1, 2318, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5c073725607286a08f87daaf3f17b07b1ff78893', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/formatting.php', 2, '38bcbe647f3d6f83a1166d02f35801e45a3d2f1489fbe5f922db708e5e2c9025', '55d0f065edd7f6b4e63a27f6c359ac52', '38bcbe647f3d6f83a1166d02f35801e45a3d2f1489fbe5f922db708e5e2c9025', 1, 10484, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5c13fc18a0da55986f1fa32f4931569e47270f8b', '/home/hkrhostingreview/public_html/wp-content/index.php', 1, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', '67442c5615eba73d105c0715c6620850', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5c19803c8dfcfb9be4162f8e008f447225cabf9a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP.php', 1, 'b342b99793734aab23f5c0b08a38835c75c5523aa90440f7dabec79da612cf29', 'e8d5fc68b3c6fa15e4526c161172dae5', 'e8d5fc68b3c6fa15e4526c161172dae5', 1, 1419, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5c22d9cfc2628b15d5db3ee220f239ba9279df13', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php', 3, '2010dddb08d6b360e1c2f6c395fe051b15459be6ad6d91fd705ad4377ceaa779', '48816a0c536479995a9101725349c5f3', '2010dddb08d6b360e1c2f6c395fe051b15459be6ad6d91fd705ad4377ceaa779', 1, 1509, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5c2595e0221b0f172102d4e0c2bb7aaf40404b09', '/home/hkrhostingreview/public_html/wp-admin/user/admin.php', 1, 'bfd2698dd558fb6f60a16681ea639741e91544283575fa8deb59de91ed498ef9', '978c72880bc9dce93e59d1c851f96467', '978c72880bc9dce93e59d1c851f96467', 1, 849, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5c40dc52471e35f461ca2cf591174d9123e5e6b0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/Page.php', 2, 'c45ff56dc39802fc9f202054e1c3c684ee185b14ff5bbc1242c4ea8276b72185', '2bcc1f1cdd1160125193703481e1d957', 'c45ff56dc39802fc9f202054e1c3c684ee185b14ff5bbc1242c4ea8276b72185', 1, 3344, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5cac2b25a43fd40a94a2450ee2cde17f592112d6', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 'ba8fa912e91c7711a57db07f6ede7fa8a3599b4bf52e9c72d16b5e511820e777', 'f30b40567b05522338ba376ef36e0a9a', 'f30b40567b05522338ba376ef36e0a9a', 1, 2068, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5cbed21dc6e97b858c30d84a26a80490da26e985', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php', 3, '7ecf5e2d814a061f58a9316edb30951b4cdba361516b0891e499c66a6a9a0fc4', '441534e0f0714c3c5b4041cd2971f27c', '7ecf5e2d814a061f58a9316edb30951b4cdba361516b0891e499c66a6a9a0fc4', 1, 1262, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5cda248fab1494159b418f268be49ecd74c56bb9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-none.php', 3, '365cc0d424e2900fbb0f3a73a87fde260f7bc0241067c46d4550da652c1b770b', '710ac442f8231182ac95665d9c6f7e91', '365cc0d424e2900fbb0f3a73a87fde260f7bc0241067c46d4550da652c1b770b', 1, 1121, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5ceaff08ebe429d77b1c9fdb773d467e63ada1e4', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/login.php', 2, '7d0d8b3080616057e101c62ccdd5a2c707c9999026e8bc845b73328f77f5e0d0', '53a9a250c88f0c9a18fc15c17ed5fef9', '7d0d8b3080616057e101c62ccdd5a2c707c9999026e8bc845b73328f77f5e0d0', 1, 1397, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5d0fe32027b2da3a58bd82c1c7f452797946950b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php', 3, '21787abd4aa62876baf3991db59ff251aec00264ccc8011a40cf9977b564b756', '4e1d03545cfbe82b85945d5daa683fee', '21787abd4aa62876baf3991db59ff251aec00264ccc8011a40cf9977b564b756', 1, 9403, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5d10a5a1b2b1f96e712d12320f87cacd4e078ef6', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/306.php', 1, '0cd6b8fd0ad64f482ebaab22f62698788870d93d9f4178a11b05ee1011b8a18c', '57737a071fa1754e50db6adcc9f25875', '57737a071fa1754e50db6adcc9f25875', 1, 391, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5d48a4fe19c9e88af60d58bb451987db46fead84', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/user.php', 2, '4d670cb52d36b23ad7664b24bdc7a2f20bcfab1567281260ab7c816628d58831', 'eca8f0de39eba0ffdf6ebf712c9b5340', '4d670cb52d36b23ad7664b24bdc7a2f20bcfab1567281260ab7c816628d58831', 1, 6673, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5d722fe31f4c7e4387361a4822655c5aa9f550a0', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-color-control.php', 1, 'e387d9923ccf02d6c0826c8286e4a1076eafb7fe55f7231005c237a196b2d329', '47e1df0250276e893bca671c74539b2b', '47e1df0250276e893bca671c74539b2b', 1, 2881, 33188, 1, 1523632220, '', ''),
(1627006215, 1, 0, 13, 18, 0, '5d7a6c2e0cc39e87e96e124d8360d7eaab9c0671', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/library.accepted.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438448, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5d922b546e09bbc418071f67791bf30a8c6f0859', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php', 3, '3b63e689412917cca8fd451e60e9bfbd47be091379482730babc584bddcfc65a', '53b76e14bab8a714b36fed27405ef398', '3b63e689412917cca8fd451e60e9bfbd47be091379482730babc584bddcfc65a', 1, 2709, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5d9aeb64b796b16a251ba71ff3794a63d13093a8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/FieldMeta.php', 2, '19f1b920890df3eceef1b8878549855aae2fa4ecd04e698b90c1887697221bc1', '65f5b67b376ac230fc912272891a3a5c', '19f1b920890df3eceef1b8878549855aae2fa4ecd04e698b90c1887697221bc1', 1, 1557, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5dc31dd3d91f165b9472d2736fa8aa3f1a6c5fee', '/home/hkrhostingreview/public_html/wp-includes/Requests/Transport/cURL.php', 1, 'ca5fa8e6629351446f5040fabcbb76400291e377d083d5324ad68c58dd9e3c54', '0ee4801d08da383712136160435ae0d1', '0ee4801d08da383712136160435ae0d1', 1, 15325, 33188, 1, 1475637877, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5dcfce4ce61f38799aafd2fd6b403aee152b0e97', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php', 2, '6f09a03f56497ffe1f2d3d2a287d5de94385730de30a35055ab383396675fdc8', '36f0a14381165a2b2f1e87e7fe2cbe9b', '6f09a03f56497ffe1f2d3d2a287d5de94385730de30a35055ab383396675fdc8', 1, 1321, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5e41264c2067051d52f6c0520fa9bd9b4384b859', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/credit-card.php', 2, 'deb0116d4e7e1c1123c7b50cc3021e38f9857ef786165fe5066294dabad32cfa', '15f0249d9dbbec529cec16e2e12a3525', 'deb0116d4e7e1c1123c7b50cc3021e38f9857ef786165fe5066294dabad32cfa', 1, 15490, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5e85557ba41c7e6c8c3abb33e4be5173218f7040', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/textarea.php', 2, '96701f9ff0e185e4396932ed0977836f55b8adc074451f3a70040a794ba511bf', '1548ab7ab342b77e9715ae00d62584d3', '96701f9ff0e185e4396932ed0977836f55b8adc074451f3a70040a794ba511bf', 1, 2000, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5e8b4550788bafb358836aa494897f4d39090ddc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-sub-fields.html.php', 2, '4a8c3933211aee226267fe731f83c9022ead62f05faf956f61ab8cc32b2de00e', 'a96a62e125d82fbaa8d5aa243e83558c', '4a8c3933211aee226267fe731f83c9022ead62f05faf956f61ab8cc32b2de00e', 1, 1701, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5e908361d9c305f404978cf2c56278e4c996a24f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/evalmath.class.php', 2, '2dcf6aede6d8c03c8b97bec8975a42bd4f0751276cc3dd42450da1eea079bfa1', 'c342086acf12742d7fa7a146d862079c', '2dcf6aede6d8c03c8b97bec8975a42bd4f0751276cc3dd42450da1eea079bfa1', 1, 34460, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5ea5415bf692626a3cd89b961e2152093ded34a0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-404.php', 3, '7d1c94f6e86e7360d25944f5b5abdc6b1dc272dc9fa8d0ed1c90071afa888020', 'b015c3a2c7c3f770e2afe60fcbf9b91a', '7d1c94f6e86e7360d25944f5b5abdc6b1dc272dc9fa8d0ed1c90071afa888020', 1, 422, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5eb7ff556ee05608a880c576dfa79972d8a2498f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsWP.php', 2, 'e542ed91990df83c0dd0495c403e48fe2079711ce56ef5c1f53420d5e8d1bb6f', 'c5716c1b25beb20b30eecc774304afca', 'e542ed91990df83c0dd0495c403e48fe2079711ce56ef5c1f53420d5e8d1bb6f', 1, 6769, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5ec3d01b80ea67c85e08f82a748d0076968ff578', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Team_Member.php', 2, '4fb9817293b9bdd57d1afb9803ad637cf5a61944ce758e3746133537b733fa52', 'e0142a3dfb020c65f847f1e809865ca2', '4fb9817293b9bdd57d1afb9803ad637cf5a61944ce758e3746133537b733fa52', 1, 1209, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5ee98d30dfb05c691b2fb132b888e56fe517ca33', '/home/hkrhostingreview/public_html/wp-admin/upgrade-functions.php', 1, '5dbfab415b8129e45d0a8111ed7f6b06ba7198676380f0363eeccba485a7ce9d', '2ce9edafd62960bf82b855da79f562d1', '2ce9edafd62960bf82b855da79f562d1', 1, 344, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5eef33fa615fc76676bfd76ca3235eb67e9b96b8', '/home/hkrhostingreview/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php', 1, '89075aebf3473445674075b7981bff93d02e0adbe068a147d44f83c8294a91af', '6b991aa70873f6fc59da9e8cf6678490', '6b991aa70873f6fc59da9e8cf6678490', 1, 1775, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5f020122d4479148433712a0569bb3f5a350a051', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/quiz.php', 2, '9a0a57951bf4d520019dc0445a6bd9728e35639c11d55b50af25b7011ea0a617', '12c89bca2829374638723f575ab37594', '9a0a57951bf4d520019dc0445a6bd9728e35639c11d55b50af25b7011ea0a617', 1, 6687, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5f020d9a98cb471e51cec0f3af3351020d4a97ba', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Enclosure.php', 1, 'b838ecfdc96737445b30773f0215a3da32432aa945c4a29a37a88c96fa570bd2', '122e861f42eb6e01ce8d4b0f11fb735d', '122e861f42eb6e01ce8d4b0f11fb735d', 1, 27487, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5f52fa0c9a50b6225c53785b8cfb01c84672240e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/action.php', 2, '3bd24ff612726ab593a7b17f5b22b9a0bf2150a2d2862d5e9193c46723182430', '02166c7807f432ec211d6451a571e1c3', '3bd24ff612726ab593a7b17f5b22b9a0bf2150a2d2862d5e9193c46723182430', 1, 1247, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5f5d6482d5872e2edf676a45f849bd72f9025b4b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Notices.php', 2, '1989b17ffb001f796b708316842f937998b00163cfccc6419689b53136b08125', '7f674ee1afa0d80bcd09e04aeb8f6206', '1989b17ffb001f796b708316842f937998b00163cfccc6419689b53136b08125', 1, 12268, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5fa33b5471c16fc4edb4a713843c86461428ad33', '/home/hkrhostingreview/public_html/wp-admin/site-health-info.php', 1, '76047522f72979abd111bc4d855445dd0cfe8ef7dcbc6d3892cf2a541d96c362', '623327d37a9ea47a9b8901b717946e69', '623327d37a9ea47a9b8901b717946e69', 1, 5788, 33188, 1, 1568471396, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5fcef7de283d641d3324e61415419c84131b2d1e', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-parser.php', 1, '7d5247637a4e13f2d549d6482106623c8fe379c5d78cb41d29b1872149b064fc', '054c1d78d3e704158ed348fa2cf3d2f7', '054c1d78d3e704158ed348fa2cf3d2f7', 1, 15215, 33188, 1, 1549530169, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5fd5e43adb81264c345c7ee066f63a8f06a95398', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin.php', 2, '9d362ccceb0e40af47fa5bd74dc993c14a8cdcd5baeb4aaff1aff99755dcf38e', '5006c2548c53a1d0fc2580907428b825', '9d362ccceb0e40af47fa5bd74dc993c14a8cdcd5baeb4aaff1aff99755dcf38e', 1, 15391, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '5fe46fd76f444a506d8d63a3ac2035304da86cfe', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 'ea0d044a7e61085b0078cb9852e4487e5c9a91733ac298ef023a5a27dddcef29', '799d65ff26b9e5d75251d4754bb5cdd0', '799d65ff26b9e5d75251d4754bb5cdd0', 1, 31517, 33188, 1, 1570934521, '', ''),
(1627006215, 1, 0, 0, 1, 0, '602fe79079c9aab869a8ff9bc3974411a4747d14', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/i18nBuilder.php', 2, '410ab3b22a4ab2559a18ad95e2fd95eedd276542e43d9eb740adaa2feb638208', 'bd804c5902640fa84281dfbe4e7241a5', '410ab3b22a4ab2559a18ad95e2fd95eedd276542e43d9eb740adaa2feb638208', 1, 6470, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '60514135b4e61cce8f34945f9d03a00a7807eec4', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/405.php', 1, '7341625cfc94409259c97a5d2072ac18d7d26f8cdd0eebd1cf1417d99319ea23', 'dd38d182de6d21b2d2ac18b381adf97f', 'dd38d182de6d21b2d2ac18b381adf97f', 1, 408, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6053214449479b5834ee92f6d43db50c3dc6eb7e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php', 3, '0b8011cedc6d44d218a165e30047ab87983ad7aa8570953486820347bc7e3f86', 'e2565b7bf45897ea7f4e256ebcfc7ad0', '0b8011cedc6d44d218a165e30047ab87983ad7aa8570953486820347bc7e3f86', 1, 15190, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '605380bd4dca60c418aac3f6a4d7d3fa50c7b02b', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Credit.php', 1, '52af8f184936f560787da56696e3d838d18dde3e327e4f7594ec173286b324e3', '0385e4a14de78c8b2a167f3e0aea197c', '0385e4a14de78c8b2a167f3e0aea197c', 1, 3721, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '608935055383b8ff6baeabb809442dae85b816e8', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-widget.php', 2, '862e4f52f644841d94ab3b4909f8481dd1d2f2178d9623adf0f2c047651bf0e5', 'daf95bad3eee8a46ac49630925a1fe16', '862e4f52f644841d94ab3b4909f8481dd1d2f2178d9623adf0f2c047651bf0e5', 1, 3404, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '60b344a260280f30830d1b6ba27e7cffbacb2618', '/home/hkrhostingreview/public_html/wp-includes/class-wp-oembed.php', 1, 'efc72ca99843ec35a8495e018704a30af7d21e3d59a1b41bbb80a5ed9272917e', 'c24bb49666b03dd40bc462bdf982bad8', 'c24bb49666b03dd40bc462bdf982bad8', 1, 30299, 33188, 1, 1568548436, '', ''),
(1627006215, 1, 0, 0, 1, 0, '60c033098ae984d9279701baafea56935a8c896f', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-controller.php', 2, 'b0fafb55a83a42080048b7d70e06a3ab25a58194c2e5f33b998b6e61be7dd41f', '7365d5364f55b3168f28e511080a4b70', 'b0fafb55a83a42080048b7d70e06a3ab25a58194c2e5f33b998b6e61be7dd41f', 1, 6321, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '60ccfd8967e4b3218444590dc3738b3d16aba759', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/tmpl-notice.html.php', 2, '263a3150104ed01bd9a234862960313663a4f1978095d230de40fd2dd82f3691', 'b4e1be902cc39c11d087084959632c47', '263a3150104ed01bd9a234862960313663a4f1978095d230de40fd2dd82f3691', 1, 509, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '60f8df284fc4e58728585764c6c453295478a671', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/css/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '611414408c989c1d0d70ce3bb97bb33203a8e613', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/icons.php', 2, '44899b5b5aa03ffdb98b69ff79cc3ebf8854cb880c9678703be46f4c7b5f4d9f', '5a815bf135d4afa207ebdb8b3e0e2ff4', '44899b5b5aa03ffdb98b69ff79cc3ebf8854cb880c9678703be46f4c7b5f4d9f', 1, 14170, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6135c9be641b874c4a67a5f912e6bc780b393f9a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/407.php', 1, 'dea9561974cd6845f65c49a85f68360ed3376ad50dfa3d59a6afdba8e56d1785', 'c2c817e9f5d8768bbde4d66a26e6c6b5', 'c2c817e9f5d8768bbde4d66a26e6c6b5', 1, 441, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '614324d36dd25b12248af497606723068589d4b0', '/home/hkrhostingreview/public_html/wp-includes/nav-menu.php', 1, '8aa7054c2e04f526fc6c90f28adbd52a6ad3db22b7369c73d10ca6bae1a525ab', 'e6882d1899c29fbf6d9aa864b0ab545d', 'e6882d1899c29fbf6d9aa864b0ab545d', 1, 41302, 33188, 1, 1568400956, '', ''),
(1627006215, 1, 0, 0, 1, 0, '614bed8640a36202fd0eb8fa2907cefa88a1bc6c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/document-types/page.php', 2, '7838ffae147408c111fa9d3bb6b47d6c8ce5a343cde61994bf4bc1a8d5810130', '4c65d18c961ec5a28beddb820e2a708f', '7838ffae147408c111fa9d3bb6b47d6c8ce5a343cde61994bf4bc1a8d5810130', 1, 536, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6150206a896aef4bd3aae800c80eb7bdf81dc432', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php', 2, '71d507bf2b8c1ee82d31788a6890dc8fa192b2b03fdf7e8dc201a22e0732c2ec', '7e8d661e07646455ab1ef1f8ab7d451d', '71d507bf2b8c1ee82d31788a6890dc8fa192b2b03fdf7e8dc201a22e0732c2ec', 1, 2079, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '615b1ff758434b1e885214b7bac93d516c983d91', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '616b2e8e542843c4648046a8bbb5f99c24228d9e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionCustomSettings.php', 2, '0ea88f10162568f4797b5d77bfdd492cd83a95c1205817a981dbe786a8b2dc4a', '04392b7792a01deb4d39066fb18ae974', '0ea88f10162568f4797b5d77bfdd492cd83a95c1205817a981dbe786a8b2dc4a', 1, 460, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '616f6872a6eaf97242fd099ad447aafc8204d129', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/index.php', 2, 'c658af48830be13104fad45b6a86d3919db9d3e8e9eb510a3cc668015db314f6', 'f3dffc7e9324a98b8a42b89d9a2b66ba', 'c658af48830be13104fad45b6a86d3919db9d3e8e9eb510a3cc668015db314f6', 1, 126, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '617f65c737943789cae5eb70ab1ca8b130a75335', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/divider/class-astra-control-divider.php', 3, 'fd7459093cfe6ae38ec974af3ec252944c0d6a9e38cd6584f59798b0079631d7', '3d0096017a0277681d843b3252d3032c', 'fd7459093cfe6ae38ec974af3ec252944c0d6a9e38cd6584f59798b0079631d7', 1, 2001, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6186650094b78491c4c0bd78f8852863d75c389d', '/home/hkrhostingreview/public_html/wp-includes/class-simplepie.php', 1, '35b7113814ba6c116b00d067b5525dc8f4b5134405d95cc3cdf167e56cabde14', '0dbef394a91127f068ac8fdd587d4895', '0dbef394a91127f068ac8fdd587d4895', 1, 89264, 33188, 1, 1465183469, '', ''),
(1627006215, 1, 0, 0, 1, 0, '61896a3c077de2e88faabe27f6bc03f3ec7ec3dc', '/home/hkrhostingreview/public_html/wp-admin/includes/class-plugin-installer-skin.php', 1, 'cbbc6a936e0dccd4838118cfd7eba3be6b98a7561603d27ccfe1f24545f27b34', 'e22a9678999690677b931fec942d6f72', 'e22a9678999690677b931fec942d6f72', 1, 4620, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '61a98a52724baf5f76731e238b6dbfa5c18bf478', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/403.php', 1, '7cedc897cb313446434ea6dbff3cc757382aa6d63c0aaf2004ffb6d09c095d37', 'bcd160e8f70dc76ffbbf6b33b7fe31df', 'bcd160e8f70dc76ffbbf6b33b7fe31df', 1, 381, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '61cca43b07b9cec02dee55df17eba191433361ad', '/home/hkrhostingreview/public_html/wp-admin/includes/update.php', 1, 'ad037dd23248983cccf2056826480092b4b368f1fef6023091991490f04c2a10', '144fe9e4255da5db578b5f79f80c9b65', '144fe9e4255da5db578b5f79f80c9b65', 1, 28560, 33188, 1, 1568903456, '', ''),
(1627006215, 1, 0, 0, 1, 0, '622b8d0b9ea3347b88cf075dfb79b889dfa92a4f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-custom-image-header.php', 1, '598fc4673ac11d6d27f075dc4d0b0f6fe950946dbaeb79904bdcc6dfad6828a8', 'b7cab1f90e8e49428b30b2fcc2e43a95', 'b7cab1f90e8e49428b30b2fcc2e43a95', 1, 47878, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62521b355ce71382f9dbe4fbfe84a1d994ddedc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/NewFormTemplates.php', 2, '584a04e56b40ee52bc73cbef27fb7aa1838688b4c0a0983adbfd2ccaea4273a6', '609451d0becb9715f4ad7d5d454a973f', '584a04e56b40ee52bc73cbef27fb7aa1838688b4c0a0983adbfd2ccaea4273a6', 1, 14812, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '625f604b41074fec5bb410afa431bb38eaf6828b', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php', 1, '549f10c7e269ea5919a0ca6389b273e6b09fabff2ccb2bbe106eabd3ba6ae0f4', '907bc5442a403613e1877bcf847da6e7', '907bc5442a403613e1877bcf847da6e7', 1, 2646, 33188, 1, 1555130812, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62605cc0bd3baee8b8b4dad99a43da23fc6ef052', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/http-header.php', 2, 'cc6c369cef6305f0fa93df25a89aa646ceb482dc3bf2077cca14cd246633c036', 'f9221f83e7752fd1da7eae70e58d8974', 'cc6c369cef6305f0fa93df25a89aa646ceb482dc3bf2077cca14cd246633c036', 1, 1658, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6268fc74533a9b487ce1bbef2a675b2ae18e13e9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Data_Table.php', 2, 'fb1fee7c1b47b415bfd4e326f8417bb69686608a106a6f57f0ab180d0ee98ebb', '7a629e1462296b36ccb352d12ed3f38e', 'fb1fee7c1b47b415bfd4e326f8417bb69686608a106a6f57f0ab180d0ee98ebb', 1, 41700, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '626e00a2cdaeb4e58f6c7067e5d646832e789579', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-widget.php', 2, 'a683fae3e908f9772a230b21f7059951632f266c2acbeb4d53b8cd9c6765d656', '31164f8db33265318eaefba6724ae06a', 'a683fae3e908f9772a230b21f7059951632f266c2acbeb4d53b8cd9c6765d656', 1, 2856, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62779d1ab60fc836fefbdd726ca9a80e65ae1562', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php', 3, '88c70173c040319a8ec8b3743f252f8e192ed65fcaf6ebc24b1f9a0bc6b369c5', 'f6f6c97f6cae1668fb292ec23775c385', '88c70173c040319a8ec8b3743f252f8e192ed65fcaf6ebc24b1f9a0bc6b369c5', 1, 8376, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '629340ee6d5e2fd8a902b08affa72c5ab4b4d03b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateObjects.php', 2, '7e1115a540c53972fbde70ccbc137ce3a1e1b07e4119b55220e38895c186e92d', '046439772b40bc116cc3d112235fc954', '7e1115a540c53972fbde70ccbc137ce3a1e1b07e4119b55220e38895c186e92d', 1, 11629, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62aea02cbb411aa6523078e29ce8d22421a4c54b', '/home/hkrhostingreview/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 'eeae71a2a93c62f2aa5a8e4767dc83c6c20d36f3f26adbd10c9b94d27569aea6', 'ca9fae48a78a4cd9cbbb29def07106c9', 'ca9fae48a78a4cd9cbbb29def07106c9', 1, 2107, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62b802563438717450bae58bcd047570b3e109a5', '/home/hkrhostingreview/public_html/wp-includes/compat.php', 1, '69b82715b119a3c10433177d12512847e504fddecda4d1a610e8a963459616b1', '29ac40417862fc86608ae85f9434de32', '29ac40417862fc86608ae85f9434de32', 1, 11757, 33188, 1, 1569010618, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62b81b413057d5da1dbde6b0e91434de5b10f6cf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/description/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62bbdf1133b5e9279db5eaec5f3cd7ccd2b2bba5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php', 2, 'c79cf29a631a198b422fa8327eae5e206d812c227296b8c3929fa7ab4f5e5c9a', '2998683a62f6ca2d987159d6ae5befd3', 'c79cf29a631a198b422fa8327eae5e206d812c227296b8c3929fa7ab4f5e5c9a', 1, 10778, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62d4909012473f7c4c3f1216d4562df2d8864837', '/home/hkrhostingreview/public_html/wp-includes/post-template.php', 1, 'ba79f8be0138b25aee9a2b777dd21a48350b916651e8209a9be22807a2b3370f', '0222c97537f0e0e9d5e8fa0bdb193a15', '0222c97537f0e0e9d5e8fa0bdb193a15', 1, 62796, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62d6f30f7e8d5fa9d1e8f4786f5e4d4f33a66b2e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php', 3, 'de6b81b0a3f27621ad1d96128f035465e62e5e92b2ef9a49a8740c782e48e784', '5edc6752576cd1df2ab5303345ba2ab2', 'de6b81b0a3f27621ad1d96128f035465e62e5e92b2ef9a49a8740c782e48e784', 1, 1608, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62de1e31f985c6135d10f96b64146ac28cb37a12', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/nginx.php', 2, '2703f6eed6981b87f59d90c929024f23dc3839ce530802456a5f233c361b38dc', 'fed885de22fba0f3c33eb13feca6ed7d', '2703f6eed6981b87f59d90c929024f23dc3839ce530802456a5f233c361b38dc', 1, 3630, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62ea3e0241a3bbfb35fbd845bed75c1553161ea3', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Item.php', 1, '337d33a7e0d8a55de3d8d45881ceed4ed3535a85347a2f76656853bea6d25120', '104510e221fa08437aec008e633cdca7', '104510e221fa08437aec008e633cdca7', 1, 98299, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '62f9d61531259ad1488bffd5ac5e1c7f8aceb460', '/home/hkrhostingreview/public_html/wp-includes/class-wp-tax-query.php', 1, '4c1bbef9925c0d4f52605a926e8a6c726f5215e2adb9b3c5c7c4a8dd2dcbf9c4', 'ff751b539d694e26315a9792dd682375', 'ff751b539d694e26315a9792dd682375', 1, 19269, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6307912f78e2267beab23cd1ff202e4ebb6ec33e', '/home/hkrhostingreview/public_html/wp-admin/moderation.php', 1, '33080f7ef51c44594ed83f89fea2bf748232fecd5056288935831f1ebc0dfd7f', 'ce723e7202220ea8f6dda16c2793e6c3', 'ce723e7202220ea8f6dda16c2793e6c3', 1, 322, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '631ecd79ced2f61229e3db70fedb9eedffde9538', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 'ee0884706a0b59fd1e346420b734c40f7f528e24cfd1c45dc491b1f64ab07582', 'b4d12f447a7814feb6c782c90ee2adfc', 'b4d12f447a7814feb6c782c90ee2adfc', 1, 6941, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '634e6c78d1185478358ca18558f77436eccf68c9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPDeveloper_Notice.php', 2, 'c895f307408d2d8462dc6d9d1ce03aab8d16b959877ba14246567922fc648cec', 'd6df83f1d3c0c09c0ec7001a6dca0dcf', 'c895f307408d2d8462dc6d9d1ce03aab8d16b959877ba14246567922fc648cec', 1, 37110, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '63975d20233447ae96df527a24537563939812ab', '/home/hkrhostingreview/public_html/wp-admin/includes/ms-deprecated.php', 1, '63e1c5313966c1d4af4c8ad71e8e3542f4903bd7692de999c82e560b90d1f2f6', '959e111c6c8ebf747b306f1be3afde96', '959e111c6c8ebf747b306f1be3afde96', 1, 3031, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '63a210459ba0b820b714e96c4e0527e5403d8629', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-fields/impexp-fields.php', 2, '3a5f53790c7db777a685b11892628d7ce7f56961a91802c9ea1773869b3972ff', '9fa43896682d242eab5db104064c8066', '3a5f53790c7db777a685b11892628d7ce7f56961a91802c9ea1773869b3972ff', 1, 4247, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '63b722d89e422ce87f7279215b1a1249d7b27074', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/includes/modules-manager.php', 2, 'b9f7a3aab3dfca4e5a2900075df104a4423f21c592d93587e59f2ed4f14f091f', '3fec287ab039d2220617e2b0fa630f46', 'b9f7a3aab3dfca4e5a2900075df104a4423f21c592d93587e59f2ed4f14f091f', 1, 1029, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '63bc99e7ec96188a93846771911dae998f3c8e13', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/start.php', 2, 'bebf2d2ca859795b285f1871bd5030e939097b8b1daac969b759901188e13302', '51b07acc2227b500c00059375e6b546a', 'bebf2d2ca859795b285f1871bd5030e939097b8b1daac969b759901188e13302', 1, 984, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '63e4b0bc5093a549206b5071a348cfbe329fe973', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/controller-admin_ajax.php', 2, 'b9456674839a713b0cdf07a269aba188330bf509614e2d82d79d829763c52b95', 'e3b5923bda078a46cac89b013be3ca47', 'b9456674839a713b0cdf07a269aba188330bf509614e2d82d79d829763c52b95', 1, 12589, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '63f36e2a2144c8ca5d1694c7ab3a23d6ef27df0d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/not-logged-in.php', 2, '190bd655eedea2a2ad742bc497c9254c559b1730bf915cfd0d620d43cf000c67', '488baacf31d3e211c6be07e88a8eec3e', '190bd655eedea2a2ad742bc497c9254c559b1730bf915cfd0d620d43cf000c67', 1, 593, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6420323e7f4d8f8d476d86038b02c835b00c38d6', '/home/hkrhostingreview/public_html/wp-includes/random_compat/byte_safe_strings.php', 1, '0ffd4d2e5d82ecbacb77bc63f1714df249a2eba276ce129687e6929488b73c9f', 'c45b101242d2a3c84adad48801c21b3b', 'c45b101242d2a3c84adad48801c21b3b', 1, 5973, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, '642a523723d899199e5e83679715a283f681aaf3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/NewFormTemplates.html.php', 2, 'f4eda2ba8a14b1a26f596ac0f85a95e24678194379e7a2478463d1c27ffc9e0f', '8902a922336b323beb18f3f7b2f080e2', 'f4eda2ba8a14b1a26f596ac0f85a95e24678194379e7a2478463d1c27ffc9e0f', 1, 514, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '647f76c7b4b8b6d429c567d4b66e5a3059a1c9e6', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/grid-container.php', 2, '9e06021fdc67e961c452563e8877a897cd6b8be340041cb23323526e5bf4eeab', '883bff79a79ee1e04fe5bd5defed5baf', '9e06021fdc67e961c452563e8877a897cd6b8be340041cb23323526e5bf4eeab', 1, 39, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6494f774cf214d0fea81a2a15bb9d376b8b9f320', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/AllFormsTable.php', 2, '319f6a3c944716c840a0b2adcd8f6ac11ff568a58b5dc4444be9551b9ff52ce8', '620f284d197d6c3abe5e6aa55461c344', '319f6a3c944716c840a0b2adcd8f6ac11ff568a58b5dc4444be9551b9ff52ce8', 1, 8962, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '64b328e83ab526bd7061b6c043a0e7f234b9420e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-filesystem.php', 3, 'f7f3675dbac8bb3ba0559a5bdfaaecf08a44dba7e8aac05af3fa4f6b0908d578', '540d1fd420a6d2bd34128bf628775170', 'f7f3675dbac8bb3ba0559a5bdfaaecf08a44dba7e8aac05af3fa4f6b0908d578', 1, 5465, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '64c77ed26802cdaa2a2bd2047fe85e1fc28b983b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-header.html.php', 2, '127de6aa4cc01cd3731dc42f61accb24e22d9d1fdfb97cc239c73fb874d7d9d1', '62af2bb111333cfa3b4b2d9b17c17854', '127de6aa4cc01cd3731dc42f61accb24e22d9d1fdfb97cc239c73fb874d7d9d1', 1, 1136, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '64cdfc097bcdc63f932be3023c736c1e894909c6', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, '3d9cc2c6e0af0415b5d19c825eb7d62caa1299ee31ab68715982976b53c9d853', '8d10a9897cae57779a623e45cff2794a', '8d10a9897cae57779a623e45cff2794a', 1, 1503, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '64daa4b54bfdd44fc1ac4ba9275cf50176dbdbe6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/validations.php', 2, 'd3119ae6d2b89390e551a872c5c32a01d1a3636b1c22d13444c91d96581050d9', '23d55b9df48dca0d71fb5aaf02ec2b98', 'd3119ae6d2b89390e551a872c5c32a01d1a3636b1c22d13444c91d96581050d9', 1, 1663, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '650ee4bf20a7e66b83de6595577c78c0ad3b9643', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php', 2, '8c31603a9c5bc8014853951464c522d201ba633a77da62407848dc192b64e225', '0c38ec0a999374aba49611c1798f626d', '8c31603a9c5bc8014853951464c522d201ba633a77da62407848dc192b64e225', 1, 2537, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '654a0b730f3de28e897bc714315106d5810867e1', '/home/hkrhostingreview/public_html/wp-admin/link-manager.php', 1, 'ed125df0793f947334418cced9d6969dd9b0e9872960562e1b752c930836d976', 'ebc436aba166ed11cead793b9ccbb0ed', 'ebc436aba166ed11cead793b9ccbb0ed', 1, 4191, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '654da95da342e8ab50322b95de0e0bbacde3fbd1', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-site-title.php', 2, 'bb7fde34d0c0d8b5cf47df9a8a9d595ddd63cd5054e996561bbe63e6bc9ff59e', '25a516c9e853244ecfe280f9cfef155a', 'bb7fde34d0c0d8b5cf47df9a8a9d595ddd63cd5054e996561bbe63e6bc9ff59e', 1, 12898, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '655daf1c6ea3aa85d7a23802499837f572d6859b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/classes/wp-background-process.php', 2, '87e2ea7a2f60730916a12b8617a5e43eef600829b3da99392cb027ee8d6e5574', 'f9dd20d3de603285957f54f0b397a70b', '87e2ea7a2f60730916a12b8617a5e43eef600829b3da99392cb027ee8d6e5574', 1, 10845, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '656224f9c49ec22145672eafe4c44cf14b634042', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/hidden/class-astra-control-hidden.php', 3, 'cd80a941b67c6a7da48e00a9b0c81a1a0011421c476d064e3cf2e26025365c2c', 'fcddcb6929fa53e6ef422d404bdafe22', 'cd80a941b67c6a7da48e00a9b0c81a1a0011421c476d064e3cf2e26025365c2c', 1, 1729, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '656f8f4d9a91aafd9c9269bc73610a9b56c7372d', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/our-plugins-header.php', 2, '76f5e59fe35971a041fa8a344b8d5aebd2787bc6d3b4b42544cd083b5b563903', '120312ce65f4b57ba1dcce991aebecd7', '76f5e59fe35971a041fa8a344b8d5aebd2787bc6d3b4b42544cd083b5b563903', 1, 215, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '65ac26cddf6ebf8e5483f12f5b78814a655a0233', '/home/hkrhostingreview/public_html/wp-includes/feed-rdf.php', 1, 'ae23f110cfde0c8a4a0f922be404b8e494928ddc235befbe598e390a848b2a3e', 'cc4bfdc0333a815cfeb48bbbbeffac3b', 'cc4bfdc0333a815cfeb48bbbbeffac3b', 1, 2660, 33188, 1, 1555607332, '', ''),
(1627006215, 1, 0, 0, 1, 0, '65bb3e42b65533c4a116a3ae3a98ba9f5a3813d5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrade-functions.php', 2, '465fbc8dbbc47933c8543b910e2f0e08deafd230b1864940fd6f8915f0ce57e0', '5e9b042f78e70ff2377ecfe98164d67b', '465fbc8dbbc47933c8543b910e2f0e08deafd230b1864940fd6f8915f0ce57e0', 1, 17460, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '65e79027e6147788238619ac7ac648e58c7dfb68', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php', 3, 'b0337e683122774223845b855755878912e39301b798be663fa26b4a7c4d0b5f', 'b16e71a894aad5127fad22b8f8ef8b4a', 'b0337e683122774223845b855755878912e39301b798be663fa26b4a7c4d0b5f', 1, 9604, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '661a80a16c9d04750244c7e91543eaf196baa40b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '66392be99e8ba39de7811bf350023527f61ce885', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php', 3, '5f11a2f32daf33fdfe6ed29da578a818df058b899045d1d4a9d424ccf125069a', 'f6535c588fb52b4e026e713a23aacb3a', '5f11a2f32daf33fdfe6ed29da578a818df058b899045d1d4a9d424ccf125069a', 1, 5865, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '664ba03ff0fb2a5bcc9364bcf1ee12769ceae492', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/list-terms.php', 2, '91792e2e017c9ee85fe23640ad7f6eb39a51240d0f8c8d3dfaf0a80c32dd43d0', 'e5db1263f07ad77d3e6914d900770dc2', '91792e2e017c9ee85fe23640ad7f6eb39a51240d0f8c8d3dfaf0a80c32dd43d0', 1, 2750, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '664d781b7ffa7be4f2ca186c1a581d1a826da94b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '668302c686e7572f6823514e3436e30e53260edd', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/functions.php', 2, '200a92e22d4b3a58192bfc17e00df47a291cfb6da9f288312a97725a48358a94', '2fa83708acb8cfe92b1dbd4174db7a7a', '200a92e22d4b3a58192bfc17e00df47a291cfb6da9f288312a97725a48358a94', 1, 2571, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '669441360a0d26e3a221db48af452bf4e2e1f254', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-flags.php', 2, '20436eb90d8f7af03f1a27f4cba64767fb2b8f448efadd0c3a6047eaaa7309bc', '33a105168855f699886ee78df823307c', '20436eb90d8f7af03f1a27f4cba64767fb2b8f448efadd0c3a6047eaaa7309bc', 1, 3472, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '669ec777a14563ebde3e164f0b791b31114257df', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/field-type.php', 2, 'bd1389ee3fe158ad53b119ab5ba236a9f52d0122482591625c39b3bebb099e16', '1f1c07864744a1f23830018af92aa1e0', 'bd1389ee3fe158ad53b119ab5ba236a9f52d0122482591625c39b3bebb099e16', 1, 1225, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '66a70d4344a84aded032166ad7d3c2713528b5dd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListCheckbox.php', 2, '55ee453050c5c0e74ae95bf81b89d4bf4e5712ff2d28c852149c777902e4fa4c', '7294a5880c85e9248d12107d13ab67de', '55ee453050c5c0e74ae95bf81b89d4bf4e5712ff2d28c852149c777902e4fa4c', 1, 2140, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '66d5b09d64f77fea77db518ff34b41ba2b45e3a3', '/home/hkrhostingreview/public_html/wp-includes/class-walker-nav-menu.php', 1, '03be0132fd487725281c617cf203632f8dfdb459fe8b7a585ff1cf3e34bbd2ec', 'c72c71326f2aa5bd8d74b2aef19a6032', 'c72c71326f2aa5bd8d74b2aef19a6032', 1, 8669, 33188, 1, 1570374363, '', ''),
(1627006215, 1, 0, 0, 1, 0, '66dbab430b23da1751d7300a5f05f3f4d7d93425', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/model-post.php', 2, '24ace49745c3bb37932fc9a13cc7e675d24244a90055c80ca02a424834b51935', '146baa12d62b56b7120a66a44a66af5f', '24ace49745c3bb37932fc9a13cc7e675d24244a90055c80ca02a424834b51935', 1, 11813, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '66f641237caf99c3cf30e02a0b1b68f1362f59bd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/CountryList.php', 2, 'b5b2132ed011857d0af21849d21793bea4b72629e1d8fc3fa0bc921461bd3d2b', '2cc19af2a17fb6853d6ba16aa9b444e1', 'b5b2132ed011857d0af21849d21793bea4b72629e1d8fc3fa0bc921461bd3d2b', 1, 13697, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6709f261df024dfc43d57d2f32e74d3a6a2c9618', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/view-general.php', 3, 'c32c3312e06704142e0c4240523ce49d9a4b3f7061ee855b8c25fd2e7b644ba6', '807e804f5851f227589f0e96c7d6a81b', 'c32c3312e06704142e0c4240523ce49d9a4b3f7061ee855b8c25fd2e7b644ba6', 1, 1190, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '670d6ede33b75b6f6df47f960863b507cfde8eb0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', 2, '611baf4dea75b3dae229456d78a5c61727f8338682a07eb717d71d7eb54e7dfd', 'd39534d4a8e2e27c3016c18a1be8f2d6', '611baf4dea75b3dae229456d78a5c61727f8338682a07eb717d71d7eb54e7dfd', 1, 24026, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '67305894f88408c170fde151b7e43f3efcddd9d5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Email.php', 2, 'ac509969c1c1277b14c783d9e15c76ade7c2d4a31e87a0b55f2b460d5a08f8b0', 'de333fa3046eb5b04d230ccf6b5f2b32', 'ac509969c1c1277b14c783d9e15c76ade7c2d4a31e87a0b55f2b460d5a08f8b0', 1, 14587, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6771e43ea953b6b3fa877cd7d350b025e6c0544c', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php', 2, 'f229798fe649ba1c9d5fd859ff571f28cb56e50c51bbc36810b3074c98cea81d', '4f4b4f735a85f28869492de7b9423d4f', 'f229798fe649ba1c9d5fd859ff571f28cb56e50c51bbc36810b3074c98cea81d', 1, 2118, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '677712dd653d2549fd82b603f1a808301abb8439', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-visibility.php', 2, 'f8838a39e4f420d006ee800313111694fbf81a3b8ecf15a600ad4f8334acf3cd', '02bb650daaf9ada89eda080ce8660487', 'f8838a39e4f420d006ee800313111694fbf81a3b8ecf15a600ad4f8334acf3cd', 1, 943, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6784f3882fb6d4a4e3ae3121c870b7349e3b8357', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/autoload.php', 1, '80cf4e976ef123985e30e2015eb4b888594cb17b625477f851bee9b559cdf2a9', '26eef3aeb4909e2e7354a1e41b8e7588', '26eef3aeb4909e2e7354a1e41b8e7588', 1, 1647, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '67874b7d50d8fc5c710a2ffb5f156b88b641d9bd', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-retina.php', 2, '788e5a690dbbdb7823e321888c8db4652c44b32f7928e889ccd3b4dce8989e81', 'c5150a580f8ebb89581c523af7661b5e', '788e5a690dbbdb7823e321888c8db4652c44b32f7928e889ccd3b4dce8989e81', 1, 20422, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '67bda9c473339d303e7125ff272a1f6b91355d43', '/home/hkrhostingreview/public_html/wp-includes/rest-api/class-wp-rest-response.php', 1, 'd4ea54a9c28d5570ab75692750716a611b209624a2f5a188f3eacec4fa7d8156', '3e9a88ceca33e6af668785dd6a0342b8', '3e9a88ceca33e6af668785dd6a0342b8', 1, 7342, 33188, 1, 1567724755, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '67ead0ce378b410e8e4d0baf62bc401abce2d1d4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-element.php', 2, '1850ccab65cf3bea624ff9d5b2ba7a53b6551c1747f7bf4887d8d802740dac42', 'ca17f7f94c9747f1beed6495ce7cbbb7', '1850ccab65cf3bea624ff9d5b2ba7a53b6551c1747f7bf4887d8d802740dac42', 1, 9467, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '67ffa72f1eb54c6b10898fcc37019025b17c322e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/bootstrap.php', 2, 'b97500419fd1f237b6ffb4b14d1e01a3cc6aa1b41c73e0919e528b4e1ad134d5', '4c5b94383e9f9b9d66306b661c93f102', 'b97500419fd1f237b6ffb4b14d1e01a3cc6aa1b41c73e0919e528b4e1ad134d5', 1, 457, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '680ebaf072befbca815d129482a535d77cfb8833', '/home/hkrhostingreview/public_html/wp-signup.php', 1, '9e075d86a8c56bb683299b74c55275668edea03d39fa5bedf00fd40a9dd1c4b6', 'e3692748d8fda1c64a4b967a6f496aa6', 'e3692748d8fda1c64a4b967a6f496aa6', 1, 31112, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6865f11d5b5e88ac66ca46921e66115b1c31621f', '/home/hkrhostingreview/public_html/wp-includes/class-wp-text-diff-renderer-table.php', 1, '70c1561d8cacb4077bcfaf1aee47761c1167dd61b18bcc9b3a96f624386e635c', 'a1eea28aa6a0577db4c0eef085366a40', 'a1eea28aa6a0577db4c0eef085366a40', 1, 16796, 33188, 1, 1564847214, '', ''),
(1627006215, 1, 0, 0, 1, 0, '687841b7b0562f9034b06494a73d7a9eb21f570d', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/index.php', 2, 'bcf7c6e44ee89ccad1f89face9503a5f9d348db4af2a1089b645679548c7c315', 'ea7a1bf7a63d76b0f68acc5df7d3e356', 'bcf7c6e44ee89ccad1f89face9503a5f9d348db4af2a1089b645679548c7c315', 1, 28, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '68802d9234d15c7bcdb194e4b34973839a8996a5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php', 2, 'd9ccf7d933d0d831bab42188551088b9bbbf3a6455d9542d734a3631b98564ed', 'cf88342e51e2e26570b6ccc32f4d5317', 'd9ccf7d933d0d831bab42188551088b9bbbf3a6455d9542d734a3631b98564ed', 1, 2155, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6889ac7b7c2e0a933a7936e272488f211180b939', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Zip.php', 2, 'f85d4818dbf931a451b553ec3676ed0f9ad15436fb9601d47557dcf1ffb5dd1b', '57249021ef459bc9fceb981744c4bec6', 'f85d4818dbf931a451b553ec3676ed0f9ad15436fb9601d47557dcf1ffb5dd1b', 1, 610, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '689807c56f4e2f2a93eb26f11ba6bce813a272bc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 'd9cbae2f47ce93d9499f2947d431c45dc09ef9b05eb0f0bf8ed711b9ca1c7959', '9645edafb7e483c6806bfc766ba2a50d', '9645edafb7e483c6806bfc766ba2a50d', 1, 1345, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '68c6801073d2502916a02ccbf59f9eb69a2bb549', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php', 3, '0af2df645c84218056f0dec785f27a271ffd8900c566998e0359ca7478cddef9', 'a8d4a6d3a12efd3b877b733e38ae30c4', '0af2df645c84218056f0dec785f27a271ffd8900c566998e0359ca7478cddef9', 1, 1952, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '68f0d4e4f1016ea21815cf4ba9e81e0111b6835b', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-widget.php', 2, '0629ee4de3b938cd6dbe9a99279e01bfcd2eba69f31d8a100b29b9bdee6f3ade', 'a3d9f03676806be5aced4effc6baedda', '0629ee4de3b938cd6dbe9a99279e01bfcd2eba69f31d8a100b29b9bdee6f3ade', 1, 2046, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '68f5159c52918be34799cd6ffbbea21e5dcf6eb6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/search.php', 3, '5ae34d5c2148f5c657f94c55bce512a630e35c01f2b836fef79d706146fa8ff5', '2074dce7dc8182a671bb529b7e12e8a0', '5ae34d5c2148f5c657f94c55bce512a630e35c01f2b836fef79d706146fa8ff5', 1, 820, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '692914528764f636487b699c34eb15347787402f', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/custom/admin-before.php', 2, 'f37e9a7c65b98b52259e46073d985538685efe8037619d2ae1f609517aec396c', '10d4b202a690f458c25f6fbee67d6ffd', 'f37e9a7c65b98b52259e46073d985538685efe8037619d2ae1f609517aec396c', 1, 545, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '69452cee99323d046ac0df042fd6d60af6a1a275', '/home/hkrhostingreview/public_html/wp-includes/class-wp-widget-factory.php', 1, '233ec160523356f7807e95b285618b84a2bb9e7aec9f881e089fba5c13b32bbf', '004c60e66be634c3a3a15142b48d6d73', '004c60e66be634c3a3a15142b48d6d73', 1, 2853, 33188, 1, 1569018897, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6952a4b2487158df7024504c43bfcd9c035f1c38', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/html.php', 2, '614cd09f4fb022d1c6422be687c0b44d8cfd183e7c6f46245b5ac7f610726f00', '60369b3620dec44dc856f6df94d0ed8e', '614cd09f4fb022d1c6422be687c0b44d8cfd183e7c6f46245b5ac7f610726f00', 1, 2225, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '696c7bfde91c2a30eb6be2da6b9b828dc4f201e3', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 'cc8aa08af8ef7e8589f8cd845cdaf34f476dffce15e9aedfa9442a07014a8e66', '90479618fe12355d7b2295bce3ab56d8', '90479618fe12355d7b2295bce3ab56d8', 1, 124, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '697974fd9e6adbf34e5cf317c3d23be4874788a2', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 'e68f5aee44b1dd76d8b242dcc540d7e2a92f03b7de1d9f88f0f1d8e8c289d01d', 'e7709447b6fc6f78d381cfd1b4d985d6', 'e7709447b6fc6f78d381cfd1b4d985d6', 1, 13518, 33188, 1, 1569273896, '', ''),
(1627006215, 1, 0, 13, 18, 0, '69800da952ee2b13030cdaacca98dbe2e8e759a1', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/php.work.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438550, '', ''),
(1627006215, 1, 0, 0, 1, 0, '69c4e711b95da9d572c884b3b44156a51e00cf67', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/number.php', 2, '7ee728a6ed73987523b154aafab458496d8a046bd85c88f33f8faefa93b365e6', '448504ea9cf6ca1331515537084498e8', '7ee728a6ed73987523b154aafab458496d8a046bd85c88f33f8faefa93b365e6', 1, 4049, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '69d9c85d8a3a3b92f90e8e5b3a38b931ac69c673', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '69e8b0d8751577286132b996d03f65a8e5d70c99', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-audio.php', 1, '7ca04f0c9cb8b6f0fc5fb904a78dd0c140f52f3819547610cdbe54d1ce8dae39', '636696c24463a86dfd1b69d049a834c4', '636696c24463a86dfd1b69d049a834c4', 1, 6097, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '69edd93da3faf2ab6390c2b6217ded36fe02163f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 'e7442b07c1e0863ce3d9847cc1ee43259a3de65f3e7ded8e6854ef9b146fd90f', '5106acd582aee42c710fe873c9dde352', '5106acd582aee42c710fe873c9dde352', 1, 3258, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '69efd55b28338163cd2f7605ffffc7880d76a0af', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/buddypress/class-buddypress.php', 2, '9aa058ae44375e25a977ccc6e45cb731a61c4353dcd518dab562c46352cc9e68', '3931d15456bc10bcbc51e9f7158ce630', '9aa058ae44375e25a977ccc6e45cb731a61c4353dcd518dab562c46352cc9e68', 1, 4798, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a00af9736de563616c1e1c60d35348d1b019c92', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/Unknown.php', 1, '5d189625a0c3191bf16a7834a4cc3ba5f845c8aace3ed032fe8249c899124395', 'da646c02e1ab81b632af41fbcf0a57ac', 'da646c02e1ab81b632af41fbcf0a57ac', 1, 867, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a05ff8dfaf356212f2cfcf615713c343b9ad23e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/404.php', 3, '3db88f236324654c185d43e48a24954f949c6e08942f3fdeb96367903abf51ba', '9e2965aa32a3a45fcaa4138076ca1463', '3db88f236324654c185d43e48a24954f949c6e08942f3fdeb96367903abf51ba', 1, 732, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a080e970f41b496d2d4655a4cab7598ec74af94', '/home/hkrhostingreview/public_html/wp-admin/includes/plugin.php', 1, 'e1f33ec0658d4575d7149f5bb37c3c3d7b3dbb2b7dfe1b941885213d3c651522', 'e183bbf4cf85be8745b486beb16f39cf', 'e183bbf4cf85be8745b486beb16f39cf', 1, 83075, 33188, 1, 1571766724, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a0d50fd966177d28b24ea8fae39ade92f710f49', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-settings.php', 2, 'bc0d63d91fc122f663979a95b8e9acb670b51890eff58f300fa8c73c2c6f2aa6', 'f1b4cf71100de7ba24b03a106995c766', 'bc0d63d91fc122f663979a95b8e9acb670b51890eff58f300fa8c73c2c6f2aa6', 1, 4799, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a1986f04fda0e2db3b02997168edaa73f3d660b', '/home/hkrhostingreview/public_html/wp-admin/link-add.php', 1, '2f8e92bf3c34139d31bf72b48e5776f8714cee86333463ab146a2bf5dfa5f716', '8c4b18cd3f8fedd630e59b09181ec962', '8c4b18cd3f8fedd630e59b09181ec962', 1, 727, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a5248f330bb83a71279e60e05812fef2ffb2144', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/step-processing.php', 2, '369ec7f0fb6aedce3b30084edde0c5b7855679696c63f42628c5846bc4b19c36', 'a510be5c92ed1f66b0ff488cfa5570fd', '369ec7f0fb6aedce3b30084edde0c5b7855679696c63f42628c5846bc4b19c36', 1, 4151, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a5c5d0d0bfb92143d33cc2f4d1ab05061aa3738', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 'd68aaaf85d5e6a1eadba27cb19499026a3332dea21865664ebc2edeb56845622', '791be02293e4c537db908a801790b4c6', '791be02293e4c537db908a801790b4c6', 1, 4562, 33188, 1, 1559691655, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6a88cb8dacfb403c12775bcd68935e61baa7c0b4', '/home/hkrhostingreview/public_html/wp-includes/class-wp-taxonomy.php', 1, '1ef94ce454762be4a5c8d8cf04a909b9ba60ed213bb88bc896fc96077f3f9a6b', 'dcd01b69a9a9f08f0cd27af9a80ab6cb', 'dcd01b69a9a9f08f0cd27af9a80ab6cb', 1, 10688, 33188, 1, 1564882135, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6ac7720cb4b837f2b28d248d392cdc7164e9f612', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Session/class-wp-session.php', 2, 'a5737c90befea4c9f428d2cf95ed9c36586d321c4d3df2cda988c5ab6f261d4c', 'be845f321bea5c3afd81173c2aaaf54d', 'a5737c90befea4c9f428d2cf95ed9c36586d321c4d3df2cda988c5ab6f261d4c', 1, 9620, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6aeceaa8d8db27eb67fcddf84b6f3deca1f32242', '/home/hkrhostingreview/public_html/wp-includes/cache.php', 1, '7032106e3b447ba783ddb532e4c5442a17ea04009bb9cbe74e2e349069ae64ac', 'af0a22027562b5590a2a2987693dfb46', 'af0a22027562b5590a2a2987693dfb46', 1, 21854, 33188, 1, 1555013453, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6b2d5e288c09fd8ab5f94e30569c0741fa586cc1', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_mcrypt.php', 1, 'bc6fc4c892ca87e1f34f4cb053e3bd4ee9680d6f5767d936b89062512f37e2e0', 'b78a54ff0fd4a6ca9960b550a7a54c14', 'b78a54ff0fd4a6ca9960b550a7a54c14', 1, 2521, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6b789ead6350291fd658f08f03ea1997f763b598', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/database.php', 2, '25dee2dfaf57c2da67b451250f2a15cb89d59c4ddc888126c1a02eeac6446af4', '74e935b8d86bee296f72ebbec8af0dd4', '25dee2dfaf57c2da67b451250f2a15cb89d59c4ddc888126c1a02eeac6446af4', 1, 3734, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6b98876b3e7c93a21d139c093d5fb5cdda20a77a', '/home/hkrhostingreview/public_html/wp-includes/class-wp-comment.php', 1, 'f2f0b57f1c1fb4ee0e620f346376dc8c30bbba5073488de1269f1ee21391bd94', '313e2f4487de8a1f5657a417ddefe193', '313e2f4487de8a1f5657a417ddefe193', 1, 8961, 33188, 1, 1519590150, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6bb5239676aa3e54a45be310a1e78bac9706969c', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-screen.php', 1, '2fa31d0e2ce71c11d8c44f92240bd7308682ab48da9f5a0f23c85eb7250212bd', 'ae622da463d69ab53e3e6700b8bd9892', 'ae622da463d69ab53e3e6700b8bd9892', 1, 35761, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6bf46c66ebcd5137a19b7a43a9393a95677f70f1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/index.php', 3, 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', '3a012982cb4ed67e5ce23fe913de8a66', 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', 1, 126, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6bf7a4ce636edf57cfe93d0ffd9494336d4c3f24', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, 'e98d67678cbd7c21d3a0b3a25b08da1ecdc83a67e607d00a9efb21fa462f48d6', '901e68df0c8bd51b6760c9b83ada955e', '901e68df0c8bd51b6760c9b83ada955e', 1, 102, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6c141a1099be81be5b8298052408d757de1bf470', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', 2, 'f66a4a0d39e1f11d70b198afa0c4b2b045265198f5e448c4b914df699ef09e0f', '8efed3f5085e248a11b84e30d983969d', 'f66a4a0d39e1f11d70b198afa0c4b2b045265198f5e448c4b914df699ef09e0f', 1, 730, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6c2738bc44060e57a101a1aa068fd7a3c5a46fd2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php', 3, '5d8ae6efdd97737b0f9663cae7d65bd9dfd32cd4d0454dc699988def0987163c', 'e13e609cde879309d29610f2d5bd7033', '5d8ae6efdd97737b0f9663cae7d65bd9dfd32cd4d0454dc699988def0987163c', 1, 1318, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6c7231d4d93eafc06bf33bbaf4aea1dbaddde35f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Object.php', 2, 'f82d31ae2a2dd29c0560d6a3020a00954770ce8987d6254a013e472c5ef1b3fe', 'fae3d6e117f44c604e2efa75e7090dee', 'f82d31ae2a2dd29c0560d6a3020a00954770ce8987d6254a013e472c5ef1b3fe', 1, 1667, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6c878c345771cc59f74bc94eca9e47165c46bfd9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Woo_Checkout.php', 2, '4d6291530794efdbbf003c7a9308d6b95508118060e56daa29a5c60cfbc890fe', 'ce5ae03c63187288d26f814484372f58', '4d6291530794efdbbf003c7a9308d6b95508118060e56daa29a5c60cfbc890fe', 1, 61490, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6c9b5d0323a9003e2e5a56b57acbf275d4e21ca0', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csv-parser.class.php', 2, '17fe5728e5d6acd87292dfb3f49e1d868594d9ce9a3b94bfbaee085c95507365', '2849fd785e4edf72712616fac810ad02', '17fe5728e5d6acd87292dfb3f49e1d868594d9ce9a3b94bfbaee085c95507365', 1, 10133, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6cc6a9c520ceeb1baff3e5f95d0c78381e7c8a91', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/LoggerInterface.php', 2, '58cae7fced02049b1810dae696cf93d4f7bc37405dfe77c292f2a2e1fa7beb89', '01d6067d0427f1b8cc3b94fc5f321ffc', '58cae7fced02049b1810dae696cf93d4f7bc37405dfe77c292f2a2e1fa7beb89', 1, 2914, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6cf563c7b495543e2d5eb0f6ff26b4d366984212', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php', 3, 'eaa11059dd0e68e243f21983fe1db52ce67c3ae1f5701c3054a687a43ab9fc6a', 'cfc91dc3fcc20f27a283a3f9b5e1d9f9', 'eaa11059dd0e68e243f21983fe1db52ce67c3ae1f5701c3054a687a43ab9fc6a', 1, 9541, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6cf5ba03a4fad555e56a4e4379f5435d6fdc7677', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-wpforms.php', 2, '6f0b205e1d39710eacafbdceb44bacec4ef9783fc3eacf53f72b1d784943227d', '422d4bd5d18a48f50882a80888970d2a', '6f0b205e1d39710eacafbdceb44bacec4ef9783fc3eacf53f72b1d784943227d', 1, 1655, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d0647955a6ac4c4db6784193a0c0084135cceb9', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/class-astra-target-rules-fields.php', 2, '9cfdc2127d434ed692d1fa6da396a508caadc4ab72219fe473d17b8008bcb81c', 'd89802e993fbf3b55d1c1d421e85a9da', '9cfdc2127d434ed692d1fa6da396a508caadc4ab72219fe473d17b8008bcb81c', 1, 49312, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d1323e9e2428a004378efbe2c72ebca3f2471f1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/color.php', 2, '1a192f28ec1eb0341b5ce9bf951510981590e8447099b30f9c2cc93b4654974b', '96ef17d8f78f6db97e85f35c532fd3c3', '1a192f28ec1eb0341b5ce9bf951510981590e8447099b30f9c2cc93b4654974b', 1, 1913, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d224a82575e1a0a368c0e09b88ad2a7f5971267', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d3146a755f4dbe78c7a396473d03eb8a268f639', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/theme-update/class-wp-background-process-astra-theme.php', 3, '437e7eefcf2e2ba5b9e24a889b0f297ae1f0a511dacab3c7dd26227b8310d269', '9a1b9f5ef1133f578afc5bc3f7bb9634', '437e7eefcf2e2ba5b9e24a889b0f297ae1f0a511dacab3c7dd26227b8310d269', 1, 1518, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d53404c9491eafbcb364a974f3d73283753e410', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-person-schema.php', 3, '7171acb339c1c869c38e29224c793c528cc0fc9823dd8077252db83bf750b1c9', '9cd3d7986a67d956e9aee7ae28a19131', '7171acb339c1c869c38e29224c793c528cc0fc9823dd8077252db83bf750b1c9', 1, 3446, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d598c5a3eec687d84cf54b5e2d1297de0168171', '/home/hkrhostingreview/public_html/wp-admin/comment.php', 1, '43ce28b4eb46a4053cf68f529d4cb56b56519ef6febc521fb7f05d40708229b8', 'ca129e8e2b26c41a5c2643d8983b9ca6', 'ca129e8e2b26c41a5c2643d8983b9ca6', 1, 11009, 33188, 1, 1567986835, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d6f72937a9af492c71404a386a75747492332d5', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, '7809943ce7c07996f2da77548d9fcafaaf41cc1c32d7f448bdb0786577a4374e', '787d20f39294ef701d63b0a04be04fff', '787d20f39294ef701d63b0a04be04fff', 1, 108797, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d926d42d450c17bfd14afbf0b1b1abdcf4a5284', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/services/bootstrap.php', 2, 'd1a46528116b3d5a99ad7c95d8ad5b1b0c5ddc962876435aa10233ab803758aa', '56e84d194dca670c5abb1b752b35a054', 'd1a46528116b3d5a99ad7c95d8ad5b1b0c5ddc962876435aa10233ab803758aa', 1, 7175, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6d9ecef45ece239b2e474e44f0f889eb474f94cd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/essential_adons_elementor.php', 2, '2e0104c1d72cbb86dcfcbb6a68f19ea16e676d61ab9f0bf3805c91bba7b4c627', '2fb430551879cd2541156d764eac76fc', '2e0104c1d72cbb86dcfcbb6a68f19ea16e676d61ab9f0bf3805c91bba7b4c627', 1, 2359, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6dc720bc114a1e2a29d98c63bb273c9490b27442', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/database-status.php', 2, '336eaa7562c82aa2ed5f8f69255cc4e79aa5d9e37c9ee57f7c2fe4533744f4fc', '00ca69351df5ff1a0b580480ec5581f0', '336eaa7562c82aa2ed5f8f69255cc4e79aa5d9e37c9ee57f7c2fe4533744f4fc', 1, 9753, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6e39c2ba4147e2af4e10dda7b91a22be586ecac2', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Engine/string.php', 1, 'ab5ba3e2368fb78d820ec859565bdb614dd13348199020250085035e9802891a', '3a11b1933d17fc4da9c3000cacef6929', '3a11b1933d17fc4da9c3000cacef6929', 1, 8354, 33188, 1, 1445726725, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6e44b2530a935f84595f34dfd114586a7251432f', '/home/hkrhostingreview/public_html/wp-includes/pomo/entry.php', 1, '3597776a4a836948ef9d0ec1ebe716a8444f1067d34babdc7c112079803c2553', '43eb8e65e3456f93cdbf61d6bb42545f', '43eb8e65e3456f93cdbf61d6bb42545f', 1, 3121, 33188, 1, 1536732686, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6e51e90e28bc2d51cf135886692f8279e7f471bd', '/home/hkrhostingreview/public_html/wp-includes/class-wp-list-util.php', 1, '1cf3892beb0e0022cb4b500c2325183fd0bcbab9149aaace68d4afa274fdb574', '3d983a5780450e085eb5eb3d97608bde', '3d983a5780450e085eb5eb3d97608bde', 1, 6407, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6eb2046d7b71a155a76b3597288eb0de7c84e1f9', '/home/hkrhostingreview/public_html/wp-includes/class-wp-widget.php', 1, 'f790d2eb070635e5991c812532f84df2a8ef3b50e5b9cad7f08808edf0969128', '980b01146b415eb2412516bdadd942fb', '980b01146b415eb2412516bdadd942fb', 1, 17842, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6eb7f760cdf0721f1b746b1a8957d2bbc79d1d2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/edit-field-ul.php', 2, 'eef6b1f51a75f3efa4dfb3818e62202370961854a8c1d64524f0d816413ba232', '5ea10c83e4447c96252bac897021a719', 'eef6b1f51a75f3efa4dfb3818e62202370961854a8c1d64524f0d816413ba232', 1, 1155, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6ee81170e55bc9a460962173707c1bda1cecf936', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6f36e3341d841200e0b15838a04c3999a4c9b2fa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php', 2, 'e39cfc3152872c1bac7d95b5a7496157947d8928a71a2a62d6fbdbcb0ef000eb', 'ca997f69abec7b7c82a07da5140e1e11', 'e39cfc3152872c1bac7d95b5a7496157947d8928a71a2a62d6fbdbcb0ef000eb', 1, 2387, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6f4ce6029da8b2c71b0f9733acbcaf0c013d88ee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/base-object.php', 2, 'ef26469a11f6c125cd21b2df1e9f2dada543f877bbad785e81faba0a32ffcfa0', '178cc9db41eb2ecdda2475e1851c9bf2', 'ef26469a11f6c125cd21b2df1e9f2dada543f877bbad785e81faba0a32ffcfa0', 1, 2912, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6f659c5d1ea5ade6b62d5f800a5e434fd7738c7e', '/home/hkrhostingreview/public_html/wp-admin/plugin-editor.php', 1, '02b96d5cd346328471172b988b35da86ef0d58f7e9e1f4f4017e26175aa1a76c', 'ae85c8c923181b42532af55e4539112f', 'ae85c8c923181b42532af55e4539112f', 1, 13366, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6fb4fc1a2d6367b2acce606cbff71d72998d0472', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/system-status.php', 2, 'beba3c4569dfac72b01d611a549d201c97b661751832dcfce813780472bda12d', '91d18f60aa3ea67e72bafd54d21700a7', 'beba3c4569dfac72b01d611a549d201c97b661751832dcfce813780472bda12d', 1, 269, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '6fefc56258fefed490798534970bb0005f40cabf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ExpiredSubmissionCleanup.php', 2, '1b4a1f82d3e3d24587ce8787334664a0f2435ec3226735a3c9cd2f8ea1858838', 'aac90984557356e35a55da1bf9f41fa3', '1b4a1f82d3e3d24587ce8787334664a0f2435ec3226735a3c9cd2f8ea1858838', 1, 4301, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7022acb593f774731aa86276a6f5c03ce2afdfb0', '/home/hkrhostingreview/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php', 1, '06dfc95b54055d2f7f852a04e64338aa13449e47d6788cb5fe1e74b97434378c', '9f1296f198565a0c5dc006c845b6eff3', '9f1296f198565a0c5dc006c845b6eff3', 1, 4962, 33188, 1, 1570133036, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7065fc16ff53453842cbea251fd43002168662b7', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/IRI.php', 1, '01ad163ffc8687a562ad616e702ffec7213d08103587b61c880918ff96bd1246', '6e16ff20d3e68692cf3b617b875f36f5', '6e16ff20d3e68692cf3b617b875f36f5', 1, 28359, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '706b2dbc5193a2dbb490bfa44785686fe364ce2c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionEmailSettings.php', 2, '886cc625ff73870f0e28c2433ba156d5a7e88e8c1077a1211c849cec88a24ee1', '2a66e206fb951f64f04e497a80b4607e', '886cc625ff73870f0e28c2433ba156d5a7e88e8c1077a1211c849cec88a24ee1', 1, 4924, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '709864b61b8370b0edb3791dc6d1a96c3bc5d62f', '/home/hkrhostingreview/public_html/wp-includes/author-template.php', 1, '5fd737538b931b9d925c2edba0932884a6c0edceded599ce2005f6e2f085782b', 'da618a43112e5df99396a7b04a831e6e', 'da618a43112e5df99396a7b04a831e6e', 1, 16995, 33188, 1, 1569419278, '', ''),
(1627006215, 1, 0, 0, 1, 0, '70aac1c5992ea01c62a5224452c1096c7c4b96ef', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content.php', 3, 'a1b50d095788f73045598a07db9b7163bf0a0c41ccd6591fc42f1403c38ec659', '19d2f5108a7e0065513012b42c5b30d3', 'a1b50d095788f73045598a07db9b7163bf0a0c41ccd6591fc42f1403c38ec659', 1, 1980, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '70e5b338e4d73f5e8933dedc73dc02fb5bee18ab', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/embed.php', 2, '3c39bfef049b73e11d6ca6fdf0f5ae3a3671aff16a31357e0daf4df90176972b', '9404e50706771d724adca42dec0b842c', '3c39bfef049b73e11d6ca6fdf0f5ae3a3671aff16a31357e0daf4df90176972b', 1, 5538, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '70fa3f077a505a8e4234364237e067ef46e7e430', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/recaptcha.php', 2, 'e888f69538ae10ed1c1fd6f62e16eb4ca541f381f6f60068ecf256ca54f9fa57', '9a8ccd85c37e44ae2114a11ff5effcd4', 'e888f69538ae10ed1c1fd6f62e16eb4ca541f381f6f60068ecf256ca54f9fa57', 1, 4067, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7108116300842f5142d1cf38706bc0a393f18b04', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/402.php', 1, 'cc4c0e8317d2233e3bd088951c740686b7856686a0bd50868a1e1e2dd3f056a7', '60f859d55150da0b0a7a959ac9f347d6', '60f859d55150da0b0a7a959ac9f347d6', 1, 402, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '712e46fd40cde9c3425e6a7946bb005cf714b463', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/fields-process.php', 2, '6a3d8fa56204f86940589743a8c397010f51f6cb9ca9bbf16ded66d86c739725', '4c863824ba8417de43d740f642ca8bca', '6a3d8fa56204f86940589743a8c397010f51f6cb9ca9bbf16ded66d86c739725', 1, 1348, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7154337bf4147c3bcca0e14a1b643102df61719c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-settings.php', 2, '20997ec352f9e7a64066e633a6e32ad1c5b97439d6decb519ab0fb10b9642cbd', '6c8a449894261f29676c74c466654ec3', '20997ec352f9e7a64066e633a6e32ad1c5b97439d6decb519ab0fb10b9642cbd', 1, 12653, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '717e60711d93b89563598337b24ec378ceecaed5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/PasswordConfirm.php', 2, '0a184abf64524a91442888b2fa2653636579699b6f46ac438d42fe8a33b28aec', 'ba48fffe00270b0ec1af7d48470c1c7f', '0a184abf64524a91442888b2fa2653636579699b6f46ac438d42fe8a33b28aec', 1, 2290, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7187a314c6138adb10580adc580df7ca7f8ff2ae', '/home/hkrhostingreview/public_html/wp-admin/my-sites.php', 1, 'c008fe619e3106c876ec43cecc3eac222aea26245d4dd5b06aed21d3653f36c3', '183db07382d68d97f91221311e6111aa', '183db07382d68d97f91221311e6111aa', 1, 4657, 33188, 1, 1554764396, '', ''),
(1627006215, 1, 0, 0, 1, 0, '718ac07220b5c2ac98ba393d26e0ac4291e21600', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardNumber.php', 2, '3162ed60e339e1d7473429e4a185f5066d554d78bbeabf08848f4b9dd3dbbabe', '310b1c5a9a6bff4f1f8237f867398ff4', '3162ed60e339e1d7473429e4a185f5066d554d78bbeabf08848f4b9dd3dbbabe', 1, 864, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '71a6d685284df29ebccc62d02a99f04ab20e0403', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php', 3, 'ea78ec0b8740cd4eec7b8b1f08be9fee2946a013c9a63d7d1e56bdac7f27527c', '38711dbff9bfa3be3cd90fe1f123f8be', 'ea78ec0b8740cd4eec7b8b1f08be9fee2946a013c9a63d7d1e56bdac7f27527c', 1, 1699, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '71fea24bf31fc56fa88ffb22ebe1af8b4f340c80', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php', 2, '9cb25406c1bbffb79b6f4027222ae77c676fbff4504d84c93cf03f2de4e86c63', 'd23036bbdaf1261497289f72ed1b34d6', '9cb25406c1bbffb79b6f4027222ae77c676fbff4504d84c93cf03f2de4e86c63', 1, 2287, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7217496b050f36f280469c007179fa3b008aedcc', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/includes/lib/class-tgm-plugin-activation.php', 2, '9bc7f6c01fa53e29315bd195d7a9c9a4756d31fc3b9384db5067b67573919d4e', '52e4849ccfb68d25ecdea26684896245', '9bc7f6c01fa53e29315bd195d7a9c9a4756d31fc3b9384db5067b67573919d4e', 1, 128429, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '721dd020466e4ade93f8ab3954f45d4b40a953e6', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, '15f474f45cea3fece4eac6177580835539cf63849316b37e1e99e4edd14bbca9', 'f1d3480c782bda30371cb89960ae7df4', 'f1d3480c782bda30371cb89960ae7df4', 1, 3673, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72552ba979f96221de913dbf3f1e920eac555d4c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/divider.php', 2, '82b6f6f3a68b5611fab52009e1aba1e79de83816de2190fa01afd4e6f53c199b', '74de89e6b942992cadd2453fca210a70', '82b6f6f3a68b5611fab52009e1aba1e79de83816de2190fa01afd4e6f53c199b', 1, 1209, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '728c5c5c1502aa7a27a2de1b0eb75e9fb8a65b0d', '/home/hkrhostingreview/public_html/wp-content/plugins/classic-editor/classic-editor.php', 2, '09e9a50450d5c02d856009f25c4cc27ce2c57589dcefa92e498f9a4bf66af8b5', '769a98745c3c722c5b8dba8df417d662', '09e9a50450d5c02d856009f25c4cc27ce2c57589dcefa92e498f9a4bf66af8b5', 1, 34245, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72937d77064e25a414b904358b4c6d8f95b19180', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-strings.php', 2, '5451ba47a53d0bd9ee8c7e29b2e5ddcf6a4bf328c4f282831084eb4370035b21', '694a78019407ae84ebccd693a8e214d2', '5451ba47a53d0bd9ee8c7e29b2e5ddcf6a4bf328c4f282831084eb4370035b21', 1, 68354, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72a90dd1f0cc7f2b7fc6e314062083fa76b5edbe', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php', 3, '0d9e2132dcac09bcb28e433b36d4ca3c9027ed9d0844ac9d724a779ae251c452', '7d60599bdf092ba5fb65311a13ed162e', '0d9e2132dcac09bcb28e433b36d4ca3c9027ed9d0844ac9d724a779ae251c452', 1, 1441, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72ad28514cc914a76fc0df3ad421a9b8a670462d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, '80151b03429b8d17ea792b4da7de33d1ee60b97b0a82bdaaa2fb98699a368322', '70f7a6c6aeb975af847f026f373b7e7a', '70f7a6c6aeb975af847f026f373b7e7a', 1, 1371, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72b1b7090186907d8b18eb95558830aaf286dabf', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/SipHash.php', 1, 'd678fc9dd5abeb4443a9c2470bdc67435f0e82f206f622e08e0623fa88ab5150', '2506e756fbdcd07845ed8a314e14ecf3', '2506e756fbdcd07845ed8a314e14ecf3', 1, 8026, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72b71b1a784e1d795f622363c6f52c6f79ff84e1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-wp-die.html.php', 2, '7a1ba379c21d8edb81a2abab27cee9d0763291ee3e9bbd76917d3eac922902c8', '67c934b53e3b643b1a256a6ad44bdac7', '7a1ba379c21d8edb81a2abab27cee9d0763291ee3e9bbd76917d3eac922902c8', 1, 463, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72cd317dad591f95e9fcacf98cbe9dc80ca36672', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-addons.php', 2, '494acf944742f16893e78aa8eb2cace040b0ca88b5bd557b457d5fc5cdbe7144', 'c79ce13917547706752ac5d2b29a1d69', '494acf944742f16893e78aa8eb2cace040b0ca88b5bd557b457d5fc5cdbe7144', 1, 8163, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '72fdea32ce92dc6f3c8ee5c79c100c970145dd4b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-render.php', 2, '520c5c725247ab7b211cca1347995fe03dc122710422c0a3dafee412688652de', 'df4c47cc99bce1a8bd2c6cfa115ceff3', '520c5c725247ab7b211cca1347995fe03dc122710422c0a3dafee412688652de', 1, 33222, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '730b7f49e3c0a905a782cfb9415835ab6e287b40', '/home/hkrhostingreview/public_html/wp-admin/includes/update-core.php', 1, '3353b9942e0b20c2debd9bf962e0ee2aa102184e9b64248cb84d3f9d2eb3a801', '8fc6fa9c271b19838be131a7578bd4ab', '8fc6fa9c271b19838be131a7578bd4ab', 1, 59133, 33188, 1, 1571259782, '', ''),
(1627006215, 1, 0, 0, 1, 0, '733a20e0d7424861229d00954a6ba1ae2bc3d714', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Textarea.php', 2, 'e69f72c8dc8da74eddf3d99bbdc7cf1b5920a8c2cade36109ab27d337afdd0b6', '38d8d94ada6a391cfc0b60d3ca8b2f1b', 'e69f72c8dc8da74eddf3d99bbdc7cf1b5920a8c2cade36109ab27d337afdd0b6', 1, 1931, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7348c88cfca8247a6e83922ca26f86c92d74d3b4', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-server.php', 2, 'a1205e583b7d833171091fb95f6868ee795cfce8901074429cdfadc07349e464', '964ee25b133095a112dbd10ef748dbab', 'a1205e583b7d833171091fb95f6868ee795cfce8901074429cdfadc07349e464', 1, 1600, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '734c9c3c14e8f696335abe06f5e0e6c0b29f9f01', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/autoload.php', 2, '7fb91ae88fd0be1914b53d5a1703a283344d26c56af03c77b97e2fdea9c3657a', 'a9fc52e8959a78ed27257184ad57dcff', '7fb91ae88fd0be1914b53d5a1703a283344d26c56af03c77b97e2fdea9c3657a', 1, 865, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '73612ef63af825d5c70c161476707adbeba8e364', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, '57290d1be97264bfcfe9d5205a0b67581524d1fbbc8bec69ed8ebc41ddcf71a1', '62540989ebe4ba014f392e36f30a2d80', '62540989ebe4ba014f392e36f30a2d80', 1, 720, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7377dffdf5957f08b5dfc4dc8d93d6502e42c613', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form.php', 2, '6c21760971b975f2b7d65660efe0a403511f37e8ec739ee13848229cf3abc5f7', 'c45ab6d13a237571b24f8c476f6a3797', '6c21760971b975f2b7d65660efe0a403511f37e8ec739ee13848229cf3abc5f7', 1, 17966, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '737eb59fb65f7657d3319312fd22a9b121d981c9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php', 3, '4f4cb6aa0e7fad9c4b5899396b06b95a67024bb5df7c34195df30b52391968a8', '5532061f3486d2ade6e8b3fb35a3bb51', '4f4cb6aa0e7fad9c4b5899396b06b95a67024bb5df7c34195df30b52391968a8', 1, 1683, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7389cf0aa2ef4d6ff7a3f521ad855ba0fa7ccadf', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php', 3, '20d59b1478047a0f1209047ed8986b66965bf17874971542489e9c1a26abe969', 'beab0dd732467226fe56755f2e73e3fe', '20d59b1478047a0f1209047ed8986b66965bf17874971542489e9c1a26abe969', 1, 4827, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '739f403c1cb8cf00b9d9e7b117200a0a8e7dc290', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php', 2, '3b7ed4bd3dd41b6a01a0cb5df9501231ca3372239c7c36f6227789bdd32e4eba', 'dc33f08ad9e6a880d8a7a9f2a1b02f92', '3b7ed4bd3dd41b6a01a0cb5df9501231ca3372239c7c36f6227789bdd32e4eba', 1, 674, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '73a6983db23d7bbdc1d695379df9e10ea31a5238', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/welcome.php', 2, '3061ab6832c19b619c89ae4f1ee81d5013975e37fd99464b52583bc040f158d5', 'b06ddc5e57b6ca2e75ef651ce1e82142', '3061ab6832c19b619c89ae4f1ee81d5013975e37fd99464b52583bc040f158d5', 1, 20167, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '73bb66ff70e7079e246fb03b7f059062d95604c3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php', 3, 'e144974274f5c48aba6d02b5f6ef0eb3fd061340f14f19afef36afaac170cbe6', 'f9923a32145623ee8e61961dc7ba633f', 'e144974274f5c48aba6d02b5f6ef0eb3fd061340f14f19afef36afaac170cbe6', 1, 1615, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '73fa1c6c767fefac4db29ed4e5ee72573f54cab3', '/home/hkrhostingreview/public_html/wp-admin/user/privacy.php', 1, 'c6b41a05f5980159c69fb538f3cf969007af9a13f1950775002c8cb9f8081b8d', '27ddd7bc6e0da6fac87f279bff299bb3', '27ddd7bc6e0da6fac87f279bff299bb3', 1, 279, 33188, 1, 1509992274, '', ''),
(1627006215, 1, 0, 0, 1, 0, '74023c3a4e504babd04380398def9325372c6ca7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/module.php', 2, '5e66d43c033c2a6a0cfde253c636cda050ad33b775cc8e732a64ec6d1d68616b', '349b70b9f836d63b58ab787932b84635', '5e66d43c033c2a6a0cfde253c636cda050ad33b775cc8e732a64ec6d1d68616b', 1, 2389, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7411a8dbfd59db41158f17c26c120853d1f2417b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-debug-log-reader.php', 2, '3da96c8d0a228ed50baf3cbcea8d4213633d62c1d28b86a90e923dbacab8de89', '2d3d3c70a223a64bae6e426dee130017', '3da96c8d0a228ed50baf3cbcea8d4213633d62c1d28b86a90e923dbacab8de89', 1, 2780, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 13, 18, 0, '74287e2ffe6cc2ac0ecb0933acd5962923f0631f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/sys.exceptions.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438484, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7478c72cbd9e4669ae106336be2e6788522a35c9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/DeleteAllData.php', 2, '9d4ec4944ae71a8eb7cf19712546fbd658b7219c74406a6ec06af6ad68c69853', '4e57969e2e23772039726a5b0038ed74', '9d4ec4944ae71a8eb7cf19712546fbd658b7219c74406a6ec06af6ad68c69853', 1, 3534, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '747dfbdeb44ab959ef0c50078ef34bc5105eb2c6', '/home/hkrhostingreview/public_html/wp-admin/options-head.php', 1, 'fba06b016828f25df7451e9b7c80fbda5f03fcc789cfaa5cce6eac4bc2a286b0', 'dd6356384123683a65d7ad2ff20bbf5e', 'dd6356384123683a65d7ad2ff20bbf5e', 1, 492, 33188, 1, 1565915995, '', ''),
(1627006215, 1, 0, 0, 1, 0, '74926b00e77c6d109555817d331d4ebd38d9e074', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wp-registration-form/class-registration-form.php', 2, '4cb5f423257280ceffae1ba15a2698989270341c0d24a1a3942c5f5eddea02f7', 'b29f93a6915b74110f3aa84b46e4b66f', '4cb5f423257280ceffae1ba15a2698989270341c0d24a1a3942c5f5eddea02f7', 1, 2041, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '74a00240554d3832ce82aa320eee51e1781ad005', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/customizer-controls.php', 3, 'acaaa65590d735af58e56aae4f60cb56c55ec55ce231f65bc37132325585a437', '41ae9d42735026adfbe602abf62dbd56', 'acaaa65590d735af58e56aae4f60cb56c55ec55ce231f65bc37132325585a437', 1, 1926, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '74a1a42cf1dd6348cc00164324297164c4afd1eb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/affiliatewp/class-affiliatewp.php', 2, '04863edc84537041bf8a1e860d5ab8b1226deeba88394ab94e5b04b44122d5ba', '3e4c890f45608b27c0a8266a28255cb9', '04863edc84537041bf8a1e860d5ab8b1226deeba88394ab94e5b04b44122d5ba', 1, 1617, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '74e4591d83761966d5e6256ce0475629f783d721', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/i18nDashboard.php', 2, 'd08560b8b80f18f03f568bef2997af684d87baa1e2164c92254b7627c78e7012', 'ff888708cb8e2bfb897efad012d08a79', 'd08560b8b80f18f03f568bef2997af684d87baa1e2164c92254b7627c78e7012', 1, 8489, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '752c3fbfd2ef5a6a97457f29331d118d15f5394c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-control.php', 1, '86064e34ae20302c27c3893e64edf02fc135893bc25ede4417d6d47cf301fed1', 'e26e868764c6190255b33c6c9c6a65d1', 'e26e868764c6190255b33c6c9c6a65d1', 1, 25054, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '75430a1e0dcd7652ab606ef5f46597051b1419b9', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-base.php', 1, '61e08c5d64f17db9a32d8a1e83ff533b8f861f1e6c4e9f7f9777721d16188e96', 'b2d1ff7a025b5160aa73fc56ce94e4bf', 'b2d1ff7a025b5160aa73fc56ce94e4bf', 1, 23104, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7567097fd95442f3bc22056decff2ff56c99ee5d', '/home/hkrhostingreview/public_html/wp-includes/rss-functions.php', 1, '9fe1af9e46ad7892f5a3ab25857996d3b84eaac1beff6f6a7c6012af7e06e23d', '559c28627ab35fc9598062615507704b', '559c28627ab35fc9598062615507704b', 1, 214, 33188, 1, 1570555144, '', ''),
(1627006215, 1, 0, 0, 1, 0, '758dbd4a914c07ae329a4cd7b0f9591fdca84b7c', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 'dfbf86489d8c101def36d5ebeb965771fd8c1eb70342db96471ee3f92a7c10b7', '80bf220516cc089c067c2db3f41097bb', '80bf220516cc089c067c2db3f41097bb', 1, 23176, 33188, 1, 1569755098, '', ''),
(1627006215, 1, 0, 0, 1, 0, '75c616f7d99eaa4d302d1acb25ac40860211b1b3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php', 3, '5e8d7eae5a6f3a764d17d1273112689d4ceb7c3cd3e28ea010fa4e1a68c5535e', 'da6337cd8313b0aaed323106b6389efb', '5e8d7eae5a6f3a764d17d1273112689d4ceb7c3cd3e28ea010fa4e1a68c5535e', 1, 1396, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '75d888fcf61161d412ea19f05cb92be56e9b44f2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ImportForm.php', 2, '0ba19efb7612222647a18eef0c1a87589b48f062a7ee3014a708ee8b5ca04c7f', '9412757d59d836161e192a3e447e7a6a', '0ba19efb7612222647a18eef0c1a87589b48f062a7ee3014a708ee8b5ca04c7f', 1, 33981, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '75e47c90f686a0348934936599b3734752cb5380', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/class-hfe-update.php', 2, '16435dc6b1665967c2d57aad708cb6d51eedee8e42413b3bb43eb431245ffc33', '46566bb7a6584554e422d8d7e95f27df', '16435dc6b1665967c2d57aad708cb6d51eedee8e42413b3bb43eb431245ffc33', 1, 3996, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '75e6d3e84b5629b9bb2f24c284efdf7ce2b4b160', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php', 3, '03627570f831da47e56a651f2da544b8b2c5ef435f6b29cc616de0738e74be6c', 'd8e8a9a8987b926855852b8ea33caf6c', '03627570f831da47e56a651f2da544b8b2c5ef435f6b29cc616de0738e74be6c', 1, 1739, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7610c23ddd3f5c312ed0662d1b15436206fe45be', '/home/hkrhostingreview/public_html/wp-includes/pomo/mo.php', 1, '5de826ee33f519e61327a71e4ca59eb0fcdd10310eefcb11179bca65a3563ad4', 'df48825cd8a232a97522a60fb0102fe9', 'df48825cd8a232a97522a60fb0102fe9', 1, 9381, 33188, 1, 1545239088, '', ''),
(1627006215, 1, 0, 0, 1, 0, '763ba774a1d979d507cb9da6b00093eb96a4ae6d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Adv_Tabs.php', 2, '7f258a560fa9e9882a3b9f9f72cb18a25f8777042cdf7a0c7ea6f012707cd178', '42af92b30b7685b4f319d4bd45f3ad40', '7f258a560fa9e9882a3b9f9f72cb18a25f8777042cdf7a0c7ea6f012707cd178', 1, 38638, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '764c06de65bd9d79a8a5de6bcab519a688e73232', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Tooltip.php', 2, 'c428651f6653631436ff163e7a3a6d12ceb24fe466c957d7ee79fae955c80530', '8789f627886a1dce50e51884ffb3a897', 'c428651f6653631436ff163e7a3a6d12ceb24fe466c957d7ee79fae955c80530', 1, 25461, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '765025a441569bd3f472874b4a8336799cae5a93', '/home/hkrhostingreview/public_html/wp-admin/network/site-info.php', 1, '0d3aca6e821cfd208a4749935a38ce7c2578b7e29893c73a81ee96d38d05657a', '658ea1792f51ab6454a5d2c0bff752f9', '658ea1792f51ab6454a5d2c0bff752f9', 1, 7018, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '768439bd44f6848bb7f760a45955536d94c9565f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/GravityForms.php', 2, 'd9336a4ad921e8883f7d823413c56478ac62e1276799b41d94ad2f65f548553b', '52d2a4038223b1560af1d9a5ee115feb', 'd9336a4ad921e8883f7d823413c56478ac62e1276799b41d94ad2f65f548553b', 1, 96894, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '768442848aaa4f118c254ead59500125a597418b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/astra-pro/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '76935c1b002c5a6c420bc649293f4b81cd01376a', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-lab.php', 2, '5e71de49bc5afe94a61d00415b8bffcf93fbf48d5fdd73fef1deebdffd677568', '98b5bc3e563edd07114a30c0b3a04092', '5e71de49bc5afe94a61d00415b8bffcf93fbf48d5fdd73fef1deebdffd677568', 1, 29439, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '76b4b7709982e47e3c8b62ad5992594b350049b0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/elements/column.php', 2, '5bad20d2ad2a73e971e9a91ee6b0cf003b5838593d00af4f3dd44b21506039cd', '53c4885f4a552d833ad479a5b4d3bba1', '5bad20d2ad2a73e971e9a91ee6b0cf003b5838593d00af4f3dd44b21506039cd', 1, 25312, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '76ee886451a3e3245290d3ee43f2bbabf6b9b6be', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-wp-background-process.php', 3, '2fa04703e523763024a8f0fe23921fc37d2d561a20ca512d91957ccf5d2e2bdd', '7a7ee7d9a5806aad7c42916988abe051', '2fa04703e523763024a8f0fe23921fc37d2d561a20ca512d91957ccf5d2e2bdd', 1, 11384, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '76ff2cfea8295928feb6628230065e3a1163e909', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-forms.html.php', 2, '7c8dc7c9acbc264a774df68a52570c6ce56b8931a80d72082d55ca5b5033127b', '65891251788dd8cc44abe2a58744c182', '7c8dc7c9acbc264a774df68a52570c6ce56b8931a80d72082d55ca5b5033127b', 1, 8382, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '771237b07f181f1634e1d0fb38f68e9b23cff573', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php', 2, '0ff8c186c1af00eef882f3b173d8082635673eb1e391e0dfd991429929420477', 'e54c00d34be8e87742bd3716489c31e6', '0ff8c186c1af00eef882f3b173d8082635673eb1e391e0dfd991429929420477', 1, 1718, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '77345c90065aa5460fbab1d323d51fb5bd01b79c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '774bfd0b80364bc3bb3af5fec5fab8c2612d16d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Relationships.php', 2, '28ca948057bc67cdefeb412a3f7479e6680a59dbe667e3d882b415871be4cb36', 'eb9eff55fb13cb7681737bdfa6edc936', '28ca948057bc67cdefeb412a3f7479e6680a59dbe667e3d882b415871be4cb36', 1, 1465, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '776e3f0b634d5fbd557e877c089706a15f02e540', '/home/hkrhostingreview/public_html/wp-includes/class-wp-session-tokens.php', 1, '49ff8b029445ef34a84ed69007e9b080eef4d0e11150932f1b378b10c0569451', 'c2fcecaae71a42274bd27df03c7957ce', 'c2fcecaae71a42274bd27df03c7957ce', 1, 7430, 33188, 1, 1536932726, '', ''),
(1627006215, 1, 0, 0, 1, 0, '778a0598d6cbc1bf646011f64d2cd2bfb7770b44', '/home/hkrhostingreview/public_html/wp-includes/blocks/block.php', 1, 'd702bf664496cf3d3eea9f0da89f1527d174ca057a705004d81cf03f86bd5164', 'e337c377e9fbd5a5a0b46d8a60e30a77', 'e337c377e9fbd5a5a0b46d8a60e30a77', 1, 1006, 33188, 1, 1568906358, '', ''),
(1627006215, 1, 0, 0, 1, 0, '77ae8fec1b8b3dab611db26b87d8b9d9bd8eaca8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/single/single-layout.php', 3, '009ab1c13954a26e83377f17e11bb678faac992ed6522c57e0b4424e0c464d0b', 'a31afcc66ada470bcb011c6b11369c3e', '009ab1c13954a26e83377f17e11bb678faac992ed6522c57e0b4424e0c464d0b', 1, 1549, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '77be69f0ecf55a9f9fabc35128060523af0439d0', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/inc/admin-settings.php', 2, '710fa02fb8c3589cb41bc41d2724a07df40daa4a9a13dca2c0c89b596ad7ea87', 'aea3a189604779d36bfd22f3335f1d97', '710fa02fb8c3589cb41bc41d2724a07df40daa4a9a13dca2c0c89b596ad7ea87', 1, 6781, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '77c070f8b2388add98fed2dcffc53055802039a0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrade-handler-page.html.php', 2, '8a9f4ab7bccc795bc98de594ba50ecac5a6a8b23bc5a2a2efdbcfbccb1b514bd', 'ed7111a18557bf669bb81a08dc72e464', '8a9f4ab7bccc795bc98de594ba50ecac5a6a8b23bc5a2a2efdbcfbccb1b514bd', 1, 3450, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '77d9df6a0626d2e8b6ca02fa60428a782f22f57a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php', 3, 'ccb75ab6d246030ddc6babf0eafe0bc8e243d00872bd0bc29ca050456597fd58', '28fc8a236f2f4c501e8e6f79fb64dfac', 'ccb75ab6d246030ddc6babf0eafe0bc8e243d00872bd0bc29ca050456597fd58', 1, 1175, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '77f458b58a3b77351ec72660831079cf9e3916cc', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/footer.php', 1, 'e686598e380d5f3f47dc189c5aff62cec56023d0b5012241c7f90d41a07f5d46', '5975807ce515bb6624f4a28701a49c8c', '5975807ce515bb6624f4a28701a49c8c', 1, 1063, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '781531aa4ffb91d2061b6b516ded24bd5be360fa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notices-multipart.php', 2, 'c2bb6d0a67da3ae28abacb342370f2d67afdd5d9011d14a9ab56756747359dd2', 'b344a1b2aa452548f470549348079d26', 'c2bb6d0a67da3ae28abacb342370f2d67afdd5d9011d14a9ab56756747359dd2', 1, 4618, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '783584e37d186bbe1c173dd47a95e5df4538ac7a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionExportDataRequestSettings.php', 2, '3f60e442210f57f21468ee9bc10b4fa985a31b6ebdf9005fe5215e6c11550d34', '230a7597b47c496dda450fb40219d8d2', '3f60e442210f57f21468ee9bc10b4fa985a31b6ebdf9005fe5215e6c11550d34', 1, 918, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '78601f25a5abbd233863803670733743df2c6523', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/controls.php', 2, 'eb9a032d77ad0f9ac88ae337e7696f642ea6a6fe2f9e149a2400a8f83d9f36e5', 'b0f4e280f721048491c352ea6aaf4704', 'eb9a032d77ad0f9ac88ae337e7696f642ea6a6fe2f9e149a2400a8f83d9f36e5', 1, 21473, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '786b877b33ee813c50471d6d794de038e98e9825', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/user-role.php', 2, 'd437d8d537dfd70a42efe0c9150890b926cb09394135947e43bef46194afd6f1', '09b90af294e07a0a81c6ec22587a6eb9', 'd437d8d537dfd70a42efe0c9150890b926cb09394135947e43bef46194afd6f1', 1, 733, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7880355f88dcc0dcac284f6ff0adeb100fb343fb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/StepProcessing/step-processing.php', 2, '17d56c313c3e86174488cca55055240ab844520e0653da778a7e51de831c79b2', '73ed005034a451b275941e4ac91f125c', '17d56c313c3e86174488cca55055240ab844520e0653da778a7e51de831c79b2', 1, 5429, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '78ad99ff1d8d301e09aacfbd2d878ff1efa6287d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/gallery.php', 2, '75a8fd9be98983822316665c566a7ac21716d4a577dc1eb1710cfc384d5fd803', 'e7055427db678912c2e6a62b8ae09c87', '75a8fd9be98983822316665c566a7ac21716d4a577dc1eb1710cfc384d5fd803', 1, 3627, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '78bfc6ac83c54256dcdc623a25689c8e97b8b2c2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/label-settings/label-settings.php', 2, '8d665f0382cbe68bf7c03c6b56bf6762900d35619305b9b59c0e1daed3ba6010', '33feadf636cafc2d2d163ea11df6dc12', '8d665f0382cbe68bf7c03c6b56bf6762900d35619305b9b59c0e1daed3ba6010', 1, 3018, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '78c611f357634616eab6b447d74c8443beb84e6a', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/integration.php', 2, 'a4de18bada83ba9603db47fa77f7d44312b1840765d4cf0ff9cd5fff0c98a8b2', 'a5067f8df201c15b6b1d3bcdbd915737', 'a4de18bada83ba9603db47fa77f7d44312b1840765d4cf0ff9cd5fff0c98a8b2', 1, 7517, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '78d544ebc41c49bf33d34ca1145bd2694afa2bc9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/module.php', 2, '97273003c0d6d6eebe9bc15b3aeed8068c51c0febad8fe1737f475d78cbdd305', 'dfa13a6446810d55c6bf5233ea909820', '97273003c0d6d6eebe9bc15b3aeed8068c51c0febad8fe1737f475d78cbdd305', 1, 6135, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '78e9b598469d83951dd0bacb6333e608cb48a55e', '/home/hkrhostingreview/public_html/wp-includes/class-oembed.php', 1, 'e20d642d9e1e8144a1dd13ffb13756660b49fc07d0bb829e785e54401a3aeb78', '69c249a3b7f32a0174da2375a300c580', '69c249a3b7f32a0174da2375a300c580', 1, 410, 33188, 1, 1563510777, '', ''),
(1627006215, 1, 0, 0, 1, 0, '78f7555a449d87f9aae40e7d4a82224e51432075', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php', 3, '96ef52e18d8a7092792400c2a38fc1bcec8df67ae6ef380ebeeb664ecd808ddc', 'f4d17e9798dbdf7c5f35313b3a62e89b', '96ef52e18d8a7092792400c2a38fc1bcec8df67ae6ef380ebeeb664ecd808ddc', 1, 6560, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '79139cee2205d41ab1731e94c9d27e3f808f5258', '/home/hkrhostingreview/public_html/wp-admin/options-writing.php', 1, 'd4f8f564636abc7c51a6f5a7104526ae91b35cfe3c17f07a27bd8d96226f9bf1', 'a3eaf6fcf4a17787508fc58066d4ef6b', 'a3eaf6fcf4a17787508fc58066d4ef6b', 1, 8634, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '797a2cb17bb5ab2993f74e612aaadcca92219df5', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php', 1, 'ff75db1573e6cd62f64c5d8e3fd5ed860d51dfce486ce2708abff6cd51d749fd', '671b2cb2c19846a9300f0677f33f81ec', '671b2cb2c19846a9300f0677f33f81ec', 1, 6459, 33188, 1, 1560799074, '', ''),
(1627006215, 1, 0, 0, 1, 0, '79b3890d04e7d63430076abb2b2dde6fe8632748', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php', 2, '0fbab00cae62f907929115db4728dcd9f9c3b14427478c5b66841282d3ca254c', 'a30a0ab04829706fb6d3f075c31f70bd', '0fbab00cae62f907929115db4728dcd9f9c3b14427478c5b66841282d3ca254c', 1, 2333, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '79db5581f1a2f2e002732ddd8465610214926bbf', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/class-woocommerce.php', 2, '61868806b79fb651d94bf0aba3b525b3734c528fdc8584df29ccd7e3d69ce09c', 'a99f2881abf2f7d3458f3fc04fa9e549', '61868806b79fb651d94bf0aba3b525b3734c528fdc8584df29ccd7e3d69ce09c', 1, 4423, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '79f16bfd7b2df5e5dcfe0ef6dd233e3dd3ab03a5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Spam.php', 2, '7a200212e5f297734843aa743359f76d001a31e3600f08d7f1f86891f9cb2b08', '29fdd2f64b63b351340064c69bf69caf', '7a200212e5f297734843aa743359f76d001a31e3600f08d7f1f86891f9cb2b08', 1, 1861, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7a22e654b7c4878dd020e27ff6cb63a76d2afe92', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-favorite-fields-export.html.php', 2, '5f0e0a967ebf893313558dd05b23219efc732bb76adca156e09eb8e7b92cea85', '888174a1b700e85d62d05d5286903e8d', '5f0e0a967ebf893313558dd05b23219efc732bb76adca156e09eb8e7b92cea85', 1, 1300, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7a6c144172599268a85b81c8d026b583967cac1f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Settings.php', 2, '28b88eb59b3976ae827046bcbc0a9150967587a1567751039a3026278369733f', '28a8170254a1614ea6b19202ea02bd77', '28b88eb59b3976ae827046bcbc0a9150967587a1567751039a3026278369733f', 1, 12678, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7a7e50ba88fe0c45b0af301b0f74bfc027570bc7', '/home/hkrhostingreview/public_html/wp-includes/Requests/Cookie.php', 1, 'bc75575b95ceccc7368ed619327dcfe5bb41eb1f96babcef7175e738eb478dcd', 'f10c5ddef79834f447aed9466457288a', 'f10c5ddef79834f447aed9466457288a', 1, 12966, 33188, 1, 1570382042, '', ''),
(1627006215, 1, 0, 13, 1, 0, '7a854c530c2807c08533c3937f82d87df353a981', '/home/hkrhostingreview/public_html/wp-content/ai1wm-backups/index.php', 8, 'c02d136d9137e51259a1176a978513a24e5b8247583d767b69633f69962edded', '', '', 0, 26, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7aa76cc1a8bbf65aa4487ac6ae8ee2532342059d', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-image-control.php', 1, 'ae047fcecb31ebc8d0a71fe3f2b099da0aefd32543d865aea66806979d1e4ce9', 'c648e6b8df876f1682b0a6c4014e4e3c', 'c648e6b8df876f1682b0a6c4014e4e3c', 1, 1073, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7b0dfd7c958b1e08dadcdfd8156587daf70b2c87', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/js.php', 2, '8660856ff0b2368fe92222725f29a32ba1812327e8cdf26170738ba0a6865021', '4ceec62756a9693ae6730036e782c881', '8660856ff0b2368fe92222725f29a32ba1812327e8cdf26170738ba0a6865021', 1, 836, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7b51472972eddf41ae4e8c711eee87ed8f3e7120', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-admin.php', 2, '160187a39dea252d7415963d2560517a14198e313ee33117b9ebc482ed7a7c2e', '0cf49f22bb24ffda17df6115fcd22930', '160187a39dea252d7415963d2560517a14198e313ee33117b9ebc482ed7a7c2e', 1, 20278, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7b78829be50b3939b5fc223d5b04fce237a63ef3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/i18nFrontEnd.php', 2, 'ae3244c1a072fed77a5e1c2a78138ae63024cc0731b06a6319d2e21f6d8ffa16', 'f207630b94f72fd23f8ce79626a7cbb3', 'ae3244c1a072fed77a5e1c2a78138ae63024cc0731b06a6319d2e21f6d8ffa16', 1, 7173, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bb05ae8323a008681943163605e2985b0cd15f1', '/home/hkrhostingreview/public_html/wp-admin/includes/network.php', 1, '5c29af75b43078f63dad722c751ebe5183cff382b2c71650801c8177e252135d', '50f6cd1766f9d16544e56f6fda2c8488', '50f6cd1766f9d16544e56f6fda2c8488', 1, 24414, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bb0880d4fe284c5ea36227efe57462a17a1ee79', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess', 2, '9c293de7fbf31beff11412a954e923acb35406c2b864d5b30c13d0df07a53e9a', 'f1b242911a8656c5b9d0d9c14da54506', '9c293de7fbf31beff11412a954e923acb35406c2b864d5b30c13d0df07a53e9a', 1, 156, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bb1a6e6ae6cf833948007a32370ea2e0211aaf7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/tabs.php', 2, 'c5016d864e7c2f90e448ce690181702f516d167b17e431988fecc072ad8db672', '602a77cd027189989d61310790f70101', 'c5016d864e7c2f90e448ce690181702f516d167b17e431988fecc072ad8db672', 1, 1311, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bbf0b7b60770f7444b70c7ac7830fc7b9ef3c5c', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/503.php', 1, '4b3421ea4e4ee19481ef41fb2f39cb786472897f407cd773866ba5d9d1ae98a4', '3906f7520861c39f43f46000d45554b4', '3906f7520861c39f43f46000d45554b4', 1, 411, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bf4d49792883b84bd6c5193ffc6ffffa2ccee2c', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/fixer.php', 2, 'f50d9a87027b0510bfa87e61c07559d1875cf158de33f0c812bd96e282376528', 'fc05e824f1a55d871cc6ac54d9364683', 'f50d9a87027b0510bfa87e61c07559d1875cf158de33f0c812bd96e282376528', 1, 5102, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bf5696035c37cfd61d166919dcb43131cddeb72', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/parts/lists-overview.php', 2, '80c8ea9e9af2fc5c114b0e28ab547024eab9623c19ddaa1e2f3d9e5cba2b5552', '97baa02075e66f93a8eae2bfbc7391b3', '80c8ea9e9af2fc5c114b0e28ab547024eab9623c19ddaa1e2f3d9e5cba2b5552', 1, 2437, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bf9655bd0c5484cc9ce3dd1e11dd804ff218d3d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/settings-group/class-astra-control-settings-group.php', 3, 'c694adea36c40b36899447b66991bfe9e361c19a2ab8badea9e878c22f099c0c', 'ab9b58e1328d50b0b66eb5b26986a38c', 'c694adea36c40b36899447b66991bfe9e361c19a2ab8badea9e878c22f099c0c', 1, 3203, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7bfe87b2e657b268ee02b773d1787569aaae95b8', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/base/module-base.php', 2, 'b031392fc7e81d9270721bf6c83cd396de2db769c330ec1d702fbd112f87556a', 'f6d745f8b56c0a601d146c411aa60931', 'b031392fc7e81d9270721bf6c83cd396de2db769c330ec1d702fbd112f87556a', 1, 2352, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7c1154dc775b5be17547b4605185023ff3539567', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Fields.php', 2, '9724228baaa7e3ccc2b9f6072047b3a60d2577414d5e3cf78cb40230ca3a7e97', 'e1cc27b0a1b6221cea73901699ec4842', '9724228baaa7e3ccc2b9f6072047b3a60d2577414d5e3cf78cb40230ca3a7e97', 1, 2151, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7c16f2c3aa25f040aa9196643f02d57062496237', '/home/hkrhostingreview/public_html/wp-includes/default-constants.php', 1, '29a79e7b901afa039d78dedbe8611729ec3746886dcc33a3f4e6793b64c5f0da', '6fbc605c8e4b60c2231596de2413e1a4', '6fbc605c8e4b60c2231596de2413e1a4', 1, 10122, 33188, 1, 1569272458, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7c2c13800a6b5eb02dc659e64470ff4fe64d2a5b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php', 2, '9d68ace16d6c533e3788b3d09ce72347cd29afb605d42f27313fd717ecc8aa70', '0f1b452e0428e13c21b0ebab8b8d8821', '9d68ace16d6c533e3788b3d09ce72347cd29afb605d42f27313fd717ecc8aa70', 1, 4715, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7c4c44de3d4944e1c8d0e9c78b4fdb61bc682623', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/FieldOptIn.php', 2, '36bd932e1559ee4cd3dd64f8cd878b16993a426208f1851200f3068b66d35eba', 'e4565f13df840283820120be4c60d26a', '36bd932e1559ee4cd3dd64f8cd878b16993a426208f1851200f3068b66d35eba', 1, 2344, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7c7df6ac2dafc79734476ec716d6a07dfa47a19a', '/home/hkrhostingreview/public_html/wp-admin/network/update-core.php', 1, 'ecb5c7bf29b2b95344ae0457f67b87769ceb81e2a91a7b1dafd44a31e8a287d6', '95b7d47ed7134912270f8d3059100e8c', '95b7d47ed7134912270f8d3059100e8c', 1, 271, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7c842b8d9e198bb4f87a4bce20e6bc09a0a65d7f', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Feature_List.php', 2, '3605c6eb4663ccd52db91454fac62e727149f750d5238f0d73c3aa06f88ca177', '5f05af727842124e60c620e580dbac37', '3605c6eb4663ccd52db91454fac62e727149f750d5238f0d73c3aa06f88ca177', 1, 29572, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7c8758bb366d7c7b891727f127283c6f96456ad2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/functions.php', 3, 'a6dfa68b283d653ffdad0aafc600db0373943999d0294b6313dd2f74c7fa9ce7', 'ca3d43a06638b13570168e669b3362dc', 'a6dfa68b283d653ffdad0aafc600db0373943999d0294b6313dd2f74c7fa9ce7', 1, 6241, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7ca5bc05880105e6fd9757350717b5112b05ecc6', '/home/hkrhostingreview/public_html/wp-includes/media-template.php', 1, '152a79d0d331c67caf8a3fb8cbfdd3e599d45d7323e7c53f5b3c5b850d37f916', 'add9358a04c809825b72fd5c20331a6e', 'add9358a04c809825b72fd5c20331a6e', 1, 57671, 33188, 1, 1571076184, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7d107b18712a80d8575c87a962145d47879a7fd7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/TimedSubmit.php', 2, '3b4a2bf634e8872adb8ec523e8c136e24ab17e98f694f937afb92ce66aa4f1ef', '286c448077906884540b1afeffa6ef6b', '3b4a2bf634e8872adb8ec523e8c136e24ab17e98f694f937afb92ce66aa4f1ef', 1, 550, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7d386e7ddde5866597f620e0b5804c7e528eb2ec', '/home/hkrhostingreview/public_html/wp-includes/class-wp-dependency.php', 1, 'ca1bfb1c066c77a410f5820b873b303ee6330ec6724ba84edd44e3d56a261452', '5648230eda6d688f84d625136a22bec1', '5648230eda6d688f84d625136a22bec1', 1, 2501, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7d429cbb728169d5625a70fa700c84c0ff6d35fa', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Extensions/Reading_Progress.php', 2, '4d2fc9a25df26ab23204fefec4bfa097ece6f2f9c8051a12ba7855a60f3aa427', '2e2a6545f6d430111502c2eabf85a3e9', '4d2fc9a25df26ab23204fefec4bfa097ece6f2f9c8051a12ba7855a60f3aa427', 1, 8436, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7d4ed8f3592c09e7deb437e16ae1833ab14d4a2e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php', 2, 'b8cc8f77225e7d97dbeac7ef9363b9910ed1f26c3ad222ef4febc047110ca376', '83705633a9f00255769c9fcf2fa4673b', 'b8cc8f77225e7d97dbeac7ef9363b9910ed1f26c3ad222ef4febc047110ca376', 1, 3138, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7d51495939ccb83f30cf55e13a933794bda9cfee', '/home/hkrhostingreview/public_html/wp-admin/includes/class-plugin-upgrader.php', 1, '28aaee8076e8b8c323d7cbd95f071c27363517a70287a1884c4ecdd5b62f1310', '28ec7dccc69c980ec7f2b5ed356dffb2', '28ec7dccc69c980ec7f2b5ed356dffb2', 1, 15185, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7d6d80c0868fae6a57cd070b583b8e19c842194c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-import-export.html.php', 2, '726c9e66039d4eb0482fdc01c361c21d97f19314009c97c156fbc37a5ba38b0d', 'e309311759a16d661a413c8d3d60c04a', '726c9e66039d4eb0482fdc01c361c21d97f19314009c97c156fbc37a5ba38b0d', 1, 1292, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7da2dd7bf81e0721dc331318e917f969bb01dc18', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/CurrencySymbol.php', 2, '0175a683f05c305bca9bb6c6429b5fe5ea8e33f4ddd3c181d1e27cdcef7211fe', '247a9a1331d3425ec6a624ea495f2376', '0175a683f05c305bca9bb6c6429b5fe5ea8e33f4ddd3c181d1e27cdcef7211fe', 1, 3909, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7dbf881d35519b38ac08698cdc7d8604e8b00db5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/class-upgrade.php', 2, '883449a20e556d40ff1cc3f62f8d745a1c6ef05a28a356877763be7c0a99bd3d', 'dada1f17205500f50e09ad534a8a6417', '883449a20e556d40ff1cc3f62f8d745a1c6ef05a28a356877763be7c0a99bd3d', 1, 3665, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e1926c8b8a09e036a628addd4ca5654455ecee0', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-setting.php', 1, '44260130125d37a2d8ae52ba1a1066db8d03b1dc566d41cf5943455346ad15f6', '13242110eb90f08d5ab42da8a5bf108d', '13242110eb90f08d5ab42da8a5bf108d', 1, 28191, 33188, 1, 1568546875, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e35621cfe9a5d94348abdb047d30f9bfd61d941', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/FormMeta.php', 2, '2de848e3826433cc7edeff01d882c543f1b58d2b8f56f8735ece2b336dc30793', '23a304c0e70d202e31535ae54f169305', '2de848e3826433cc7edeff01d882c543f1b58d2b8f56f8735ece2b336dc30793', 1, 1846, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e4acd9cc1cf4db1d58b8e2255d876c82183169e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/class-extension-updater.php', 2, 'abc8ca03906b720919f079c20a89ac0fb2572ee6df5cfbe635a12162107f48ae', 'c93075a92f2fbd2abc352a1375d96712', 'abc8ca03906b720919f079c20a89ac0fb2572ee6df5cfbe635a12162107f48ae', 1, 8508, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e6c1f3f52afa91a00ae8c7884a3d405d5a5b0bc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php', 3, 'be4daf5a0a7b3b8210bd235699fd09143f9dc744606b34f38ed53eb0a0e3458d', '07d7f29004a938e7841fd7e06f9f3da8', 'be4daf5a0a7b3b8210bd235699fd09143f9dc744606b34f38ed53eb0a0e3458d', 1, 14587, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e71a1dd1546d7441f8f7137e604470aecc513e2', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/css/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e8302b92f38d90ae3d00a09a51db43de9c98b7c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, '766e13a110be32172a1ff88f3d7c8ae4e2e516e90b81d9be5ac91f209c7c4eba', '9677b895cdb1c0f67230a0ead8853de6', '9677b895cdb1c0f67230a0ead8853de6', 1, 1658, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e8572374f6465fef0ec5c2a05e7dffb744bdde6', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-list-table-compat.php', 1, 'd471688d0132b2dd1a19b5fe09b81c2183a5954ef63ebcbc50adb4d96d735369', '5d15f604cd5a3b9016e2170b45b08627', '5d15f604cd5a3b9016e2170b45b08627', 1, 1071, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e907875ad30de6ebf23ce96e8c435c2d82964eb', '/home/hkrhostingreview/public_html/wp-includes/ms-settings.php', 1, '1bece0b3d049faf9ffb9025e5181005618f521cc1bb43b9c3074e25370de89da', 'ef0a6bbc4b78ebada3f70ddc088f5938', 'ef0a6bbc4b78ebada3f70ddc088f5938', 1, 4134, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7e9f23087ff3d48e32b47f06a8abee112ce83124', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php', 3, '915a47b4ec2a36473ffc6fc5d3ee86b6a0078ff304cfff18a13295e9017f7f25', '9d6c594199bec9717fa53e6094fcbb41', '915a47b4ec2a36473ffc6fc5d3ee86b6a0078ff304cfff18a13295e9017f7f25', 1, 8643, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7eb81dc3136240e3e6483045a3f1dbcdc191c588', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/response.php', 2, '24490df1346dc9ec954d9bdb3b08df6cdf776236c68a4253766d487d4e800c7b', '8d454af9320f993257334373d94ace5a', '24490df1346dc9ec954d9bdb3b08df6cdf776236c68a4253766d487d4e800c7b', 1, 451, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7ebf5f32dadd03c6528e8d3d0d5ed6b3d7b2a9ef', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/data-tp.inc.php', 2, '474e4040b9781f13adf111e5b9705404d380f281f7e03bbc3f2135f1fe82c4a9', '0516998494fe2112b5dfe8be30ddf95b', '474e4040b9781f13adf111e5b9705404d380f281f7e03bbc3f2135f1fe82c4a9', 1, 5413, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7ed728b7420d9dd939dd8345fc37f18ada9d1062', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/File.php', 1, '25b9ac76ae9350a40893ea78150d544a1562dce00cb4083cae25390ca4d79ef7', 'aeba08ad6b558736ea0aaf2beb2925b7', 'aeba08ad6b558736ea0aaf2beb2925b7', 1, 9678, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7ee33e35c100435f5aa6a4f250d08821599e684a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/stylesheet.php', 2, '5d745ae58e6639f85fbc256f34f369cecda2e181d8658740d7a2f856f4e21d96', 'c6aefd969df8570becb8c7f138085d40', '5d745ae58e6639f85fbc256f34f369cecda2e181d8658740d7a2f856f4e21d96', 1, 9774, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7ee59b8cc90f32599726c3f9a006facdc3555a89', '/home/hkrhostingreview/public_html/wp-admin/network.php', 1, '9c1c0f88a651bc80073f9e8bbb4dc4e8bd12cbcdfa281f6585a0307745c85416', '2eb8b036bd098494a0f1f2086d665309', '2eb8b036bd098494a0f1f2086d665309', 1, 5407, 33188, 1, 1567358039, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7ef54cafa8ceb81b0079fad2b3263788fe4dbf49', '/home/hkrhostingreview/public_html/wp-includes/class-wp-oembed-controller.php', 1, '58e0193416c49553036d7df968abbc81766e6e31b1d54c54db3ed82f14264f3e', '7ef51befb83c27b1bf19d409db7d7c21', '7ef51befb83c27b1bf19d409db7d7c21', 1, 6027, 33188, 1, 1563510777, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7f1202deae539853bcf176c86f3605270aff4b75', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor.php', 3, '814ca718c48b7d372fbe77125b5875a452f534f32838544333409a774e649009', 'b6ed477fdc8c9743c83b57792ed3d81e', '814ca718c48b7d372fbe77125b5875a452f534f32838544333409a774e649009', 1, 4444, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7f1f7f0fd33c33dac921b9c8eb3f9d5be8e63a36', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php', 1, '6682de6189a048c218c3f4844678ac15bcc3c3d9883a4d046e5e86eb90194c12', '67f736ce6c360c6ffc629247c64030ee', '67f736ce6c360c6ffc629247c64030ee', 1, 19964, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 13, 1, 0, '7f6718f98c770e8b3dbd3673ca30250352f5b938', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/virus/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7f73231194eb907bfb29103d93a4242ea2f55a37', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/maintenance.php', 2, 'c87fd1c27f59c678aef1371365802a2dd9a8a875ae11e113bf3969ae33c245e8', '6f6228320e66b219b11a533d9edf744b', 'c87fd1c27f59c678aef1371365802a2dd9a8a875ae11e113bf3969ae33c245e8', 1, 1471, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7f7a33a2b315d50402f18b1168583c8a0eecba59', '/home/hkrhostingreview/public_html/wp-includes/class-wp-user-meta-session-tokens.php', 1, 'ee31bc19b24907b816d3447dc716833fba0f81a20a73a814d07a1ce4def43c49', '9b382f2700b900b8a57618534c2d4700', '9b382f2700b900b8a57618534c2d4700', 1, 2990, 33188, 1, 1547010290, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7fce99d22eceaf4b135b833f7cb9e59caea2b875', '/home/hkrhostingreview/public_html/wp-admin/upgrade.php', 1, 'b3ab5dc815da2bebca9099f6ff759ecb5dd5b6dc8c23109d0a73d7b350a11dea', '3491f1fbbaba178a6c2b6c6ce357ef3c', '3491f1fbbaba178a6c2b6c6ce357ef3c', 1, 5560, 33188, 1, 1568293617, '', ''),
(1627006215, 1, 0, 0, 1, 0, '7ffe14934af0c2caff9602c9c74bfa65851f6d31', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_libsodium.php', 1, '6e57ae0ce42c3d562f60c2552155fe976c2333b3a3e178c506b9de67c909ac0b', '349190eee5edbbdfd58fb3e5640617df', '349190eee5edbbdfd58fb3e5640617df', 1, 2836, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, '800d32da4c13292a1bd0e4e099a9a610bb897bf3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php', 3, 'd62814c63f22ee607ab2d49658ce69f6e2c5f81f14c252e0ed94bb778c048bc9', 'eab9483a5c19cc13037c04714984b37a', 'd62814c63f22ee607ab2d49658ce69f6e2c5f81f14c252e0ed94bb778c048bc9', 1, 4061, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '801e125fa35e806970a677e48a3693dcfa9ed346', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/232.php', 2, 'db4afd154a41d567d6792fdc7ec6d4c60c4b34661f9e31c43f85b59935d6c831', '39e5577bd42b4ea10c0173acc32d0eea', 'db4afd154a41d567d6792fdc7ec6d4c60c4b34661f9e31c43f85b59935d6c831', 1, 384, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '80314e26b0974c6a296b6b5d7f582d7cc796fc0f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Processes/UpdateFields.php', 2, '562d63b0cc1874b405bdeafc791331a1dfb609c65ea0bc6dba7f932821bd445f', '124ea2fca42a0c1528f1da100011a816', '562d63b0cc1874b405bdeafc791331a1dfb609c65ea0bc6dba7f932821bd445f', 1, 488, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '80695147b540bf3b8444bee3738f96099509ebc8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/lang/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '806cb7b1ab916285932f02ffa0f71613ee81e2d8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateFields.php', 2, 'e84ea49ee4aba14915a7dab9195bc2f3aec50ab51669081233244e7ff192ed18', '2c6aa705d2934293d5492c7239e2feec', 'e84ea49ee4aba14915a7dab9195bc2f3aec50ab51669081233244e7ff192ed18', 1, 30513, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '80b5d9d932ab780cbab7d03b235c68bc7d6dcc4b', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-date.php', 1, 'b2e1772879cf36db6f539d6186c035936d0031afb87f8f3c4c216d16ed13a4d5', '49eeca065664422b0341b74a3f83f923', '49eeca065664422b0341b74a3f83f923', 1, 1691, 33188, 1, 1558829574, '', ''),
(1627006215, 1, 0, 0, 1, 0, '80c7c8a5fd6c4771701ed45540064d364aaca10d', '/home/hkrhostingreview/public_html/wp-admin/menu.php', 1, 'e8343ed0c95180a8a68e323585e02d9ee9b90c999459f0c1f4bcbf9e9b2c4b0d', '5c5bb8822b6e9c8e840d998ca955f52d', '5c5bb8822b6e9c8e840d998ca955f52d', 1, 14486, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '810444f498d2b02d29f37613bae281c81317df34', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php', 1, '72be3feebcbd8c10f6f059437a87c5568ef13a33a66fd16b331534fd8da78b73', '65ba105c7d548107b269520614c3ce52', '65ba105c7d548107b269520614c3ce52', 1, 5226, 33188, 1, 1568809556, '', ''),
(1627006215, 1, 0, 0, 1, 0, '81494da104254874c72c08275e8fd87aaa075790', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/video.php', 2, '6f8551d851666f3d7b7fd70822c1963ea20799c4c0687768939e2182f52a512f', '3bb00ffc35841674ed57e75d5f856f05', '6f8551d851666f3d7b7fd70822c1963ea20799c4c0687768939e2182f52a512f', 1, 25273, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8186963406d7759b6913c62e7de1ec741a010629', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/display-noscript-message.html.php', 2, '10dab3b845f1fbd057273dcdee8373d70670010344592b5a071438438f3c5e5c', 'fa9e35ca097f0ec903c0f653dd55e8de', '10dab3b845f1fbd057273dcdee8373d70670010344592b5a071438438f3c5e5c', 1, 99, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8188d03879e30cefb6400d0650c26f5760c952f1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/metabox/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '819108d9e1f25e51ed9c21953ca8dc45ef47dd39', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/storefront/class-hfe-storefront-compat.php', 2, '701e137054f7210a21233628812744d447dee05f7c962c28f8bbd40aa00e7969', '799026ab6f94a5cc4ac5300fad1aff65', '701e137054f7210a21233628812744d447dee05f7c962c28f8bbd40aa00e7969', 1, 2024, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '81a8d40dc6483d24c1f1e8760904d5b3ac87b43f', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/admin-functions.php', 2, 'ca178f990219048101f1ba90d8ab1ff653febd72137322ba51593269325dab88', 'e1b95ef72bea05ac879b5176d5fdc291', 'ca178f990219048101f1ba90d8ab1ff653febd72137322ba51593269325dab88', 1, 580, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '81c3e003eeb36f2c8d9c72dac4f20b4976514dcd', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-search.php', 1, 'd68efc7f523fa324bd3b9579dc40cd1c7229c3781a8aad3f3033862b20aabc6e', '89715deb2e95fa75dbffb170d0c4be3f', '89715deb2e95fa75dbffb170d0c4be3f', 1, 2673, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '81c65c4ded81f8800bd6f5b5e23bcaa6e8918c54', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', 2, '099b28696f6d4dd6608f4b2fb70c3a20ac216ba5a5a02e18620e9322cd483ef4', '023af0a692d7f996576bf3d046378a11', '099b28696f6d4dd6608f4b2fb70c3a20ac216ba5a5a02e18620e9322cd483ef4', 1, 1960, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '81f69b87583e541d7b6d6cc18fab31bec123a7f0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php', 3, 'a879698f248423693c79a96468f454acf14a649b0de036ac8613472f8e0f32bd', 'c149a405b682db40057a897be4931127', 'a879698f248423693c79a96468f454acf14a649b0de036ac8613472f8e0f32bd', 1, 4172, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '820691e2d066b1db684611eeccd307131e187f88', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/progress.php', 2, 'ee4c77cb5ba11ddd1c7644a9a976e64e4a326bf6d2d7fec8d0db9d4752fb0516', '18ca3193f5b920ee11f561c09f7dea0e', 'ee4c77cb5ba11ddd1c7644a9a976e64e4a326bf6d2d7fec8d0db9d4752fb0516', 1, 9644, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '82082f58f2451bb346b6b88c049fa355dccf9768', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/latest.php', 2, 'eec395a6721515f56d44dc7d0fc2a9bcb09163a9a3287240b4d97c5d977bbbc6', '475523f4f4abfd2ef90b5072cf1dda1a', 'eec395a6721515f56d44dc7d0fc2a9bcb09163a9a3287240b4d97c5d977bbbc6', 1, 7415, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8223a051a9455ccf88fa83be9f6e0971d6759db7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-sidebar.php', 2, '92364624e1b2495b694599fa1fd883ce5fbe46536aa11b27174fdeb8a70c483e', '916e4d90c13a675a3cac595417dde382', '92364624e1b2495b694599fa1fd883ce5fbe46536aa11b27174fdeb8a70c483e', 1, 3155, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '822eddca5e98363b83ba76ae888b3c620b2101fe', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/shortcodes.php', 2, '37d6d08b497e20ba5ed0fe49d95eb396d0277343018e2970f7bc36fea7d30b2e', 'dab6dda50b2c04ab97529faa57fd920d', '37d6d08b497e20ba5ed0fe49d95eb396d0277343018e2970f7bc36fea7d30b2e', 1, 2693, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '82328a8fe7cbff02ada95df6da04b698cf909c6f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php', 2, '91848c13eac6c90f8619559665a8cd37c9e61c67039266179b6d01747515ca5e', '3a592833e8e10d34784d24e70937fb2d', '91848c13eac6c90f8619559665a8cd37c9e61c67039266179b6d01747515ca5e', 1, 1980, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '826e7946a18141e07e46ca72172964ecc4765b5b', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, '3e459e452f3a93157f69a92d8c1ff40d7c1039585c0965586fbc647c7eb8dd19', '55900790608df8bbf087ce1f5478a694', '55900790608df8bbf087ce1f5478a694', 1, 4728, 33188, 1, 1569266038, '', ''),
(1627006215, 1, 0, 0, 1, 0, '827340231b62e951c2e4b40dda58fe155ba0ca3a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/DashboardMenuItems.php', 2, 'cb3e2123f3602539200a6fef59b76e52e6149ce047320f640f7d8e3163d81937', '3fe4e1752b7f362e45d0623c47bb4ebd', 'cb3e2123f3602539200a6fef59b76e52e6149ce047320f640f7d8e3163d81937', 1, 486, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8282a6102ace259de55b13e7c98b757da85bd0ab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Migration.php', 2, '7eb36f906e0758c7e3666938236c1c74f0d8202961be8a0c4ff3a111537b27b4', '44764a51212e0dac663bcd46d0725c0a', '7eb36f906e0758c7e3666938236c1c74f0d8202961be8a0c4ff3a111537b27b4', 1, 4630, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '828d16dcc332f27e63ba70958c64f32e5b8beaea', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '829ee9b758387db05027aa4a03e5660100fd6153', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/placeholder.php', 2, '54d01e4241202940183d4364cc8f255ad68aa583dbfdfb5ff159208a5488b138', 'a3cd846fe975422b4538a511eb7edb3b', '54d01e4241202940183d4364cc8f255ad68aa583dbfdfb5ff159208a5488b138', 1, 907, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '82b696181c5e43ba74d1a468d52efaf6c9f01926', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Calcs.php', 2, 'fdaf7e93d720266506e806c5351770cb313ed42b46dff9d625e1e9f870880721', '6279417a02b222ea82251305565ec208', 'fdaf7e93d720266506e806c5351770cb313ed42b46dff9d625e1e9f870880721', 1, 2336, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '82b6b1ad05291f0ce636a5b873de32a4bfe9be61', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Logger.php', 2, '9a0c14d889fd3e74eb820a324d7c938c78bbb2b5e616621db192cf3bbef5c036', 'f6aaf30d9fb6946e6bf7524d554bb48e', '9a0c14d889fd3e74eb820a324d7c938c78bbb2b5e616621db192cf3bbef5c036', 1, 3227, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '83040eb83d42b9e3637af3605de14f3bb3a55dd0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '830d2418f91711330b695e6548de88caffe3ac9d', '/home/hkrhostingreview/public_html/xmlrpc.php', 1, '9b083e42cf64691e34e609bd71760bb5fd721359a7d4bec81c60490aadfb878d', '448284dfc371ca9e6280e44db2b13e63', '448284dfc371ca9e6280e44db2b13e63', 1, 3150, 33188, 1, 1561968117, '', ''),
(1627006215, 1, 0, 0, 1, 0, '83120a08cf672a3739c10dcc4d7a322126cf1bd4', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-export.php', 2, '1a2242ec953c2c9f8b858eb6e66aab04024d9082533978d383be82c3dd2e0fa9', 'aad74f4e5b667dd009e3a5a3f9f15cfe', '1a2242ec953c2c9f8b858eb6e66aab04024d9082533978d383be82c3dd2e0fa9', 1, 1868, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '832060d3cf159e6b3ede79911968ee83d3c8b6cf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Field.php', 2, '061ab203630439db41813eca4056aa3404005fdc311e22b11d6d5e6bce857afe', '6f76a7eaec1da410aa4fb5e29951549f', '061ab203630439db41813eca4056aa3404005fdc311e22b11d6d5e6bce857afe', 1, 1319, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8320d4e44901bc8827aa7d7f671efdf35e1daaab', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-links-list-table.php', 1, '39611e903b87b533a88ce0868d04f52098c5e559aa625bdb652be7ffcd313716', '381da2619a3d2feb8d2d76ed36a31691', '381da2619a3d2feb8d2d76ed36a31691', 1, 7828, 33188, 1, 1569461096, '', ''),
(1627006215, 1, 0, 0, 1, 0, '833f1a8e26cd0c368712bf6bc788d7a1b0b6a2f6', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/415.php', 1, '02cdf3589dda25035fee7b08db7db940f8199954721a15769ba4926b72af4108', '0258cc0fb05462ea8f11ccaea34a55c3', '0258cc0fb05462ea8f11ccaea34a55c3', 1, 420, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '83481cbbb9f3a70dbef403d5f7c879b0eac4a8f9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wp-comment-form/class-comment-form.php', 2, '18cdeae7c7c17d215ef6bd7bc52952f2965e7b33c85f96ff8b50971eb495704d', '606b0eb4c8a5fc975597fdb6861125db', '18cdeae7c7c17d215ef6bd7bc52952f2965e7b33c85f96ff8b50971eb495704d', 1, 2583, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '83513907264f68749f03429ce86b35160b1179aa', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/help-tabs.php', 2, '51c445b5e59d9cef94556add974532cf8ced3d1e87740130c6d7dd74c01d8f82', 'eebcc317eef2ae4e005681c390d70914', '51c445b5e59d9cef94556add974532cf8ced3d1e87740130c6d7dd74c01d8f82', 1, 6970, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '836442eed75d9a97698bf07fa8688dabeaff0d60', '/home/hkrhostingreview/public_html/wp-admin/options-privacy.php', 1, 'b95180f717e15edf0cd6c5f1e92a0ff8f2c4cf957399537cc28854851bd82922', 'e3391eb6ff41589422a726ce09555bd8', 'e3391eb6ff41589422a726ce09555bd8', 1, 8087, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '839789066986e1e15939c8409d2d363984ee4216', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/501.php', 1, '3afaa11a930d0313afa2690bbb87f2e0e2fc4373c170062de7f293e6816c146d', '650cdab83034f22d3fe803f5d791a835', '650cdab83034f22d3fe803f5d791a835', 1, 399, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '83985e4617a42e9d3cd8387c37f52b787844757f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsDeprecated.php', 2, '861ece2dc5dae02584add9ae33e67cea248d037ba9c3d0f5c756f25f3f58227e', '8f542beedf849a00d5bc3bd05634a8c5', '861ece2dc5dae02584add9ae33e67cea248d037ba9c3d0f5c756f25f3f58227e', 1, 6094, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '83d192507c4abf0d4a3641ad58522903d67bc06f', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/add-fields-help.php', 2, '924941f4448de6862418b589a72cbc0ade8a415a96ad60a7fc8c9334830e4522', '0563316128df86b89e3b0ecbff40ce71', '924941f4448de6862418b589a72cbc0ade8a415a96ad60a7fc8c9334830e4522', 1, 1802, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '84195b6867393feffeda1bd0afe95f11a0bc8be4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Handlers/LocaleNumberFormatting.php', 2, 'c84d4ef55f4898f4e079bf1e6f1dcd18231afc8360acaee007f858c5b412aaea', 'afee2a506738fb0836d419d2ffdb2f3c', 'c84d4ef55f4898f4e079bf1e6f1dcd18231afc8360acaee007f858c5b412aaea', 1, 4446, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '84218b8e4c60cb612416c0ac31859278834f7a0e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-settings.php', 2, '63a39a9fe7beba55cdd70d8cfd0457be388141abfecfbb034556a2dcc5c02bdf', '426289ee76c09b7d56f77f6dd0b3b46b', '63a39a9fe7beba55cdd70d8cfd0457be388141abfecfbb034556a2dcc5c02bdf', 1, 122, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8426c79ffe2127bf1b729cb9c8a10a92bb7f3bfa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '84318dbcb20277115973344a15b2b3b1778c8ace', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/305.php', 1, 'be589f951cccdbefe682c20ab20511f7fdec300855f700d76f0cd9e4602022a3', '58f8f700904bebe62f60a11c2cfbab26', '58f8f700904bebe62f60a11c2cfbab26', 1, 382, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8432a1e6aba2b3144089d2ffc65e095922fede9b', '/home/hkrhostingreview/public_html/wp-admin/includes/dashboard.php', 1, '208af723d81fa3b3af3c238e80c5b62714c06b297a05b6a3d93f8ae1388ee2cd', 'c2b8cf722732587025fd1f7aefc53b67', 'c2b8cf722732587025fd1f7aefc53b67', 1, 61395, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '845d450f37708d9911bac3c6d170b81c526cbfdc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ImportFormTemplate.php', 2, '55641a91e258fdb0a9eb504606bc3b854e3a85094a310bdcdf258015d0f217a5', '93b10131ae633824927e9c3a2657b2b8', '55641a91e258fdb0a9eb504606bc3b854e3a85094a310bdcdf258015d0f217a5', 1, 2897, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '848ac446f1452bd6f00ea2fc8735e2553e55ecb9', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/count.php', 2, '02d6a6348e1e1cf72ab868b44a7335f155620a22d0ea440d22c1e5f61d40213e', '045384dc9c497806904a4101404ae04b', '02d6a6348e1e1cf72ab868b44a7335f155620a22d0ea440d22c1e5f61d40213e', 1, 1491, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '848dacb72285772c26c07048993031a2979de308', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-field.php', 2, '373ee2576c66dfbf4aab2b96915ddbc310157fbcbac7c3a6b081a2b8c4ee45e9', '70d1f45686bca99416721047a01cc2ec', '373ee2576c66dfbf4aab2b96915ddbc310157fbcbac7c3a6b081a2b8c4ee45e9', 1, 7994, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '84bb8b4cd598502dfd5399969dbaa9fb5188e4f9', '/home/hkrhostingreview/public_html/wp-includes/class-wp-network-query.php', 1, 'c2b91c78a936cb632ee63342d19e804192f9d6f7890ea6ab0fc6b8c6590f24f1', 'c626ae94e156999d0c2dab97c83c0bf7', 'c626ae94e156999d0c2dab97c83c0bf7', 1, 18368, 33188, 1, 1568326675, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8529c3e6ab581a48a58c5af18746f465056371c6', '/home/hkrhostingreview/public_html/wp-admin/profile.php', 1, '59f0d220e38dffcd561c891f3c327f551fe390ff320b10b272c9580afd3814d1', 'e065abcd9d5a420e0fb6423561905aa4', 'e065abcd9d5a420e0fb6423561905aa4', 1, 298, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '855d409ba2170ffa214b03482bed2324a048c697', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/List.php', 2, '41b55730ed3af60dbc9ecb43c2f4981644d7d6c5e12028131a2a87804b64045a', '855e479435a5e7921d27c6921a36c705', '41b55730ed3af60dbc9ecb43c2f4981644d7d6c5e12028131a2a87804b64045a', 1, 3393, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8585925d2cd95ac58e830811f549528163e03d77', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php', 3, '389ade9e7207f4ccbf534113dd78464ff6532f4e159a38d63ff10d7ca709aafd', 'a126e0291dab95c705c324c900394bdc', '389ade9e7207f4ccbf534113dd78464ff6532f4e159a38d63ff10d7ca709aafd', 1, 5888, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '85a8ec0975985f5844e8acbe3c2390ce2599e579', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/base.php', 2, 'f4b02479f32d91aaff899c3fcdd69ac878827af3fb3bc26f5b01da954d47d3d3', '896531c0242884747f86e64c38df5e7f', 'f4b02479f32d91aaff899c3fcdd69ac878827af3fb3bc26f5b01da954d47d3d3', 1, 19277, 33188, 1, 1589534293, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '85b4eac712aa86034c3db2732893327af8feafcc', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-multisite.php', 2, '7e44820bf49dd027dd14a48107eafc48965b9693d15fcd8aad2c4a687126504d', 'e3e9ea5268fc375211306c6ca98f4693', '7e44820bf49dd027dd14a48107eafc48965b9693d15fcd8aad2c4a687126504d', 1, 45264, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '85c65de57ea3bcee08fb926088fc3c00dfc96b0e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-organization-schema.php', 3, '8b9e5a91f3185119cd20f09e5323ada988746e689f994ba03bf9296285aa1cb3', '41f74a6332009e3e786f9b51872509e0', '8b9e5a91f3185119cd20f09e5323ada988746e689f994ba03bf9296285aa1cb3', 1, 3586, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '85ca4dcd779bdf3c4217e55f6950a2659dfff7a9', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-2fa.php', 2, 'd7048fe1c332a190feba17e921bc0b54dc152906c0ff9fd3c06ebd60997f54cb', '4e62af2d94ffb720285a2848889766ce', 'd7048fe1c332a190feba17e921bc0b54dc152906c0ff9fd3c06ebd60997f54cb', 1, 21719, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, '85cf59eb18c8e92d81c53dfbfcc4c87688b5bb30', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Generator.php', 2, '3f71ed9b68dc43e0fae6f9d6c6636fc17e3190ee9caf4938de54c9baf4da0f03', 'f0c1ce583245ffe007bd9ffdf83f9397', '3f71ed9b68dc43e0fae6f9d6c6636fc17e3190ee9caf4938de54c9baf4da0f03', 1, 8271, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '86043b1d34afff666590085bd8dea1586b91fe37', '/home/hkrhostingreview/public_html/wp-includes/ID3/getid3.php', 1, 'db1336e43310c7fca97ddfb0ea54853c583bd39a705b54646b638fc057aff112', '9a22047b27152fb5e7060527f68f5018', '9a22047b27152fb5e7060527f68f5018', 1, 70952, 33188, 1, 1568818497, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8649e20af234bf13c803d9ff491f1462f4f46664', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notices-class.php', 2, 'fb459be4dc441b8fa2c80cd8327fa02da8741870e19b857de036f5a6c2c792ba', 'df3803f77f6867ff5166133a0da2e3b5', 'fb459be4dc441b8fa2c80cd8327fa02da8741870e19b857de036f5a6c2c792ba', 1, 11641, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '868c6e7e92fd5a74b1478c9f2607ec0e478af897', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/heading/class-astra-control-heading.php', 3, 'b0148f2d4d676edc6bdcf6a37c959f2a0479a0dcdc6029d93a8c9ddcda10e557', 'd8088ea9aaef450f461e3cd93ecddf8d', 'b0148f2d4d676edc6bdcf6a37c959f2a0479a0dcdc6029d93a8c9ddcda10e557', 1, 1879, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '868ec283e5eb9fad41685cccc78dfbbbc90cb3d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', 2, '040d2ef49eac3d34fa707dbf9ce0dd62abd31a63d470c246a79f1d5a42fb1577', 'd4d9c454aeaa4d32355c4ee28fa61648', '040d2ef49eac3d34fa707dbf9ce0dd62abd31a63d470c246a79f1d5a42fb1577', 1, 2770, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '86c9020a31b9429cec01f02cc04e36fef12b4241', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/classes/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '86cc486d3719075656dc126968ab7780e209516a', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 'e6daf060df1515e9b2afc20e194841c7991aa7f79593cdae1c334083e18ca32f', 'f0480d050db130a4582f5ee81d1d3052', 'f0480d050db130a4582f5ee81d1d3052', 1, 860, 33188, 1, 1532365345, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8707e2ebdabcf233a697fcefe30e0f9a589cee26', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/license-settings/license-settings.php', 2, 'ecbeb160c2bbbeddd62e40688298d56eb15374b5a2e5ae260c18cbb28a2162fe', '15af58116a303c2b8bed3db4d01b9145', 'ecbeb160c2bbbeddd62e40688298d56eb15374b5a2e5ae260c18cbb28a2162fe', 1, 3401, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '87355a7e2657ed35e97664870401fdfe0f0affcc', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-community-events.php', 1, '65a47da9f7ebb0846e840ba85f04fdf5ebd89d0d6755d66e97125ed939ee3172', 'b2543ba111349bacf0c7e717fe0a367d', 'b2543ba111349bacf0c7e717fe0a367d', 1, 15948, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '876d5bc001388d1ffd8c0201af23d63eedc6a705', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/RequiredUpdate.php', 2, '6e56cffa229095c2a1afe1a4838253518e601cddb67c6ea36e712195f5f97da3', 'e5400f8f3e6158a6ee9d3e061b5c0594', '6e56cffa229095c2a1afe1a4838253518e601cddb67c6ea36e712195f5f97da3', 1, 6183, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '877680d78115f415dde1cf826c6cae0e99f9dd10', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-admin-helper.php', 3, '28ec18cac6956225f514a873ef06fc4b9f61e74273df9be0d699ba21d0ede324', '32972fe57db4628f096585839b5b1c68', '28ec18cac6956225f514a873ef06fc4b9f61e74273df9be0d699ba21d0ede324', 1, 2276, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8783ff680ace8dcdcdd0ac95b6dfc2b248848ca7', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-footer.php', 2, 'df692cfafa3878de601afe09ec461f2dbbda139e95838ecbeddab51c0ae61bcc', '9e4ab1f78a55fdfa902d3dc4c7f4e90a', 'df692cfafa3878de601afe09ec461f2dbbda139e95838ecbeddab51c0ae61bcc', 1, 1801, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '87cbe476656114fa095d7348add7a8ccdf59b3c4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Util.php', 1, '92e0cc48a18fce141773b9db588c7b4b5c68d3a8d26b8c2c1becd1e13ef5928a', '7e585a65264f61b888fb67b58b41f063', '7e585a65264f61b888fb67b58b41f063', 1, 27429, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, '87f0d13a713f763f2f4b5f88f3970e401a00532c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/functions.php', 2, 'ae7a39dcec0348d1f9831e696a112f367f4e8496f8037e3f096a98e05256afe9', '79fc4b7931745a6804ad48802046121d', 'ae7a39dcec0348d1f9831e696a112f367f4e8496f8037e3f096a98e05256afe9', 1, 9347, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '87ff420ebb007e200c4645560119bf1839e2698a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php', 3, '10af8db33453abd169ba63d8f264897a52fdf2fc95c7bc15b05607eb00fd55de', '6b2a233c3c206e241708e19d39410a3f', '10af8db33453abd169ba63d8f264897a52fdf2fc95c7bc15b05607eb00fd55de', 1, 1406, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '880e409c6c91c2edf065264ab90f5ebdffcbb5d4', '/home/hkrhostingreview/public_html/wp-includes/ms-files.php', 1, 'ca01c6ea0aafb550c71d9a6260715834eb101a209c56ca59eba5c0f6d73b6d7d', '027184d9aaf72aa96278e3cc59be61bd', '027184d9aaf72aa96278e3cc59be61bd', 1, 2649, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '880ee169024c47a4c16adb248f1e16a46a1a8431', '/home/hkrhostingreview/public_html/wp-admin/includes/import.php', 1, 'a588ebed50ed3aa3f2f4dfd538ca22f3f25da38f20b1532e79044ab34e06a46a', '5b3a6692f3787ccb075d455add15e24e', '5b3a6692f3787ccb075d455add15e24e', 1, 6697, 33188, 1, 1551473932, '', ''),
(1627006215, 1, 0, 0, 1, 0, '886da132349f7433c7b6bd17b0836bdf5c661a97', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '886dad165970658344a73fee42134b2a7cd731c2', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-background-image-control.php', 1, '52fe09c32362a384c539c0c4f78b5ab075065e28c4a7595cbeff7e3285ed1646', 'ca087b66d2269b9918455c24f27358d4', 'ca087b66d2269b9918455c24f27358d4', 1, 1208, 33188, 1, 1534470696, '', ''),
(1627006215, 1, 0, 0, 1, 0, '88d5fbdfbd6b081c4f37929bf73e84c0d1e9d042', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/Form.php', 2, '674d526e1d389b435f322df2198cbb17cb9392fa729fa8a6d1abcb7bc96ab973', 'edb1567f2793dae3d50fca2dec225299', '674d526e1d389b435f322df2198cbb17cb9392fa729fa8a6d1abcb7bc96ab973', 1, 2464, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '88f0cbfb78a3c7e3984aed623c42cc432205fc28', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/honeypot.php', 2, 'cd5f79ef2f671c6d56ff45cd9fbaa7842f4e136e849525f7ef466e81c79320fa', '44cf1dc2d03fd2b3bc1ae89316c8c96a', 'cd5f79ef2f671c6d56ff45cd9fbaa7842f4e136e849525f7ef466e81c79320fa', 1, 393, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '88f534a1ff375ddd4cf313624fdce9c6909fd1d0', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/MergeTags/WP.php', 2, 'a9dfa9ef986f7e09f9f33857f1bd2e218e0172291e63e71eaa7970478583a420', 'daec2134acfeb4e7f85f9360b13125cf', 'a9dfa9ef986f7e09f9f33857f1bd2e218e0172291e63e71eaa7970478583a420', 1, 5580, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '892af1ca451112b6708d985047b632a8a3f2c98d', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Facebook_Feed.php', 2, '9915aa2d74d3dee6c03a2ecf87644d47b9f5ae67228b1cc984a8d9f85905995c', '5148a0cc389ecf889166c7c5d3cda5fe', '9915aa2d74d3dee6c03a2ecf87644d47b9f5ae67228b1cc984a8d9f85905995c', 1, 34793, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '892f91aaa70fa8090ec0d8278f23ae730f5aea82', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/classes/wp-async-request.php', 2, '003f7890e679138d631870cf662448404cf655f4e731a4690489fd4c3da54684', '0aca2caf44ec86767d714c3b49d902b0', '003f7890e679138d631870cf662448404cf655f4e731a4690489fd4c3da54684', 1, 3041, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 1, 0, '893493b8ddc2953eed32322b803440ff6734c261', '/home/hkrhostingreview/public_html/wp-content/themes/index.php', 3, '5054eb73151f32e239f2373aa2fa19c4189b8757409d8b9f824ae6ef4234afe8', '863296de0f144583baa68a518d90716c', '', 0, 31, 33188, 1, 1605438590, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8983f608654072214eebfbf69b2a4369bbd463cd', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 20, 0, '89a1df814e57f82108b830a143983eced0e0e0d6', '/home/hkrhostingreview/public_html/wordfence-waf.php', 4, '5a454d6aff07dc3b62051cae191d649e805c753a839671fe5d92b27e38e0def2', '9af4d4e69c4f6223bd257fe310797577', '', 0, 325, 33188, 1, 1626945887, '', ''),
(1627006215, 1, 0, 0, 1, 0, '89a496f21fbe35ece3ce4fb890f38182065aa15d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Color.php', 2, '4b175429453cc4afb7e018660cc219448aab1965ace84ec0ba3be7e0e39a4ac4', '62b2432494e45c0e21ff02b86c0f7d32', '4b175429453cc4afb7e018660cc219448aab1965ace84ec0ba3be7e0e39a4ac4', 1, 623, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '89a52de9634954e46e5479ff83f0057e4e6ad3ee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/color.php', 2, '1c90bf3b4af6c308dcacb6db32e58d572b20b5c3b45e1c3715523acf910e2435', '218cf7b5d740c8e7bbacfd32f33ef2e3', '1c90bf3b4af6c308dcacb6db32e58d572b20b5c3b45e1c3715523acf910e2435', 1, 6401, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '89dfd83fc1ccd2a28509ec5ee568b48c00d2c99d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/wp-contact-form-7.php', 2, 'f28ffaedfcef99a21eb74ba4d2f729e544dd1abda698e1a14c61aaeb726acec7', '49ee729da44e12730de8119903d460d2', 'f28ffaedfcef99a21eb74ba4d2f729e544dd1abda698e1a14c61aaeb726acec7', 1, 1751, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '89ec70c933148761b4ab0776fb15973079276f7c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-streams.php', 1, '52af7b63cf55202775a5d0ce8cb04055bfa9720981b6143ff250066ed2cc661c', '5d59d22954180bd442463130eda6d5b8', '5d59d22954180bd442463130eda6d5b8', 1, 16070, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8a0bb6a7a62510019f329f9cccd5fe7475c63a24', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/language.php', 2, 'cc838416c1e512d8707aaf2352c04bac61e2ed52ba217a20a5acc58896870243', '412b009067655b39cb45338f9857404f', 'cc838416c1e512d8707aaf2352c04bac61e2ed52ba217a20a5acc58896870243', 1, 1135, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8a216b8fa6bec60c5d9a85653cbb22fcbb26c447', '/home/hkrhostingreview/public_html/wp-admin/ms-themes.php', 1, '6394975eb6b0a34b4102983f86f99655d233e54744a9643ebe9cd2a395583bb4', '59ac0c4856ff69e3da1ef4fc85028590', '59ac0c4856ff69e3da1ef4fc85028590', 1, 232, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8a8672b34f958dab349e49073aa1808c0516be7b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/general/manager.php', 2, 'c03570e212a406e13802ae49b4074d0ae533948e6e64a0c9c9258991445c404f', '0a8a3fa9257a9c7f82806f17880fc101', 'c03570e212a406e13802ae49b4074d0ae533948e6e64a0c9c9258991445c404f', 1, 4448, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8aa924ed281c91404e071afa55a792278e240320', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php', 3, 'd7ba454139ccef6bf2b4d25aff5ed252bb09a56543f0132c3040e5d9826cfc68', 'bad5c4dcc384dcc3f6f44a178544722c', 'd7ba454139ccef6bf2b4d25aff5ed252bb09a56543f0132c3040e5d9826cfc68', 1, 2150, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8abd3239bc0a65769b703f85828593ec043978a5', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-section.php', 1, '275bcccb963c412ea09fbdf08758f78554609c3de274f84ef7121cd863bae573', 'c732de4800d7f9d74fad0bfd05539597', 'c732de4800d7f9d74fad0bfd05539597', 1, 10168, 33188, 1, 1568546875, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8acf7495bcb75e829bf934ffafa328b6f6f6ce2c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/upgrade.php', 2, '321d0bd880052f3f06e5ea1cbac02c764924045c3f54983240ff3bdbfbc76f71', '4e9cf15b325951e4dda396d41fb71b64', '321d0bd880052f3f06e5ea1cbac02c764924045c3f54983240ff3bdbfbc76f71', 1, 2098, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8b07183e395279cb9e8b22ecac8e08ef0f687f0a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/JSError.php', 2, '541bdf731c393c41ae2c7c9ce648d12e346697b4a518a805850267ff75e19c8d', '927e2b68c9d13cd5027d6eec0be2b831', '541bdf731c393c41ae2c7c9ce648d12e346697b4a518a805850267ff75e19c8d', 1, 803, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8b0cb45ab8052cbc115fad43bc6bfddf38f6d139', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Formstack.php', 2, '434345f68213292041eb169218c6b901b7941d9d7eef3aec9166b99cc0eda25f', '53251e1e870620330a1e8ade477d5104', '434345f68213292041eb169218c6b901b7941d9d7eef3aec9166b99cc0eda25f', 1, 83070, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8b1ec11b74f8674021ec9efcc903a46396ecf771', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-redirect.php', 2, '14ae64e6f5b88647287f9a909281d944ae18fc57a6fea599985a2ab976cd7e9b', 'd1d26042566a4927eb703f7ad6acb116', '14ae64e6f5b88647287f9a909281d944ae18fc57a6fea599985a2ab976cd7e9b', 1, 1403, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8b2a69dc87c8ed243330a91046001f4856fff235', '/home/hkrhostingreview/public_html/wp-admin/users.php', 1, 'b1b289ec341101b30beb05b1f13d439460b0c940b218def2cc12ccf81a4eec9d', 'a453f7dc52ff2f59f9e69c4dd99db773', 'a453f7dc52ff2f59f9e69c4dd99db773', 1, 19890, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8b77dce6482f7e938be024cc28d6134c5621b7b8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php', 3, '779fc9cf651d02ee73488103e9ce85b25c458aa17a3c712b23e1cf48f94e2722', 'd0f145798e383b8bd885482a875c715c', '779fc9cf651d02ee73488103e9ce85b25c458aa17a3c712b23e1cf48f94e2722', 1, 1557, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8bbf00eadf78f5a41402b69657b3f72b70705a4d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/match.php', 2, 'ba074a31ad7807e62880636590a60d703e66fa0fe04ad636e5be4915d3f15e28', '7831c4b96e6d30c9d0d2f85f6bccb3bc', 'ba074a31ad7807e62880636590a60d703e66fa0fe04ad636e5be4915d3f15e28', 1, 4563, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8bcd0bfac9b078708a806b975ef509742f1457a5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/structure.php', 2, 'b0fc3ac24b318fb067396600d7f8a079c6c522dec985982a509e8693820c1593', 'a3f9cf02ad78b3e92f3f157ab18f5af5', 'b0fc3ac24b318fb067396600d7f8a079c6c522dec985982a509e8693820c1593', 1, 2565, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8bd51c3535cdee43b3adc30f4fc77bc07c4161a2', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-queue.php', 2, '1eacd535f970c156b5b97e18696937dcee9ab989bde2d28bfb18aad87315e7d1', '3d3dc40d207ffc90232d12cc9da43d2c', '1eacd535f970c156b5b97e18696937dcee9ab989bde2d28bfb18aad87315e7d1', 1, 3006, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c0302d53b6759e16798b7f4b3d4ebe28ae5d218', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-settings-licenses.html.php', 2, '8ca39bac35d71186cdcdd04c21c2c6ac56e6789a35ac327682da7c3153078073', '51fa33eaeae5cc8b0f3e48403d893938', '8ca39bac35d71186cdcdd04c21c2c6ac56e6789a35ac327682da7c3153078073', 1, 1834, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c1133f39b661057ed43454579b79d17a4999e2d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/libraries/class-recursive-arrayaccess.php', 2, '4a312c9c900a95ccc106cfaa06573c6e08e83b96f51e9f7099f9307836bfaa49', '8b7b53213d74638ecb5ebcfbb1134b21', '4a312c9c900a95ccc106cfaa06573c6e08e83b96f51e9f7099f9307836bfaa49', 1, 2801, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c19c370cbc8dbeec8b9eb8d57653beaeb0a2be1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/post.php', 2, '6a75c934bd08de7c2afd107b75f9162b28c26afe0cfe0bb96e1e0ed9187ab7f1', 'acf7f256e1f97812ec494738a6c80183', '6a75c934bd08de7c2afd107b75f9162b28c26afe0cfe0bb96e1e0ed9187ab7f1', 1, 6681, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c1aa0fe228feebe6c000f33959028cbc8b2c403', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardCVC.php', 2, 'ec134ef7cd70fe4e890170f98d156897a8c752f13d6f74686e0e7aad26854aca', 'bd59318b55db65e26e0228dbd4ef1080', 'ec134ef7cd70fe4e890170f98d156897a8c752f13d6f74686e0e7aad26854aca', 1, 822, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c2c19601314140604ea93130c523b6430655f94', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Fancy_Text.php', 2, 'd598ac8c5ae6a6ff87403c560e02881f40da07a7a896eae94051ca4103c286c8', '705b16929dc16f81d18d47d5368bd868', 'd598ac8c5ae6a6ff87403c560e02881f40da07a7a896eae94051ca4103c286c8', 1, 15597, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c50d2e0e79fe1b02ce9517b52351b109623258b', '/home/hkrhostingreview/public_html/wp-includes/pluggable.php', 1, '2a338e4ea099203c1e343141d43d128e250b7a0df302c01bd0e45d79f3f71dc9', '942aa9664a7e5f2d2275e22717fa7508', '942aa9664a7e5f2d2275e22717fa7508', 1, 99751, 33188, 1, 1571067604, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c619c97683270c95db7bc9e0ef907a126f9458d', '/home/hkrhostingreview/public_html/wp-includes/bookmark.php', 1, 'bd26a6576e5e0b0527063ff126a2bda8a6570c2bbf9660658a81c9882126471e', '767b3e54ef8f86b938b7b449e71616ed', '767b3e54ef8f86b938b7b449e71616ed', 1, 15004, 33188, 1, 1568663756, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c61adad28e8369b583be61282fe941230d4c86a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-help.php', 2, '08fe51de1d0c3ab2a1da86b0ac2af405ddb29349328ea2d47080787e0faea68f', '3157e1e7e2ad65c49186c07eafcc79eb', '08fe51de1d0c3ab2a1da86b0ac2af405ddb29349328ea2d47080787e0faea68f', 1, 1434, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c90f07645e87404787bc39e130d5dc58a338e67', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/css/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8c9b6d68ac59ab3e9efbed5067ca6819cb84608b', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-utils.php', 2, '61eb813a887594e751f1f706a1ae11435adbe751a3e486601470ec140d488489', '16dbfd6d72601c51272cc2f4655256bc', '61eb813a887594e751f1f706a1ae11435adbe751a3e486601470ec140d488489', 1, 2288, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8cfce863c1e8e4fe2297d8323175349e534b16e2', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/admin-before.php', 2, '19373a949d4aa6b28ba646629a305201ec9c6a21820440cc6a376a18d9e7455a', '99836e4fd830953c7be9bea521e80e19', '19373a949d4aa6b28ba646629a305201ec9c6a21820440cc6a376a18d9e7455a', 1, 266, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8d0068b8cf0310e32747c7f28f5dfcfedd76f32e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheCollateCleanup.php', 2, 'a4e4fa4c0c113f38183cc04c5d80f865d405efcc323b2ca112f25bcbbd1612b3', '0de8caf8eee0ce008cb60c357ac341c7', 'a4e4fa4c0c113f38183cc04c5d80f865d405efcc323b2ca112f25bcbbd1612b3', 1, 20190, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8d01f817ad52f09e2cb7268af5864967cfbf4b03', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/base-ui.php', 2, '4485613dbd252d3ff3d9305fc2f832aca59704d10ed5f2611b17e8188fd65cf6', '26636d3efe1cb07bbd0c63d70a5c58dc', '4485613dbd252d3ff3d9305fc2f832aca59704d10ed5f2611b17e8188fd65cf6', 1, 3256, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8d5334878fede727c061e5e5f9f9d57b9a197f43', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-queue-job.php', 2, 'f033cfe6f5ee509987b378c7c295067203ff5b605cecf060e282e843bbe8d29e', 'e084c274ff063de4a77d9c77f8d3c4be', 'f033cfe6f5ee509987b378c7c295067203ff5b605cecf060e282e843bbe8d29e', 1, 460, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8d5c890d58e19e825ee6c09ce4718423a30a14ff', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Team_Member.php', 2, 'a692224a92f10a7de64a84c839b59f49ede64d0f636dd5a1ce427662cd660b0d', '8b1632e1948dbd4afeaaaaa6b1b9e23d', 'a692224a92f10a7de64a84c839b59f49ede64d0f636dd5a1ce427662cd660b0d', 1, 24282, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8d8aa13e6e9a4652ba734e9cb05c7172f5aeb0e9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/404/404-layout.php', 3, 'cb30492f7b561c6450b9d30f1a5f0ef91310aeb155f65306e3378c6bad630048', '78e3f515874c7bd6a6ee57f489b66c8c', 'cb30492f7b561c6450b9d30f1a5f0ef91310aeb155f65306e3378c6bad630048', 1, 655, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8d8af141da49339fac4bf5b271115b7deb93edc5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/validation.php', 2, '3929c04fb1bafccae11293d274156a2dee8a7c093b784c6f55c156032293ad22', 'c8c43e949784ef14e3d9e084f8bdcee9', '3929c04fb1bafccae11293d274156a2dee8a7c093b784c6f55c156032293ad22', 1, 1809, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8d90fe6ce3f5c1fd57a6de1722cfd4556f49c480', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/base.php', 2, 'e08204f5e6c48bb4f04e6a29b232364ae4f51428dbf57e0c14aa20fa63cc41ba', '042a50550032b5c500338d882438a90b', 'e08204f5e6c48bb4f04e6a29b232364ae4f51428dbf57e0c14aa20fa63cc41ba', 1, 5283, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 18, 0, '8dd2c7af8a2a95f6a9722ccb15d5de97c42dd2bf', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/admin.suspect.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8de5110d47efc59ac97054d125c8547beb3f25f5', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/notice.php', 2, '5fbf7ead56e3d785ccc07051a257b8d14a8805005a32927dc87ef08502b3bff6', '9138f12e2dd2beab7ab83cb0e744c5e2', '5fbf7ead56e3d785ccc07051a257b8d14a8805005a32927dc87ef08502b3bff6', 1, 9295, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8e037d426a98f01787bd72a78ccd0680b0e3fe18', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/flusher.php', 2, '6ddf38c8e9d645661e996fe266c05bcfb8522e0a2b19dbdc7238aebed8ce92ba', '52ec0e57c80de8efc9773b188f520c73', '6ddf38c8e9d645661e996fe266c05bcfb8522e0a2b19dbdc7238aebed8ce92ba', 1, 1952, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8e083811b6d30f4c71e0bce74d477bb7b5c1b60d', '/home/hkrhostingreview/public_html/wp-admin/import.php', 1, 'a64f2d8120885e7e4bd5b5ed0a1d7959844a59d53f4ab887d269cf617848504b', '7f15d94a5ace4dcd6b73da2373b0cba8', '7f15d94a5ace4dcd6b73da2373b0cba8', 1, 7529, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8e10d02afdf068c8b9c3fa7f821e47d470517932', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer.php', 3, '18bf372eb93f3b9114d76d79948d76d734e2ce575097d0ffa5b776a0f83c62e6', '8be67be4a7b4875c64d7312ca017f83e', '18bf372eb93f3b9114d76d79948d76d734e2ce575097d0ffa5b776a0f83c62e6', 1, 33606, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8e3670bdb14d30be08f0ca1448c92d95b09eb6bd', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/tag-generator.php', 2, '12b3086cc0e9d52111b47cf18a933ccfd2579bfd54583beb4f3d6ad59c5a5b35', 'deb4a98c5a782f2150a080d6a261b4f7', '12b3086cc0e9d52111b47cf18a933ccfd2579bfd54583beb4f3d6ad59c5a5b35', 1, 1831, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8e5ff29966bd7d4018ddb4725b6164e0dff70fed', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/updater.php', 2, '98335626000f4f72feed78f9aaa588e9e9ccf6d487223e8275e7d07fb866988b', '9cc7b82ec03262f7530b408efbe728af', '98335626000f4f72feed78f9aaa588e9e9ccf6d487223e8275e7d07fb866988b', 1, 491, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8e61ab6cdcd790a21fdcb89f6d506bbc9360f7b1', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php', 2, '26429d96eb6b68cadab988d188dd17c00198cba868216c98cb790792bf1577b1', '6046b53a80a0b14ccb62ef8d70cd9f62', '26429d96eb6b68cadab988d188dd17c00198cba868216c98cb790792bf1577b1', 1, 574, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8ebf190e9461fa377fb966cbcda07be78da9ac3b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/memberpress/class-memberpress.php', 2, '8172970bd0f0fb549b2d0519cf18094ebfc160e7719e82a15b14bfced3e2af86', 'c167716f764e30ea71e55a235d4610ae', '8172970bd0f0fb549b2d0519cf18094ebfc160e7719e82a15b14bfced3e2af86', 1, 1526, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8ec202ded4543a951c709ecf71e39f932b9e5414', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/505.php', 1, 'd2ff5b38a7ee8c88a541e2235491d0f700cfe44a1cc73bd503106ec02efe8740', '8e5d4109053303e65b2f4364c1ac12de', '8e5d4109053303e65b2f4364c1ac12de', 1, 432, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8ee367d0ccc58c41444b07767d14036c283aa23e', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/models/model-table.php', 2, 'dbcecf0fb025490582e6e1e1a9483965424d7834727bde0c7996117f8435b95a', 'c4d0cf2f01ed32cd6e41d71b298a1de3', 'dbcecf0fb025490582e6e1e1a9483965424d7834727bde0c7996117f8435b95a', 1, 45876, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8eefbcd98765769444fb0a65a16222f3ed0fdbc1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Phone.php', 2, 'a1639590ceceedd2bbc7ca1cd84fc517fd582bceb28af9820ac6e2155a88aeb7', '92e358eb11c9be5711543a87134c48d9', 'a1639590ceceedd2bbc7ca1cd84fc517fd582bceb28af9820ac6e2155a88aeb7', 1, 625, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8ef6eeeb18f4f7f2af6dd3657e221fd0a8802b4c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Quantity.php', 2, '2109f0fbdcda81eb6a469eb104963e2ecb8dbedea2dee893ec214fb970f8fc3b', '341c617c08c8fec8fd191bf0f7f69a2b', '2109f0fbdcda81eb6a469eb104963e2ecb8dbedea2dee893ec214fb970f8fc3b', 1, 689, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8f2c379d01ae485016d3a1dbc460a71dddf41f08', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-css.php', 2, '3f8d1c938dd4ac8ce3bdb95c92e678fafd73835e0b0b2106f94abd743a98f598', '686ef3c79bba3d1f1b85e19d5cee46b5', '3f8d1c938dd4ac8ce3bdb95c92e678fafd73835e0b0b2106f94abd743a98f598', 1, 15757, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8f347e1d222335aa731b0ca9f03de8814b28e4c7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/required-label.php', 2, '682c4c861d2b4244c20086cf21349acc41fc664ea394d191e22d974c91d6fbff', 'ffdb5820c9818311ab9eecfc758849f2', '682c4c861d2b4244c20086cf21349acc41fc664ea394d191e22d974c91d6fbff', 1, 1141, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8f37344da6ea72cd2676669cf58af1f10b5016d9', '/home/hkrhostingreview/public_html/wp-admin/includes/class-ftp.php', 1, 'cb3755f6f4a5b51106a0e5a61ea7c780875c8a3c2506bd218bec402278728d30', '381db624f7426d11b79377ccf1f409a1', '381db624f7426d11b79377ccf1f409a1', 1, 27127, 33188, 1, 1564863715, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8f459f03c9cf2d3e57d81ccc6ca40a077f6c18b8', '/home/hkrhostingreview/public_html/wp-comments-post.php', 1, 'd9a92dc1689d516240e980e4138a277e473c49362928f2d3496bb581bb07ffbf', '4a98c020baeb9e82f5f577e737234f56', '4a98c020baeb9e82f5f577e737234f56', 1, 2283, 33188, 1, 1548034491, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8fa0fd34c0af64e99fe0e8295005ddb4e213f801', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Compat.php', 1, '51873513ceb053bb7a61e4ed0941254cf021d8d52077d0fc6882b9c3e784222d', '5967b5d7b80cf58c7bfd40339a074a57', '5967b5d7b80cf58c7bfd40339a074a57', 1, 109643, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8fa5ecce296e5113fe354bb1e4b5cbc8cce7a57d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/override-defaults.php', 3, '5a9eb55cdc6925a85115646f32a3a99d0189bb8d998254d0bf57018382384e7d', '96277391cbcf5e81db498a28cf823409', '5a9eb55cdc6925a85115646f32a3a99d0189bb8d998254d0bf57018382384e7d', 1, 2202, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8fd7d75aa7a9b612a6262b49a9ba5890d622b988', '/home/hkrhostingreview/public_html/wp-includes/class-wp-locale-switcher.php', 1, '449ea7ddfb7319cb1a4975106d648abfb5f9eb3f7ccfd5cb65d32b04d1b85813', 'cbc322c63fcf46b4772ce80e5416c6f2', 'cbc322c63fcf46b4772ce80e5416c6f2', 1, 5022, 33188, 1, 1564883215, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8fed76ba885cafde30d6101e0a609e0f6c8be3b0', '/home/hkrhostingreview/public_html/wp-admin/edit-tag-form.php', 1, 'c662f52d6090088f3e82455d29217ef0cf335b1f94620555aad59531d6ff3309', 'b4711a81283f9ade469aa0916f6eb53b', 'b4711a81283f9ade469aa0916f6eb53b', 1, 9519, 33188, 1, 1564094757, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8fee26eb47aefe044105f29e28974c1b4584d396', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/switcher.php', 2, '961e001ec17a2024b7972fd4bae1dc3a58bba7063c32d276c6d6b345718d496d', 'bd536af855583ebd172ab6a033fc7283', '961e001ec17a2024b7972fd4bae1dc3a58bba7063c32d276c6d6b345718d496d', 1, 2135, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '8ffc1fccff42b3767052f7be575304577e8a382f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-site-logo.php', 2, 'b343f69fe7a0e992853a148793292dae47347d26f896fae3d90896c7993311e8', '2bfccf00d81a288e839ed2b52714c647', 'b343f69fe7a0e992853a148793292dae47347d26f896fae3d90896c7993311e8', 1, 21521, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '900a288b4c50d8b78e85225698647cf0087cb03f', '/home/hkrhostingreview/public_html/wp-admin/user/credits.php', 1, 'fffeb97ee7e07e8bebe6ebbf582d0fea1f6d5eaed78784b8d7c172bce97cc615', 'd920b4fb1be2c2c780081d5b4b7de55a', 'd920b4fb1be2c2c780081d5b4b7de55a', 1, 279, 33188, 1, 1380068291, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9027de6fa3f755085213acae07ba65f414991291', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 'f8a86ca85015a1b4bd40a244646404410c302cea375504f93ea3c4f6d53443e5', '5c76509a786684ce4d82d7a6ce2d1de6', '5c76509a786684ce4d82d7a6ce2d1de6', 1, 9895, 33188, 1, 1565903395, '', ''),
(1627006215, 1, 0, 0, 1, 0, '90a0ad5bdd8330ea775c9ee2cda092787e4c3370', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/select/class-astra-control-select.php', 3, 'c9a8e7943ddda6c6bcfc35e31e842f1b9b2c17dd17dcf8e543f233ac9a701bdf', '99222141df8abe1b3e6f325bd88a8438', 'c9a8e7943ddda6c6bcfc35e31e842f1b9b2c17dd17dcf8e543f233ac9a701bdf', 1, 1938, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '90d0015dd18c43c4f06e4edd2b21c8fd7d8708ea', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/desc.php', 2, '1c202619edd39b0f8f827a17da68734273773db2cee879761a23e6ac04255eff', 'd4be17d0083a8e42f6e42e14ed8213b5', '1c202619edd39b0f8f827a17da68734273773db2cee879761a23e6ac04255eff', 1, 3028, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9123883d939e64065209c9e331e2aa7f6c53d8f2', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/header.php', 2, '4713a6d245f3c556cea41e66741afe001890def6863cccc73254febef2c7168b', '7d954680ff3b5363ff1d2185c2ba89f3', '4713a6d245f3c556cea41e66741afe001890def6863cccc73254febef2c7168b', 1, 310, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '914251135b37bb4fab6c8d57b525289fa2c664cc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes/Calculations.php', 2, '313537b1ff78982061317a7c17e0076a88b4db61f24540d98592fbc14b489a9f', '6afe47d40e165c974e8ca0c2ac00a2ca', '313537b1ff78982061317a7c17e0076a88b4db61f24540d98592fbc14b489a9f', 1, 777, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '914f8be8fa3b0c5834e63f5a0a3fcd543306fcf0', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess', 2, '8f5450ba151952e6051672e17f0ddc27f4ad98930193ffd70334f21d7e962f69', '5ad3e97401d168b4fa5fe20e1a806e94', '8f5450ba151952e6051672e17f0ddc27f4ad98930193ffd70334f21d7e962f69', 1, 151, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '918832b507a1706001b68fe0ff59a771ac95636e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/Forms.php', 2, '1d3ce95e7c93a737785ead303d703e70f5a0d26a74148af64e8d4a9ecc051b19', 'af8abac8a2a73d6505332a9d870c049c', '1d3ce95e7c93a737785ead303d703e70f5a0d26a74148af64e8d4a9ecc051b19', 1, 4046, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '91b118b510d2b561cfe976da48d843129450daf2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notices-save-progress.php', 2, 'a2d74f984fbc6c798258559566b31baa750562cc50655c375ba27df05f99fcaf', '22756bb7e694cbe4dd24dd643c9949ad', 'a2d74f984fbc6c798258559566b31baa750562cc50655c375ba27df05f99fcaf', 1, 4631, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '91beba73be863d46bfdb3f07f5753e074c67a577', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/class-ninja-forms.php', 2, '3e2a2a39c808a503cb9ed982cdfdec4ad5d34338a118995a0b4d1821ba53596c', '1067892a6cce8f101576c3d709734fe5', '3e2a2a39c808a503cb9ed982cdfdec4ad5d34338a118995a0b4d1821ba53596c', 1, 3855, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '91c0444b2e1bf51ac92f3b65479737e5855a021d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/date-time.php', 2, '0a30b81b775f36c3394b80dca9a2aeb17892a871ec1b1bceae4f8547bb10cf20', '3d1384d3641335a97d2214fb76bc483a', '0a30b81b775f36c3394b80dca9a2aeb17892a871ec1b1bceae4f8547bb10cf20', 1, 1882, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '91df32a4295594fdcd3e93333b4e62780a228e13', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-list/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '91ff494e92803c58b2250c65d39aad5f7f703efa', '/home/hkrhostingreview/public_html/wp-includes/rss.php', 1, '9b2ae1fb8e7790522053194f22c2236062e1bed2cc4b13616e750f5d9451fec4', 'c21d6d86e75bef00fa6c4a0ec5e1ca3b', 'c21d6d86e75bef00fa6c4a0ec5e1ca3b', 1, 23208, 33188, 1, 1477895312, '', ''),
(1627006215, 1, 0, 0, 1, 0, '921576390a3a90b965e73562c572a9cf5d9b905e', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks.php', 2, '628881cce57dff62c9f7b8ff30a51ab0183808f6ae5858ee05fa7eeeddd071e2', 'fcc003d817d22d11b401d6a3941ffa3c', '628881cce57dff62c9f7b8ff30a51ab0183808f6ae5858ee05fa7eeeddd071e2', 1, 3430, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '922dc88bfbce58f2021475f96d786d525d487801', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_print.php', 2, '65f822f16ebd236e7fbf0ed8c83b6bd1f5c6caa969321067f05f2b70314109c0', '83c005aca8985cac21bf43fcec3dba0c', '65f822f16ebd236e7fbf0ed8c83b6bd1f5c6caa969321067f05f2b70314109c0', 1, 16335, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '923b66b843e9bd7f5ca40bbe1e9e83fae919125a', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/201.php', 2, 'c845721778c9a4a82badc2c6acb41600dd98d64797e3fd5f3cf6c0fac2495abd', '10be8ffae5a75ad5b2e45a9305497d43', 'c845721778c9a4a82badc2c6acb41600dd98d64797e3fd5f3cf6c0fac2495abd', 1, 390, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '92577de86a6cdb878f0f2a15bb94b4c1a1fcce4c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/rest-api.php', 2, '81ceeaa340f84fe275a25c98ff0a0adae011615ac19aeaa2148d5af6e1843327', 'ffced7219b0530d913679938439498b2', '81ceeaa340f84fe275a25c98ff0a0adae011615ac19aeaa2148d5af6e1843327', 1, 8289, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '925bb3aa2ae617b12c37b6716109c07ae5609060', '/home/hkrhostingreview/public_html/wp-includes/class-wp-feed-cache.php', 1, 'dd6f352f22ac2bdda8474b5299eb8b7a537634f65a640fc06e1a55ec825b4c3b', 'fa9f1bec5a8ef5b8db2d7de5e5a97740', 'fa9f1bec5a8ef5b8db2d7de5e5a97740', 1, 749, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9280e9cc01222e724a6284b8c7af8451172e1504', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php', 3, '3a3e766c4bed1ddf7fa3f0f93a22748da02b5018937fd9f4485426bbe63eff01', '9addd2e68a2d75c26386136e478d7579', '3a3e766c4bed1ddf7fa3f0f93a22748da02b5018937fd9f4485426bbe63eff01', 1, 2531, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '928b01a3e8807bb89649a5963170c7bfd9282597', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/display-fields.php', 2, '945cefd7028dc1179facd247c3fd44f77422ffd24bd1d31d1bb00331ad7afd5d', '09d7562c78b3e97278183f0aa6f516d1', '945cefd7028dc1179facd247c3fd44f77422ffd24bd1d31d1bb00331ad7afd5d', 1, 10946, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9299d7f8196df887cecc35b394f727280ea21c35', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/scripts.php', 2, 'dc8afdc8e5185e5dc6b409f8b7721d1c46a3e490728391e219be1e21e7ab7636', '5c10c02b59dc18c20729055c9c828d48', 'dc8afdc8e5185e5dc6b409f8b7721d1c46a3e490728391e219be1e21e7ab7636', 1, 5001, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '92c5fb44a70baa2245711349d245d5317265efce', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Misc.php', 1, 'b8b620fd24cbffd92c32e1147ed39f3d9c50049e0c88ae5637634c6b4b87fc58', 'cecde679c62dd50207d8d25ece1a4b89', 'cecde679c62dd50207d8d25ece1a4b89', 1, 51550, 33188, 1, 1373303416, '', ''),
(1627006215, 1, 0, 0, 1, 0, '92c72649a49b3d779be14dcbbee1ed440da4a98d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/elements/repeater.php', 2, '029d57f77302ae542780f95f124cd7fd57dbef36e2345a374c468149ccf22256', 'a2ae7fcea4214e830d6b9caf7c49795e', '029d57f77302ae542780f95f124cd7fd57dbef36e2345a374c468149ccf22256', 1, 3026, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '92d703301ddc210f2485c1c04e50595cfec1602d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php', 2, '2a3944ad030d6a5622ade46d0550d87506fa576f6c503b4e67f618cae9bfc04d', 'cdcd9aa113e696ab726a0c78952fccd4', '2a3944ad030d6a5622ade46d0550d87506fa576f6c503b4e67f618cae9bfc04d', 1, 17319, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '92f9c5cbcf01ed4e3a8cd3c53e4d0bc5bd77a5f7', '/home/hkrhostingreview/public_html/wp-admin/includes/image-edit.php', 1, '3b1d7bf46791cd95c2b7ff1aa5f2df5d5520e041b2c620f2d26aafb9a30d1f8a', '4622f71e5b9705b1d417390a0af57fe7', '4622f71e5b9705b1d417390a0af57fe7', 1, 35172, 33188, 1, 1569866217, '', ''),
(1627006215, 1, 0, 0, 1, 0, '931ee5d1c6f6fafdf2bd00cd18043ff89619bd3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Extension.php', 2, '3debfca9432fbd15dd0e53cc3ca7e18891c059313969e82162d9d85690a9efed', '2dfd4915f40ad6a7b508d70bf95026ef', '3debfca9432fbd15dd0e53cc3ca7e18891c059313969e82162d9d85690a9efed', 1, 3151, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '933175ff2404b932011dc55ffac2f46a68398fb4', '/home/hkrhostingreview/public_html/wp-admin/includes/user.php', 1, '3f3e70c5ecd04db5fa127df2eb10bbfbfe948ddadfc6890b5beecc7badc54da9', 'c97088fa06032b0ffe7b7e5563592f7a', 'c97088fa06032b0ffe7b7e5563592f7a', 1, 18205, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93516cd016266ae8a8170c8fa92595eaaf8c5371', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/FieldsController.php', 2, '6642180b7e047f4b77a86849d2b75da41e176330da3ddbba396ffb7e9473b0a8', '9b60db985116c497d0b6591c97c85127', '6642180b7e047f4b77a86849d2b75da41e176330da3ddbba396ffb7e9473b0a8', 1, 17359, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '937df0b883acfe80c8bf69d3fbced21695c187a2', '/home/hkrhostingreview/public_html/wp-admin/ms-users.php', 1, '4eef46b3f6bc04623f6a3344ff539d77a592c8be2cc14011124898cc12f4688f', '344e17574215967ae0f48bd084ef1639', '344e17574215967ae0f48bd084ef1639', 1, 230, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9383cd9b636e6f865c7ee8b90b667720b2f32700', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-menu-drawer.html.php', 2, '0529e0fe563437a1ab436d59e90e8bee7a16169353a710b05e8202d39ef2c88f', 'c926d02d84275a3ffd935aff27d1c95c', '0529e0fe563437a1ab436d59e90e8bee7a16169353a710b05e8202d39ef2c88f', 1, 763, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '939dddccb1ed57e0d0143ee01a49cd46a4813695', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/template-tags.php', 3, '3353f5d2e4e4fdf0a5797175dadeffd1249819f0e0b734ae551322181f29b721', '737670e94369332d7ead1e31e5681b07', '3353f5d2e4e4fdf0a5797175dadeffd1249819f0e0b734ae551322181f29b721', 1, 1182, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '939ee72de62f1e4c608550ec657b2b468ffe068f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/RequiredUpdates.php', 2, 'd49a216e235d4b026aac3e075ad3663098ca9da61e2a553d87a595427c72a028', 'e2b1243e4133adf6524fa67f7fada60d', 'd49a216e235d4b026aac3e075ad3663098ca9da61e2a553d87a595427c72a028', 1, 1472, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93a1560e277de0591006c7246f5444e1ca3a8f68', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks-footer.php', 2, 'd9474caa579810ef57628ae0dcb2db1f83e6e32ee2c2f1d3f3c18bd5d6b431fe', '98a08cc4c4b589abf921c74c6d70b52f', 'd9474caa579810ef57628ae0dcb2db1f83e6e32ee2c2f1d3f3c18bd5d6b431fe', 1, 251, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93a78f79c1e6a60eab95220e4386b408ff333861', '/home/hkrhostingreview/public_html/wp-includes/session.php', 1, 'c7e000820960c5480135ac0a710ba745a7395027d8b8b6280cc3236048557d8f', '03e81670ca426343d0c8ce7990a3fa9f', '03e81670ca426343d0c8ce7990a3fa9f', 1, 264, 33188, 1, 1570555144, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93c9efd2aa43c26f3e660683ff07f7c6eaa0bef4', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionAkismetSettings.php', 2, '1f21dd8630768ae2a5b840928d8bb6d1f611d1858ff1cf61abf5c114efbb78c9', '364ed025cea467a448c789ff491135dc', '1f21dd8630768ae2a5b840928d8bb6d1f611d1858ff1cf61abf5c114efbb78c9', 1, 1379, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93ce889c0f773d45f329d14086d6b9cbd7617d39', '/home/hkrhostingreview/public_html/wp-includes/class-wp-fatal-error-handler.php', 1, '4de15aae3a0b2b240dc681cfbcd007d94b9454a0bede9a05eade2a2a2f729fd6', '75d9d27be814fcd2d1a0c68ad9df4496', '75d9d27be814fcd2d1a0c68ad9df4496', 1, 7429, 33188, 1, 1568654635, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93d1ed8a2c3725326f0784dc7bff229bfca920ee', '/home/hkrhostingreview/public_html/wp-admin/includes/misc.php', 1, '3f8d5bf214a216f5d1eb6cb4177e621a4849008ebb8978d027acb87288a99431', '320c5fc784cdce5ad3b4afe089eacb89', '320c5fc784cdce5ad3b4afe089eacb89', 1, 41999, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93e8cf63f9d8eb67742bb7e7c514c8555d449ebf', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-review-notice.php', 2, '9758dc2e0a360e7be3c1af893a25c4640d16b70b6d63c7f0bf33fe8824ee6528', '44d4b829787bcbcfaf267e67068943ca', '9758dc2e0a360e7be3c1af893a25c4640d16b70b6d63c7f0bf33fe8824ee6528', 1, 2603, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '93f17044235758f080b09113416cba674a0f9d68', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive/class-astra-control-responsive.php', 3, '320a122a2025df047aae66f3282ddc738c799e8ee91d0c0767b7a9480b9d39f0', '70a4a46138f445954ac59c03e82457f5', '320a122a2025df047aae66f3282ddc738c799e8ee91d0c0767b7a9480b9d39f0', 1, 6184, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '942dfffa322642a206528fb017d689083342b449', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-model.php', 2, '2454ed788489cb56d42e6122a93ed77eaff0f1e1a4cf1f261f30c95bd7775e09', '8abb9b21755c31a955517552237174de', '2454ed788489cb56d42e6122a93ed77eaff0f1e1a4cf1f261f30c95bd7775e09', 1, 588, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '94525a46c57a0463052944c2d86abf81122d485f', '/home/hkrhostingreview/public_html/wp-includes/rest-api/class-wp-rest-request.php', 1, '6ebe028843d3c3eecdf29d788b8a1bd4abdaec3c77d79002b8eee880f292f021', 'f0507f57d54e3c5d61cc7af2fe79e9a2', 'f0507f57d54e3c5d61cc7af2fe79e9a2', 1, 24440, 33188, 1, 1572975363, '', ''),
(1627006215, 1, 0, 0, 1, 0, '94703d0175cfaf644b435939623004e9203a816f', '/home/hkrhostingreview/public_html/wp-admin/credits.php', 1, '2d488ce6df88036caac82d23e1491028256ae32652015bc105932d7a95338ab4', '1e1f3b24753fa62e099082aab7a21d67', '1e1f3b24753fa62e099082aab7a21d67', 1, 5307, 33188, 1, 1573505282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9474727763d885b9fc2d5352eac4ba35b06f15fe', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/216.php', 2, '2ee7fad8ecd648372afae00a9bd6a9a8906b1ef7995e90d71a01bc181831e759', '00650d49b65ab431c426eeafa0e223a9', '2ee7fad8ecd648372afae00a9bd6a9a8906b1ef7995e90d71a01bc181831e759', 1, 929, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '949d4849f42e948f06dd18d2abf68b121fa514bd', '/home/hkrhostingreview/public_html/wp-admin/includes/class-walker-nav-menu-edit.php', 1, 'adaf05cb49dedcf11f72d4162b41dee425c04845e031a854dfd41a04b8918dbd', 'bd712ec145950741459417ca9fab0e65', 'bd712ec145950741459417ca9fab0e65', 1, 11759, 33188, 1, 1567471265, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, '94bd5f17f9b53a67f66c75c5af43e1d6a5c53d82', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/SubmissionMetabox.php', 2, '6967dcf9a32e0110acfeb577bc36b05c9c2860dc08e097bd4150ec5f85261b90', 'a7309965676df609f27ff6fa89c66b38', '6967dcf9a32e0110acfeb577bc36b05c9c2860dc08e097bd4150ec5f85261b90', 1, 747, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '950f75f571dad7e48a7c16e14b04271aacb5f26c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, '2bf0a13dd17884e9ab262ac004f6f940358d27fcbeff492789e6280ff5970853', '93f701bb01e99676df0d732a935c810e', '93f701bb01e99676df0d732a935c810e', 1, 5207, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '95554cff3040c3bca14fcc4605db0b9110a1f853', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php', 2, 'a7bfc83cf29b216a6c528bcb1a593103e71ae5349eed15333531b0ebb585eb88', '96cb66f35c7fbabad5b282e6c8ccdd86', 'a7bfc83cf29b216a6c528bcb1a593103e71ae5349eed15333531b0ebb585eb88', 1, 628, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '95683cf5b47d984178eef44f5d23be25a6e76ec3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php', 2, '2ab7cb59f7d6c7bc0e5e261f97ae38313d25656af62d8577ce12ff2a92b842c9', 'f1df46c94c52af7bb7b018c8922183cf', '2ab7cb59f7d6c7bc0e5e261f97ae38313d25656af62d8577ce12ff2a92b842c9', 1, 516, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '95af5ab7cbf22e84599cdc9b737573513de14f40', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Plugin_Usage_Tracker.php', 2, '753e02a7ee80188e859f8d3643a93c1cdd6fa95b7a5d445adef4d8484db3ccee', 'eab909543c80b45294c250599d72adf3', '753e02a7ee80188e859f8d3643a93c1cdd6fa95b7a5d445adef4d8484db3ccee', 1, 41004, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '95c89d74d6ae2b9fbc51cf0db62dd7a868a0d106', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, '3c9c80ee6f505799473a478d5bfb762d17714a7ac2d47a159d23429fee1d2855', 'a64f5211e61181e05dd2fcbc49b74e0b', 'a64f5211e61181e05dd2fcbc49b74e0b', 1, 15984, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '95e31657c36e6f3d972ef762ceb38ba7fa3db703', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php', 3, 'e53ff98c8b1ffb01671559904463620282bfa53a98501e62314a565e16d22877', '816a6403cb8172af445e750890ce9c46', 'e53ff98c8b1ffb01671559904463620282bfa53a98501e62314a565e16d22877', 1, 32443, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '95ea73e1e7b7f345eb8f0a6fc08c6c4e527273bd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/nonce.php', 2, '20666dab40153563b48e2acc5a71d24ed86293bbe45b8e9e1366d6f41e37de89', '64e6ecbd4aa10ea730824ad1318006f7', '20666dab40153563b48e2acc5a71d24ed86293bbe45b8e9e1366d6f41e37de89', 1, 279, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '95f2db35a325f12cfec0eab7db8a52e112668e85', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-log.php', 2, '16966ed9b87be0844d06f1c02602628c62daf596549cac9d2863faee5671f1fc', '671dd8154df62391b0b835038cc25497', '16966ed9b87be0844d06f1c02602628c62daf596549cac9d2863faee5671f1fc', 1, 5585, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '966c92d36dced00a257088b8b969ab75f5bc695c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Total.php', 2, '4324dd34a50a18dd2380e14d638a90399ab20d908f72fd70b8589e5f719f06be', 'e58e6aff0c687a0abda42338d6a9470f', '4324dd34a50a18dd2380e14d638a90399ab20d908f72fd70b8589e5f719f06be', 1, 1207, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '96929ca4a97f6e247a83d014e792e97e0815110d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/file.php', 2, '5abeeb1e0f88092f1d61ad546a050089496aa104bb808f3fabf0fdd090502080', '4a84576a9cf6e82cd00ee38f488a5bc6', '5abeeb1e0f88092f1d61ad546a050089496aa104bb808f3fabf0fdd090502080', 1, 12318, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '96a934ee8a85e46568e25f90f0dce314e3473812', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-cont.php', 2, '159dda71224eaddd8d9aff5edb29c8ef122c7ff3f05899ac6101089289eebb92', 'e71a764f59284d9e9949288b71ed6119', '159dda71224eaddd8d9aff5edb29c8ef122c7ff3f05899ac6101089289eebb92', 1, 834, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '96d8190e50ec149d45ebcde7a8795385e85d2d02', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, '9f945f6b32f34b23282cb15654dbe5fd6c9b088d1c11aae62a932b45d01e2404', '1dae1d2b036f7e98a458fce5dd9300cd', '1dae1d2b036f7e98a458fce5dd9300cd', 1, 108, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '96e1097b9723d52316b9bcf5fd8cd479e3de509f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/ActionNewsletter.php', 2, '7ea131c2eb12cc76ee700e14e12920134ac1196a219f3960ce308956fb4ee30e', 'bdaa802057a548c6a9d54ba65064cdbd', '7ea131c2eb12cc76ee700e14e12920134ac1196a219f3960ce308956fb4ee30e', 1, 4559, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '97101ebc48b851e7194ec77aab26fc059a3821df', '/home/hkrhostingreview/public_html/wp-includes/feed-atom-comments.php', 1, '1baa9a242a10b9c2428b568493c52cdea9258ff0ce5001bc63df7d5c120b3652', 'fe71789768a8c13cec561b07d558f4a8', 'fe71789768a8c13cec561b07d558f4a8', 1, 5405, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 15, 0, '9715e7da1dd7666eceb75021cd07e31838a90c6e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/sidebar-manager.php', 3, 'ea4c85439d1f7e28e82e8295a74d5cb63b9096b44ba41b583c20b967855fe492', 'b6d3e20ca52ca0b3a16c3a13aec53ae3', '75456cea2667a43e8ca111633ba13a1ec562016feb69bf0df36b1a1cc803054b', 0, 2040, 33188, 1, 1605438544, '', ''),
(1627006215, 1, 0, 0, 1, 0, '971ac0ce7e4894865cf9d56b8187d76cde06c121', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_classmap.php', 2, '0152e587f0e93cc11559da67b1c17ef7e7de187677f10e8520af79f52bae1471', '06f0086d1bc462e4c0d5e13a4cdcc865', '0152e587f0e93cc11559da67b1c17ef7e7de187677f10e8520af79f52bae1471', 1, 6164, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '974592becc736f32b9866160f5a4dad9a71faf5f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/kits/views/panel.php', 2, 'a8f4523ab12f5d9c38a803a16b68c4faab5726380501f1fae54592452d89d0aa', '2263b0f4fac8889d17c7408e8011219c', 'a8f4523ab12f5d9c38a803a16b68c4faab5726380501f1fae54592452d89d0aa', 1, 655, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '975204ca8c4c7f5f0d0f387c36b47c09c0034e45', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/blog/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9781ade6e1176ca6a70bbfd0c9494b8eedf9c883', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-asset-manager.php', 2, '124b0684bb1ce191c0a610fe2308428615fa80678efc5f92bf655adcc5113732', 'd42f747af6c9bf55266fb12a31ab89e0', '124b0684bb1ce191c0a610fe2308428615fa80678efc5f92bf655adcc5113732', 1, 5117, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '978fa8e9f22754e0fdd9375a859c1ab38b9ea76a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Objects.php', 2, 'c3c2d1f520aa0c7d49565cdd2c7b7fd98d4146482f8dd843ee16dc1d467e3507', '9fdb0f2ae684886fcc4d3f49c64f5cda', 'c3c2d1f520aa0c7d49565cdd2c7b7fd98d4146482f8dd843ee16dc1d467e3507', 1, 1533, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '97d5198540bcda09101511bec0f1cc19074233db', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/BatchProcess.php', 2, 'ee5ce409aaa9d946b592e282a29f98d2f9a340237491d271a20671e90cff2ad8', '8606c35da41eddd129b6fffeafa42efc', 'ee5ce409aaa9d946b592e282a29f98d2f9a340237491d271a20671e90cff2ad8', 1, 4909, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '97d93c8411ff1dbb4f7f2dd398dc6506b2270ac8', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-dynamic-css.php', 3, '18a2b15dbe6d31ab1eb3bf13eeb90d02cc3bd2b70f524f6fa367fa1f2957208a', '076d29c63eb60fb069112821ed0364c8', '18a2b15dbe6d31ab1eb3bf13eeb90d02cc3bd2b70f524f6fa367fa1f2957208a', 1, 96586, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '97e0c837ffa1a1679ef6eefc80fdd5820ccbb318', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php', 3, '73022326bcb8528cf7b9156467c81b7a3d4b662e8f033d3db15a02af95be5dce', '607e3bb8957eed11a37d5cd344fc3c6e', '73022326bcb8528cf7b9156467c81b7a3d4b662e8f033d3db15a02af95be5dce', 1, 1130, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '97ebda1d5f771aef1e25a8df087df141b129c942', '/home/hkrhostingreview/public_html/wp-includes/ms-default-filters.php', 1, '8bfca25763f88cacd7653de677bfda938bba8b29ff0b7270de5d8aad94bc9fd3', '6cf25ce7713083ea488a3b1f1114aa14', '6cf25ce7713083ea488a3b1f1114aa14', 1, 6414, 33188, 1, 1546937328, '', ''),
(1627006215, 1, 0, 0, 1, 0, '97ec02daf62a1d16c2df1682575c2dcc05b65fb1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/functions.php', 2, 'a02be4bb2261ec0e3fc6e592eb88fdd13393dd6acc7a1e536ed7c74092977129', '41c68c53f4a11821d8d6c7dd21c90e55', 'a02be4bb2261ec0e3fc6e592eb88fdd13393dd6acc7a1e536ed7c74092977129', 1, 15173, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9813695eca62561556cccd23987c536825df783e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/sub-limit.php', 2, '83306ad2335fae9b4f1d989642fb3369394d1546eebd7644406269ee28df070d', 'd94dc900ddef2da37b87225d1b1851a3', '83306ad2335fae9b4f1d989642fb3369394d1546eebd7644406269ee28df070d', 1, 2156, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '98701994f3e3a69cd55bba8e8e905e5b3433c003', '/home/hkrhostingreview/public_html/wp-includes/category.php', 1, '0fc0610d9a79f273241a351b5917121e0d1e26108ab32eed76763e57fc01af2c', 'b8b7e875e3193cb5ca0d80bc5cea4014', 'b8b7e875e3193cb5ca0d80bc5cea4014', 1, 12378, 33188, 1, 1567358039, '', ''),
(1627006215, 1, 0, 0, 1, 0, '98b1d6445017a1d78e1714da9536b113d50345ba', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification.php', 2, 'a7b5e2941391ca394a913c11fe1a1c785a66ce9f306870fa954bb1214a5302e4', 'b13d13f181e9270567658cae4e846a77', 'a7b5e2941391ca394a913c11fe1a1c785a66ce9f306870fa954bb1214a5302e4', 1, 3412, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '98f8ed1026a429c9e79489c2b8ff2c00e7df33d5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/user-info.php', 2, 'ef36de13e0f001d7944bff909c604da520df061773b34c4ee314071ffb0145a9', '7a54f76ff7b69e592473eea8321ed47a', 'ef36de13e0f001d7944bff909c604da520df061773b34c4ee314071ffb0145a9', 1, 1388, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '99084e6f861ac4345c93652eda7d92b7b8466b35', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/220.php', 2, '9760369d96e9dcd32a259975f345a9349da5fa17782851078c572bed840352f6', 'e96a4d971ac0417ed5732ef91948eabd', '9760369d96e9dcd32a259975f345a9349da5fa17782851078c572bed840352f6', 1, 1225, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '990d5324be4ab2afde9fb9fedcafa288b0652379', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php', 3, '2b2dc1b9ee054bc4c6aa3a1a103273d24b4297e23e8f748195698286f3fba94c', 'd5121a260428ff265f638ae70242c207', '2b2dc1b9ee054bc4c6aa3a1a103273d24b4297e23e8f748195698286f3fba94c', 1, 1635, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9937398d35398c35906c0ccc1fb7a1e6a55be973', '/home/hkrhostingreview/public_html/wp-includes/comment.php', 1, 'e7f282148f94c0b72677c5927e275708dc6f92b7a7fad4cd8ba59b531d417ea1', '1f4546247ea6c34856b425d25cf79529', '1f4546247ea6c34856b425d25cf79529', 1, 116637, 33188, 1, 1570484223, '', ''),
(1627006215, 1, 0, 0, 1, 0, '99378bf08201c5b75b0ef45cf133da2b2d88c426', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/submit.php', 2, 'd23bd911eaf04ba6fce9823f41f1fa61f87dcf578ac2481c8475fd846c1c4f75', 'a7667bf9607960c013db5e4cc17e4501', 'd23bd911eaf04ba6fce9823f41f1fa61f87dcf578ac2481c8475fd846c1c4f75', 1, 2048, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9982700a0b2a502c30706c1339f4992d403161b5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/uninstall.php', 2, 'a203d9cf2cc88538cfa8f6ac892d0512b6e07375c3bda50fcb7b61d154b38353', '56323fc8270525fd129ebacefe30a016', 'a203d9cf2cc88538cfa8f6ac892d0512b6e07375c3bda50fcb7b61d154b38353', 1, 459, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '999bf85d61bfee938d6c96172f26a1ff52d51f18', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Dual_Color_Header.php', 2, '3dae024d07b1359cb1f8fe460348b52d55c9f97065315cd289b0e9f2becac7f0', 'cad5cd97da031574a13c6d0f9502ad0f', '3dae024d07b1359cb1f8fe460348b52d55c9f97065315cd289b0e9f2becac7f0', 1, 16496, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '999e4e8a164050c0b51324c01ea6ee92c8cbcc07', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', 2, '5a35b2680d4c7768c5fc246e4fa776115bb5d844c2b745a9283b2e0c8e714f5b', 'f49c75c4ee19bf228215b8241c59be6b', '5a35b2680d4c7768c5fc246e4fa776115bb5d844c2b745a9283b2e0c8e714f5b', 1, 5284, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '99a6fa22a71108235861f555e9a5ecc8c9be9114', '/home/hkrhostingreview/public_html/wp-includes/class-wp-role.php', 1, '52436453ca236b85357413739ce14eba9779d1392edbb1aee8ccd78079d888a0', 'f547556b91bbc6959e40cb5c7af62378', 'f547556b91bbc6959e40cb5c7af62378', 1, 2661, 33188, 1, 1522006411, '', ''),
(1627006215, 1, 0, 0, 1, 0, '99ad65a4c7972ee6c7b21e105f480931aca26571', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListRadio.php', 2, '71b475c8e98926047d1e91eceee7d2347791329018d60fe15b5bbda055ee3d3b', '75c042ab4e7eaecadfad379af12b6409', '71b475c8e98926047d1e91eceee7d2347791329018d60fe15b5bbda055ee3d3b', 1, 1023, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '99b63ac148d62b60f53a956270899647d9df4919', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php', 3, 'ca77a7edb07ad911aecec472da9e7eb0679f6187c269242e8465668f74df0dc6', '430a6ba22617efc94ca04a55d43932ec', 'ca77a7edb07ad911aecec472da9e7eb0679f6187c269242e8465668f74df0dc6', 1, 7969, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '99ebf5377e8867ec8848ebbde241a8237acc306b', '/home/hkrhostingreview/public_html/wp-includes/wp-db.php', 1, 'c27c12ed9b04a58b4686386c0282f620814ec2563698c42552916d7a3132a847', '8b19f93df274176581dc7a01b1dfa4b3', '8b19f93df274176581dc7a01b1dfa4b3', 1, 103829, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, '99fd6b4e6c059043ca840d727e40252aeadc2710', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-admin.php', 2, 'a914ca5eafcd566fd0b5c45a3cb8413af24e963881f030a9abe2619659d36c3c', 'd14c6a5932d6a85f663d49f3c0abaf50', 'a914ca5eafcd566fd0b5c45a3cb8413af24e963881f030a9abe2619659d36c3c', 1, 177113, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9a2eea027a0dc1cc1c85097f149dfc5bb0e5db83', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php', 2, 'bdef202e7d098f760b2b061ace6b37d4e87c6ae5a026bde963ea899fc49c92be', '58cc24d8dbb9bb9b8af5654284732127', 'bdef202e7d098f760b2b061ace6b37d4e87c6ae5a026bde963ea899fc49c92be', 1, 16851, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9a430fd9dad873a3948fe836e52aa50d47659230', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-video.php', 1, '23bd211e024feeb91d41a7ce79dc2f8e7078115a9183eeaacf6d060d129827e9', 'a56e9df84fd39406a22edc8e318181dd', 'a56e9df84fd39406a22edc8e318181dd', 1, 8424, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9a56727ed8ef88dbfd3519ee27d315c2b8d4cb55', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/organizer.php', 2, '6e81ac519e1cfeeffb7ac88a58e9460f5a2b550ae38e6fe18f1d17eab0c1f062', 'a720dbcd2fb5a3451819c4ac8df7bd76', '6e81ac519e1cfeeffb7ac88a58e9460f5a2b550ae38e6fe18f1d17eab0c1f062', 1, 623, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ab990e497b482405e64dfd2ccc28c89a9efe86a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/tax.php', 2, '0dd2e381f8639b692d7fe1ae16bf791e1a19f1aaf59d7ab8f3eeb37a0c2d53bb', '9ce347fb7a3ed99e6f53880976b2d2d6', '0dd2e381f8639b692d7fe1ae16bf791e1a19f1aaf59d7ab8f3eeb37a0c2d53bb', 1, 2288, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ac0b208b495849681db0501e58a361c3b67f0e9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Form.php', 2, '9acdf4f11c2f27648bbe07c2e0c195e7e07f0e7777a5791c4411dad3ef27efd8', 'af17db8cf2391ed20941ab4c2eeadc11', '9acdf4f11c2f27648bbe07c2e0c195e7e07f0e7777a5791c4411dad3ef27efd8', 1, 7147, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ae22f0436ec2123896b6b4372c8e7462e45218c', '/home/hkrhostingreview/public_html/wp-includes/blocks/archives.php', 1, 'a83a192dbea81625c5b5c4181f56759e9941c5e6f93e7e84ae63947adb956298', '86e6e5e9bca5e60b51a42637b49d1035', '86e6e5e9bca5e60b51a42637b49d1035', 1, 3282, 33188, 1, 1568906358, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ae3a19d84987c1c9f72adca361b617cb9014dc6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Shipping.php', 2, 'd772d1e8dcbb95771191ed71e8db38eefac2804249f1de61b4eeff12d08f1d84', '75a07acb9fc5b4f0916678196f1bc0fc', 'd772d1e8dcbb95771191ed71e8db38eefac2804249f1de61b4eeff12d08f1d84', 1, 2565, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ae994127e02568f39a86d682aa442e4a28efa51', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-connection-exception.php', 2, 'e40ea704c26d914968356c5ab1d96dd3580d80d291d8a5458dd83430105c05d6', 'f0b547558eea0e7dc0539130080911f3', 'e40ea704c26d914968356c5ab1d96dd3580d80d291d8a5458dd83430105c05d6', 1, 77, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9b645786f97278e12039c9a21a325eb662c80c62', '/home/hkrhostingreview/public_html/wp-includes/functions.wp-styles.php', 1, '9a4e6136b8664653579791257dfc7a31534612acd5879f488d626a5c1dccd313', 'ff473b7c47fe49bd251bfcce9c0f5a67', 'ff473b7c47fe49bd251bfcce9c0f5a67', 1, 8219, 33188, 1, 1545273768, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9b8d06f803e8046c90c07556030b4a92ba307268', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-drawer-buttons.html.php', 2, '2fe606b9dc621e31c5a857c36d7b59dd1a2e915eed0b1f2c57d9a86a26b2fe92', '57ff6fb75b01b634f30a98c05fab1227', '2fe606b9dc621e31c5a857c36d7b59dd1a2e915eed0b1f2c57d9a86a26b2fe92', 1, 316, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9b91009374e87c30712d6c83c222f68954c02d28', '/home/hkrhostingreview/public_html/wp-admin/network/about.php', 1, '52a5fc24234aeb12f6767a236a41999518f281e95b1473040983bb8852e25143', '36fd6671a5493cc8c5405621d96dea7c', '36fd6671a5493cc8c5405621d96dea7c', 1, 263, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9b93246aef25b8028a8c92676c66e88e78ec50ca', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/restore-progress.php', 2, '325726831c0abaeb6ad5e7d5d1420251c7832fc540374d280a878f3e2861c1b2', 'bea6fdbd24fd954bd55e52c1625c2749', '325726831c0abaeb6ad5e7d5d1420251c7832fc540374d280a878f3e2861c1b2', 1, 1808, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ba060b91c0f29c65c5740f82e5d9c18381b0792', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/bb-theme/class-hfe-bb-theme-compat.php', 2, 'e44dcdaa4590531e7064ce8a2465e230f501499904a65ee1c353b773cf4e77d1', '23ff209bc92c28e13fd3858b8866bad4', 'e44dcdaa4590531e7064ce8a2465e230f501499904a65ee1c353b773cf4e77d1', 1, 2122, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9bd6a6c76dcc02943dc3dbbcd84d590da7fc6e34', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/DispatchPoints.php', 2, '87e15be30cdc895357d1f0053fe825ea7785945eaf6259c0a406b5ba48302bd1', 'e8753469e2cdb1ea843e790bd0c55c36', '87e15be30cdc895357d1f0053fe825ea7785945eaf6259c0a406b5ba48302bd1', 1, 1207, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9bd94bc72b2b05a77bd382212c21d25401afd804', '/home/hkrhostingreview/public_html/wp-includes/class-wp-hook.php', 1, '35374abeb21996c39bc40602701a21f07abc94748af76520274077d7933ab03f', '5a3dca454fa75d63f8956268726b9a7e', '5a3dca454fa75d63f8956268726b9a7e', 1, 14294, 33188, 1, 1568547956, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9bddde275a48327c0e3501534c275756619453ce', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Exception.php', 1, '146e490755530d096805e6e8a2f9b6e58244967ceae01432465d19f455006dd4', '094bfd76269c9fcc3c5cda8f05d05335', '094bfd76269c9fcc3c5cda8f05d05335', 1, 2187, 33188, 1, 1352402093, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9c0aaf152911d01e56727b8d37c7bce7b89160d3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/color-picker.php', 2, '4afe98dc6bf0bd28406ff0409c35d051a44d57fdddafd475a022b5bf95d36ee0', 'b822a94fe23bbbaf183a5ae0e354295e', '4afe98dc6bf0bd28406ff0409c35d051a44d57fdddafd475a022b5bf95d36ee0', 1, 967, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9c139975b2e009721d46273d911bf2729a928d09', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/general.php', 2, '13637813a95e22f54436c9170c9edb3caab4c4f77494d5e5f9a8f34bd6b27a74', '7ffb89ed69d538a3f4bf5b8d9263fda0', '13637813a95e22f54436c9170c9edb3caab4c4f77494d5e5f9a8f34bd6b27a74', 1, 7585, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9c17cf36f3b13e45e74367d7cb91362226fcd1d2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php', 2, 'f879636ad5fdcc015e9c6a35162ddfe3c66ecb2b4e3faf3f53b52baa5eb37b71', 'd97ddaad87c7e8e07a0b82867123205d', 'f879636ad5fdcc015e9c6a35162ddfe3c66ecb2b4e3faf3f53b52baa5eb37b71', 1, 2310, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9c39aa1fd5b43b3ef59c2668a988076cad328ebf', '/home/hkrhostingreview/public_html/wp-admin/export.php', 1, '559f52bc012b763989c2c234e1f5ac75a6484f1a8a32d341d9f6b600b34de405', 'df9989211c395b00634d7e6e5b9bfc88', 'df9989211c395b00634d7e6e5b9bfc88', 1, 10943, 33188, 1, 1564883215, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9c5dbcdd203a31a2ca6c8c0638931fe7d0ea6ef6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/audio.php', 2, '9e45d34fd3e7cc38244edc8b78cdf308775311064853a77387b4c9280199f176', 'dc6510b18b6ce8932476e746e73e820d', '9e45d34fd3e7cc38244edc8b78cdf308775311064853a77387b4c9280199f176', 1, 7278, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9c957d56beb3e630a00e01f3c32add9834ce06af', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-list/form-list.php', 2, '6a82399a8c180d5934162e1cf7ed86e96f1f241bd211fc968455a9dd8d9769c6', '5060e30c19e7aafc788697fed309360f', '6a82399a8c180d5934162e1cf7ed86e96f1f241bd211fc968455a9dd8d9769c6', 1, 9793, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9cd444d5b1ff9adef570c7f5c42e30099b030d45', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/ninja-forms.php', 2, '5d7b1de12781488d9664f15551fc259c7f71572736ab7ec18fdafcd16d5828b3', '9875a92e5345b13baec75220207aa4f1', '5d7b1de12781488d9664f15551fc259c7f71572736ab7ec18fdafcd16d5828b3', 1, 47643, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ce7f459c4b6a2ac10f4732bfc29b02bd862e205', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-link-service.php', 1, '48a402dafdd66d51c6727ec31fa43a0b5a63b01c76c4aa0661fe416011d4ec40', 'c359e736b47926be10b08f63c0dd5513', 'c359e736b47926be10b08f63c0dd5513', 1, 3370, 33188, 1, 1555391391, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9d01ab9e52869ac7a3bae6a600b0a727bdb2b8a4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/namespaced.php', 1, '1dc961ab4770ec141068b022bc4a51fc1f90960c2f9a4959fd55c02cffde99f8', '24d4948e5ab618b38d6b58a5689c60aa', '24d4948e5ab618b38d6b58a5689c60aa', 1, 1275, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9d12aac7c3004113e0fa4bd52113fbdf5511e49e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-cli.php', 2, '50d86b9728ba9fd54cccdfb268f4bf9724b8cb5e158ff00e5593c26d2405e059', '05fd7aacea9674cd66079a332634611d', '50d86b9728ba9fd54cccdfb268f4bf9724b8cb5e158ff00e5593c26d2405e059', 1, 6232, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9d2744c8b804c07675ca58bb85322ee599121f1c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Metabox.php', 2, 'b6ea120a5c950fc030ada51450a1e68003eac389fde066193ef102772c78ac19', '89d041c185142b7a782ef29c5da9c862', 'b6ea120a5c950fc030ada51450a1e68003eac389fde066193ef102772c78ac19', 1, 1541, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9d338324bb28a234a27c255194114febb229012f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/plugin.php', 2, 'e277609aacf17717e9781a8895bb59d93817f372779da2cc4b253bf11e85e312', '6251597dfd37c140910178d2813eb935', 'e277609aacf17717e9781a8895bb59d93817f372779da2cc4b253bf11e85e312', 1, 12502, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9d51ae7512b919c226300d82890a5b0268c21862', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/404/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9d8ec8ef763bba09c0743524cab8cbc39540e187', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php', 2, '055c5f9e55575626ff5356e6cdd3c552b73d4770b5b6eb8c181110207784c08f', '4ec1bb0358c2499de91ad00143fcb477', '055c5f9e55575626ff5356e6cdd3c552b73d4770b5b6eb8c181110207784c08f', 1, 7870, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9da341605b6c66470788c8264166fc918a36a78b', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, '510b748769f56f087ff2bde3a00bed3735a341b2e8444e55ea35cb6d07988a02', 'b47aa96beff3c3fb37526fbb7065a2e3', 'b47aa96beff3c3fb37526fbb7065a2e3', 1, 24453, 33188, 1, 1569270357, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9db62a2799be1e347dd4666447801951a0ec97e5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/extras.php', 3, '78705e40137f3f320f948de9612e89ca2b74255c8f91b83fd81ea1c618913ee6', '83e7e96fd48747c86006d1fa670269b6', '78705e40137f3f320f948de9612e89ca2b74255c8f91b83fd81ea1c618913ee6', 1, 55673, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9de4f26f84da8592e5d4a4583f39275f6044423b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php', 2, 'c8686ab17c805201c29a19893885d095733b2cd0addac81166334e551639b76a', '3229342a4bd2cea46c80dde12075366f', 'c8686ab17c805201c29a19893885d095733b2cd0addac81166334e551639b76a', 1, 1239, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 13, 1, 0, '9e1386aed71e2d8c0343769d57e8083ae194c4b3', '/home/hkrhostingreview/public_html/wp-content/ai1wm-backups/.htaccess', 8, '1cc48261abfea21fed990019fa489827beb81012e505e1d04a855e0e9df3bb2d', '', '', 0, 188, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9e22b72e0ef0f89eca65306c3a8a8b0fc6d7e897', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-addons/tabs/addons/addons.php', 2, '72890c8f063c2cd1340c3fc3249ee2dc2fed1617853f4ff877afcd0ae34da5c4', '7c5f144ca498abf74f56662ce5cfeabe', '72890c8f063c2cd1340c3fc3249ee2dc2fed1617853f4ff877afcd0ae34da5c4', 1, 3993, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9e5d4b9e829deb6bc1ea8a8015675a0c992f8cb0', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-tools.php', 2, '7e6756013d46014514a65bde55aa787dabba76ac853b25b43c57cbc1a73daac7', '136bf9314c427e5194c4ee96d3de10b1', '7e6756013d46014514a65bde55aa787dabba76ac853b25b43c57cbc1a73daac7', 1, 6894, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9e9cac4a345d69d068f6edafc56e33d44690f12b', '/home/hkrhostingreview/public_html/wp-includes/pomo/po.php', 1, 'deb008c0cced3e841309efe9b5cfd9eb37a6171efffb1f3435f6b48cb69c7b7b', '6e725fc91368894f82b9415dcfffb70a', '6e725fc91368894f82b9415dcfffb70a', 1, 14737, 33188, 1, 1519590150, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ec0fcf212a58f3c92c081357567e503fb21b188', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9ecb4ebeeb9e5a1432f8cb536e09e6323e3e8d2c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/advanced-footer/layout-4.php', 3, '52c3d53b341beefc2a8c7b8cd548f8276d66ae93e3d10555b0083a883707b98f', 'd4b7fb199ef62af596a90abbcd5a0155', '52c3d53b341beefc2a8c7b8cd548f8276d66ae93e3d10555b0083a883707b98f', 1, 2105, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9eee971516dea75b67b523d923547d9863d8e929', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/bootstrap.php', 2, 'a8fad2cac3b91052674a2d400bc8e1d55c8c8e4a59c2deadd270a1044a8487d0', '8d0d3c97b07fdca6d4ab9368c57a044f', 'a8fad2cac3b91052674a2d400bc8e1d55c8c8e4a59c2deadd270a1044a8487d0', 1, 2166, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9f362c2394769b5f387b202a66e40d8b2ffc9ddc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php', 3, 'f280a1552faca014992b2cdc037b68ca650763ad92a85acd32d83e62aa861386', 'dd71a118ea1aa0a6bd21a789c634e1d4', 'f280a1552faca014992b2cdc037b68ca650763ad92a85acd32d83e62aa861386', 1, 1780, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9f39e91930322f53e8b51016d55471b017974f6b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-gravity-forms.php', 2, '51d73b27f4ee04e1609a2dc0ebb606bc4f507e3d2908ba1797f3b6b675b075c5', 'f40fe21d94b4c805229e22b0fc485ba7', '51d73b27f4ee04e1609a2dc0ebb606bc4f507e3d2908ba1797f3b6b675b075c5', 1, 5140, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9f74ebc127682196f348c1e7a456bb5d53e7ad04', '/home/hkrhostingreview/public_html/wp-includes/Requests/Proxy.php', 1, '01a8d1d4f62fbe5efba952f9697d85dd6e27fc5f423f9687431934206164b599', 'b5406b1037b500d7d374b85c2a879947', 'b5406b1037b500d7d374b85c2a879947', 1, 813, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9f7a85eb0c558445e541010186ec5870e902672e', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-themes-section.php', 1, '11dc106364e73e6b9f2fc881f98219f14741b0a31d2aa7357b2310cc7f4ead41', '32f1634244d0a7cafc32b9d61819d4d6', '32f1634244d0a7cafc32b9d61819d4d6', 1, 6758, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9f8426f2672966cc419945504ba16d5df5390301', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-tablepress.php', 2, 'd125dcd6e537143d4fac696050e86b128a78a8bf2f366669f4374d7e3e485498', '1b4de8594e208008fb971e81480ca6d5', 'd125dcd6e537143d4fac696050e86b128a78a8bf2f366669f4374d7e3e485498', 1, 15412, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9fa3c31f60f7ffd5e2c9045349d174e9b467f455', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/rss.php', 2, 'aba2cad1f879761fb85a8ad805c522ef20ecd5827bbd43839a7469f3d35f5cde', '738d42f60b986aeef57b7f260650456c', 'aba2cad1f879761fb85a8ad805c522ef20ecd5827bbd43839a7469f3d35f5cde', 1, 1691, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, '9fbcc3b7c1a03d80587726976272c4721d4ef0bc', '/home/hkrhostingreview/public_html/wp-includes/ms-load.php', 1, '87f571f1424e272c37f1ede0d143407a5dd6615786795876a6071e9f976cc815', 'b23790001e390829ecda8754ba6def51', 'b23790001e390829ecda8754ba6def51', 1, 19624, 33188, 1, 1569087717, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a035367a237d430db87c469d2b228077b25f9188', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php', 3, '3adf21165d5bbd93cc6a91e4262043274b3ebb7c7c7f73880e8f45b766123733', '1873673966a40b756bdfba7c4522fe0d', '3adf21165d5bbd93cc6a91e4262043274b3ebb7c7c7f73880e8f45b766123733', 1, 2799, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a037752976c424079a76aa8f34c2e4b1a2819536', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-request.php', 2, '64a69bb2774afa7f3c8bcbc11f80bcff2525c7610c783711ac3a679c0c8a7502', 'd0780b66edda92cffe6b9744691bf992', '64a69bb2774afa7f3c8bcbc11f80bcff2525c7610c783711ac3a679c0c8a7502', 1, 7980, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a03be9a18b12d68ec888e98a416722b005e68b97', '/home/hkrhostingreview/public_html/wp-admin/network/theme-editor.php', 1, '87d040f81396ff093f775fd0d766d8fcb5bc650e2f6c865862c2561fd1bd99a3', '5e1829bf1794ce06c5ad77b7e2d17142', '5e1829bf1794ce06c5ad77b7e2d17142', 1, 277, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a061ba45479a2369d3cc4cf8a2a617bdad24b6a3', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-wp_option.php', 2, 'f709e899d9b7b161530775694488418f5ce45f46b79d917848427802cd1fc27a', 'aad74fe62af4430fb70ce5324bc95291', 'f709e899d9b7b161530775694488418f5ce45f46b79d917848427802cd1fc27a', 1, 4092, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a08b589afd6c874860c027be7fa8c5db54e2aad3', '/home/hkrhostingreview/public_html/wp-admin/network/site-new.php', 1, '80810c28ac75a8c188b20a95f435a69d67e49c524d62112344f8f2849d2dd2c8', '71056fde18fb27a3c48015c63cecbe61', '71056fde18fb27a3c48015c63cecbe61', 1, 9877, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a0bb752cf7763f48afb463e7c65f7ff37fd2a777', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-background-position-control.php', 1, '32318f3731033a229a4bae80f1055a7bdeac8aa93132ebd66ec6c415c6045228', 'bf514a74221e18b8c22121845fe75e09', 'bf514a74221e18b8c22121845fe75e09', 1, 2951, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a0e8db9d05406657d1a0d3bc33e3376981cf2462', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/AvailableActions.php', 2, '357d59f05dbafbf921569a4ae9e68686aa50b3d0f6834f64b382cbb7fb202182', '3eb802d2c04b472a71566ab2dbf1cbfc', '357d59f05dbafbf921569a4ae9e68686aa50b3d0f6834f64b382cbb7fb202182', 1, 154792, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a0fde2b4eb0e613f07056e12eb3bf014606e1c0b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, '47ed26428a34bef32986b2866e93025bd216ccb5a3b03d7de20a73d03527d275', 'f925f45890a4f6b08195d060d0b94b5a', 'f925f45890a4f6b08195d060d0b94b5a', 1, 1765, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a105e167b0002bda1f1bcb446aef9d6e4db54796', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/open-form-tag.php', 2, '7bd237ec9a7d0261b78473da4c59c9eeefbb41acabe6100a50bd42e70c7c891d', '0e9a422ed215591ffcc8856834bddedf', '7bd237ec9a7d0261b78473da4c59c9eeefbb41acabe6100a50bd42e70c7c891d', 1, 1553, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a10e9a07919de72562dd010a25df326815904b68', '/home/hkrhostingreview/public_html/wp-admin/admin-footer.php', 1, 'abc32625c1f347cd7d8fcd7a96dd121246cb01b896a6dfe9bb4617ff8bfe3ea6', '02be043237b5c3b01cdf7c66ead9c94e', '02be043237b5c3b01cdf7c66ead9c94e', 1, 2830, 33188, 1, 1567385035, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a118af100ab313e57eb8729db299ef832fcc7173', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/hfe-footer.php', 2, 'f5792fcf02b08c92073f9400c0e2841e74485e40b4fa22e5522c9c0c60bdf85b', '13c0b508ee78ad4e5fdca729106822cf', 'f5792fcf02b08c92073f9400c0e2841e74485e40b4fa22e5522c9c0c60bdf85b', 1, 236, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a17ed09628642beeb1a867977550fa581f8e272e', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/submit.php', 2, '3a86355751ca99c08ce77a0b18c6f99463ee43ad10dc833928fa32516a5889c8', '091601af2aa92f3b66cd1bd35e0a0e4f', '3a86355751ca99c08ce77a0b18c6f99463ee43ad10dc833928fa32516a5889c8', 1, 2922, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a187941dcd36b1b865b0b0ded47f9c802ddb7f65', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/EDD_SL_Plugin_Updater.php', 2, 'c98351519653612eb9cff440a5465fdf0d641d20693b9a030b90f479ccfccc41', '55bfbecfd9e8c9889bf66073c80e9bfd', 'c98351519653612eb9cff440a5465fdf0d641d20693b9a030b90f479ccfccc41', 1, 13808, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a1894fa4ce042e9e5b8ec5906e905ef941ea6999', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-settings.html.php', 2, '17498938b218c6f50b37e2eb52f752e5bf2a70b9ae68961e595961fbf7856a6f', 'e22ab194d68ffbff4087f5c66b698c27', '17498938b218c6f50b37e2eb52f752e5bf2a70b9ae68961e595961fbf7856a6f', 1, 5884, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a19f7ace1a3df3b3d6fb3c590105d8d14f29038a', '/home/hkrhostingreview/public_html/wp-admin/includes/noop.php', 1, '5c0071ec48acc743e6406e05d366c7b39e0482c8c2393bdd91dab7fb8d6f578d', '58d3716a0616a4f682d11a21f10d3ab4', '58d3716a0616a4f682d11a21f10d3ab4', 1, 1086, 33188, 1, 1569012416, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a1a11b77fa0db61b4511c43d29ab953285bd8b66', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-ninja-forms.php', 2, '3b1aa5743316168b16bfab91fbaf1d67b5cc94eef5875e5ac5d13ad821e18d22', '5199d6646564fc84e90def755c78460f', '3b1aa5743316168b16bfab91fbaf1d67b5cc94eef5875e5ac5d13ad821e18d22', 1, 1630, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a1aebe310ebe638daa75f3374a291c8dc399d64c', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/429.php', 1, 'bc8a1e0414fa68baeb1275d10aeae00bb45871addab6cc1990f8ae52d79bf54f', '53f0dd257c04462ec3a05a6485b38fcc', '53f0dd257c04462ec3a05a6485b38fcc', 1, 549, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a1c6d56a357d0a3bdfc1dcf7de44b16f71dad2df', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/field-template.php', 2, '6a10164662f01787d8b9e8edc6e960c9453ad20232eee0ce9e12c610f6e28ef7', 'bbe00ae6a5a001c6bb3b648eff90ff24', '6a10164662f01787d8b9e8edc6e960c9453ad20232eee0ce9e12c610f6e28ef7', 1, 3087, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a1d7aaa7a2e1fdda07c9ffcb09420f470356ec4d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/CountMetric.php', 2, '5c5ebf823aae88f121482766fc1849b97c197b2ff5cc4d70a4b5968c2128e44d', '729eb867f49c7902b26d99ab38f4de21', '5c5ebf823aae88f121482766fc1849b97c197b2ff5cc4d70a4b5968c2128e44d', 1, 244, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a2209d4fa085ed9260da883d185c2668ede3d291', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-tools.php', 2, '57a58b8d0a6e901811f4dd29f79614d6a71e08b627688acc616666a26802e549', '729e18eec72b8e6f1a60f15c50d956aa', '57a58b8d0a6e901811f4dd29f79614d6a71e08b627688acc616666a26802e549', 1, 1601, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a2215bea89f7f9a2d2395d027089e267bb9b0b55', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/img/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a229e968335b5c0e95c14f413b4ede4b57aac872', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php', 3, 'd87c65a6042e7fe6ca9759a66b12f4d42e9265443ca61d4b5f8efa0bcf059338', 'c859e0c024d2c09ba15d6185b4a1e43d', 'd87c65a6042e7fe6ca9759a66b12f4d42e9265443ca61d4b5f8efa0bcf059338', 1, 45852, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a263fec47892e1da5864721eacb497a5210ce8a5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', 2, 'c0da9a7bbf642e7f857db48e277c1786e728fc5a903ba39fe93447c2891bea8d', '820374d97450b0fb07a12f9a37f363c8', 'c0da9a7bbf642e7f857db48e277c1786e728fc5a903ba39fe93447c2891bea8d', 1, 1667, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a26531199322c0c0e70c50aae396ba6544da09d0', '/home/hkrhostingreview/public_html/wp-includes/plugin.php', 1, '8da718a320cf5116d530a27c9df33235b7d0a34091cd4086d91630df8894f844', 'fab000ff7147fc20304fc3d27b072ed7', 'fab000ff7147fc20304fc3d27b072ed7', 1, 32317, 33188, 1, 1571703063, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a267fa502700f32c3bdec2e77428b8dcd091ece5', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php', 2, '0973bf58a6d357a79d23256d66b3290d50f2049fd748228353169aa3cb5c17f9', '2a5e927979b22b998b9d94c24ff6db7b', '0973bf58a6d357a79d23256d66b3290d50f2049fd748228353169aa3cb5c17f9', 1, 37704, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a27133ad366a1c2d3851a8feeaef05fb012fa61c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php', 2, '994249cfb5e0d6f2b7f1cb68a5a8611437d077100918cecfda58f68e74825aff', 'ecebb724e1a9f7e71b6fd1b2bbc940a9', '994249cfb5e0d6f2b7f1cb68a5a8611437d077100918cecfda58f68e74825aff', 1, 3619, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a2a5ecbdf4a48b081e00d627dc5f46fc02f64260', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, '56b3ffa9d9cd8b11ee574831425a143a58c7c4a6486b24dcdb12eacf71259f74', '2a98228f646f5199ebf89dae8fe0c3eb', '2a98228f646f5199ebf89dae8fe0c3eb', 1, 6510, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a2c2a7d476dfd0563606786447673af235f75c23', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/contact-form-functions.php', 2, '5382a8ad282665c86d596e64d8923ae1d2078486d3bd6fd5388ecdf8f14e6887', '4ec7ede55cc404fe89b4759207713c80', '5382a8ad282665c86d596e64d8923ae1d2078486d3bd6fd5388ecdf8f14e6887', 1, 6220, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a2e68182fb11fc01f471d26df964031d311cecc8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/custom-class.php', 2, 'bde4a4626cf92a5ee72fa5a13ed0f16dea1a041821c32d6be30a896ced6b8197', '3fa30d7c6257d2c220dd44718080fd95', 'bde4a4626cf92a5ee72fa5a13ed0f16dea1a041821c32d6be30a896ced6b8197', 1, 833, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a2f4792e631cedb14bd332132f3e8a2b6e1bb1db', '/home/hkrhostingreview/public_html/wp-admin/network/credits.php', 1, '2821207f188f8f7a465ce6f2c8870d49003282b4e276358b70cb6792e3909b49', 'a1be54253e72acd96ce6317127e5a5c0', 'a1be54253e72acd96ce6317127e5a5c0', 1, 267, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a305c96f839e9064d173d5a4462dd0a327e384ad', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-fields.php', 2, 'b74fa3b7f30ddcd0b12f4d50b217f8de118105764cd33bc046f9f091ab719b7a', '140d2ee67df5c9f9c33c577486927a46', 'b74fa3b7f30ddcd0b12f4d50b217f8de118105764cd33bc046f9f091ab719b7a', 1, 2760, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a324d088ea6f3ed1f2ceb3a5a8f90c707194da75', '/home/hkrhostingreview/public_html/wp-includes/feed-rss.php', 1, 'df080fbe5d2dfe3117abb5a0ef839f1d5f3a27fd1a18b98f1fd99cd265e16cc2', 'e16426757954106eb8613a69cd288960', 'e16426757954106eb8613a69cd288960', 1, 1190, 33188, 1, 1555607332, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a3256a31495361b43d36be2aef4ca7ae24d7fc5d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, '8e5042f5b7a433ea4274036fb6ba3e005d6adbfce1c823bade7cbd3945b67c8d', '0d8d2ad2756e95726475be67bced01f4', '0d8d2ad2756e95726475be67bced01f4', 1, 1775, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a33067623e3628bdf2e411336e97f36524dd78e4', '/home/hkrhostingreview/public_html/wp-includes/class-wp-matchesmapregex.php', 1, '54899516811cfbe06eae56aeb261af0852ec7e9af6e1ed7d17e8143b7988c524', '585279713246292c89ebeaddebc501cd', '585279713246292c89ebeaddebc501cd', 1, 1804, 33188, 1, 1519590150, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a34baaf24086bd245dc5a4edc89d2ac93f720727', '/home/hkrhostingreview/public_html/wp-includes/class-phpass.php', 1, '87b10a3214eefb19359e7be8195fffbe7bf4adce6f85e271304f2d6a76e392ee', '03191a210ccbea54cb07dedfedb7cc42', '03191a210ccbea54cb07dedfedb7cc42', 1, 7317, 33188, 1, 1444175125, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a34e33f1127b6afe2a0a89575ef7da6a049da10d', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/class-global-theme-compatibility.php', 2, '35cb67b25a9ebb35fce2e00ca40186d435b25476e7e61cb02296754d65d22e37', '2465dcd158b9234dbbbda568fea0b4b3', '35cb67b25a9ebb35fce2e00ca40186d435b25476e7e61cb02296754d65d22e37', 1, 1999, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a3640c3bfdec7b9ba93fe828de7107c2cb505919', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/RequiredUpdate.php', 2, '82645b21f6dc554eca0e0fb4190d13649a6c6fd372a0f81ca234df095611f05d', '32451f13efb6befbbf240d2c6daa32a7', '82645b21f6dc554eca0e0fb4190d13649a6c6fd372a0f81ca234df095611f05d', 1, 5422, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a385d72ca09f8f9fed8826efbdb9e6ae94dbb347', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/240.php', 2, 'aff25aabf78fc65648bac44c7f30ad27610cc5dc24259414fd176759e2eceab9', '44190f02fed61cbc61f7c3ef38d24aba', 'aff25aabf78fc65648bac44c7f30ad27610cc5dc24259414fd176759e2eceab9', 1, 3080, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a391cae4fc621dda99721fa2bbe96c8dec35c30f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/418.php', 1, 'b23d4022fd44424f8daf23deb49b9d217979f0469142495242eccd47a7f7cbc9', '4a21bae298f1c9feda5b0e93fe348af3', '4a21bae298f1c9feda5b0e93fe348af3', 1, 478, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a3c2df8067f6f1b81454781ad14f7cf99a41ab13', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php', 2, 'c75ce1b3f5db147b69b2aa33d85ff6a64cc29517486d0570bdafc09a5754e601', 'fd028ed15f5b61cbc0a959309a84e425', 'c75ce1b3f5db147b69b2aa33d85ff6a64cc29517486d0570bdafc09a5754e601', 1, 1885, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a41567a1d4c91539694b780d535e3dd12cf392c3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp-subscriber.php', 2, 'f14f63471e3009d6aeac49341615e77fd337d33d60cd9f70984cb5df43efafad', 'e531b43b61805ce434fb1a069eab4fb3', 'f14f63471e3009d6aeac49341615e77fd337d33d60cd9f70984cb5df43efafad', 1, 1213, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a41e30ff257486f64411a1803d85e72f544712fe', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/country.php', 2, 'efd849e8f9a406a040c3213299ac0052adc8e7853070d9b294332a7971cdbae6', '01f01bbeab9fcba68ed974f162c6ce9e', 'efd849e8f9a406a040c3213299ac0052adc8e7853070d9b294332a7971cdbae6', 1, 25567, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a436e1c065fd455ed4ed8e8307f094165781c2ee', '/home/hkrhostingreview/public_html/wp-includes/http.php', 1, 'd0cb1ada8161e304bf21d9457034eca32c48984c4796d8a125542a9fbfc60ad8', '72b6cbb139bc86aa835fe03c6d30eadb', '72b6cbb139bc86aa835fe03c6d30eadb', 1, 22552, 33188, 1, 1571066824, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a43f0a61f01d1d97ee172fe97856c5b462d433c5', '/home/hkrhostingreview/public_html/wp-includes/Requests/IRI.php', 1, '7ef507ae1daa1ebbac1f318de56083b708c97b882a0e2380e313add81834dc0d', '183508325d839c7bf27db5f909600e58', '183508325d839c7bf27db5f909600e58', 1, 28467, 33188, 1, 1475637877, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, 'a44187db3bdb68555acbb6fe1ff0dd611120d1b2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/ExportDataRequest.php', 2, '13fd62e093f02d80343d575db9422cc5878015c3b52b8df408f30e3712852dd0', '411b0a7a26ba8e60c06ed68af2a9177d', '13fd62e093f02d80343d575db9422cc5878015c3b52b8df408f30e3712852dd0', 1, 1660, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a4a990186171df36987e07762ee66e3e6152298f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php', 3, '228c2a2661e75b630fd844001d21b5878df344ca81712f1bfd6db366f16d2060', '5d31ae16811e19d0c48e2b69d36ab1dd', '228c2a2661e75b630fd844001d21b5878df344ca81712f1bfd6db366f16d2060', 1, 5055, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a4b9f4414a884f5d037c84dc88545c95c08ef86d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/redirect.php', 2, 'c4e9f939ab601c9d6216dffcea964bd2b4f95c0ec10b8f2a22449696c3a9a44e', '661d94e5f298d1612743cf828200cd66', 'c4e9f939ab601c9d6216dffcea964bd2b4f95c0ec10b8f2a22449696c3a9a44e', 1, 17262, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a4dc8b9ec3e330825390b26bd58ae977daf8ff99', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/post-meta-values.php', 2, '946b1ba7ed0c9219df2e7653fa51a8c082d95c37dba3e4a61fb7992545db805c', '8feeb6c4afef7d4f55b9029fd3f88eea', '946b1ba7ed0c9219df2e7653fa51a8c082d95c37dba3e4a61fb7992545db805c', 1, 2999, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a4fe876ac1c3d29949c0384320e551a90bc14e91', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-404.php', 2, '9a65bd2882b05ddf448a8a53e9813cfb1ad06bdbf3f1dfdd5b5aaa811cb389d7', '196f55edaeb87371fd2a2167b7808845', '9a65bd2882b05ddf448a8a53e9813cfb1ad06bdbf3f1dfdd5b5aaa811cb389d7', 1, 7004, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a4ff68d8dbec6bc8ed3a53f27626c4d25bb4881b', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/css/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a50830044dcb9d8b803453599b9fd9402e239641', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_Conversion.php', 2, 'e5186e8986f86a9427be6f0c4b041722005d51c86a6e4e9779fc1780331bee55', 'aaf9d5ed2b0f74faa0b813402b5e4fe3', 'e5186e8986f86a9427be6f0c4b041722005d51c86a6e4e9779fc1780331bee55', 1, 61, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a50f8d8204fbcc416148526f39f7f2863d72ad66', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus.php', 2, 'ae140f6b061f3476141553b381712e6d218b9566a0a7ec4dbd879893aaf658ba', 'c656d33b2fee5d19d093888c73c34d8c', 'ae140f6b061f3476141553b381712e6d218b9566a0a7ec4dbd879893aaf658ba', 1, 12584, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a514fcd4efb13627fc30996adc6a9097d5798cde', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url.php', 2, '9b86ff2dd8a2ebc6d4e1003ab5de33f59096baf26d8d478568460aba0359472c', 'b42ab794a17274380a2aba9a668a5555', '9b86ff2dd8a2ebc6d4e1003ab5de33f59096baf26d8d478568460aba0359472c', 1, 1108, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a5227feb82134b441f114d97922791519c176653', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php', 2, 'cba44c97169767736c0195500fe49b00337a6e044dea7bffa806faf95b87b607', '9245322a33857c507438fdb214486ceb', 'cba44c97169767736c0195500fe49b00337a6e044dea7bffa806faf95b87b607', 1, 1033, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a5235ea369e85626d41783d52543a06db26998c8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php', 2, '9a6e5fbb123aa96d411ed281c8df7ae995db9d292da99a48db4a70cbdb1bf3d1', '328778fbe949e49d5189288914da914b', '9a6e5fbb123aa96d411ed281c8df7ae995db9d292da99a48db4a70cbdb1bf3d1', 1, 8770, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a5625ae339c378d4457ee12eba4203c95a04fb4a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php', 2, '5b03be7d87b049ae7d7c452078bce1c9d629616945668a9d11f145553c63da30', 'cee1f2364d5f1006683847042f13bc1e', '5b03be7d87b049ae7d7c452078bce1c9d629616945668a9d11f145553c63da30', 1, 1170, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a59e41f260cd07484282d01bfabd4d15304fbea6', '/home/hkrhostingreview/public_html/wp-admin/includes/revision.php', 1, 'e5d1b44b5a353ac9f0bef9590f21a776ee386ff12527c080d8c420267ac46cdf', 'e9447d9dd3085530cb09e5fe232c0fdd', 'e9447d9dd3085530cb09e5fe232c0fdd', 1, 15970, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a5d2584c4212015fe3f46167c05be682f870b332', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/bootstrap.php', 2, '8b305254ecb2c5935170e6f68abe54b0f1a2abe6b576eeaf4a2669eb198a927d', '472af550b503d449d7f9d2a9e386a364', '8b305254ecb2c5935170e6f68abe54b0f1a2abe6b576eeaf4a2669eb198a927d', 1, 271, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a5e93678723fc11ee247dd1e2811771620db794b', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/sidebar.php', 1, 'bbd4874410ba922f7689792926f9beb17b06063d5a8d17360c4a3cd919934b6f', '28e153eb13933b12051789b7499cd928', '28e153eb13933b12051789b7499cd928', 1, 4279, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a5ec3f42a9640a1161a0562a8f6abaada2e485be', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php', 3, '6824548843caceb053ef008b72b98815f88b63d0792377a99a6d5e0fc3c97cab', '49e29a084d043470c965428bf16d813e', '6824548843caceb053ef008b72b98815f88b63d0792377a99a6d5e0fc3c97cab', 1, 13057, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a6067d91cca37f48613ad1b2262559673b0a4d20', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes/AppendAForm.php', 2, '19449239cf80edefa2d18d817d1d1b4140038fe77982927e13aa79a931fae3ba', '6db98f8659ad740727541a953ea89f5e', '19449239cf80edefa2d18d817d1d1b4140038fe77982927e13aa79a931fae3ba', 1, 2059, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a60c2a4976a7ebb7408c388acf50420c662705be', '/home/hkrhostingreview/public_html/wp-includes/post-thumbnail-template.php', 1, '0a1c34e104c024e4eb858346467e2864dbda92c1ae3a0eb4004c97ac9e8be5fc', 'd4cea231df57b221326a734e1bfe0fb7', 'd4cea231df57b221326a734e1bfe0fb7', 1, 8988, 33188, 1, 1564883996, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a66e3db18beafca6d97caa925a5a4b5dadbf1764', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/csv.php', 2, 'cfd67248ff34cdddc602dbce8ab86ec5bfaefb4dfc87d8bb0cb9b6ef387a8ec5', '38502d0f17c7b66d2a3487ce34e7f1a7', 'cfd67248ff34cdddc602dbce8ab86ec5bfaefb4dfc87d8bb0cb9b6ef387a8ec5', 1, 3084, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a6a9e48744feddeb0679b19cbaa0a74494cef6aa', '/home/hkrhostingreview/public_html/wp-includes/rest-api.php', 1, 'a4649a2922781d4ea3d08dddfe673ef8370f3b5c6979cfe233d8777c3a1def7f', 'f91f7cbcd226db87b42e1f1c5026c258', 'f91f7cbcd226db87b42e1f1c5026c258', 1, 46564, 33188, 1, 1571154423, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a6c796a218b82d8497e0114394f0f0b885bbdf8c', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/onesignal-public.php', 2, 'e71b64d4ea20466ed61b55b485d2686aa33772887c85e09d4a4d0a89f81751e9', 'a867598d01d5c7f8b8fbf94ccc29d4b8', 'e71b64d4ea20466ed61b55b485d2686aa33772887c85e09d4a4d0a89f81751e9', 1, 20590, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a6ff6a5c6e482e30dff5ba1bc51e0e1efe5b1c38', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-plugins-list-table.php', 1, 'e7d86889d86788116ff4d55b44f1b2d2d6eabfde0e2c845714bf8bd1f5ddafdd', '787443a5ec118e3ae2271bdf79c34b7b', '787443a5ec118e3ae2271bdf79c34b7b', 1, 35985, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a7029e40a4ae679f7c9692b98037f4743d603228', '/home/hkrhostingreview/public_html/wp-admin/post-new.php', 1, '867361367e6d18e9af52bd3638ee143ef41daf44aa8cfc184345b69220ab2382', '84d0a6a3f0b624ac4c68ab7bafa23119', '84d0a6a3f0b624ac4c68ab7bafa23119', 1, 2712, 33188, 1, 1564921736, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a708ef6999f88d09b7ce4eb56d901f1b9932f13d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Display/PagePublicLink.php', 2, '818e1a6182d299bdfe8217b936d5c1d3348ee96372d3be271e2745f75715a881', 'fa0c75afd0ccf98909a9bb7cf715fe32', '818e1a6182d299bdfe8217b936d5c1d3348ee96372d3be271e2745f75715a881', 1, 705, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a735fe4041a15a62ffcfdb3290e382f7a8ee0987', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Renderer.php', 1, '48f95b1d7ff5b7214c4fb0b63db84259a3ad69995aeea8cac9cc7909a689c5df', 'fc8720df4330b50f59374fdc40d94753', 'fc8720df4330b50f59374fdc40d94753', 1, 6813, 33188, 1, 1435505244, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a768b19250e90f961f8e4715ef63a5a413e03c91', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Submissions.php', 2, 'cd9d0b6e9f314634d2e26a5e468a6193f32d69969615eed0ad342d7d81c1612d', '5f96fdfebec402a1480daf3ec485a32a', 'cd9d0b6e9f314634d2e26a5e468a6193f32d69969615eed0ad342d7d81c1612d', 1, 18631, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a76fcc53670fda5f1750c6f5ea8354904f9589da', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 'e7d655efabaf0fe21bb999c2a16bcc92b63f261acf5266c020c69e2eb28541cb', 'b58df8941a18aebf3ce957c8d28b2aae', 'b58df8941a18aebf3ce957c8d28b2aae', 1, 1653, 33188, 1, 1563344276, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a77f54234ed737f689a24e5705ff644d37f8dd6a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-email.php', 2, '299353f9a273631d35dc58d826c99c173c086360f24d05d00bdd74695c07bae2', '57b4b4beff3c158cb9b784317e4efeb8', '299353f9a273631d35dc58d826c99c173c086360f24d05d00bdd74695c07bae2', 1, 13992, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a7f81fd7a59b7ab4895d72b6cb29e393a03b1e03', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-attr.php', 3, 'fa96e9ce2d5e98bbfdc86d1b25b7913fbe49f70862774169a6d35e5f99506e68', '511b9393f0f63a24a3b12287ed95cf10', 'fa96e9ce2d5e98bbfdc86d1b25b7913fbe49f70862774169a6d35e5f99506e68', 1, 2884, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a7feecf06aa36fc284c88e22b39900e0eb81c136', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php', 2, 'cacb6d537da951d3007ce7598ec3d1b945f0af4bad3cf9c87f3501b0582a8866', '1163929ae7553e99d731fa6d12aeb6ef', 'cacb6d537da951d3007ce7598ec3d1b945f0af4bad3cf9c87f3501b0582a8866', 1, 3551, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a821269c29ef532cd818f7d2fa3c0789a5b5b8b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/post-metabox.php', 2, 'ecaad2ce25bf798bc0bb49e70858626980261fae6a96c3a909adc65755668698', 'd4c02df7a250c77582b6f23f31a994dd', 'ecaad2ce25bf798bc0bb49e70858626980261fae6a96c3a909adc65755668698', 1, 2547, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a832b8d3a7d560c45ed40405d1c1670d5eb55dc2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a841c37ffb27bf37b326116ad723a9056eacadb0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/managers/skins.php', 2, '96a83d88732de21d34593b1b9ec9af980d11156266f482e010f5d684f0659645', 'a438ddfb26e56b1ee823e48389828760', '96a83d88732de21d34593b1b9ec9af980d11156266f482e010f5d684f0659645', 1, 2374, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a859c6b0acd6615ef46c0ae6678a2f8a3b7d0630', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts.php', 3, '4412ae90e19e75db88b22b59b396cb0702e8b7bfecf04651085372c074b175fb', 'f0f22fc4f6e5a14ff284cd85534febf2', '4412ae90e19e75db88b22b59b396cb0702e8b7bfecf04651085372c074b175fb', 1, 4575, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a85e2fa197987093bff60136c9cbe6c38ae5d3aa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php', 2, 'd379541af51cbe73f80976c76225f07def98784420d8e00a308b164547a3711e', 'f9cb5393cb33bbcc4e8fc015efd6ef28', 'd379541af51cbe73f80976c76225f07def98784420d8e00a308b164547a3711e', 1, 18093, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a86fe63832b828212842a4650396f01154f24906', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-ajax.php', 2, 'b4f3ad655d84269eac554d48e08ac3bd86a0e1331ee2454197a1c4b1b58d4f23', 'cc1f9bc53d36f2e84d786549e8e4e4d5', 'b4f3ad655d84269eac554d48e08ac3bd86a0e1331ee2454197a1c4b1b58d4f23', 1, 1506, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a88c0af4a5b40bc18d78cc9b7a26426439916ad1', '/home/hkrhostingreview/public_html/wp-admin/user/about.php', 1, '40a39bde84258ada5eff9ad3124194934196665231c370d507a240d111ce0a6e', '99ec00da8d914b4efd2098a3e44ebe2d', '99ec00da8d914b4efd2098a3e44ebe2d', 1, 275, 33188, 1, 1380068291, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a8af71cd14a60d6c3e7321dd1a13d76a33a268e4', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/select.php', 2, '4015ce22bcd953da3e25f6739c15e21e655bebd973d3b211f291334fae9b3360', '6d7397d7ce30ef25b10ca546b3738fd3', '4015ce22bcd953da3e25f6739c15e21e655bebd973d3b211f291334fae9b3360', 1, 2537, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a8e4a8ada9a32f42934d95b09d4e091d408a252a', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-export.php', 2, 'f89eaf0091cb932470a41a138f63a71aa206f47af3be9e567f539d497717316b', 'ba83e88d52ac60395b003e2a827b19bc', 'f89eaf0091cb932470a41a138f63a71aa206f47af3be9e567f539d497717316b', 1, 7388, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a8f7ba5b65933ab2255188f827c09734366c461e', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-upgrader-skin.php', 1, 'dfb9e572e513a56ae6cf88be6c27d83b57f7221f3436505c7f6851819f65ac97', '1cf71a2aacf6ef9222412bddd8232406', '1cf71a2aacf6ef9222412bddd8232406', 1, 5164, 33188, 1, 1568544174, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a9022c578769a85b606cde42e57a4f29b249efee', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php', 2, '73ce306b54cb102ce9a28b990871135c41d061b81f13e2488e4be4c9878b3b45', 'a75bcc82ec2e748669bde702eb2f5cc8', '73ce306b54cb102ce9a28b990871135c41d061b81f13e2488e4be4c9878b3b45', 1, 1999, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a949f7bd3928809e6b93b1870d8bf610c423e74b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/notification-success-message.php', 2, '2c3084dc7aa08a2ab63b709e046b8bfdf3c2d2ce373e574551c06eb86cc1c0dd', '1b9ee0002fc6f11f0a4c83c8020f8858', '2c3084dc7aa08a2ab63b709e046b8bfdf3c2d2ce373e574551c06eb86cc1c0dd', 1, 2597, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a94e64e55157d5fa2a9f19333e620dade59d1d7f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormActionDefaults.php', 2, '8808f241e6f5ab3cdb0d150ba6ed2696210981d953f99167c39675a748aa9b2a', '665721e27cf367f467e78c43f8fcc2aa', '8808f241e6f5ab3cdb0d150ba6ed2696210981d953f99167c39675a748aa9b2a', 1, 809, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a95b88b2c5b8d3de0c0181c52f2f3f5b34fd2b5c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Terms.php', 2, '9e90f09dfb5253290330168535948e900aa1124e165f7654dfadd862283ca271', 'ca1810719c1cba52e240291e227cd4ba', '9e90f09dfb5253290330168535948e900aa1124e165f7654dfadd862283ca271', 1, 6393, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a95f20385ae3f62c22b28feb66f2a29077712018', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/special-mail-tags.php', 2, '4d74e1167639412b01959571168aaba555cb832ebd4f3b59374f48df13747bb2', '88a562010819af538beb6d39300193f1', '4d74e1167639412b01959571168aaba555cb832ebd4f3b59374f48df13747bb2', 1, 3477, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a9985cc7ef9619b1b332d5b0f2bf9566d0daadab', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/shortcode.php', 2, '03ff4482fdba31f6d96d9ab84a8dfa0dd2b2ddd072409d3bf53c2575c32d73ed', '3f72bf030734f7a7665eaabb5830bb71', '03ff4482fdba31f6d96d9ab84a8dfa0dd2b2ddd072409d3bf53c2575c32d73ed', 1, 7401, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a9b72f39fc2904f89a452c8220f5f653891f268c', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/stats.php', 2, 'dac6f27c8cb6a1931d689690971ec2557e7e1ba311cab91e274705cbf81a7739', 'a1adcd419f461e8902969a68e215d060', 'dac6f27c8cb6a1931d689690971ec2557e7e1ba311cab91e274705cbf81a7739', 1, 744, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a9bf01a4de9aa40e2d965a2c65824c6c4d1c8838', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php', 2, 'bea6cda8941828b1f1aad5ffc43eed77c03a25af7ddccabd12658af429e04c76', '68fab4ee1b9417463119c05e97580e8d', 'bea6cda8941828b1f1aad5ffc43eed77c03a25af7ddccabd12658af429e04c76', 1, 6965, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a9fcf1cf2f509bf776226047176075efc661eb2b', '/home/hkrhostingreview/public_html/wp-includes/pomo/translations.php', 1, 'f6a2c21c78bdbb4c674c4a429af312cf47015f48d8444d61fecfe7c2ba3d3ed5', 'be2d6fae2d6af4ccd3c19b600ffe7c2b', 'be2d6fae2d6af4ccd3c19b600ffe7c2b', 1, 9614, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'a9fcfdf9bf4869846b07a04d0c5b75a9a084b6ec', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, '3435380807c5c1fdfd3e0a03f054119853fe9e82a18662c48fcfbae696b7125a', 'a0db939cd1f447ff632cab993d635ea5', 'a0db939cd1f447ff632cab993d635ea5', 1, 1698, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa06ff50932193ceadca484cd9ff915a83536026', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Net/IPv6.php', 1, 'ccdb29900956dcc9eb10f3bb0b384d924807e57677d8c686567efdbf05ced873', 'a546790e216abdd9801795949fb6b40f', 'a546790e216abdd9801795949fb6b40f', 1, 7576, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa1a4ef7c94cb2c4193f3ef1f778002d15f797f6', '/home/hkrhostingreview/public_html/wp-includes/pluggable-deprecated.php', 1, 'bfd1560a7000376ad37ad28915a81d378514be5552b5d34948470617e99c9419', 'e463b18764f9a900ccfe7eb7356a12c3', 'e463b18764f9a900ccfe7eb7356a12c3', 1, 6262, 33188, 1, 1467808829, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa1fceae8ddd01e8a22cc29cbd86a4a3ca926e93', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/CollectPayment.php', 2, '60158df57de7b3b19d415e8c11dfec4bdb4cf73b2a09aafb1f68efb1a54e9e0c', '2f221800521e4b5faa8b4f4c4df55099', '60158df57de7b3b19d415e8c11dfec4bdb4cf73b2a09aafb1f68efb1a54e9e0c', 1, 3190, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa21d97bd30c215477479878c7d3887fde481e9b', '/home/hkrhostingreview/public_html/wp-admin/about.php', 1, 'b3d5b4a389d838803d8a9c72b050adc3137c2270904e7ea9d80203c4ecd5e15d', 'dcba8c5164183acb1ec566f79b59d26c', 'dcba8c5164183acb1ec566f79b59d26c', 1, 12838, 33188, 1, 1573583523, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa22ccabb456c40650dd40ccf91d2f15f8c619ef', '/home/hkrhostingreview/public_html/wp-includes/ms-default-constants.php', 1, 'ea43b0e3a5e346f0cc35bce197d0b73f38d5cc7d710b9193e84a43baf09a4764', 'bb4b4c4d7777fb903b4e69b52f9e302a', 'bb4b4c4d7777fb903b4e69b52f9e302a', 1, 4785, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa33966faf448d6180cb42fbccc65f5c9fdf9dd0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/global-css.php', 2, '532e3f58e9f485637c688d2e5bbe8648de6cc330da236f44609b79bdae079e9a', '211507d3c4a5f8fa2a003b5cf0139bf3', '532e3f58e9f485637c688d2e5bbe8648de6cc330da236f44609b79bdae079e9a', 1, 3167, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa3c7dc04301679627bbddeb76f6e4e5a8b5621a', '/home/hkrhostingreview/public_html/wp-admin/admin-ajax.php', 1, '39ca15f899d38c6ebaedbb34b5bf06fad0dbbe774fa5457f95b6c48458ebcacb', '286cb8d64a83d1408de35442b6fa3efd', '286cb8d64a83d1408de35442b6fa3efd', 1, 4672, 33188, 1, 1569260876, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa3f2f8659699261a5ab86cd56a3a8560d4708de', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Post_Timeline.php', 2, '47e629db07809e14c676b0fb8be46ecee7d02873e9109b2e4f9f16266d715189', '7d95fa5cf0573ac1fb07d5c8028e6993', '47e629db07809e14c676b0fb8be46ecee7d02873e9109b2e4f9f16266d715189', 1, 2436, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa41bb83e11adfa82f7c3ef933b36e669faf31a6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/error.php', 2, '8140e7e65fed62b8d96e51452ae78fd8b78dcf5683771fc5801c36ce24b32caa', '29a974398c9f8423ddc647cf10afb4b5', '8140e7e65fed62b8d96e51452ae78fd8b78dcf5683771fc5801c36ce24b32caa', 1, 845, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa4aa340fe013089745455aa3eab7112705adf99', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/mail.php', 2, '6dda57af3425bb2e040ac086ef4a84eabbb4f24514643655d72f4f13058570d0', '1ba88879dedec078ec2208ea1da051ee', '6dda57af3425bb2e040ac086ef4a84eabbb4f24514643655d72f4f13058570d0', 1, 10822, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa60e4d39e1af23c0b7071c7aeb51b722eda8f34', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/FormEndpoints.php', 2, '605efb680a1f0d0f5ddf77a3f14ef76eaa502eecfa24a49a3b07f1ab9a36fc8e', '26222ae920e6ab8954b8550c229562f6', '605efb680a1f0d0f5ddf77a3f14ef76eaa502eecfa24a49a3b07f1ab9a36fc8e', 1, 2921, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa633e39ca72a1d60f607d6d6b377062001177bc', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 'c20e998d89be90f328b1931916fd676d2191b7a2a414367863a32a4d25d95afc', 'b3594192c047023d62d17512a11694f7', 'b3594192c047023d62d17512a11694f7', 1, 1377, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa9decf81bc72552e860d7f75d7b7a343f27c5d8', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/actions/pass.php', 2, '8d7c776e56639601ba56e5641ca5a84fc4df13f09f41393228e69e63cd1d7b84', '00b66c79588e7ef90d4599fa197a0595', '8d7c776e56639601ba56e5641ca5a84fc4df13f09f41393228e69e63cd1d7b84', 1, 1362, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aa9e0920161b30cf8ee817b27605df403b24cc87', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/icon.php', 2, 'c45cfac8b5b47fa03b5fa9a2d4d34a645d79935a143ca02334b4120255778c4a', '6b879f3e99e440bebca137267b06d8da', 'c45cfac8b5b47fa03b5fa9a2d4d34a645d79935a143ca02334b4120255778c4a', 1, 11378, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aaade86d1d51a198b4ac29fc7875ba1c8fbfdfe6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/min/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aab3b2a3ffa283415f64f777c778e0f6c5ae64ac', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php', 2, '563f679227da3b668021304eba3946667743fc62ed4fb1a6b8a5e80122540376', '419098245432cf60a699efb1d407340b', '563f679227da3b668021304eba3946667743fc62ed4fb1a6b8a5e80122540376', 1, 8656, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aab51234b4295139c8f447b45e2ee308efe0994b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/update-email-settings.php', 2, '088bb680f6cdbd6f62c6b6e891e7de571f6106d6a6504aa3f21de52d949e7295', '720342d7e11dc018a491f1b7d969f3cb', '088bb680f6cdbd6f62c6b6e891e7de571f6106d6a6504aa3f21de52d949e7295', 1, 5782, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 15, 0, 'aac01a9e428f52e184eabf3c0346710afe30cad5', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKWorker.js.php', 2, '6daea0b866288c2663aca27144b1251032d5b468a16092bfef8e214c9c29c04c', '5ee0b5ec3045ba5b9e38ef9d7d4aa938', 'e3543cf2c0d95291dad2b51077d442e7b58d378f43d50b25cc4d7999b11bcd8b', 0, 536, 33188, 1, 1605438550, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ab18dc3c75143cf88f7bdf08b29d0ff770b9af0c', '/home/hkrhostingreview/public_html/wp-includes/class-wp-customize-panel.php', 1, '22ba13e46c8b2a25d3dad87b0be88da48350e03c19200b431c47aee185331c3b', 'fdecdea3f6aa441f448a9379c2e8f2b5', 'fdecdea3f6aa441f448a9379c2e8f2b5', 1, 9596, 33188, 1, 1568546875, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ab497a3c08a3a2ac63794f4a67e324bd6b21d7ef', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Author.php', 1, 'a3cebf39774fa3cf7c89a296a220d18c9593f5aa3e997f7079fe8036a5c8e157', '348071ed105ff0418b25964e771ba331', '348071ed105ff0418b25964e771ba331', 1, 3592, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ab5768499910dd6455a5d8bd36310ff88a5dbd7a', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/settings.php', 2, 'ac8743c5102461e7f1a6e79272638a7bc255d50644fdfa0daab4260525286b77', '8bcf58ef9b3af3fb9e6adc551352c499', 'ac8743c5102461e7f1a6e79272638a7bc255d50644fdfa0daab4260525286b77', 1, 193, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ab975b887527850916623bd732ed06cf30724caf', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Compat.php', 1, 'ae59dfb04b30ad6a6999d29826c86250393010df28c2f0e11b824280a6a579d4', '41f269ea6bb22fcae5bf6a0d6e138e33', '41f269ea6bb22fcae5bf6a0d6e138e33', 1, 86, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ab99361fa38cddf98faebdf3a68d751e60dbd8cd', '/home/hkrhostingreview/public_html/wp-includes/bookmark-template.php', 1, '151d1b45f5ad1b970ad00119e18cc890ff7cd57adadb39fdc191f8f22a0ed003', 'ae1d39088ebb77302a94b441a4975525', 'ae1d39088ebb77302a94b441a4975525', 1, 12497, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'abbe2119d114538ff7fc031e22aaed148a7253e4', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/success.css.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438448, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'abc38a8a62947bd4dc3b5ac934b428f23f51ca42', '/home/hkrhostingreview/public_html/wp-includes/class-wp-meta-query.php', 1, '9bcfc7d28b7f1fdab1a7d4e6ca81a111f4b7ec89557d2c0fc48e8a954d942872', 'cc71e4acec11a94a4d618ec56869a3f2', 'cc71e4acec11a94a4d618ec56869a3f2', 1, 27818, 33188, 1, 1568905436, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'abd5bf93fcde9c6dbb63ee27ec0e15bd297d6b3e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/widget.php', 2, '2384bcf0d291241baeddbc5a88711d43a948d1858bdb351ff8c1e0d25945de19', '917d7abfe868a67fde3d7534cf85f1b5', '2384bcf0d291241baeddbc5a88711d43a948d1858bdb351ff8c1e0d25945de19', 1, 3144, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'abe61a72a2d55fc6885dac1937af591c33ffc4e6', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-field-formatter.php', 2, 'a91da85b9803dd8aaddca6f511fcee4d245fa32e9d75864fadd377204e20c6e4', '70fc47628fb9948e8f1eb6639fc97300', 'a91da85b9803dd8aaddca6f511fcee4d245fa32e9d75864fadd377204e20c6e4', 1, 3815, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'abffc7b06ae6b8a11953c9890b06cf2fccad8b56', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Advanced_Data_Table.php', 2, '0fc395570e9b8ba351f33032594776118fbb9dc7b82234a1dd1818ad4a29be7b', '12816a66d4588f6040066e21502f1ebe', '0fc395570e9b8ba351f33032594776118fbb9dc7b82234a1dd1818ad4a29be7b', 1, 63572, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ac00e8ba6ab3cc992942eb143e260e957a533a02', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/inside-label-hidden.php', 2, '44b397b0a9c43dba0d7ff505052a7417c7cbc77eb4d6700a3921995f16032c65', '834bc4f09525ded53adf9082a4aef4ba', '44b397b0a9c43dba0d7ff505052a7417c7cbc77eb4d6700a3921995f16032c65', 1, 539, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ac1d6df3b03b7afea3e4480f4cf792506a47aecd', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-tools.php', 2, '157c01d2a6737c6a7dbf4b6595c42ce231e4358b96fa5b7286ca73396b3f37ef', 'fcd87543c4abbd2880b065036bdab5bb', '157c01d2a6737c6a7dbf4b6595c42ce231e4358b96fa5b7286ca73396b3f37ef', 1, 31402, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ac24258d15c63c01fc27abd7660f2bb91737373e', '/home/hkrhostingreview/public_html/wp-admin/edit-link-form.php', 1, '75390a72a4aacdb1b34f57fffadeb907b3f92ba131850315b0e2437d4f1dee3f', '0da58c35c0f2a3e4ab3758ff6c65c9cf', '0da58c35c0f2a3e4ab3758ff6c65c9cf', 1, 6230, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ac2b947e3fe564be6e5b71f923ba9a6994c5c66a', '/home/hkrhostingreview/public_html/wp-admin/includes/class-walker-category-checklist.php', 1, '93ba9695fda1b3d64eb496dcc9bff25c3b5af12aa04c5f1e7dc6c65f4e435950', '3a65469c8606a877a0dd7d4763e7fe1e', '3a65469c8606a877a0dd7d4763e7fe1e', 1, 4257, 33188, 1, 1568143435, '', ''),
(1627006215, 1, 0, 13, 1, 0, 'ac5f1a063d0f335b4e8f3d1e9cd764e8c694e399', '/home/hkrhostingreview/public_html/wp-content/uploads/.htaccess', 5, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', '', '', 0, 0, 33188, 1, 1626945697, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ac6d17a105290b52685c6dbf29b2d4fd568d5a52', '/home/hkrhostingreview/public_html/wp-includes/taxonomy.php', 1, '6c03efdfd4eb5976b20755e1d4658a44fccd01e856060cc7ae342c37aa821c3b', 'd102769cabf518e9227bc3ce5230af09', 'd102769cabf518e9227bc3ce5230af09', 1, 157961, 33188, 1, 1570475286, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ac786a4d7c4f2d0ecfc927f83eebfb3abbd1a751', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/BatchProcess.php', 2, 'dbe57e8be53bcb11ea81cb74cfaf576281576e036f0593124d15982eed6155de', '4d70afbde9e9eea6427dbcfc8d423dd2', 'dbe57e8be53bcb11ea81cb74cfaf576281576e036f0593124d15982eed6155de', 1, 2705, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ac7a04efc643c9003c60a2edeb28dbd3bccf5942', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Settings.php', 2, 'f4f550256d0601c217c431c9aadcbda93cbad7fb58f93900a812720b6cea4b88', '0272b7af508064666fba1a8858ec5f3f', 'f4f550256d0601c217c431c9aadcbda93cbad7fb58f93900a812720b6cea4b88', 1, 486, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aca3f28c786a61ed15a05a8b463ee7f2749efda8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/section.php', 2, '810d6d26bd64efa2d1e6b9fd3441cd9d2602d3d919f4206bd77c9b855d4b2765', '9f123020f318d2a4a862c181e9237a49', '810d6d26bd64efa2d1e6b9fd3441cd9d2602d3d919f4206bd77c9b855d4b2765', 1, 1723, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'acbe986d0b40dc676111ba895e1236a17d49f692', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/progress-bar/jpeg.img.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438550, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'acc536c4d6939df426d2e00d5ab3849c65e1d23b', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/File.php', 1, '958ab6efa2a895aadaf982f1fd1d65900c83a6d9a2fd386094f6ece36aaa5d30', 'a498ab81fe6c42f6ce4f355fd1274714', 'a498ab81fe6c42f6ce4f355fd1274714', 1, 52786, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'acf2899281d10b93e540662882c62052c90717b5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-forms-export.html.php', 2, 'e0d1972e622126e19f539ca61af15cc573dcc98c70de09291853ef4e3ec58207', '73739f012215cdd16ea5df52c1e24180', 'e0d1972e622126e19f539ca61af15cc573dcc98c70de09291853ef4e3ec58207', 1, 3187, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad3f648b7efde5ffb319fc90f6bf24a3e340a15e', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/functions.php', 2, '87b57dfc73a20a55d19435be2200600a3b1c31f9708528eeab0cfa4cabcac260', 'c667ba6364d99f8ebe93ae684c41544e', '87b57dfc73a20a55d19435be2200600a3b1c31f9708528eeab0cfa4cabcac260', 1, 1074, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad4aced16517e844b1345335d4066f9faa9961f9', '/home/hkrhostingreview/public_html/wp-includes/class-wp.php', 1, '2eea401e9f306216ae4442e4494f2bbfd5db79d884b6ab7dc2a550465ad123ff', '894b36003d07763c8b11617f04d80ed4', '894b36003d07763c8b11617f04d80ed4', 1, 24231, 33188, 1, 1571066403, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad4afd0db698925c56a8a910314ebcaae11c325c', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-whois.php', 2, '603581c1f3d45d96d66442a924b28dd044898bade10006ef0b9f311ee38e8c42', '6dc5e91b9244d1704d8ee1e8e85103e6', '603581c1f3d45d96d66442a924b28dd044898bade10006ef0b9f311ee38e8c42', 1, 14272, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad5699e1208b01455850505db4024ae91c7e899a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Image_Accordion.php', 2, '600a340a210ad97ac3e6407a00380954e5fa0fcba5f3833d36adc5258694415b', 'e6d21f8451943adb4c7cca247c4753e9', '600a340a210ad97ac3e6407a00380954e5fa0fcba5f3833d36adc5258694415b', 1, 1391, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad62d71082e8e50b44a157d01d70a7edebed1229', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, '280cf1d21dbdca724e67e495b9f9d9ea479a1a582b7d3a7d6dbaf181dec1658e', 'e24939c590417de81936abb6b9de39b5', 'e24939c590417de81936abb6b9de39b5', 1, 18932, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad64531b9d1571b347af63341f6a78e0979d97a4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, '659434f735d3e8c8d27e09b54cc62c3b0f5784f0811f2a8cefdfba9c149f3ef7', '42b96aa969e44f1e12e6a36b8fd8d6e1', '42b96aa969e44f1e12e6a36b8fd8d6e1', 1, 1763, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad666e3f13f292edf01043a1094bc4227ef945ca', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, '3c5af08b2441d1a4a279f4ede5180ed97bc28684276f1fdba8d248ba224c6c88', 'e31df052d058e092d8b53f6b01e8c91c', 'e31df052d058e092d8b53f6b01e8c91c', 1, 10025, 33188, 1, 1569260458, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad708c29b140c481da94e9e3f4e6e946b61e164d', '/home/hkrhostingreview/public_html/wp-includes/post-formats.php', 1, '0eb129ae819530dbed6712d04698ada06a639245555b14d8e93a02e194c5fee2', 'fd05c89b0a36412445d388e41a0ba31d', 'fd05c89b0a36412445d388e41a0ba31d', 1, 7053, 33188, 1, 1564881596, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad77eaa1688e2a649d63b7c80907c9fcc1f3ed2b', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/Memcache.php', 1, '3d1425a44f980dedc2b4f681b8b08b6f4af2140e9bb765e2b342c8c7a97638bc', 'f69d4a55b2a1168531535107ab843fb6', 'f69d4a55b2a1168531535107ab843fb6', 1, 5141, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ad80c029c9e16a6f9d7fa60564048d7d179a698a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'adcc067440ed1cfa8282e4bf63cee7660223f05f', '/home/hkrhostingreview/public_html/wp-admin/customize.php', 1, '2184d8359441ed02c34d0b3bd76196e3aa1ee86d6cb409294af97560ccaa4865', '43164b1befd6dd6241069000eb463553', '43164b1befd6dd6241069000eb463553', 1, 9636, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ae0d2ea0ced707870ec9d648634641c42053d5ad', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection.php', 2, '8b6c8fbfbbecdc37cb9b2bf8fed39bddf495978623aa7637c5fc5635e6c91a1a', 'a2594e6c3c7a166b49bcfde7b8ebbcdf', '8b6c8fbfbbecdc37cb9b2bf8fed39bddf495978623aa7637c5fc5635e6c91a1a', 1, 3553, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ae25ec0c24095293d18437bec5e27165999f0142', '/home/hkrhostingreview/public_html/wp-includes/template-loader.php', 1, 'a185faed2383dd5365bb7f30902484c6b6b3d222d3cd1d3fa534b1b473570db6', '08f7137790a06aa6fcdd4a5eab13c5d3', '08f7137790a06aa6fcdd4a5eab13c5d3', 1, 2855, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ae409b0289279393bd3148df3de8a35419a690bf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-import-export-forms-import.html.php', 2, '8d4d2da857326c1dd9ed4e50afd6370e0847375a64d006fb446874c04a7788d1', '011601cfacbb6a10b7f953b2c256d0b5', '8d4d2da857326c1dd9ed4e50afd6370e0847375a64d006fb446874c04a7788d1', 1, 1638, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ae55bd34e02a2cb39b080842df26268f39488538', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/default-actions.php', 2, '208147d082c3c134593e278845609668be00d30f642ff2081a46ec1fed655c12', '63063ac87d91c7386b414674e66263fb', '208147d082c3c134593e278845609668be00d30f642ff2081a46ec1fed655c12', 1, 118, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ae67c87844ec999fee4200e8dedb5b5d7fd2306e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/register.php', 2, '2e9133101028e516a78f33d5e7ee833318921b0f100cd53c94e5ab5e29bf0a41', 'ba7ab3a931fe21b34f3e63837603b383', '2e9133101028e516a78f33d5e7ee833318921b0f100cd53c94e5ab5e29bf0a41', 1, 1014, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ae774a41b666d02df7bd6ea4d8be255bff52b1db', '/home/hkrhostingreview/public_html/wp-admin/network/plugin-editor.php', 1, 'e07ae1ed5a14c67528c6db17770281b28265b67a6448028525bc28cb503d2503', '658cf64b77d435555ae217a5bbb1536a', '658cf64b77d435555ae217a5bbb1536a', 1, 279, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ae995fa6249e800fce124404224d804930f9f0f5', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, '97babb05e989a164fadde055c4efd1f3fd306cd9f3e41fb8d8be910d4e74b86a', 'df404267e9c1bb454af8c6bd174811b6', 'df404267e9c1bb454af8c6bd174811b6', 1, 1586, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aeaa7a4d00635df98ec5eb9c63ea62be1c074fff', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsAdvanced.php', 2, '27e43c5107192d85775e67719a48631a2852c207d235defe448aec0922be8e62', '29f57bfcf785d7bc17f33484a525b5d1', '27e43c5107192d85775e67719a48631a2852c207d235defe448aec0922be8e62', 1, 6185, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aeb89e3b25069a80e8acfc144881a6cc8198b557', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aecfab6e1eb2a41d0b634e6064c5e2116e93c2fa', '/home/hkrhostingreview/public_html/wp-content/plugins/duplicate-page/duplicatepage.php', 2, '1dd72f677d9790dbcea1d274be52654944044b06ca20fd30f1013ca2dda775cc', '563f596cc63f9c7d10fa2fc09d508a12', '1dd72f677d9790dbcea1d274be52654944044b06ca20fd30f1013ca2dda775cc', 1, 16952, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aeeee6a4695a0b707d98587617199cb1ca588fed', '/home/hkrhostingreview/public_html/wp-includes/class-smtp.php', 1, '1dc0c9c24e68770a275ef44e1cd78df8a3e0562a4123b547b172f92d5a592fe5', '654534b6c48e0219cd5a45898cad329e', '654534b6c48e0219cd5a45898cad329e', 1, 40919, 33188, 1, 1568299077, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'aef468cce40d625a8ff017997957ff967c30b710', '/home/hkrhostingreview/public_html/wp-admin/theme-install.php', 1, '00fafdffd062acceb39871d3782d296d4d20ff8ec7393048df5dbc52671ea5de', 'ce6ca9fe9b27461393c8fc0823dada0d', 'ce6ca9fe9b27461393c8fc0823dada0d', 1, 15213, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'af18e2233c4d4622df97083578d63c9a53d68f14', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Date.php', 2, 'b5fc514a79e056793c74dfe4d007f00acb798474446ac1e5633c63fc001881d2', '2fb694bc4e8616beebb09e4c8168f9ea', 'b5fc514a79e056793c74dfe4d007f00acb798474446ac1e5633c63fc001881d2', 1, 1619, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'af2e22d5b11e03b9d41739e487030999374a9402', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/manager.php', 2, '2ad81690f924196b64a02d7c5bb14fcd641e89c78b6a87aa8801b414fdd704ad', 'aa7846f309ec42bc0eb7d5faed0f1932', '2ad81690f924196b64a02d7c5bb14fcd641e89c78b6a87aa8801b414fdd704ad', 1, 1138, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'af657fb3d3468d9c3d789c806158012b2534c879', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-subs.php', 2, '7666245c548c1ed85259b1963dad84b496b1470cef17f3860d89a72d627498b6', 'ee87beef66f7d0e396f8800a9355168a', '7666245c548c1ed85259b1963dad84b496b1470cef17f3860d89a72d627498b6', 1, 5729, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'af867761fcd9fa3ddb79265f4b9b7143ada30ffe', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/activate.php', 2, '3bbf6269a191632d3026ec201971577d7a9480911e40dfb28ab954e8e3c1fc49', 'e07b45544a9b5f719fbeb76e96bcc41b', '3bbf6269a191632d3026ec201971577d7a9480911e40dfb28ab954e8e3c1fc49', 1, 177, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'af8803c7527dad11d8648fc7f2ae19deecf38f29', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/desc.php', 2, '2b03af3b47f85073ed1dcba6afd50367b220c56a813d31f0aa3bd071b771aba1', '6a9812eb5da786243bd9917acc992190', '2b03af3b47f85073ed1dcba6afd50367b220c56a813d31f0aa3bd071b771aba1', 1, 2636, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'afbffd538fc59feb1492076c59f8c6202eb2195b', '/home/hkrhostingreview/public_html/wp-includes/meta.php', 1, '41101aa59003bf1362676720bbe9f4c0f9ee91d14208c3ab5661fe51a16a1a1d', '7f4592c300380eb439f5f41d6d3d0209', '7f4592c300380eb439f5f41d6d3d0209', 1, 47637, 33188, 1, 1568903815, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'afc7d828fba2af4de8a275eb0d56bde51b63d3c9', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/File.php', 1, '8ce86a59507368c0e247d770574cf6740fa5686af526f1dd2210ebb2b3cd9b49', 'a33dbb0540ecc29cc6425b14100953d1', 'a33dbb0540ecc29cc6425b14100953d1', 1, 4424, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b0025dbc9ea4279e74720a92a2ea90a988b752d1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php', 2, '600fd21102d1a59982fc5281279e94e9c90b935e86d10959607e8060b8c32a56', '7a3d4091138aacce8cdc57fb5a93962c', '600fd21102d1a59982fc5281279e94e9c90b935e86d10959607e8060b8c32a56', 1, 2132, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b0048e195850133f983673dce15b5c757e389403', '/home/hkrhostingreview/public_html/wp-content/themes/astra/archive.php', 3, '3d95ad358fb9b5e565bac0034dee99150e564e96f5e8fef5387644ff33ef27cf', '6e81377b80b7e7e535e92bf8b10ab4c7', '3d95ad358fb9b5e565bac0034dee99150e564e96f5e8fef5387644ff33ef27cf', 1, 778, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b00a44e675314a0769349117f5a01cc927c4e4bc', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-privacy-policy-content.php', 1, 'ebf8f426b954a632d0632ed1ab642eaf046d17a8236b8c0ee7496a7a146ae11d', 'bf4302bf199194b157f9d6c5ecd64db9', 'bf4302bf199194b157f9d6c5ecd64db9', 1, 33141, 33188, 1, 1569329697, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b01364fd29286abbb7c2f934ec1fd60346e6bd28', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php', 2, '2f21f894de37bb05e3757b2e33574668d98be939b9ad2390096122b020284698', '61d99aae1c2d19c15b5bee3edd5b7d31', '2f21f894de37bb05e3757b2e33574668d98be939b9ad2390096122b020284698', 1, 637, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b015356e750a127d2586a1cbe0013919a0130de6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', 2, '3c9e3fb4e41608632a64d5b80b5ba5bfca3096df3d0c87eecb4ea2b04e1b1224', '8421ad6c8761650cbb4e8750d7357bce', '3c9e3fb4e41608632a64d5b80b5ba5bfca3096df3d0c87eecb4ea2b04e1b1224', 1, 755, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b039beea2397d5c6eae4c097956887af00571998', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Forms.php', 2, '02db19b7d9bfd03dd16e09536c7c0f3d4b5f94ffe9b0089c381c31a1f74adebf', '297e6f7ea00fc4e2721c1811f60d4ade', '02db19b7d9bfd03dd16e09536c7c0f3d4b5f94ffe9b0089c381c31a1f74adebf', 1, 34577, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b057db88dbf2a002a1ecfde0a7762d78cccf0d95', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/sodium_compat.php', 1, '75f2b1669c91daee15dcd1210ac76a3286e1dbbaaebc9da0d02e446fb38d727b', 'c98a0e6076de34914689ad5f8fddce26', 'c98a0e6076de34914689ad5f8fddce26', 1, 24458, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b0a4802fc0d130b0a8008203f805828f0a7b265d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/pre-process.php', 2, 'd3ff039f2c8306f59871978c1611ddebbe07127d74be915bdabe0854be82d7f5', 'f3a9dfebaf6d0af7333ca95bdb04ed98', 'd3ff039f2c8306f59871978c1611ddebbe07127d74be915bdabe0854be82d7f5', 1, 1415, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b0b1249bc066baa92c7a2fe9695c65c060cb91f3', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-theme-options.php', 3, 'a0deec13443f79e3a02f71ef0491a834e865a795d81cd2def61672b357604f12', '5a0415690e7fd5c0fcca4ce9f81d08de', 'a0deec13443f79e3a02f71ef0491a834e865a795d81cd2def61672b357604f12', 1, 14703, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b0c2fa436fa32a9306cad395a5ee7508d7c94da5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/shapes.php', 2, '21c2256e4ec2ba1f5371ebc2cdc51f2798414a9df174e666b2756a202cb3d0d7', '77be4cb19b14b9c73ae06645bfe99f52', '21c2256e4ec2ba1f5371ebc2cdc51f2798414a9df174e666b2756a202cb3d0d7', 1, 6390, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b0dfcd3744cc80620236e722542e283cf176c75a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardZip.php', 2, '718c585209f82682396462075224e9ca2c34f5e315cce5ae6806114c7fa926f3', '1da7a8f6264d1f1d752d5a66d292948e', '718c585209f82682396462075224e9ca2c34f5e315cce5ae6806114c7fa926f3', 1, 795, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b0fb78d4f60f02ab56af779573cae9cc51a4f855', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-message.php', 2, 'b0cd762fdd9a3aa0c6f8d3e90d4d9cf07083829966f4f00c0f97a8a40df026ad', 'b98227f12b9c82f4689ec9febe8c89c9', 'b0cd762fdd9a3aa0c6f8d3e90d4d9cf07083829966f4f00c0f97a8a40df026ad', 1, 484, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b12b3b7120a39eb067c85905283b22566577c813', '/home/hkrhostingreview/public_html/wp-includes/embed-template.php', 1, 'abd9fdb3b479157574a6a4c9204c7c5ae37378296a5169039796612454a05b87', '880c0f3ebdef45564a7b3b1536ff212a', '880c0f3ebdef45564a7b3b1536ff212a', 1, 344, 33188, 1, 1467808829, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b188547a9fa140cf525b381e4a267844c702f6f3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/field-error-message.php', 2, '31eb349fbdb97061078c8de66ac3f5aed24276a93044c86f5c726cb66c77806f', 'bd2f9a2ae627b8f529afea3d35c0f9bc', '31eb349fbdb97061078c8de66ac3f5aed24276a93044c86f5c726cb66c77806f', 1, 1094, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b20a8fb0101759abcfb192d90a67d5cb21d2a22b', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/header-embed.php', 1, 'fd696507a68eec144a40dca7d89d5c608f6c862674503eba8bd47fec023346b6', '67962ba2c878829d26817766d258dcc0', '67962ba2c878829d26817766d258dcc0', 1, 704, 33188, 1, 1464192327, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, 'b20f53ab00c22599ccea2a97dc367ffaf6f5d31b', '/home/hkrhostingreview/public_html/wp-admin/network/profile.php', 1, 'd8939673decf34c8cdefc83b60dff40a2262a18d49a69bddc16356352f35af3f', '6874157fda181bc2866fd860d93376b9', '6874157fda181bc2866fd860d93376b9', 1, 272, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b213b97e1d9e0c69192d012c8652d731a015f017', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/term-name-filter.php', 2, '237167b0ef2a659eafe80bbaab810cafb3866bb544acb33476eb85f69e91d4a3', '278f90dcebbf3e59970203ddd0af1f68', '237167b0ef2a659eafe80bbaab810cafb3866bb544acb33476eb85f69e91d4a3', 1, 2405, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b22442af436a74d1066e6a52e5cef054c64c9a3e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', 2, '6bcacc0bbb3067d0eeb615010d5bd365a9f38d0f94324231080be240f85753e8', 'e594c88904b6c652933151a969f153f5', '6bcacc0bbb3067d0eeb615010d5bd365a9f38d0f94324231080be240f85753e8', 1, 3001, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b272cb2434cf57f7b12b4ee9f3e805425cd46f37', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-key-service.php', 1, 'b5661c2fda4f6cf8bf65b8c0869801fc66f2d1623831ed14daa1417804ae6841', '12b99765c3e72389fde5109337804886', '12b99765c3e72389fde5109337804886', 1, 4284, 33188, 1, 1555391391, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b27c429212596f36040a3b085c46e0a371217792', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/default/hfe-header.php', 2, 'd97a32c3aebf8a979071d3cabf30368bf0924dc39239dcf509ada87bd1a5d45c', 'c576513cc417cfd29cd173c36e1b0172', 'd97a32c3aebf8a979071d3cabf30368bf0924dc39239dcf509ada87bd1a5d45c', 1, 612, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b282053df133333ee3bfb8c924f076cb274d4d16', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php', 2, 'bd4048bd1be6ca3a24e27163518d6233592cabe49bcefefa11a8b865439cdda5', '1f8f66c40ecad41fd2caea8392e89640', 'bd4048bd1be6ca3a24e27163518d6233592cabe49bcefefa11a8b865439cdda5', 1, 8819, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b29435de1d30360c839acea2258dfce4acfb3ce9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/process.php', 2, '5fc1521474f576338f58aece0b4cfdf14b02e2adcb5bf291f281d189425a32b7', 'e3606bf702097cc473884c7d9a79a722', '5fc1521474f576338f58aece0b4cfdf14b02e2adcb5bf291f281d189425a32b7', 1, 602, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b29497772f4a52770f1bf19c6aca36259d57b2ba', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/manager.php', 2, '9563022051a96e6e2eb943bd86cc8876e6f509f1e7a68cf10dc8f0a214318f74', '24a376fa7319ae6dc6cf5f28758c023f', '9563022051a96e6e2eb943bd86cc8876e6f509f1e7a68cf10dc8f0a214318f74', 1, 5298, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b2a665ffb8d99fb84027211bef5ca05799af01f1', '/home/hkrhostingreview/public_html/wp-admin/load-styles.php', 1, '8abcb4e5898479ccf55250f41b61bcf5e6c70fdc35268fc3d707d5f0f4da6616', '4f3ef09536cbbe1b8b190e008b1c951b', '4f3ef09536cbbe1b8b190e008b1c951b', 1, 2317, 33188, 1, 1564870677, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b2c7de48611aefde1a5c110065025b8c595b79ce', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/extensions.php', 2, '7f45f3919ca6ba4fe9e68e6a97ca2d1a7ac750b92e3669b49288796528410750', 'ba44a3da904c4ece1554d83b15da8865', '7f45f3919ca6ba4fe9e68e6a97ca2d1a7ac750b92e3669b49288796528410750', 1, 2632, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b300e60e3ec7ef092a8dc0c7d803fbec30c7d0a3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integrations.php', 2, 'b74ff74ec72082af0a3acee6eaf3841cf419c5343367e3d53cfee3213ca9824b', 'c8f25659deb7d5e6342d7df8a92356a7', 'b74ff74ec72082af0a3acee6eaf3841cf419c5343367e3d53cfee3213ca9824b', 1, 3941, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b35ba30cc68069a312ff7d0d0a3276025a4b4342', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST/Controller.php', 2, 'e602a22cb4c689be39c025f056fd20ed0bcabee4828bee4e8c7f01044569caaf', '6ff0567679228c50e064369985bd4ecd', 'e602a22cb4c689be39c025f056fd20ed0bcabee4828bee4e8c7f01044569caaf', 1, 3508, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b36e43e8c5cf674470b8a96105a3c18562124c09', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/custom/class-custom.php', 2, 'ebafcbcae52174c0abc6a4b38c342385bdfb2dbe51c944737517952b2187751e', '78209c06f042223488acbb2f38538008', 'ebafcbcae52174c0abc6a4b38c342385bdfb2dbe51c944737517952b2187751e', 1, 2256, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b39f6d44e8bc3a1cd2e284013a318162477f5d90', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-common.php', 2, 'bec7798d24f2a2d278f5dbd06a9c8d87f523e94c73404a57c4fb3b5827593f8f', '45fba905eb6881a8a524e1ab2e791e97', 'bec7798d24f2a2d278f5dbd06a9c8d87f523e94c73404a57c4fb3b5827593f8f', 1, 97839, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b3c67a27fb0d722b8f33c4ad06514fb1f2033dea', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/class-display-loading.php', 2, 'f555e92b7301e02614989cda10f6ba33ce7e16f1435edff06b89264c2b5403c3', 'be0081c6bb9c44c2007bad1612814e08', 'f555e92b7301e02614989cda10f6ba33ce7e16f1435edff06b89264c2b5403c3', 1, 34726, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b3d4e3d0b3fd6eac7d8220cbb8e822e8e60b10c7', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/base/base-widget.php', 2, 'b4442c6e980cd43cd1db98e3f1eed691b1df6b37a814f7379b0da567c52e4ee0', '1bfde99c1c35edb89922a73c5cea7cbe', 'b4442c6e980cd43cd1db98e3f1eed691b1df6b37a814f7379b0da567c52e4ee0', 1, 258, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b3dc936c6aa2800851baf8fe1b371f95512176e6', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/admin-functions.php', 3, 'cb382585cfd2c60ebdad7893d61a18061e298199e721bfc5ce349ccb0470ff0d', 'e113859c1ead85e096ceea8562b5f3e2', 'cb382585cfd2c60ebdad7893d61a18061e298199e721bfc5ce349ccb0470ff0d', 1, 658, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b4095eeadccff6d388d914f8dc5084e921a03614', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/background/class-astra-control-background.php', 3, '07dec270144eb245ad6396aee0fafd059181297f8aff7ef0d0f2981c284bc4ce', '4d043b95fdd92ee8b0da1f0072254cdb', '07dec270144eb245ad6396aee0fafd059181297f8aff7ef0d0f2981c284bc4ce', 1, 10906, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b416dbf7fc072228ef2775919f7ed85f7c230611', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Requests/DeleteField.php', 2, '09caa425781e8459d459686d4321c0d94e2c1b90faea0087ddca08b2f0725325', '35b9e5715ac562c16e84e8ec9ae6f95e', '09caa425781e8459d459686d4321c0d94e2c1b90faea0087ddca08b2f0725325', 1, 358, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b424826ba2e8604c712d624b3032a934533dacbd', '/home/hkrhostingreview/public_html/wp-includes/ms-functions.php', 1, '9bc00125efecbcfad2bb4d149d86f5ad0449851c21eefef717ac3a627b17f785', 'f76b68e778e24234b835749f98bd8f70', 'f76b68e778e24234b835749f98bd8f70', 1, 87638, 33188, 1, 1569890817, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b43c84cb5403bbbb41e161177a4984762d5e0020', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-site-health.php', 1, '0e7322f0fe8710974b9cc2f1694dfdbf58b1411f9a0a21fce334b200b059e346', 'a4b0604b195bcf769fee668444fd2188', 'a4b0604b195bcf769fee668444fd2188', 1, 66843, 33188, 1, 1570243198, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b44850aa8d6f2ef5f0d748c2291d132c056620a1', '/home/hkrhostingreview/public_html/wp-admin/themes.php', 1, '29b113ce5262e841ca1c4127688b7a2b5cb80baac1416a294c1a9329fcf6c1f9', 'c97b6b3d7100b131e1b2d1bdbd7fa861', 'c97b6b3d7100b131e1b2d1bdbd7fa861', 1, 23690, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b45899d69d8a6cb05ab97993e76e1ad755414b0c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/remove-button.php', 2, 'fa7874df1e437d8b8605be05de87ecec51f88d82eaf3d9d4a29bdac60563016d', 'cc0d3cfbe1a791061b60c1b56518e5cd', 'fa7874df1e437d8b8605be05de87ecec51f88d82eaf3d9d4a29bdac60563016d', 1, 728, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b45efa974d1aef45a63bc44807bc2802703e47ec', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Divider.php', 2, '8b51d373e94714b1887c4546d0661b92fca290be04f8e613671edbd09fce3eb1', '91a546a1d1dbc39d1413266fcbc5c741', '8b51d373e94714b1887c4546d0661b92fca290be04f8e613671edbd09fce3eb1', 1, 704, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b46fe60d1c0ad1236469a7e92a5e0a9a9416629f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php', 3, '0f8d00520a234935777a95ed808ae73cfa537c75b234296a766ca001ff169b2b', '3a1b7128c2cfda615262d68b340299cb', '0f8d00520a234935777a95ed808ae73cfa537c75b234296a766ca001ff169b2b', 1, 4561, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b471912349712fb3a65fe0c0d243deaa8d05ed4b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/tab.php', 2, '26e36912c7294f11f67365100c257c1fc6b6458a8479fa312e8fa4c3e0fc011b', 'be410f1a1f0e0549f67b4686e13b4511', '26e36912c7294f11f67365100c257c1fc6b6458a8479fa312e8fa4c3e0fc011b', 1, 1394, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b4746a01fa20f1b7dbbd05572a414de1b6d9d034', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Models/Submission.php', 2, '7e94e163852386b9a0bf4bd75da2cb4f13c3fdbb27db611a29ddcf75ea1f38ac', '38406d1646420de400f76ea459c88d69', '7e94e163852386b9a0bf4bd75da2cb4f13c3fdbb27db611a29ddcf75ea1f38ac', 1, 13349, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b485918f1158d67c58efb61c84196f3417c02f77', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php', 3, 'a3ec20f1f9f1065d2d45d6e9bac4a8eeb200add894452451fd6f80558c3def5d', '6bf01581841f00c952f12f6777936423', 'a3ec20f1f9f1065d2d45d6e9bac4a8eeb200add894452451fd6f80558c3def5d', 1, 10980, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b49b983963caf85aaad368938ad892e58f5094f6', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Helper.php', 2, '4ee3e5611ab84ec9ae47963ddd310b14cc1ae363336661d21d153fd4444d2018', '4367748f92766bb0081ca9b94966cc48', '4ee3e5611ab84ec9ae47963ddd310b14cc1ae363336661d21d153fd4444d2018', 1, 98677, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b4a51b1193945f86bb85aa1e8679b6eb3a32f96c', '/home/hkrhostingreview/public_html/wp-admin/link.php', 1, '46099f1a37867e7d98ddcf68c4433b365e3caf3a5e5e005cd74ef95f5c2abb0b', 'aa95f098be40be63d9cc8373ef950f54', 'aa95f098be40be63d9cc8373ef950f54', 1, 2746, 33188, 1, 1561985521, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b4ac0872cf56018905765777ade6b9adfffef9ad', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-view.php', 2, '0a927dcd62da3cd78f805d6e2bb8485d65844bb17ad51ae0510fb1eeaeba7f88', 'c51c505da1e8997dd079b63179ded0bb', '0a927dcd62da3cd78f805d6e2bb8485d65844bb17ad51ae0510fb1eeaeba7f88', 1, 15742, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b4af7d00c9c5e9f7a4ed1d83077d761031ebaaa5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Model.php', 2, '317842c6a433160e605dab6a62c7a0b624c432945ebdc135f626afd794cfddb4', '8706f07be06e5b05dc7782eb5e081737', '317842c6a433160e605dab6a62c7a0b624c432945ebdc135f626afd794cfddb4', 1, 23387, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b4e49f8143e3125efe7fb79a285dc1e226ed1af7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Password.php', 2, 'ef57c3e8b36578a89370201b0ed050d0bda4ad96ec53de90d8c724f71d66db8a', '9757b0eccfa0fec5728584115bc08c3c', 'ef57c3e8b36578a89370201b0ed050d0bda4ad96ec53de90d8c724f71d66db8a', 1, 708, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b506e68a6db38feb8bbdbe7f4f0d1bbe41810971', '/home/hkrhostingreview/public_html/wp-admin/edit-form-comment.php', 1, 'e1d7f3d9316a5caa8a4d76111f3f1124bcc997efc6febc87654cf1c070f8c8e8', '8980aac336109682deb554cf3d162c0c', '8980aac336109682deb554cf3d162c0c', 1, 7805, 33188, 1, 1567986835, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b531feb192163a19409be14ac229ee979ed4c5ee', '/home/hkrhostingreview/public_html/wp-includes/blocks/shortcode.php', 1, 'e944ec72df5473001ca12038da27c53f94c76b19581b707793c99343510e4aff', '893990c176e215a84a768ce9c4b197a4', '893990c176e215a84a768ce9c4b197a4', 1, 794, 33188, 1, 1568906358, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b532292d4381995cc5ea1427982b40a3b4b33010', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/StepProcessing/menu.php', 2, '46ff171ff1913256fb3d0448ef6984782493f8fe948cedc8fb84f0ddfdd1be80', '9049ed3f004d824122b53ce3381ee05b', '46ff171ff1913256fb3d0448ef6984782493f8fe948cedc8fb84f0ddfdd1be80', 1, 4531, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b532a3cfd57f014e0e7db5f15b1f2756b22bf4bf', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Int32.php', 1, '58a247a420332fadca21cee9e859b12642de333d122a41643a9e1795bf8ab2fb', 'bbb333b70e7fa24e4d5bdc2fe00d7e48', 'bbb333b70e7fa24e4d5bdc2fe00d7e48', 1, 24542, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b54b3ade6ea7390907ce1c28f6dc468ecf9cff17', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/config-validator.php', 2, 'be608a08dc3172ffafc3c78efdf5afb4a452ed9c7ddf10556f21ad03bdb2d8fd', '47328ef2131345bf88057e2245940a34', 'be608a08dc3172ffafc3c78efdf5afb4a452ed9c7ddf10556f21ad03bdb2d8fd', 1, 3384, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b562271cf52ae2b9b8f66f9345c6f66b5121fc52', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-upgrader.php', 1, 'f3b51a66f8a6db30c9c6d8f6d0cb5e0e272082cde2c9cf11deef7d6134787b30', '5939ab2507a70cb3b68cc1e225125ec3', '5939ab2507a70cb3b68cc1e225125ec3', 1, 35670, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b566adff5bdbe4317ad526f17d99283a1845d7fa', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Content/Type/Sniffer.php', 1, '87c1e0de4be923ecf334576e67cf6c02ba04765fdeaf3d967e822c5fbef31d4e', '7c72c3f369855562d96c77ece1c7db33', '7c72c3f369855562d96c77ece1c7db33', 1, 8137, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b5c6ad4f961037ababaa6728ca034ee20d6441b4', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Crypto32.php', 1, '9090a0b7bfa1d09bef1ce24d9be180405df2a9f096b09f4015058976762dd975', '6ee7215ce2bcd008f54f9edb65690554', '6ee7215ce2bcd008f54f9edb65690554', 1, 39609, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b61746fb37135b84219a50e5603fc7577c8903d7', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/411.php', 1, '970fa4ce085fc4fbbc9ad5a0aeccee8656c8ebb8df9676207361370974af8b20', '27a552a1e4160c4df61b2eca5a604796', '27a552a1e4160c4df61b2eca5a604796', 1, 399, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b63517bcb26ebad8e0b0ca0b8843315859dbd5b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormRestrictionSettings.php', 2, 'f6b4b91672d7969d18b37faade3a887a2ed379e1af0b4d67d1700467c907a0fb', '3fb752b8d6344682bed92fb5961b4720', 'f6b4b91672d7969d18b37faade3a887a2ed379e1af0b4d67d1700467c907a0fb', 1, 4527, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b63cf42bf587fa3bc37424fa9b135de4c26ddc39', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_Upgrade.php', 2, '4576d76a8606bc3b2914114a1f796666ff91428beaf9ce79d4c31ffa557771c2', 'e04efbe391a59a6f0c8102f94f069ce4', '4576d76a8606bc3b2914114a1f796666ff91428beaf9ce79d4c31ffa557771c2', 1, 2954, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b6492cb7c40762c34f5ae598885e653eb421a43f', '/home/hkrhostingreview/public_html/wp-includes/spl-autoload-compat.php', 1, 'e7ca7d18b08d64a86807ed8d124fd49ea6b4379757ede4e6b241caf0313410aa', 'd168233950a1243358ae73c3a4be6695', 'd168233950a1243358ae73c3a4be6695', 1, 443, 33188, 1, 1563167516, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b674d8cc59bfe9bd50ad3ed925c17ba429b86fd9', '/home/hkrhostingreview/public_html/wp-admin/includes/credits.php', 1, '70305b37e875a4d2c8f879a811ea84cc7256667b7ea4e69c0110a1a001426cd5', '7274b24d47456196ff8641607c6c7a09', '7274b24d47456196ff8641607c6c7a09', 1, 5551, 33188, 1, 1573505282, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b680533f82cba140dd8d67dc2f5df96ce13e7027', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/stack.class.php', 2, '94e3304ead97e0da778dae9d0dde82b94692b91cb2a4abd447b741107d336a6c', '2621b4361f2c694628ab0b071e68470d', '94e3304ead97e0da778dae9d0dde82b94692b91cb2a4abd447b741107d336a6c', 1, 2127, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b6a7e17395015161a1243dc450fb76fee1ff7f88', '/home/hkrhostingreview/public_html/wp-admin/site-health.php', 1, '04bd42f205045b4e6c9a7238c547a1c2e492f566affce799fddb616f94a0b079', '4ef0e0177030234463c380dfc8211d9b', '4ef0e0177030234463c380dfc8211d9b', 1, 5352, 33188, 1, 1569000417, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b6d34d57cdc427fe236955ea486b02250366af98', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/PaymentGateway.php', 2, 'fab69ca73f5a2c5f5f9ab05b62e624817aa7ba39e88ecc0079655e891003199d', '118d8d04d142f7f86284cc9c5305ab10', 'fab69ca73f5a2c5f5f9ab05b62e624817aa7ba39e88ecc0079655e891003199d', 1, 899, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b711a799d0b8160a08c114627b88a59ef2014cd9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/UserInfo.php', 2, 'f2cace018330cd13942fa5725658d355049a3f3508613e2e7ae6f6249f81746b', '632e10d7953506f79842f359c3a44b9b', 'f2cace018330cd13942fa5725658d355049a3f3508613e2e7ae6f6249f81746b', 1, 1338, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b7138d2ff68a67e7769edc5ae89204676c306b30', '/home/hkrhostingreview/public_html/wp-includes/functions.php', 1, 'fe1a251ed94843203932b6fc190b1ae20d306f714bd98b06461a0c7cfe2636bc', 'd0f01c20843619961afc680e80206bc6', 'd0f01c20843619961afc680e80206bc6', 1, 225086, 33188, 1, 1572001507, '', ''),
(1627006215, 1, 0, 0, 15, 0, 'b724212d83f245ced3c88ebd86e5d598d5554d6f', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php', 3, 'd370f14b5c89a6523bdd37d2b7205eaa9f8f41996c166d4218e67702d9373c8a', '951c5b51609953dc61a24f71a26ed76f', 'cf0ccae0ae73fc6b80b700163d40086bfcd0c005b8224c2ce9bae54876c0271b', 0, 2179, 33188, 1, 1605438493, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b72a7791e26880c29109a324c54d38ddac755420', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-users.php', 2, '40efe4336bf2bc53ae3f10e42d26a313c79be2ee868fd766a3b22645a955a6f8', 'bfa16454ad4ab98ff479b91cbec61925', '40efe4336bf2bc53ae3f10e42d26a313c79be2ee868fd766a3b22645a955a6f8', 1, 35099, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b76aa87a7e1a3f7ea4d02830483e0ec8e7a69812', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/comments.php', 1, 'bd989831a2069865aa7df0290f30463d4d78ede18049f841b8ccc493e9daece4', 'e0dc27349a465228e9d3b97b5729eea3', 'e0dc27349a465228e9d3b97b5729eea3', 1, 2141, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b778e340a39138cc49e26c0e183403bd55fb5048', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/simplexlsx.class.php', 2, '97105ac9de972af6e7e18f60c89b6506c6aa8b76b4425b23eb583f4da7e519ca', '29a9816798fb54e3e558c00a8cd2df2e', '97105ac9de972af6e7e18f60c89b6506c6aa8b76b4425b23eb583f4da7e519ca', 1, 25641, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b79bc669b4d981d59bdc6e59f1caa1ea9123210d', '/home/hkrhostingreview/public_html/wp-admin/maint/repair.php', 1, '72fef52a5d97d4506d6bcf0f239aebcab64f6fee390eccb64d221f882007808e', '81838549ea8edae6e4a4b8d6c5a719d8', '81838549ea8edae6e4a4b8d6c5a719d8', 1, 7293, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b7b3ebdab84576a9b44050cfaabbcba8a8275467', '/home/hkrhostingreview/public_html/wp-content/plugins/jetsticky-for-elementor/includes/assets.php', 2, 'a3805d37188720e532b3e94e1fadc14c1adfd3cf9da60e4e0c61a9439783354f', 'c8771207ffbc15676e78cfba98c5754b', 'a3805d37188720e532b3e94e1fadc14c1adfd3cf9da60e4e0c61a9439783354f', 1, 2369, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b7e6ba98b192e7e01e232005e5242e6d956ab388', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/StarRating.php', 2, '8910da13ea60a69617448f3c2ef5f306c4bc0c8b71601b336b955c9b07057e9c', '013ef2d9d9d1ff2116f80483ba6e9e19', '8910da13ea60a69617448f3c2ef5f306c4bc0c8b71601b336b955c9b07057e9c', 1, 789, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b7ebc1f97bfdb1c52d55f3f6fc6db023c93d880f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php', 2, 'e4f7c734b12dd1f9ffeafb84592fc03dc96b75290ce184a481fe43edd7807e04', 'caeee021b3e318aeef99f942ce41fda0', 'e4f7c734b12dd1f9ffeafb84592fc03dc96b75290ce184a481fe43edd7807e04', 1, 1223, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b80a613402135a80776b55286df09f4f24ab438f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/api.php', 2, '7493e7b5356922d2d47475f66730ee825deaa58125254b3590a1e207bedf6f65', '898711a6ff748e140e5f4e4d3d4b1422', '7493e7b5356922d2d47475f66730ee825deaa58125254b3590a1e207bedf6f65', 1, 6485, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b80c68a3d1f7330bc4432ea90084f8f65360d251', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/radio-image/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b80e70ad302dfe5cef9fda2c41421cce70b03794', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/step-processing.php', 2, 'b64375a8191ef2d7ae04cab8d7729b4367df57da2a360bcd327a3fb5ee4e47e9', '3e7fd078aaa9cd20dec0284c7fe1c2da', 'b64375a8191ef2d7ae04cab8d7729b4367df57da2a360bcd327a3fb5ee4e47e9', 1, 4549, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b82bf90cc2f80e849663e5f29fb5662b1a8de78d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-term-query.php', 1, 'fe50e1de56dd92fdd4e51be2e8f3e5739859b7eec4b82eb6f973e6c6990af786', '05f93c6c0196570cf455c0d2e1bce16a', '05f93c6c0196570cf455c0d2e1bce16a', 1, 35423, 33188, 1, 1566576356, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b86a14fcb9cd407d469720b12569d2f9da34681b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php', 2, '93039078d0c661ef23b34141d64f1c90c342d4934a7a6f81cfbb791feaa876bc', '5162a9b467f3b2c279a60f34c0072ba7', '93039078d0c661ef23b34141d64f1c90c342d4934a7a6f81cfbb791feaa876bc', 1, 11524, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b871467d36bc78b7f32538e00d65f9b8e9aae864', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Session/wp-session.php', 2, 'd906a0cf10307b612d82aa781ece32dd1b886f5f9aa0ab6de41a1d525668cb49', '34c44b2b10fcaad6b7b78ff7fc97e823', 'd906a0cf10307b612d82aa781ece32dd1b886f5f9aa0ab6de41a1d525668cb49', 1, 4437, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b886e6b767c584bf12659d7284cfeb472c5db02a', '/home/hkrhostingreview/public_html/wp-admin/update-core.php', 1, '4d3748eb0f058547fc385851da887e1f2e59ead9809d921bf88369e79688cb7c', '9eef8c67fd75a3441e1be9a825908435', '9eef8c67fd75a3441e1be9a825908435', 1, 33726, 33188, 1, 1568753036, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b88eeec874a57d02e126e7c10965a1056e068de5', '/home/hkrhostingreview/public_html/wp-admin/network/index.php', 1, 'b1f35aa4e182c13dd5021d063b5391b99f3afd91dbbcb92b190936534d342bd9', '6f86ac8194ca0fd98b99b044394e2d06', '6f86ac8194ca0fd98b99b044394e2d06', 1, 2879, 33188, 1, 1564094757, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b88f39376db2cec8ce2f1bf41efde969c4f433ad', '/home/hkrhostingreview/public_html/wp-admin/admin.php', 1, 'a27bd8d8ce0032ba27a455400495ee5e18596bfc4fe6573c1647fb98ad0cdf43', '800315586acfd36950bd93c9d512533e', '800315586acfd36950bd93c9d512533e', 1, 12139, 33188, 1, 1567358039, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b8a4e6a6d47bd1ae70faa936a99e11aab420c64d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php', 3, '69f2c2c5e4c43c085b8e6fe5609b26b6d9d10655c46c3ae7243492cd7d1d2a21', '9e13ced8e3f2f8a66dac775d0caf33fa', '69f2c2c5e4c43c085b8e6fe5609b26b6d9d10655c46c3ae7243492cd7d1d2a21', 1, 1240, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b8b89a5f41f444ee3bdb6648ce80bb821fc9acdb', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-request.php', 2, '9d145bffbaff902ef268f9c0056ec1acff146710ccb48e0d921f49dfb78ea5ec', '569378e227565fb5cd02c79b32a8b460', '9d145bffbaff902ef268f9c0056ec1acff146710ccb48e0d921f49dfb78ea5ec', 1, 1659, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b8ce23a57956a6cf63f065246c61620f4dd87ac1', '/home/hkrhostingreview/public_html/wp-includes/Text/Diff/Renderer/inline.php', 1, 'd11f995a87337195ac0d919a56242140ef4fe6dbdb2002856280a8d4d531329d', '880ae56e35b150b4b2c7e9d94227e81e', '880ae56e35b150b4b2c7e9d94227e81e', 1, 5535, 33188, 1, 1266542726, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b8cecd074a03730cee0fa635f1db4f903ddf3a26', '/home/hkrhostingreview/public_html/wp-admin/includes/theme.php', 1, 'f581055ff23a47701444ac1f32f84938b1595da013803a1999b2d3a913cdf4a5', 'fcba711d2f2a880f23ebac4c3b05db71', 'fcba711d2f2a880f23ebac4c3b05db71', 1, 34140, 33188, 1, 1569087717, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b91c1720ce1aeb46f08d054c9377a0e1b0e4d485', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/system-status.php', 2, 'bb473c8e86bdef5620520154e8cb1efa7f4385ad09f23545b85947da52af5bb1', '94fb84508f48b83008384bd070aee325', 'bb473c8e86bdef5620520154e8cb1efa7f4385ad09f23545b85947da52af5bb1', 1, 4442, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b92639e4275e8b3879269fc8b783c9a1f4fa3112', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Button.php', 2, '876f9b1efa072716530693009213ad00d2ffa540e1d312b5201b0fcd7cf06000', 'a7f73f0af7fa1c969b8729c3de831dcc', '876f9b1efa072716530693009213ad00d2ffa540e1d312b5201b0fcd7cf06000', 1, 559, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b929c352ebb9aade33239288b55c92c0ff75309a', '/home/hkrhostingreview/public_html/wp-admin/includes/continents-cities.php', 1, '6f26252ff346b58b38b7522dbd7bfe22ef1917085b4c0415ed2a3ff9f2613c41', '575ff1cc54c9d3b0491be4a359b2d69b', '575ff1cc54c9d3b0491be4a359b2d69b', 1, 20750, 33188, 1, 1531912885, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b9371a3af3194cfb8793a2331f63f7ad72f2aa0d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionCollectPaymentSettings.php', 2, 'e4eafda6a8114231a24acaaf53783edb1d75458b0d2d8aa4ad9dbc8343919f36', '4144c184ce66218375f9fd30bf4bda0b', 'e4eafda6a8114231a24acaaf53783edb1d75458b0d2d8aa4ad9dbc8343919f36', 1, 3127, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b93db093608669dc39f77febc637df8913a63b33', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/date.php', 2, '309e5d878a4a7a7fa462d76e5d65029b3a980e221fd58a3456022c50701ce08b', 'f1cc5b01a10a5387db01bd47a0a3bd58', '309e5d878a4a7a7fa462d76e5d65029b3a980e221fd58a3456022c50701ce08b', 1, 7608, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b9bb7646bda807b988a60a93cce7390c59e7def3', '/home/hkrhostingreview/public_html/wp-admin/custom-header.php', 1, 'fef3da5880ee469532d1c90f16cb7a88bb0fea42b9a1e1518558b1adfc4841b5', 'ee989fcaee7fe75e1c43635b0f840b26', 'ee989fcaee7fe75e1c43635b0f840b26', 1, 429, 33188, 1, 1563344276, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'b9c59f809279ebd33fda82eead22bbe526275bf6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Unknown.php', 2, 'e17f85ec952f3a4907d471d9816d59e5ce4dc971c6f089df4889771f2173363d', 'e021cf713cd45966ab283471c6169cf7', 'e17f85ec952f3a4907d471d9816d59e5ce4dc971c6f089df4889771f2173363d', 1, 2903, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ba38c831f95b702601f11e0d56d540f87f9d1eeb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListSelect.php', 2, 'f3b428b2f5d21d4e4cf28f793e725afcdcb0ed080e51c2a7f8fc754f2734f1c8', '4d0e7e282b658ee687efc23db8fb8f52', 'f3b428b2f5d21d4e4cf28f793e725afcdcb0ed080e51c2a7f8fc754f2734f1c8', 1, 1060, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ba77814611df7b21d6188ed6cd34ac602ff053de', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php', 2, '0ac3d02397612cf1ac7dbc2d6cb25dd18079042ca1d083cb34465a15eb7b2c24', '19b9958645f08352552e4b11a54bfd28', '0ac3d02397612cf1ac7dbc2d6cb25dd18079042ca1d083cb34465a15eb7b2c24', 1, 4435, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ba88bf35f093967ced274661b94cce92b0ff59bd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/label.php', 2, 'e050f7fe04c061a209569ce13a39d678c5020b9e4020b9c9b9897d7b3754e1a4', '23e74864c68fdc97265db506b41a2cec', 'e050f7fe04c061a209569ce13a39d678c5020b9e4020b9c9b9897d7b3754e1a4', 1, 4020, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'baba7ea5280f72bfec8d6574905cb9ba62996430', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/admin/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'babb64b05f3bbd2095afe29af6bd7c843d4616a8', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/astra/class-hfe-astra-compat.php', 2, 'dfd27d9cb18c319039596440d663b884fc5c2dc753f34b19d6292bcdc1769764', '6bb2eb7bdcb959d50ecbfbebf9a4dc0c', 'dfd27d9cb18c319039596440d663b884fc5c2dc753f34b19d6292bcdc1769764', 1, 1329, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bac22fb8c06b73574ac0f8948130c8113b099c0e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/header/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'baca5a6e7a7d5fa93c74a73faf97c8cf91fb431c', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/events-manager/class-events-manager.php', 2, '04f66ee01474d59a252bc6ea92915c6f6dc4313ffc54d9aa037de8f317647109', '7d1f202b775e8ca542d1df5b90929aea', '04f66ee01474d59a252bc6ea92915c6f6dc4313ffc54d9aa037de8f317647109', 1, 1630, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bae540829e74d0b6b54f1f61d850ccf6a1aaae1b', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-posts-list-table.php', 1, '52e7571351f8cc8852225a0284aff815c3e4eee1ba4adb1daf947248767e78c8', 'c7195b47e373bf2b615d318cb23a5f88', 'c7195b47e373bf2b615d318cb23a5f88', 1, 57100, 33188, 1, 1572008043, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bb1ddf4664b6d9040803d654ecae13ed59afcf2d', '/home/hkrhostingreview/public_html/wp-admin/admin-functions.php', 1, 'e9e1e3f9ec2cfdccaa0285f48194521633cb521460eb75b5a7a55d4c331b4e0e', '0bd9cc4fdb51a0ec7885240a49944f0b', '0bd9cc4fdb51a0ec7885240a49944f0b', 1, 409, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bb1e397b3acc0a653cd1dfa72e5c0137ef01aa57', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-form-content.php', 2, '8d0c044669a30284a806888c648bd796aed35a2c172b936d471248424a41bd6b', '4c026fc568d48c5f74727dedd822b37c', '8d0c044669a30284a806888c648bd796aed35a2c172b936d471248424a41bd6b', 1, 495, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bb2095b8aa093dcce6677265eb77182a8c52fb5e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/ActionMeta.php', 2, 'ddb1e4826ed2785ba0aae44e0315b05faa05e72ef54a9cded44f5ab49032bc31', '79a246086156abb2358dbbc00efc722d', 'ddb1e4826ed2785ba0aae44e0315b05faa05e72ef54a9cded44f5ab49032bc31', 1, 1592, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bb33e7867a551060e1d781e67efd18f283454bc8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/DeleteDataRequest.php', 2, '90cff2c60d9a191a7ae63b346932c8a259fa94e2b92a263768561ca65771e870', 'd9bb97263e3c8a9a46c6bdd1a90a750a', '90cff2c60d9a191a7ae63b346932c8a259fa94e2b92a263768561ca65771e870', 1, 1854, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bb79219c34a7e955b1f59146c0b95ed44018d211', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/schema/class-astra-schema.php', 3, '0f1bb94abfbe97ddbdd0ca6695ae02828294979b510981a05682c8efa3e3aadc', 'dc84a595535fc4a09e440f75494db668', '0f1bb94abfbe97ddbdd0ca6695ae02828294979b510981a05682c8efa3e3aadc', 1, 1548, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bb7e0ecee5e74e08d4cedfd3774f3ee10f31bf79', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Submenu.php', 2, 'd30978cca660d6a29f8fac5ec4034548fe8949bc68669d2e90d797db7a787b12', '73dd551413f383a11e7ddc057a0bfead', 'd30978cca660d6a29f8fac5ec4034548fe8949bc68669d2e90d797db7a787b12', 1, 2423, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bbb10d182acca2cc1af8ec274d0fe47b0c7c3d32', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-group.php', 2, 'cf5678f5e5b1d91f893c5bcce54a3bbaf989949fa993237ba41d95e487a42523', 'c5e0928f897f98cbbf9554736b6023bc', 'cf5678f5e5b1d91f893c5bcce54a3bbaf989949fa993237ba41d95e487a42523', 1, 8077, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bbef331a7af8b82d89d01649b10dd6fdd1284aed', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-user-integration.php', 2, '6844bc6f8ba713c40749005cf986f22ff083648af5c60209d9b470b447285939', 'dd2c5fd5d8348cc2a0becccedc01a450', '6844bc6f8ba713c40749005cf986f22ff083648af5c60209d9b470b447285939', 1, 944, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bc0effe50c4ecfb71f650638873d5088cbc2aa8b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php', 2, '946c3c6e131b5bf98934b16d88e5f65fcb571a45f031b8cb0bc52f48c5a450a4', '7f15b2d6fcddabadfed44b3ec2ac3ad3', '946c3c6e131b5bf98934b16d88e5f65fcb571a45f031b8cb0bc52f48c5a450a4', 1, 1888, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bc129f2719baf93232efb5120c61a8bc228f1d73', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/generatepress/class-hfe-generatepress-compat.php', 2, 'fd3d36b7dab5495e511322672f3e2b641cdbe60fd80bdd9b51681327dc5703fb', '08f5273c938a3d62da00ceda74ffb2e6', 'fd3d36b7dab5495e511322672f3e2b641cdbe60fd80bdd9b51681327dc5703fb', 1, 1552, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bc4bd3a7985894fd2a6a25452b076c56eda865b7', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_int.php', 1, '978c64bec271ccfb2c0df89a75fb4c3953b328d67a90a0502a2e9524efd10bd2', '2a16a25258e995c7a0afcda442d06e36', '2a16a25258e995c7a0afcda442d06e36', 1, 6262, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bc652d9739471403265d153912323b5c8bbdc2ae', '/home/hkrhostingreview/public_html/wp-includes/class-json.php', 1, '5840038ef02ede54d6b8966e22f56bc8cebd387ebd07f31b0edbac5e6d4e359b', '2f7d98069c43c17ca55b298f1decb4db', '2f7d98069c43c17ca55b298f1decb4db', 1, 43390, 33188, 1, 1570114135, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bc8701f099d213ac825475150ecd5f192ec3780e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-version.php', 2, '2dfe3e646514449e244f9c2be61fcf85a09536ab4b829ddf1f9ba36cbbe99127', '391c02dd64cf44775a549d8f706c7cb0', '2dfe3e646514449e244f9c2be61fcf85a09536ab4b829ddf1f9ba36cbbe99127', 1, 155, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bcb358c37e896baba4dc57f0e8e2b35d0b926313', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-copyright.php', 2, '93e0d2fa052eee352207a4bbec1ddd03169532f9ea66b3727707c42e26f513c7', '91ee62a762248447b1eabd1505abd577', '93e0d2fa052eee352207a4bbec1ddd03169532f9ea66b3727707c42e26f513c7', 1, 5929, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bcbf043d65f77a42d6ff4c488d45ac76ebf8ff4d', '/home/hkrhostingreview/public_html/wp-includes/version.php', 1, '68158166192f4659255178728e78246d953463d499bae32d6830bac3f21e8003', '3482802dcc023d83983736914b48d2e4', '3482802dcc023d83983736914b48d2e4', 1, 759, 33188, 1, 1573590484, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bcbf98944c1513382727c9ce68082c097065141a', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/preview.php', 2, 'f841a39285fdab44e440939d2e3f0c2d0261ad9774c2105374ab92891b16b238', '2cd9d61583213acbd7e8c62755138a7a', 'f841a39285fdab44e440939d2e3f0c2d0261ad9774c2105374ab92891b16b238', 1, 1126, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bcc20ba19232a3db4659eb94ffc34128e55dce4c', '/home/hkrhostingreview/public_html/wp-includes/class-walker-category.php', 1, 'dee31fcb4a1bcb88751472053e5fab30493184ec42c849ef8837956cd7fb8c9f', 'f8480c4b969f278d448f18f927e0580b', 'f8480c4b969f278d448f18f927e0580b', 1, 7874, 33188, 1, 1570374363, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bcc30c0851aa337a8cd1d343dc9fb4121630be1f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/MergeTagsForm.php', 2, 'c9766927266c1737778a5b86d83ba3b7740172312896800bc6288c450479c52d', 'c935b56db649315d46ca7247eef4fc0a', 'c9766927266c1737778a5b86d83ba3b7740172312896800bc6288c450479c52d', 1, 2329, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bccb87f9cd91cfea638cdd4a8693f220d1c942cc', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-options_custom_css.php', 2, '43eda7a9eae07e99ca8eb85c042c4ed1348a0fbd1dca91b30af18990b7fbaa43', 'ed55cacb54120cb8ed3debb5d4835ee1', '43eda7a9eae07e99ca8eb85c042c4ed1348a0fbd1dca91b30af18990b7fbaa43', 1, 4877, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bcf34b857e6ae26c55f1887409917c678182f4e9', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Enqueue.php', 2, '5313479915e4977a8b3549ee23b7c76def2dd765bd6eab21b738cc3814d70c8d', '718bea3d12a19c7d5384611831cba5d8', '5313479915e4977a8b3549ee23b7c76def2dd765bd6eab21b738cc3814d70c8d', 1, 6607, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bd48bdd235ff9ed517f742dca1052152697e8591', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/li.php', 2, '9ecb3ec2dc64e223674c14f32bf8cce6dd290cf376389f87b4ce71f19776c304', '36a3caa1f5b37917fb3cec48e96a4d73', '9ecb3ec2dc64e223674c14f32bf8cce6dd290cf376389f87b4ce71f19776c304', 1, 15118, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bd55f549e33d6732c13e4b5077d48c649efa1a06', '/home/hkrhostingreview/public_html/wp-includes/class-wp-query.php', 1, '53d721c4ab4dd42881926710899421bcbd16af5aeb9c40439fa7cc61d92199be', 'b67920c8cede4bdfbf26b67aceead04c', 'b67920c8cede4bdfbf26b67aceead04c', 1, 130236, 33188, 1, 1571066403, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bd5f1e2bdec98c1954dbadb1f25d3778b3f562d9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-font-families.php', 3, '406fdd56b26057ea6bec3009179ccabbfd79ca92bfee9cae6d6ddc0aa60550b2', '52c72c908b04eac00531c4da39892d46', '406fdd56b26057ea6bec3009179ccabbfd79ca92bfee9cae6d6ddc0aa60550b2', 1, 3572, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bd76f6bac2e02c69d54b6f9267c49d722bf1df44', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php', 3, '96e3a7e9a7d22666cd981cb7d362165d7f82dd402f89985a0e1644a54138e9b1', 'f0a30ce06f3f7d2e1556ccdcce90c975', '96e3a7e9a7d22666cd981cb7d362165d7f82dd402f89985a0e1644a54138e9b1', 1, 2325, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bd9adc1e7aceaf513fa6dead32799297e6244954', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, '8e578292f26be59041a289ec3687e6c4b57c3319b51032ec67cbe2f3e0fad941', 'd6a6c12f26ac1682e9d4a90f8ed1c229', 'd6a6c12f26ac1682e9d4a90f8ed1c229', 1, 5828, 33188, 1, 1534470696, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bd9cbe4ed41cb81cb57042c9f6a142d05060d64c', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 'e10e1e821facde0ae8fafe288d01b369a77010ae7c91ea4a69b64b42ce20ef68', 'ae8c64e65397f20fd4d0782877018ade', 'ae8c64e65397f20fd4d0782877018ade', 1, 27214, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bda9927ea7817cc6e5f9c87abae335051ccf9835', '/home/hkrhostingreview/public_html/wp-includes/cron.php', 1, 'eeda297c311c42e8ac8ba8455eb3379b08d62e9c943d46f7dfabe11574ecf378', '3b8e61878ccccb05947524a4750c85b3', '3b8e61878ccccb05947524a4750c85b3', 1, 32451, 33188, 1, 1569087717, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bdb42398e21254fa4366e99b67d6cfddc57235c7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-item-controls.html.php', 2, '03dc7b213af319f064fef9bfaa08f02af4b4d1cac84db8d72a5c7fcab4753660', 'ca67747a18a905a254f28b03c852ea6c', '03dc7b213af319f064fef9bfaa08f02af4b4d1cac84db8d72a5c7fcab4753660', 1, 681, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bdc5496f899aa613a2b927848f609e5c66276ad0', '/home/hkrhostingreview/public_html/wp-admin/update.php', 1, '69076285121929973bbe22ba15d250bc935fd7bd88ebfd1b7901104c585d337f', 'c41d271abfa0edb2de3d67dd34379b46', 'c41d271abfa0edb2de3d67dd34379b46', 1, 10587, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bdcc5422e26fd35204ac50736000ebbdb0577618', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/eos.class.php', 2, '44826ef4ab678d4abc0435015474d0861faccf9441f45e80f92f0448e360df8b', 'f82e60883f3a417b09911a6a21f0cf69', '44826ef4ab678d4abc0435015474d0861faccf9441f45e80f92f0448e360df8b', 1, 20466, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bde1568221f705d8dde34f298b48f68c4212f4d8', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/fileio/json.php', 2, '73ed2f4a8cb3fe685c9201c27e6a17a2e2fc29953e25ae5e2ed7a05e6565a811', '01dc417b3d5df213de0c8c5ffa702c30', '73ed2f4a8cb3fe685c9201c27e6a17a2e2fc29953e25ae5e2ed7a05e6565a811', 1, 2164, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'be2437eb4b38fa2c88dbec3ccc87fa20a0aee779', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/model.php', 2, '4d3a37fec5731b6650ee768e77e5cf239f7b2362a04f7f4d22b548051378f50c', '6bbf87c16a9cfec5767dd9133faf02ba', '4d3a37fec5731b6650ee768e77e5cf239f7b2362a04f7f4d22b548051378f50c', 1, 605, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'be578f00d56368dc93bf1ad3461697cc766f468e', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Parse/Date.php', 1, '418b03e756f857861f460c2555f0a76ad7dc5944a80c03b38cff96ff52336f97', 'b19b29bca24b81281961370f58c8ab50', 'b19b29bca24b81281961370f58c8ab50', 1, 19701, 33188, 1, 1569262678, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'be8542b05825fd6ef8bc961714a579e742ea4eeb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-forms.php', 2, 'c4cc509bf2083a98a07e9f49fdb745a03d8e0df859c67b63ff1277beae809bbd', 'f2f0c724ab81f47590556ec08598074a', 'c4cc509bf2083a98a07e9f49fdb745a03d8e0df859c67b63ff1277beae809bbd', 1, 5999, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'be9a8f5254c3383be43df3f8227e4b5c88402a66', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-debug-log.php', 2, '6d01433931af8f7927fd0ff3d7b280a876a07f59b3fc3903cd71d40466e7326d', '53f9fdf93174f1aaabc879d91c86d027', '6d01433931af8f7927fd0ff3d7b280a876a07f59b3fc3903cd71d40466e7326d', 1, 5964, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'bea1fdcb77f2a4ac3abe4f5dbd4f3a5f6bfab133', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/languages/except.sys.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438451, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'beb23df17ae7ea90b3bc806f507ad9cca553e3e3', '/home/hkrhostingreview/public_html/wp-admin/custom-background.php', 1, '1b31e05580f6a98a5c905ceba0c96216373f55829005c8ebbbb96c16653bb78c', '1263b5886047f8dc10ac8d025bbfc99e', '1263b5886047f8dc10ac8d025bbfc99e', 1, 419, 33188, 1, 1563508975, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bed57275d42035678e54f1ff0cb4a8bd6d913c29', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Parser.php', 1, 'd4fa31e49d8118413ed3d17593e0a8fb610e6591da69b4362b4843d3e4532025', '52bb2ee462e7e414a77efdc7ebf52bcc', '52bb2ee462e7e414a77efdc7ebf52bcc', 1, 11851, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bed71b96e4887f5d7f837297ec09ab0b6928c449', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 'ed877fc800085fadb5f61e5d581a48892d5fd79e32295b1f88a18d58cdf14480', '45975e2fcf0d428691a55a2394252f61', '45975e2fcf0d428691a55a2394252f61', 1, 17321, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bedacdd7388edb78c3e5ebe853b448a23fd682b0', '/home/hkrhostingreview/public_html/wp-admin/network/site-users.php', 1, '9929680ae527367768c25c7227385be132e0c4538afda9578209d2c7e6e4ebfb', '0d57768fa8d77362401c4c81e4b4e135', '0d57768fa8d77362401c4c81e4b4e135', 1, 11721, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bee1291460cd4045802c12274635895bf1dfc5bf', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/404.php', 1, '3ec993984c396c4a3d35e33e7ffb3d40e9663f1c0c5e7c1ed3566b63a5ffcaa7', '1ed416cc6311835900857973f8923c4d', '1ed416cc6311835900857973f8923c4d', 1, 381, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'beeb4ab84a9fd7f2d4a3e97ed9a5f7298af10813', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/button.php', 2, '5c3d556f8565e6264904e4771da656b0851e7255a148cf5fc7f167074ef41f39', 'fb7ce4ea59cce070e8d84d86f9e6d493', '5c3d556f8565e6264904e4771da656b0851e7255a148cf5fc7f167074ef41f39', 1, 1718, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf0653ae7a5143e694d49926160303a974b52bd5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/convert-notifications.php', 2, 'c017e45525f74858e4680e845a7e616a869a1600b02c0dae4e96a1b436696d77', '360dd74cbff7e3550f62ab66622dec1e', 'c017e45525f74858e4680e845a7e616a869a1600b02c0dae4e96a1b436696d77', 1, 13446, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf0d85226f5a34e8d862c1ca33e9f8dac3cb7728', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php', 3, '979c5518aca1fffc91f0c52edb9764c8fcc293528f6ada4c6b52c0184a485dac', '10e0f95ed6b14cb3c4345da687f4d7c7', '979c5518aca1fffc91f0c52edb9764c8fcc293528f6ada4c6b52c0184a485dac', 1, 17170, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf293cd09b2a7b1c4105878605317c5f1847b268', '/home/hkrhostingreview/public_html/wp-admin/install.php', 1, 'caea9d5e3159d40df2c5d699baee53843afdaa5fbbb8ae1a47fe5af592e27f44', '4593ae829c94903edc2c9ffa9d2a879e', '4593ae829c94903edc2c9ffa9d2a879e', 1, 16898, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf3035c7f554f96f459ef1616e50d2b6a16c8e0e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php', 2, 'a5e74e480e759094c92e0693de398dc142853d284cb53092fc1e4a5d8895f460', 'cb6116ee603d190ca1cee427b59b49a6', 'a5e74e480e759094c92e0693de398dc142853d284cb53092fc1e4a5d8895f460', 1, 5604, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf440fe38753ef76750e9e3fd243a2cae3c1daf3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php', 2, '1171155c2040914ab85284505b450909f3f1811512e92f50bb70ed1bd863bbd6', '3d44939bee9f5a8c36b832085a8ebeb0', '1171155c2040914ab85284505b450909f3f1811512e92f50bb70ed1bd863bbd6', 1, 15640, 33188, 1, 1589534292, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, 'bf4e19b6936438234084e602f23bf846bed55187', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/akismet.php', 2, 'c550c3602374b0613216f73b1407bfcbc5f753154b6883fefe334c1791c42e06', '4765905dfc1c3aefcd88812f939e6cdf', 'c550c3602374b0613216f73b1407bfcbc5f753154b6883fefe334c1791c42e06', 1, 3281, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf50bf1e82e11c868662b91c3758f29a47be348e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Integrations/sendwp.php', 2, '95fc7fc3d2e5e11c0bedb941ec9cc17952fda515575d09accaa7b5ddfa883d2b', '02ed4d97f5c1e713afcf5a9c6f14918d', '95fc7fc3d2e5e11c0bedb941ec9cc17952fda515575d09accaa7b5ddfa883d2b', 1, 2602, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf62907913828546697b850988bb65e3a2a930e9', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php', 3, '82752ee7b2a692fdc3b1eb746323632abc672d5f76d77d976adc951bb6276912', '1eb78be525a98b2f2e7e2554dbc883fd', '82752ee7b2a692fdc3b1eb746323632abc672d5f76d77d976adc951bb6276912', 1, 2083, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf7a77e3523cdf7dcc3975c253c80bd0f552a0fd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/CPT/DownloadAllSubmissions.php', 2, '8da2c547c39aacd22ea391f5722c44d25fb1ee115cb2a3d582ef96a70c4d9cf1', '1b89f3b1b929256e7eedf9c9bcb85459', '8da2c547c39aacd22ea391f5722c44d25fb1ee115cb2a3d582ef96a70c4d9cf1', 1, 7496, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bf84e44091dd35172ec986dc2800f5f31141e519', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/ms-settings.php', 2, 'aad21add991fa04eafc81a74b1b54d13c261ec4164e4065821064b7eb27956b5', '9c44b9b0aeac21ccb7bd74c1e1c3e945', 'aad21add991fa04eafc81a74b1b54d13c261ec4164e4065821064b7eb27956b5', 1, 158, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'bff7de9e12c0c51f8050ddb84a75c69ab1da463a', '/home/hkrhostingreview/public_html/wp-includes/Requests/Session.php', 1, '83df00f018ebf3abd54aec6fc76266087b1db28bb4ae59aa243f432ccb21a3ea', '37f8cadd86fcbfce9602b5bcf67d6c8e', '37f8cadd86fcbfce9602b5bcf67d6c8e', 1, 7153, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c02532e57a4bd654f5fbc230c0c94d0f7cce9316', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/config/default-form-messages.php', 2, '5d3c8e665b0ac4921075168a6a9efd4da63f6b710888ae881b3bdc85b2ab4045', '0a89ea46ffe9c0d49d17f5bfc46b7eb8', '5d3c8e665b0ac4921075168a6a9efd4da63f6b710888ae881b3bdc85b2ab4045', 1, 1442, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c028a38466d1472afa7337cd34f40a38617a0561', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-ripe.php', 2, '3882f986e654ad446c962f2affab7e7e3b319b4b1011be278e41f4b9f44de2bb', 'e2fc5add619fde0fb747d4352e4cb8eb', '3882f986e654ad446c962f2affab7e7e3b319b4b1011be278e41f4b9f44de2bb', 1, 5868, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c09913afe2a88a6ee0e02874d4d3ef089ca86d90', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-cli.php', 2, 'e295f23b058fd831f24562ba5a72251057e5f220b31a4f0d26ba84f3fa5d7594', '065a8481ab20ebe3e8714539673a0449', 'e295f23b058fd831f24562ba5a72251057e5f220b31a4f0d26ba84f3fa5d7594', 1, 4663, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c09d898d86f99172102a7727fb7adb9332015a49', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/classes/class-nf-system-status.php', 2, 'c2fcf582ed1af62f5d792d546da36e753b9681cb2014f457c8f1d8ecb5b4a4c7', 'd9b852bc0d5d1d16b26b127b6179086f', 'c2fcf582ed1af62f5d792d546da36e753b9681cb2014f457c8f1d8ecb5b4a4c7', 1, 1112, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c0a1c35f522f4cc81e006bcd247d8ae959014159', '/home/hkrhostingreview/public_html/wp-includes/script-loader.php', 1, 'e315d8b44ae586b4f111db97431eeac6bbc5768dc4d105dd7df8b6fd2b8f657d', 'e27a39ef201177893842c942e4bc2477', 'e27a39ef201177893842c942e4bc2477', 1, 113332, 33188, 1, 1573485182, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c0c2f366efe927360699b55bbd0852c9fbe6b5b2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/logger/items/file.php', 2, '769fdb82e53c2b5f996755ddd8802c6477b22290fe9a2a41e9db4874153f52bb', '701e980e0b9440c9b278d75d66b03479', '769fdb82e53c2b5f996755ddd8802c6477b22290fe9a2a41e9db4874153f52bb', 1, 976, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c0c6fda5c1b73f50ed84b1d75a5321c70e0699b2', '/home/hkrhostingreview/public_html/wp-includes/media.php', 1, '2c3f382318db33aa50370d70b28e3ca18204735b5322e1d95fedef48092acd82', '8e7992a5f9e941e733289ff0c167d2fd', '8e7992a5f9e941e733289ff0c167d2fd', 1, 148555, 33188, 1, 1570452183, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c0ee1a51e63e9b0fadfe0438539dc94400d95b2c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCard.php', 2, '2d8e7ce12658f15f0faeca9234b2d8c7920b568aaab8b7ef2bf87814a976c504', 'e12443c0c51cd967bf587c02d969c2a1', '2d8e7ce12658f15f0faeca9234b2d8c7920b568aaab8b7ef2bf87814a976c504', 1, 586, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c100184732f1df7c8fed14a207721f1dfb5ea34f', '/home/hkrhostingreview/public_html/wp-load.php', 1, '8bbb1551e9699f91f273ed6a1b17f0da613c47f7cbb8a7b8ce3fc61034aecf8c', '75a34c0dcc2bcdb7b39425003964b054', '75a34c0dcc2bcdb7b39425003964b054', 1, 3326, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c11239645f80240289993cf2df8a0ca62b4b9efa', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', 2, 'd3251e61a91dd9408847a13088a02b02614bbd3304fa1f34634adce145314860', '67a87f3b1066ba94ab549b79f59ce91f', 'd3251e61a91dd9408847a13088a02b02614bbd3304fa1f34634adce145314860', 1, 3198, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c127d308243003dea17824a6837ad4aff8ca2bea', '/home/hkrhostingreview/public_html/wp-admin/network/theme-install.php', 1, '0ad1c4d1446e5e1e7b9d2bafc58445faea0171500ac67030df83849c7e0617fc', 'c79c1344258a963d89baf17c370aed70', 'c79c1344258a963d89baf17c370aed70', 1, 391, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c197e5d8f0743ec85cb00208f9ed64902b18e2c6', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, '7ed084828dfa5d4450c4fe58d32e97975857d07864bbcd65dfb4c04552a38142', '15c335258c3f3d40b6bc41969cf415ce', '15c335258c3f3d40b6bc41969cf415ce', 1, 10392, 33188, 1, 1570960924, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c1a395baec1b2a08929cf0e6e04f85abb70f28c8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/help.php', 2, '1261ddcd8f8461d39499aa08419b2c84c6ba34534c68cd298cfddeb14038167f', '773ac63d3147242df4e48f937d46a6a6', '1261ddcd8f8461d39499aa08419b2c84c6ba34534c68cd298cfddeb14038167f', 1, 770, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c1e91eda126c62de83e2c5239e32410b6351bcdf', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/WPCLI/NinjaFormsCommand.php', 2, '51c22785423b80dd558bbb15224401851ac762c00d1faf955f627c6e00a68516', '78472af9cc881d99a11f65be3527e9d3', '51c22785423b80dd558bbb15224401851ac762c00d1faf955f627c6e00a68516', 1, 2640, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c1eb8ec7986a86ea1bc5fe9cbcb7da3c08d0ba7e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Creative_Button.php', 2, '10856fe44658e0ce768845821de2034a7dfd2c0746d1cf8f9c5f9433f77e9516', 'f2813b66d012e4c529ab7756e2103822', '10856fe44658e0ce768845821de2034a7dfd2c0746d1cf8f9c5f9433f77e9516', 1, 1377, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c204b3a812751ec3b7f6e5799dc58a70c5eff0f5', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/400.php', 1, '79dda3f7f9efcf98177a38cedf17dba2645cdbc2e8cbada3987b11b819d52c9e', '51e56e878cbb564ab852c978fb35fcd0', '51e56e878cbb564ab852c978fb35fcd0', 1, 387, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c21efc526b91ba5e70613b712d8947497390dcb8', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-api.php', 2, '47393b5b0fdc8cae9ef0c962580bdadb7cf6f2915488af0360c05f121cce7834', '2e1bc54c76038e5e8c20e701a175283d', '47393b5b0fdc8cae9ef0c962580bdadb7cf6f2915488af0360c05f121cce7834', 1, 13798, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c222997e0ce7c0b47e6653ffe2f76ee01026fb65', '/home/hkrhostingreview/public_html/wp-includes/class-wp-simplepie-file.php', 1, '9029647e402a208f513e992649f743a8d422974b0eb3fa52c71fca83bb46f591', '93feb0d909684c244b9b933a677180fa', '93feb0d909684c244b9b933a677180fa', 1, 2326, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c22a1069212c319f43920338ca5c6c024e58654f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/hidden.php', 2, '5f10bab73df81738e40bd7960ef88b1caa3e1bc10895d92f168341271c1d5dde', 'b92729c66d6c78ac161f071e159201af', '5f10bab73df81738e40bd7960ef88b1caa3e1bc10895d92f168341271c1d5dde', 1, 7717, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c250f1a34c3adaad4e01f91f73349a52717d015f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/edit-field.php', 2, '89e7d5c7d6ed48f978c9078fa4768982b61457fef4e2a73705686f2b8b34b6be', 'f7bcc6a6aeb28e6bf277408213589f69', '89e7d5c7d6ed48f978c9078fa4768982b61457fef4e2a73705686f2b8b34b6be', 1, 5178, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c25e04a05de514a565efb8861b4de9de848feeb1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/calc.php', 2, '012f5020bcccd179223b669719bd67e05a2146a7d98ecf96e6186d1ff3eb7590', 'c104da2916bfc66f7c2dbd2038c3a19f', '012f5020bcccd179223b669719bd67e05a2146a7d98ecf96e6186d1ff3eb7590', 1, 32951, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c281c627f3ca54384a846ae5842c4cd2ccd757c7', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/modules/transparent/module.php', 2, '6ab6b37d958f1f477f48f9377918c60a668a0114541c7cb9b6f050380ee41a5e', '2291ff164929b279e5106f0d28a5364c', '6ab6b37d958f1f477f48f9377918c60a668a0114541c7cb9b6f050380ee41a5e', 1, 9025, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c294127961dd88d6710de3b35e7cf7d5b7f86fa5', '/home/hkrhostingreview/public_html/wp-admin/includes/ms.php', 1, 'a071baf4a2ab9b42634edc9f41d2beb8113331cff156b30e867b2f3061ac6e67', '829cff80ba3bcad38b64e4a277874854', '829cff80ba3bcad38b64e4a277874854', 1, 33682, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c29c4da9ccd872f3cafb2fc5f16c79eb248d438f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/database.php', 2, '0eaae202a7b59596ef0625ab05b8c01bbb62407a7be312e970d3fd47cfd0920c', '5a0782fbf74a1fb09d9343d009fd8dd0', '0eaae202a7b59596ef0625ab05b8c01bbb62407a7be312e970d3fd47cfd0920c', 1, 12941, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c29d8999f2610b54fa820970f22ede2289f3dfcb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/WPML/Widgets/Advance_Tab.php', 2, 'c1861ec3b54331238a86ac4d355a383a4f5f1270fd16c1a64a68df64f28d7b11', '60e517122134f9ea4831e710432013f8', 'c1861ec3b54331238a86ac4d355a383a4f5f1270fd16c1a64a68df64f28d7b11', 1, 1392, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c2b5903117bc60be598bfa90e8b7f0aa23859d67', '/home/hkrhostingreview/public_html/wp-includes/blocks/search.php', 1, '9e8f522274b6fd387b1d91ac1a1cf31bbb9a00e2bf5565e5bf2c874d43972a4e', '7676de7a5fe2d968e9b857dc1a0b3089', '7676de7a5fe2d968e9b857dc1a0b3089', 1, 2181, 33188, 1, 1568908078, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c2c2e23a4d8132d7b0f4dc0edefd0ef8f09d721b', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/progress.php', 2, '1333992b898db4567a53d2107c86845e93da8332c573e1ec70d13913e0d0e486', 'b48a9502b9ae12f3a3f03c39c70dd6aa', '1333992b898db4567a53d2107c86845e93da8332c573e1ec70d13913e0d0e486', 1, 2598, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c2e6f5000f9f50c3f25b8efdf59e37cb953ca685', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/ip.php', 2, '006c8df37c751689f1a93abb59850ef6efbd2604172fc7406d91cd97d93e0266', 'bea8b61af5c6d5bc256d45d64dd3db67', '006c8df37c751689f1a93abb59850ef6efbd2604172fc7406d91cd97d93e0266', 1, 1454, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c2ef7c90f17ccd367bb8aa8a79a4d1ec5022a551', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-manager.php', 2, '11988835dcad6e94d9beb94536432eae5d7a1d3039a468eb802d99348391438e', 'ebf65441a028043ddf770da25a06310e', '11988835dcad6e94d9beb94536432eae5d7a1d3039a468eb802d99348391438e', 1, 3973, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c2efb119d0c030618e5278f6ede87c5421b0b465', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Menu.php', 2, 'd8c7da574f1fba0427ff966051aa93eaa7adf7466fc33416484f97b24188b662', '03d6c6306b04bd380a278f49f5db9677', 'd8c7da574f1fba0427ff966051aa93eaa7adf7466fc33416484f97b24188b662', 1, 2407, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c2f6b44d6290dfbc17ae72698e3e0d4d02dac87f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/redirection-settings.php', 2, 'e92286807cca38d766c1a44017267341d3575f5671bd4e351b5657c0ea524c00', '63bb1d9b1f8ef80e8dbd8830648f9846', 'e92286807cca38d766c1a44017267341d3575f5671bd4e351b5657c0ea524c00', 1, 9269, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c340a7a973d5b334e36eaddd6e57b4cb64f4290a', '/home/hkrhostingreview/public_html/wp-includes/class-pop3.php', 1, '04fba87f2b60dc93f3acba756f6b4faf5dcfa089e9577d921d3cfe346dc9f618', '55e4f4d2ed9124899a8917433b47c270', '55e4f4d2ed9124899a8917433b47c270', 1, 20919, 33188, 1, 1564863715, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c38550fbbdf8557b49e4d0a90be2df84b875fa24', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php', 3, 'b0c9436f55bd41fe798821ef8c5d195d1889c19c4b8c2ae458252ca7773b6ffa', '1bf2828228dc2009e039729684f81720', 'b0c9436f55bd41fe798821ef8c5d195d1889c19c4b8c2ae458252ca7773b6ffa', 1, 5354, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c38fcc9c6f194b2556fa79a0c72669f71347a8a8', '/home/hkrhostingreview/public_html/wp-includes/class-requests.php', 1, '5cc86170e8ad1a2f9c680440551bc805fe15c8b0e99859e6c3d058b0170a48cb', '2fbfaa9d388a7eb99cceeb573102c4e1', '2fbfaa9d388a7eb99cceeb573102c4e1', 1, 29798, 33188, 1, 1569262319, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c3926de141fdc7abba7aff97b2cfeb981a76d853', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/conditions.php', 2, '92456e135d65649c17b41f576ddcd1133fa1beec31777985184550ff8d31743d', '2155d05afd5d6f3d2b5b784a4f138673', '92456e135d65649c17b41f576ddcd1133fa1beec31777985184550ff8d31743d', 1, 2768, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c397cca3bdc8398696c3195cb4401423f1866472', '/home/hkrhostingreview/public_html/wp-admin/includes/admin-filters.php', 1, '7cf1642ada942e59e1bd44eca311e620f90e45ea54f9de88680bb6c510cc33d8', '2959a68b35b564138184426cf0042cd4', '2959a68b35b564138184426cf0042cd4', 1, 6538, 33188, 1, 1558903853, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c3a1dba5c529d7cb0565576b7b0ffd619fe8aad0', '/home/hkrhostingreview/public_html/wp-includes/blocks/latest-posts.php', 1, '75210da93f4000ef2acba9ee32e919d01410548f2d942a405d8cc4a40ec42cd1', 'c9c5e4864a746f8d6035919174871dea', 'c9c5e4864a746f8d6035919174871dea', 1, 4833, 33188, 1, 1568906358, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c3bfc9f607ff71b494e3d62e6c7ba22d5ae7e95a', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, '0170e155d2a8f56daf92cbcb9f03ac05d572f18b42ea87c2802d548aa484d3f4', 'fcedfb37d68a695b4caf39c6814809a5', 'fcedfb37d68a695b4caf39c6814809a5', 1, 1448, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c3d4a699c498bf78779656aa7266d2b520b2a566', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php', 3, '234e887bf0b3ccee62c3c321340b9e2df152fa3d606677ba87cc1dbc7f810aa4', 'ae941e2be0aa3f4674b4f512636eb091', '234e887bf0b3ccee62c3c321340b9e2df152fa3d606677ba87cc1dbc7f810aa4', 1, 2584, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c3fefc12ed27bcadadf5c1729ad21e89ca38ab99', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php', 2, '39e0d07e4c4a6b50d89afc746d5be546e98588ca75f12bc6d78eed9b39ea49ab', '2f004e143b894825f260527d5c914fcb', '39e0d07e4c4a6b50d89afc746d5be546e98588ca75f12bc6d78eed9b39ea49ab', 1, 1536, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c40c4e339d2254f525368104de88e9799f420b6f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php', 2, '9b3f04ce89a63aea298d275b8e088b254b41b80687f0c67e01ead65592d29014', 'a6a3b48bac50a75264578e89c62e894f', '9b3f04ce89a63aea298d275b8e088b254b41b80687f0c67e01ead65592d29014', 1, 14462, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c41e79417b15a189c69df33a38dadbf508cccd95', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/FormsController.php', 2, '22a8257317da1397a865c05050c592f9d37153f2e0c0287f6f53748ba724899a', '771b5434b50059b11c6b6a3d15848269', '22a8257317da1397a865c05050c592f9d37153f2e0c0287f6f53748ba724899a', 1, 1730, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c42eb8a5e3265455da55ace596e1b6ac1f6a4933', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/RepositoryInterface.php', 2, '5488c7e1952ca89f404d0d17b72e411ee62f184c6772943a28412aa4409f90b5', '5fc2bb42864e85af16a0e6a13b88aa59', '5488c7e1952ca89f404d0d17b72e411ee62f184c6772943a28412aa4409f90b5', 1, 120, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c4346cbf395dcf0d74b5ee9631bd64a2e5ed7b58', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/elements.php', 2, '820d7a3c78eb0f6a1268e7cc8efcf084f3e567cfa8dd34667427e1b95d24690d', '64b9c4e75c5d00339f3e3db2d8fa0dce', '820d7a3c78eb0f6a1268e7cc8efcf084f3e567cfa8dd34667427e1b95d24690d', 1, 32033, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c464268a67fee1a3f8c1f23c5a89c5c7ac0e48f1', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/bootstrap.php', 2, 'c3a590c23e8cc32a7bf64383020359287f4cee0acac8ae62844f19863f774af9', 'd5959e135b32617afce402adb5ef869a', 'c3a590c23e8cc32a7bf64383020359287f4cee0acac8ae62844f19863f774af9', 1, 223, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c497e4fa3a99fce775bcd5bc1bce408bd73e991b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsDefaults.php', 2, '902bd7cabff9c21013eb927a787dc51a6a7a6db07e65f83a791484302bacb3e2', '51c4c51056e34adb3b52ee3df83d4a3e', '902bd7cabff9c21013eb927a787dc51a6a7a6db07e65f83a791484302bacb3e2', 1, 408, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c4d4b5f01387d9e27ed55768b70c54662b84a02d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/ninja-settings.php', 2, '6824292c299f68cae49df8bd6ff27f6803f8949ab6a5561382e0cd7c8f1eaa88', '187cf0a1f353e4106855bbedc0c1711e', '6824292c299f68cae49df8bd6ff27f6803f8949ab6a5561382e0cd7c8f1eaa88', 1, 329, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c4eb45aaa7c7ea30df2fd4741842dd97f80d1450', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php', 2, 'f76199fae9cfd5f82bde03eb2bd33bf42f9ddea7340605164c84d89e83d94415', 'f62a18dbf8f87bab475a05e46fb16cfa', 'f76199fae9cfd5f82bde03eb2bd33bf42f9ddea7340605164c84d89e83d94415', 1, 3536, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c522e9dca3b32ea8c143026e3da1296e3da359f5', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php', 2, '1e2d3741f03e4732aa4dacf97422a1e793270e3cb4bc1d2dfd9972e4b10de945', 'b3145748763783eafbd8c3d8168d3e99', '1e2d3741f03e4732aa4dacf97422a1e793270e3cb4bc1d2dfd9972e4b10de945', 1, 4050, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c531430b7615b932a560d6c20488fa7af26c40be', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php', 2, '62698e65f87a30038ff3d5842c18536af3f2f26693b677cb35c17aa754845ad0', 'e4860acbe9411b355e187b71f807cdba', '62698e65f87a30038ff3d5842c18536af3f2f26693b677cb35c17aa754845ad0', 1, 2231, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c546509e29090b06f833e09495a33e53a3937b15', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionSettings.php', 2, '219dd528eddf03b7f715fa0945f06787c4fb48e73e9b5a9431dee8ee26002309', 'cc65741aa446b0dda3ce1ae49d5c9b7d', '219dd528eddf03b7f715fa0945f06787c4fb48e73e9b5a9431dee8ee26002309', 1, 605, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c54dd1785a2b34b94a558ffbf7593db87f84eb15', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Widget.php', 2, '8cbee9910a95c8f253fbd824dc0a6e054d6a46cdb97e619a2f6042228b78a590', '65b4fb47f47cdb0fa8ac84730d0fe020', '8cbee9910a95c8f253fbd824dc0a6e054d6a46cdb97e619a2f6042228b78a590', 1, 3752, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c5657f2979a61138d3a7fb8cc418684fe9e13dd2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', 2, 'd3cad05e5f881f60abec9bc3861630e3503ca6e824f8adf5544ae9898ce4f21b', '9f77f29ec8ee059433b3a4c72f375491', 'd3cad05e5f881f60abec9bc3861630e3503ca6e824f8adf5544ae9898ce4f21b', 1, 1973, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c591f56503ba317acd628b7e48610f17c3d9e6b5', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/hidden.php', 2, '62c7877767bf7d266f228b48b49913c254198a3a3011ac306fa1e1ee13da3126', 'd9d941387c19293661fa62d7d8dd0c0d', '62c7877767bf7d266f228b48b49913c254198a3a3011ac306fa1e1ee13da3126', 1, 776, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c5a60eccb58d77e20d6f7549a34acb7537eb4c21', '/home/hkrhostingreview/public_html/wp-includes/theme-compat/footer-embed.php', 1, 'a24de92c8b23fda7b49b45087f1c59538715ed7a062f3fac0101d854cb3464ad', '16841cf55adc04ab84f22e932b96196a', '16841cf55adc04ab84f22e932b96196a', 1, 438, 33188, 1, 1464192327, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c5a8ab4a6de62488779ef859b1cbc83e08eaa26e', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Admin.php', 2, '45251c11360dd00bba0d07e5d694507bd3c8d3787829b153b3570ac8f3b123b4', '1bc52a990946aae580cd17079f00550f', '45251c11360dd00bba0d07e5d694507bd3c8d3787829b153b3570ac8f3b123b4', 1, 21190, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c5b5a32cf9e49474aa1f4efe3d7cf97355465170', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, '4f670346620429b2aedb16f3018598d0c6772b48719fb01231af654fdf7cd2a4', '399835a3c00e65cf66948b237faecf9d', '399835a3c00e65cf66948b237faecf9d', 1, 5297, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c5d7967dea1819a3b61ad6273b793fdc72a17df2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/dev/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c5e71a6475bc9c6923d8b476a3a8346ffd011a2d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/hidden-fields.php', 2, 'b8e3de77ce69585d7bcdcad54b96924c41dc1ae7f54f5efd56c86fe88fbf7d7f', '4ff964f0fda0148b0df563d13ca6d5c7', 'b8e3de77ce69585d7bcdcad54b96924c41dc1ae7f54f5efd56c86fe88fbf7d7f', 1, 684, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c61cd904b2b46f7a19b24543d3d38c73b651af75', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, '41a676e5462666bb45e37f1bd706263f21aa5456ef539363718a83bfe01b038d', 'dcf85b719d3764e276b8edd77aeda814', 'dcf85b719d3764e276b8edd77aeda814', 1, 2894, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c61f5480b1254469f7649b4cd3368aee808d9c69', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', 2, 'ba5d5163f6a3e5d59e6c0a2dd09087d1970e2703b34b9e3017565d4feeb951d4', 'e3229a143805011c8816fa942781f8b5', 'ba5d5163f6a3e5d59e6c0a2dd09087d1970e2703b34b9e3017565d4feeb951d4', 1, 1961, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c632085ca1a85ac4a1e8055f079ae66e600a1e60', '/home/hkrhostingreview/public_html/wp-includes/feed-rss2-comments.php', 1, '6bb36d1f30e574dcc43587c316ed40a6254b1f1a217aa72416769a5fb68049be', '7580609bd9e4a5cfdf859161f1d3b43f', '7580609bd9e4a5cfdf859161f1d3b43f', 1, 4150, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c64001b3e13da40f40bb21648049a62767666e19', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Cta_Box.php', 2, 'a58d42e38ec50e28cbbcb99226ca4ecf8c4aeb7d81142ff698424f415157d6ff', '873110600bc0736f06cbd0f9af1ecdeb', 'a58d42e38ec50e28cbbcb99226ca4ecf8c4aeb7d81142ff698424f415157d6ff', 1, 32192, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c674e185a1264f194427bf0fe3871263806d8225', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Field.php', 2, 'e4ec5a3b8ce7ca2e87d8dcae5e65b633792fc9f6639f14c0631b637b298b6eb8', '6938e5678d501d6f33456c85eabcc4d2', 'e4ec5a3b8ce7ca2e87d8dcae5e65b633792fc9f6639f14c0631b637b298b6eb8', 1, 6617, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c67c8a220a9d1d315b6bc3c56abadd79117265dc', '/home/hkrhostingreview/public_html/wp-includes/canonical.php', 1, 'efb2269e1576f9a06f1175edc57011e94121a189b1251ad4a8f46f7a4cee23bc', '9e3d5d952e8fa46b069d0289b1fc8e43', '9e3d5d952e8fa46b069d0289b1fc8e43', 1, 28907, 33188, 1, 1564883996, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c67ffecbabd246b47fad0ed5dee89802b039ceb2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListCountry.php', 2, '8078d3244697993f3d823242b1d8e5a6ada4734334567bc52e837e6a357a6cb7', '88ab88c110b390abdd5d8522733f9306', '8078d3244697993f3d823242b1d8e5a6ada4734334567bc52e837e6a357a6cb7', 1, 4972, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c68a2bab0d0e3cc503144f6da3531ddb02149f08', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/common.php', 2, 'ff5667cf3d06b44ee3be79d6d207948a29d96a9bf89296bd8abb19d3b07917ab', '90a0efc63070ce249e361facf3c39b34', 'ff5667cf3d06b44ee3be79d6d207948a29d96a9bf89296bd8abb19d3b07917ab', 1, 17104, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c6941b0dec3fae8bbc3cebbd8f306675b983b347', '/home/hkrhostingreview/public_html/wp-includes/rest-api/class-wp-rest-server.php', 1, '25a0acd290a06a26de5727d01bf89a774f7daad6b72e117593499b86b82c5ec5', '7411bd52e20e1e87fe7a85350857fe4b', '7411bd52e20e1e87fe7a85350857fe4b', 1, 38148, 33188, 1, 1570509902, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c6b733d7a5bd260c931d22b58dd02af9c89121c7', '/home/hkrhostingreview/public_html/wp-includes/class-feed.php', 1, '5506c1346f1fd9ffc0818a3cadb95c7591cdfb0e253595cde8f49235cddf7969', '6f5f5ef9d5c54e52658a7c416589d25b', '6f5f5ef9d5c54e52658a7c416589d25b', 1, 544, 33188, 1, 1570555144, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c6ed36a0f336eb781d3b8425a8617b55d197b5a1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php', 2, '2a5183037afb35ab175d78b263082450a840698167309f2d5facae1ea7dc5d85', '2ecc946cc23379129d8648ebf9c18ee1', '2a5183037afb35ab175d78b263082450a840698167309f2d5facae1ea7dc5d85', 1, 2120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c6ef4ca007a6ad2d6be3401c05ab9de65c389f2b', '/home/hkrhostingreview/public_html/wp-content/plugins/sticky-header-effects-for-elementor/plugin.php', 2, 'ae9fa88fdb31e924ff5db4f7a41790234643a847dc50971e82ca0cb7f6997be4', 'b257adc0f936b8b66cb2fdd07804be3d', 'ae9fa88fdb31e924ff5db4f7a41790234643a847dc50971e82ca0cb7f6997be4', 1, 3403, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c700513ce3e9a1ba9e20035bc5448102c274d4e5', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/payment-fields.php', 2, 'b095c50fbf6001ade4ba3ea76f3332d86841ada019f13cd5d8a051d0dbf32dc8', 'c62a026654c2b8f872a0b7e2f83b1c56', 'b095c50fbf6001ade4ba3ea76f3332d86841ada019f13cd5d8a051d0dbf32dc8', 1, 1472, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c709a60303e7458edc501af643b9c927d63cfb4b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/single-blog.php', 3, '35463bdb2fbf439e3cbcddaca47a89b4bf69673bbc0b662a67cc736915de81ee', '990e9e7d0db9125e832d1fee7bb004fb', '35463bdb2fbf439e3cbcddaca47a89b4bf69673bbc0b662a67cc736915de81ee', 1, 7650, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c7142a3a1d1f7ebb63ff42dfcd3aadb5aab8cc48', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-single.php', 3, 'a12c48829167589f74e361567ae8795cfeb12cd6e6590638015ce1c79d968b83', 'cb632742815559fd73b2194d544f4268', 'a12c48829167589f74e361567ae8795cfeb12cd6e6590638015ce1c79d968b83', 1, 561, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c72853568d6e81e058e4f314694faccd7fc58754', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/AddFormModal.php', 2, '88ddba14cb9070b96b38c41f75762610bb0d13c77ca7f9038c84c8910ae60435', 'd68c96ed779095de5c8f68695a3b5d0a', '88ddba14cb9070b96b38c41f75762610bb0d13c77ca7f9038c84c8910ae60435', 1, 5580, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c757b5b47a08aadb6a36ad6c90ac59ceffabe995', '/home/hkrhostingreview/public_html/wp-includes/class-wp-block-styles-registry.php', 1, '38466a024c9642c691ae70a137ab068db2e3b8600ff24b5aa21b5dfae771d4d2', '6b5ca46ee281b2231274c9f42af45037', '6b5ca46ee281b2231274c9f42af45037', 1, 4663, 33188, 1, 1569858299, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c776b497ef92cd5c6578eeca9a8596d9b6977c52', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-subs-filter.html.php', 2, 'a6106e3eb14ac0db0f1d14bdda3309be33f346eb5b48e1d447bb028270791fd7', '7b2d489f127910ba568d19f7b527ee86', 'a6106e3eb14ac0db0f1d14bdda3309be33f346eb5b48e1d447bb028270791fd7', 1, 1542, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c7a0593acfff5c313ba6a8944a82f7c2afcd52a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/cerber-ds.php', 2, 'e08ee0403cecd1ae062b5be1fcee58368098d4f299db5e78f3e3b4183b664b81', 'f3d8134308631e084250d922aad87ecc', 'e08ee0403cecd1ae062b5be1fcee58368098d4f299db5e78f3e3b4183b664b81', 1, 24578, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c7a20b4e99b2f4910f4f4a31f188b72eab9b6cc9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/manager.php', 2, '6656511ef83fb02bf73b57b6c8adeb703a2c5cab12e5b8e555c60a70b4ee173a', '7d122f9e44f4bc7837b4f7ab579c8321', '6656511ef83fb02bf73b57b6c8adeb703a2c5cab12e5b8e555c60a70b4ee173a', 1, 8231, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c7b109b3d7d61d8a41170b6a9086f357ca2dae75', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metaboxes-calcs.html.php', 2, '798dff16de499ccf2046be2985f2e8b18f7271bf10f28ee8d1467b1361de8e39', 'a51fd0d71ac0aee4fa97783434e0d9d2', '798dff16de499ccf2046be2985f2e8b18f7271bf10f28ee8d1467b1361de8e39', 1, 460, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c7d1f0e4fc7578a9c271aab550e74c791662f21d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', 2, 'aeec30d3f7b5d2acdddf4e0a3c6462b9408e17afeb37f65dfbad73e2c6d9838d', 'e2a13d1e83ec08311a3041e76b23889a', 'aeec30d3f7b5d2acdddf4e0a3c6462b9408e17afeb37f65dfbad73e2c6d9838d', 1, 16893, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c7d53aa5130720470a9ab6bae88f5bc5a7efcd2a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-menu-system-status.html.php', 2, 'b890a658ee3965da28561fea8421df62fdda7c25e7e5ff0c43e377b52c9899c7', '1977ba3f705a6e9c763cc09765fed7fa', 'b890a658ee3965da28561fea8421df62fdda7c25e7e5ff0c43e377b52c9899c7', 1, 3928, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c8079f9b41342e7eb12c325c8743edd22f70c24a', '/home/hkrhostingreview/public_html/wp-admin/includes/class-theme-upgrader.php', 1, 'b07fb6ca26896ebccd359ab30e80ad4d36f1eb806b88af809f9ca16ff14aa56e', '1655e947bfd38ee7c315178b648cfd33', '1655e947bfd38ee7c315178b648cfd33', 1, 20317, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c80c0621c4268b3d83cf2c59f0eca0f8a66b0a2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/form.php', 2, 'e43393fbb370a3a05e7c7602a8ab394871b3c12b7084c20ccc2e5f1105182f67', '5459d243c08580d4f7f2320950daf0ae', 'e43393fbb370a3a05e7c7602a8ab394871b3c12b7084c20ccc2e5f1105182f67', 1, 4451, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c81eb9d4456821a847ed65cf494e4e677e098be6', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php', 1, '15922a78f5f525da08fc4de0a931a08b2ffa0237dcc1b72856e59f74142c1077', '2cec20d4643211bb598f8fb0bb5e817a', '2cec20d4643211bb598f8fb0bb5e817a', 1, 15152, 33188, 1, 1558836772, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c820fc4c3fa236160e81c72265d26d56c28dbc86', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/border/class-astra-control-border.php', 3, 'c2c3383d65e2ad01931c6317793df7477d3db77e414ca40def26314e72c70a79', 'a4b0fde2cf7142e02bd990e344d26505', 'c2c3383d65e2ad01931c6317793df7477d3db77e414ca40def26314e72c70a79', 1, 3922, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c845cd23ce174bb94a0e771d12600cc402635b1a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Textbox.php', 2, 'b422c078f55a2d367aeecbb9963e72877c2c406488a0370b5f935cd900c78e48', 'b410ce9a855e949b46602f9b71026164', 'b422c078f55a2d367aeecbb9963e72877c2c406488a0370b5f935cd900c78e48', 1, 1332, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c8a33fa5400145d7f5d8932752d3c6622d4d3d54', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/admin-before.php', 2, '22947e2f168280cbc73b120e3890365d8ce6d0be0ea420e988db7182999d378e', 'a93e230cc69dfbb891e0d2558afb6c99', '22947e2f168280cbc73b120e3890365d8ce6d0be0ea420e988db7182999d378e', 1, 199, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c8a959133d70f97adceae5b4507550966c3cec2e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/common-functions.php', 3, '2e6aa4ad81b14c56bc364d894f7b256773bf44c2d735755ff5b5d42adc53c846', '492c93e0d47463179431636ffb660d3e', '2e6aa4ad81b14c56bc364d894f7b256773bf44c2d735755ff5b5d42adc53c846', 1, 42174, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c8b8236bbbff12679e1864f31d5da5f521fcd74f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/StateList.php', 2, 'c23f951b9e417c05299065649316cbcb964b7fbf143de7f5f2494478b9265a70', '420d9a00e111e2c44e4f78f3f39c7853', 'c23f951b9e417c05299065649316cbcb964b7fbf143de7f5f2494478b9265a70', 1, 1476, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c8b84c5f9c3fcab6d1bc3a14f7a137b4d1b4c7dc', '/home/hkrhostingreview/public_html/wp-includes/blocks.php', 1, 'a3f79b585299989aaab106768480d1a6b75a14c11be21e6cd9878867352356d1', 'f6cd27ac60f4570b4e53cb711665ae27', 'f6cd27ac60f4570b4e53cb711665ae27', 1, 11325, 33188, 1, 1569087717, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c8cabc359a23c21c71bc03e855932af76bed522e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/libraries/class-wp-session.php', 2, '97b8cbcfdb1443ff4e5728a7f82b6bcbabede43be523a1d768e74b8b416d46a2', 'd074832d9ff4f3c2b2f4f861e96fd709', '97b8cbcfdb1443ff4e5728a7f82b6bcbabede43be523a1d768e74b8b416d46a2', 1, 8480, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c8ec10fb3c9cca60bef27a4d33dc9b8df1218646', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Twitter_Feed.php', 2, '5c83e881c4850162183b4a23b370a10dfc9dcdae8fdf47d162b825ebabd14249', '13092f326756f6d645ace2b515dd3f70', '5c83e881c4850162183b4a23b370a10dfc9dcdae8fdf47d162b825ebabd14249', 1, 21652, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c926571ca3942db8a44388f92addb3354626ede7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/SystemStatus.php', 2, 'b1660434a4c5dffe44684cd00ad092328c3e652dcefdcd99a97c180c30afd340', '4972832f3a29f5c434f2a8c7242b4078', 'b1660434a4c5dffe44684cd00ad092328c3e652dcefdcd99a97c180c30afd340', 1, 9022, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c92666861a5864063532543abfa803ab332289c6', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php', 2, '48fa515726cccb636f30c2214e0c3843ded8582ca3d952bd3b2c7cd84529de06', '76b53615b97abb78141af5950124768b', '48fa515726cccb636f30c2214e0c3843ded8582ca3d952bd3b2c7cd84529de06', 1, 2926, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c95f089a7768bc8ab8ce80fdb31ba315a433b52c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c9605c450d7c27081d0850c4f5e0829041ae7051', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/manager.php', 2, '0e1a29b75129b5269ca21a8c5823c12d155a7bec9567d956c5bfb70ff264663e', '60e36e519c5636d535df372de1a17161', '0e1a29b75129b5269ca21a8c5823c12d155a7bec9567d956c5bfb70ff264663e', 1, 15624, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c962c0120b900c20b8791f1612bfed69fad43198', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/responsive/responsive.php', 2, '5f988b783b8492ebccc22173f2f49fcc0f7f6da0b6123600c4aaa0354c885036', '90c48045430e1b2be9ab077a2601f528', '5f988b783b8492ebccc22173f2f49fcc0f7f6da0b6123600c4aaa0354c885036', 1, 3505, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c9663869c23e1f7e6bb6b7c15899fe0b098a9800', '/home/hkrhostingreview/public_html/wp-includes/class-wp-term.php', 1, '1600ca5bde9149d49029cba6a623914c49eb443d947ec27d5cde9fb90ab781cd', '3b9ac370ca4ced3e10a26326840d8ed9', '3b9ac370ca4ced3e10a26326840d8ed9', 1, 5265, 33188, 1, 1519590150, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c99957d657146c6c07a719355c616d85a0bdf914', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-links.php', 1, 'e27f4e6115f72b8be334bec6206e5df7f2a98cc8e73d64a16e033ca74574cf22', '58169f2d2d3a9846f2217f126cdd9833', '58169f2d2d3a9846f2217f126cdd9833', 1, 7226, 33188, 1, 1570375683, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c9a5f3d7a1c7f62710abb6748a2236ed4e3b8242', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-comments-list-table.php', 1, 'a89972e577dab8a0ea6935157ec434cabcf9a5c8c9d5d29561aa6f03dec4b495', '593c49f5de5a5d89f55440fa73fc997e', '593c49f5de5a5d89f55440fa73fc997e', 1, 28145, 33188, 1, 1570227597, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c9b2226c7f9d756bb8363262e1f5367b326be931', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c9c6ee8fc09b7fbefe73f7c24b4f418c9fe92318', '/home/hkrhostingreview/public_html/wp-includes/class-wp-date-query.php', 1, 'c82e26276959b8539c4c82799b42158fbe4998c851bea69d7eb246760261196b', '2eb8360619dc8d9027405793716166ae', '2eb8360619dc8d9027405793716166ae', 1, 34822, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c9eafe918336c42f723e996f22f2a590dabb0574', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/textbox.php', 2, '3c3d73d60f2d1df3aa592e636ae5b626a1dfc7c9aff59e5706983c0948f56f88', 'de8b6f2e19e2747f6df7644833f92e71', '3c3d73d60f2d1df3aa592e636ae5b626a1dfc7c9aff59e5706983c0948f56f88', 1, 13065, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'c9eb12d2590fac28c92d2f26ab6750f5aacdd2f1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/lib/NF_Tracking.php', 2, '724d01357194ed8d5fd1e84e0832155dd004758f621bcb6d5129d94369640343', 'bad40a9b7451202268f1c8352575ed3c', '724d01357194ed8d5fd1e84e0832155dd004758f621bcb6d5129d94369640343', 1, 5399, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ca02d3bf1f093f80c2f91d9dba19e85b12599b91', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Betterdocs_Category_Grid.php', 2, 'a932a1cffad1a4902aca34ba5c5849c012880ad1f8ca046cdabdea27f34da344', '6f2d7ca976f6a5a5babcefa084a0f591', 'a932a1cffad1a4902aca34ba5c5849c012880ad1f8ca046cdabdea27f34da344', 1, 20377, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ca09b2229cd58f2716f7e1aac475650b5d4d3e3c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/LogLevel.php', 2, '3b3711000ccfae37d52f8357c97c8be140c9e8f7d6f90d86cb823ae643b66211', '111bf89da649af80df4cda15c28f5b69', '3b3711000ccfae37d52f8357c97c8be140c9e8f7d6f90d86cb823ae643b66211', 1, 362, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ca12298feab9eff35a8169e27da161b37e55ccd8', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/wrapper.php', 2, '5e296c6b9f296bcfe28d7f0474af8f28f3b4d8d66ddf8e231a8ee9e09e4b9720', '10885d78a6229a59978bda1c8aef4b4a', '5e296c6b9f296bcfe28d7f0474af8f28f3b4d8d66ddf8e231a8ee9e09e4b9720', 1, 6438, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ca366411673e1a0f5e6653e1f10de5c040f2d166', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php', 3, '69c2745f2f6c069d3d71e9c074bc8260e2e52918cdaa8201b6e3e41599abfc5d', '7eafe3faa0cedefe329e021d0b6d77f3', '69c2745f2f6c069d3d71e9c074bc8260e2e52918cdaa8201b6e3e41599abfc5d', 1, 1243, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ca70030f11e934f34247d63bfde2a01e7e11892d', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/autocomplete-off.php', 2, 'f9b5e6d50b54652a65025f4d72ad1efd055e4a6ed36dc376923138b53fb9349e', '0aeb9cc41c08018c7b461f20722e2653', 'f9b5e6d50b54652a65025f4d72ad1efd055e4a6ed36dc376923138b53fb9349e', 1, 817, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ca82f37240f1a54d408a4cb0aeb2c770decd9010', '/home/hkrhostingreview/public_html/wp-admin/press-this.php', 1, '990f42eb6deecc1ecf9db515677e8c6198ff2ef8ab2a2a7f69248fdd0f150289', '741808b88170ac6c66a17ceb61f26013', '741808b88170ac6c66a17ceb61f26013', 1, 2404, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cac28de373e8dcb9380a3014f99eb6158ce18e09', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/414.php', 1, '92e4021a90bb94d3a094afaded2a59e15fbb7122986ee362947dda51470cc8d0', 'bca65d55e2409ef6a5291ed8e6a12368', 'bca65d55e2409ef6a5291ed8e6a12368', 1, 417, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cacda769fc505a54422e4af652417ae1cbd25d5c', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php', 3, 'de5d6b690e370c624f51bc38e5a0ac62374143cd950ffaf14b0522177d10bb67', 'b8db79037f5d30fbe5c58cfc50ceb195', 'de5d6b690e370c624f51bc38e5a0ac62374143cd950ffaf14b0522177d10bb67', 1, 1454, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cae5f99bc38840679749662d0dcb3e48a598dac2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/config.php', 2, '98eea004b6f0d0dce5f6783746e53d4b5f62cd1431b6a47b6992c1158c305271', 'c6714138464e3c4abb1eeaf35f85b21a', '98eea004b6f0d0dce5f6783746e53d4b5f62cd1431b6a47b6992c1158c305271', 1, 20557, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cae983092300305f8dff2d12f683c139f356fc93', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/close-form-tag.php', 2, 'aff6a6186e8d6cfa68aa810c1ecf78b0b9297c054ae235d1ca682d8a32b88785', '5cf9b494a90a1b0c04f6414429d87939', 'aff6a6186e8d6cfa68aa810c1ecf78b0b9297c054ae235d1ca682d8a32b88785', 1, 333, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'caf40e91539f4190a0f05d161e498ba3e69cf00d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/pipe.php', 2, '1f8b544ee2d41cb2e626868175700fa90c8c65378b2c3edb837bc727d4efc54d', '454e28daaabb2c6840dbad4283b7f332', '1f8b544ee2d41cb2e626868175700fa90c8c65378b2c3edb837bc727d4efc54d', 1, 1336, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cb0b36c475d69522ef4ac0af3fa8fc3e5fd09696', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/EOS/Parser.php', 2, '5265aee1214931229beb4a995d539d62e8e76436181f4d7f037cb5c395a48ee8', 'f87dd10c0a43a5f2e6ead769c7debdf7', '5265aee1214931229beb4a995d539d62e8e76436181f4d7f037cb5c395a48ee8', 1, 23408, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cb394e71dda0acaec7521f5ea216ec68a71b3772', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/MetricFactory.php', 2, '709e1d59ee7efa09a60f0377927e22415be5dc08492ef2a4bfebeddc08c212f5', 'b0e0289bb4ae1e54c1d38e7e83105e99', '709e1d59ee7efa09a60f0377927e22415be5dc08492ef2a4bfebeddc08c212f5', 1, 301, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cb5ec80696b019038864f0884c376273430e5654', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/capabilities.php', 2, '868015659a2271b4971fdf131b3610c981e0b36d910e3a69aefe252840c389b9', '999946fece8c36f1428f4d4da2db9fb1', '868015659a2271b4971fdf131b3610c981e0b36d910e3a69aefe252840c389b9', 1, 834, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cb64b7aaa438f9bd5ff9a979639fb367eab77a4d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-ixr-client.php', 1, '58999699608f0c48b67413f796fe7eae01e4be28193233cccb6b5e99bd5f1f70', '1b6c265b0a929c87689a6204c81b8284', '1b6c265b0a929c87689a6204c81b8284', 1, 3326, 33188, 1, 1522006411, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cb9c514e497b6171ef3b700271d9fb7c3064773a', '/home/hkrhostingreview/public_html/wp-includes/ms-deprecated.php', 1, '53015933d8f91ed67f30efdf45dc84f49f5615123d8277a268b452ed5ef63ec8', '65289575d4baf6d2e758dcbd469ada25', '65289575d4baf6d2e758dcbd469ada25', 1, 21344, 33188, 1, 1570461483, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cb9d60012ed801fee8c33564338cd030d07b3ac0', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/referrer.php', 2, 'af67a5def8b2c7c10c4b46e3c7680911082181f6dfa686a74f971de6ddd2d3e7', 'b4beb704072c10a257c14da446fd9883', 'af67a5def8b2c7c10c4b46e3c7680911082181f6dfa686a74f971de6ddd2d3e7', 1, 1259, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cba34d8b8e78e86ac316c57bfc4a3c413227a95e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/heartbeat.php', 2, '1ae3275ba175ee996a9029e37598ab01fe4dcc2b3d4398eee63c9c916f69e2e9', '8843c0240c0f8a55469a0775e5e06eeb', '1ae3275ba175ee996a9029e37598ab01fe4dcc2b3d4398eee63c9c916f69e2e9', 1, 2635, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cba812206df3867b2c2f6292d0a2da946771c681', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/js/min/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cbac86199fc832ed6a0422344ba620a8351c9173', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php', 3, '80b7390d5c86f761da9b82692eca9b82499b7a940e4b37f5a82adc43c48cbc1c', '1b182cf8747e1667adf232d53555ba81', '80b7390d5c86f761da9b82692eca9b82499b7a940e4b37f5a82adc43c48cbc1c', 1, 2943, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cbb5531f9d27b2a67b34912f359480e0720fa73b', '/home/hkrhostingreview/public_html/wp-includes/random_compat/error_polyfill.php', 1, '0259a9858231c1d02d867f3537bb696dbd38debb3578291008d2febd1581426e', '583a2c948d745d37af3dc1fc51a2e145', '583a2c948d745d37af3dc1fc51a2e145', 1, 1697, 33188, 1, 1510141729, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, 'cbcc0ca6a2714895738b9c4ab719e6e332e25a6a', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/content-page.php', 3, '6cbe48a9a79731bd1f1e178a8312b45284ccb58333c3582d984532b93455e5b0', '13c146761f04fcdd8ec66d5ce7ea77ad', '6cbe48a9a79731bd1f1e178a8312b45284ccb58333c3582d984532b93455e5b0', 1, 1835, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cbee9f7f90bd259c133be3a732a168fbe030b78b', '/home/hkrhostingreview/public_html/wp-includes/Requests/Auth/Basic.php', 1, '85aafd952c1fb9ae05f3e699342e4aabae565faee546446ffd86de2d7706996e', '67fdd878cc84df15093455d6096b2143', '67fdd878cc84df15093455d6096b2143', 1, 1941, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cbf92fa5f920707b260e4d7f1e33ecc6a1dcc3d5', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/Transport/cURL.php', 1, '1f357fd524d26b64269e421000f785764526d5fc7555abd0a5d01704ef251958', '853654cd672a1a9b3a09af077837dfe1', '853654cd672a1a9b3a09af077837dfe1', 1, 918, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cc09e41d2f6d78204076d9b23905e75ad316d461', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Testimonial.php', 2, 'f58158717fe3f1f6a0a6a3a5ed8763f50e8033a49b76c35270e00e00ab74c158', 'cb19fc57227a418ea1d55270416c4623', 'f58158717fe3f1f6a0a6a3a5ed8763f50e8033a49b76c35270e00e00ab74c158', 1, 22179, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cc28b7308b479659d2d85c31b0811b45e406d055', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 'd7e29584cc431eb49919fd01cfc8264f90bebef7076e4bb2b4b133c630111c72', '971e45164f78d99558da32eb96add883', '971e45164f78d99558da32eb96add883', 1, 14511, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cc2d8fb350f86283f1a9fe8a29677ffbe1976037', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/sidebars/template-fields.php', 2, 'e7e933bd7e1ed7ded696309ca81ea07a4c6047fdf988d60d68b847049d1cded5', '368481c5fb6c749b1b7e0a2df44e6e19', 'e7e933bd7e1ed7ded696309ca81ea07a4c6047fdf988d60d68b847049d1cded5', 1, 415, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cc8007dc9bb2df8c05c5426001c8871f7f5f697d', '/home/hkrhostingreview/public_html/wp-admin/network/admin.php', 1, '43f3854eb36304de9f9bcc7b1f2c6a83c6e781d176f44f8f608397011749ea32', '48f1fe3370f9d713b027655b6785e694', '48f1fe3370f9d713b027655b6785e694', 1, 1033, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cc8eb4895e1d9a7e1c24bc7e6597b76cda153c4f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cccf4a026193e543b4113206c7d7d7fea7cec7a3', '/home/hkrhostingreview/public_html/wp-includes/widgets.php', 1, '4016ecffa946146c7fb115cd44b4ac10bba39181a4ca62404c548ee820cf4a80', 'b11a60f131f7b0001452a3a173b7289f', 'b11a60f131f7b0001452a3a173b7289f', 1, 58726, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ccd60fbc58721f084e716ef2f02d55ed85993ce2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/import-export.php', 2, '7a6f0e19c59628403eff4adade2d450cbcc749917c9be4b904f1094072b4d92b', '70e770a386514ec36e642bf78ada7003', '7a6f0e19c59628403eff4adade2d450cbcc749917c9be4b904f1094072b4d92b', 1, 2494, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ccfcf078494f01a7b7064d9e0f6d20712349191f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/tabs.php', 2, '8222cc20621c314ac046458429ead76736302c7f84cbb486c9a894c424d87967', '1d2a05bd1983860e6d6cee5ba29530c3', '8222cc20621c314ac046458429ead76736302c7f84cbb486c9a894c424d87967', 1, 1868, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ccfd4ab1e6ad01486dfd07ebb6fe03c9b9595e40', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cdb7134603b5b69225c3b03cac4258d5333d8de9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php', 2, '8e4f89bfff36906aca1b1007b0ca6fdf389b4389b61f8661f5ddcc56e9c5197e', 'd48782b8c875afe9616f49ea4265cd1b', '8e4f89bfff36906aca1b1007b0ca6fdf389b4389b61f8661f5ddcc56e9c5197e', 1, 1746, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cdd5df67a32ee55dff4cb6852212e4f7e0d56cfd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cdfabc49f4cca5b13aa7fdafa2e9e5c0df4d20f4', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/img/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce26b62c96311bab422b5598e1b937d4b809d0c9', '/home/hkrhostingreview/public_html/wp-admin/ms-edit.php', 1, '992f15b7a15bc49a8041cf9c81e6aa1ac82fa9831a4acfa76dda909629151ebf', '16d42ff617c4a616c3bd94ba103a4582', '16d42ff617c4a616c3bd94ba103a4582', 1, 231, 33188, 1, 1380068291, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce2d4f6acc01ba12d7aae2c721cc69f910f9da38', '/home/hkrhostingreview/public_html/wp-includes/class-wp-roles.php', 1, 'abb5fce70e084cb4b007b800e7bb911423af82eb349f625ec2730fa04f56b475', '26279ee7fc620ec9b9eac26e464674f6', '26279ee7fc620ec9b9eac26e464674f6', 1, 8300, 33188, 1, 1568548436, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce3a40b4ec96ab45d6ae9e481b2366a09e851f93', '/home/hkrhostingreview/public_html/wp-admin/includes/options.php', 1, '07cbf0a64af703fdacb4170b3ab875f42f0a9539db692215687986f7b0c8bf4e', 'fb77e8d462557a787c3096ccf920e101', 'fb77e8d462557a787c3096ccf920e101', 1, 4108, 33188, 1, 1564094757, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce460211016831e640dde47223821fc0e4fa1631', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/document-types/page-base.php', 2, 'a0fa16dfb30396d1709ace699538d586799e7f6c63d5b7f7b8da9b591d1c4b18', 'b584dd4c79f2d2af31256394e9ae3490', 'a0fa16dfb30396d1709ace699538d586799e7f6c63d5b7f7b8da9b591d1c4b18', 1, 5171, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce58ba74f11e58812274abbb066efca853571ce5', '/home/hkrhostingreview/public_html/wp-admin/includes/ms-admin-filters.php', 1, 'fc8c12e522d1f43af3602cfd982c72674868f923644f02e1c724fc993e5b87ea', 'bd4aa87582b61b35f16be99d73c7934c', 'bd4aa87582b61b35f16be99d73c7934c', 1, 1370, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce60e84da647227b8cecb34f347bf390f31f5e84', '/home/hkrhostingreview/public_html/wp-admin/tools.php', 1, 'bcf53886454d611c4d9ed57538e5c926e2b2f60703fdb7eeb8a7fb2c652bf49d', 'b79248a2a4a955126c9809d31aa4e978', 'b79248a2a4a955126c9809d31aa4e978', 1, 3315, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce6edd41667f69fb7b66becee9fb39b96bc42912', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/languages/index.php', 2, 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', '2d83e8281ebd4b53597f5516eb76d003', 'a1f2149df96229803a5ae0c352e8bce53482bc369e60a275ca9cb03989c120d8', 1, 34, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce7a71bdf461d5981cac9c9eba1b94c3d0d08bbd', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/SavedFields.php', 2, 'bd42d2a89ff22f382f89522ac883eb6b94b3c7f67a65788b909df065670138b5', '1aedb20bdbd91c77e233201e2160e74e', 'bd42d2a89ff22f382f89522ac883eb6b94b3c7f67a65788b909df065670138b5', 1, 3075, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce7c5c7667fe70c97e21cde2690f137df5ef38fc', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/app.php', 2, '064c01a2aa2d4f66efdedb08fbd7df699bb32449a6d2220cc7de54e64f29309e', '5f65ee0b02344f5e39d5574f4ff317b2', '064c01a2aa2d4f66efdedb08fbd7df699bb32449a6d2220cc7de54e64f29309e', 1, 5126, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce92998fc4a935a79665b376d390d6ebfad21524', '/home/hkrhostingreview/public_html/wp-includes/class-wp-walker.php', 1, '32a9b9df4ecc8aadd35159454318c72954df268ad4e6e4fbf65316db3d045c3f', '2a2be973311afa61e4bcfec45c8b4879', '2a2be973311afa61e4bcfec45c8b4879', 1, 12718, 33188, 1, 1570595701, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ce973e50a8435032267ab3f14de4d1b7a0654c5b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php', 2, 'e986636ef1d394ef49fd885715f90a88fed2fa98ac541ba819c68fd51e08f09d', 'f7641acbeb0d28763a60fd4ee8fc0a03', 'e986636ef1d394ef49fd885715f90a88fed2fa98ac541ba819c68fd51e08f09d', 1, 10208, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ceba5acbac49eed12c340fe5b88c8fdb0d05ee6d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/form-tag.php', 2, '996ef989993503303672a006f870e1be560c14d416886b36e280d060d598400b', 'bae8f1341bfe21b53d3ebf077de5cbef', '996ef989993503303672a006f870e1be560c14d416886b36e280d060d598400b', 1, 8765, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cf1c0938f32ac3642adea8970a4d21028bc13738', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php', 2, '537c7c1277db30c732f2867826c2380da339c9088a3ca4b4cc1857c68ebddc66', 'cc394320ac2395382932f3a9588e5163', '537c7c1277db30c732f2867826c2380da339c9088a3ca4b4cc1857c68ebddc66', 1, 43656, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cf6f44fadb28b9bdd7f5f285cc4076d5ab9a8d38', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php', 2, '3fb85132142c83d8966780e039bd3595271067d9778ad4f1df22c94ff48876f5', 'accb730581bbc25c92dee12096080d64', '3fb85132142c83d8966780e039bd3595271067d9778ad4f1df22c94ff48876f5', 1, 2755, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cf8cc1bb686fe7bdea3c9c41e2df68c166acdf74', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/index.php', 3, 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', '3a012982cb4ed67e5ce23fe913de8a66', 'cce6622c78b374464e718caf22f53f44551b3f13fe5023e425be75cab263c3d8', 1, 126, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cfa265b82f7b92f6df1fa287aa91e33604ecf569', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php', 2, '1cceda03ac2b612398c3d2d98d637e926d8800265cb019197eb1be3c76b18e6c', 'da61b1a75c8d310ae4075af134076ff1', '1cceda03ac2b612398c3d2d98d637e926d8800265cb019197eb1be3c76b18e6c', 1, 3085, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'cfec5e78f9c2f194ef32b978d283b20d737a55b5', '/home/hkrhostingreview/public_html/wp-includes/class-IXR.php', 1, 'a4dcea65501ab666b848e4d532f396f6e8afa3c9d8ee2d99b885964d88e225f7', '32ac76bea2307022852b2f7a62c60c2b', '32ac76bea2307022852b2f7a62c60c2b', 1, 2573, 33188, 1, 1472661089, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd00055b19625cbd5cfc0c0ee500465949fb5642e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/label-settings/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd03f9fe87db8fef5995eee620104fff44ddbc395', '/home/hkrhostingreview/public_html/wp-includes/class-wp-paused-extensions-storage.php', 1, 'd61a0975c6324fa375db2481cae16bb6970343ee7d06009f5f442f6c012db97d', 'da4fcf53f91e5905e75efe7d1f7bc473', 'da4fcf53f91e5905e75efe7d1f7bc473', 1, 4933, 33188, 1, 1553205231, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd09b04979ff97b231a00afd7ff84d679c942c18c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/l10n.php', 2, '6fcec0827dd7c6c96ed7f3fbc8b975ae0c58a292f4b6cf1bacb63fada2c40adb', '8a5816ce8026e7b645395c9fc7bcb976', '6fcec0827dd7c6c96ed7f3fbc8b975ae0c58a292f4b6cf1bacb63fada2c40adb', 1, 2052, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd0a6f4e997055f93d992ede9170edda97364ae3a', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php', 1, '6f96c7c31449283d9a41d0a7f139f863e8a5a5e2432e54e8ead38a252e54561f', '46f4cbde74e170d0401a71cfc097c197', '46f4cbde74e170d0401a71cfc097c197', 1, 1373, 33188, 1, 1545016075, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd0dd9a4837352576ee6e9f54b1010118ce0bcbd2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Integrations/EDD/class-extension-updater.php', 2, 'ad8365f01fdbb308f7951928bde5aa7538663f6c94263c34a421bebd4ffadfdc', '56ebfb6b17ea094b90c6eddb2a76f3e5', 'ad8365f01fdbb308f7951928bde5aa7538663f6c94263c34a421bebd4ffadfdc', 1, 10692, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd0e9b282254d5db225270898f03e88675522e402', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/field-settings/empty-rte.php', 2, 'd7fc904ce711da221d4462b90a37a5976af261fad335b3b1dc856fe510c4ff3d', 'a24078432e0be5834d69cfcd9855d6e8', 'd7fc904ce711da221d4462b90a37a5976af261fad335b3b1dc856fe510c4ff3d', 1, 348, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd11ede604bc55fb4d8d4b790c44cdb0c0f3be592', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Dashboard.php', 2, '9749cfd5add08f23d36648bbec2df50bf48b025091e3e73ae857e8af7460aac5', '7b417d18f5a4e04b59c07e9cfa4a5af8', '9749cfd5add08f23d36648bbec2df50bf48b025091e3e73ae857e8af7460aac5', 1, 832, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd14f7747d127ece86c9b678c31cdcc5c714f0f0a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php', 2, '22a8c76a5cb921db0452a21552eae6b651b92ed5a283aeb9d1074f4f64e3d022', 'b2fbd6bdf5be3c32397cfc5c95964b83', '22a8c76a5cb921db0452a21552eae6b651b92ed5a283aeb9d1074f4f64e3d022', 1, 2936, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd1636c38a6cdad730c70a7869a1f4b8a8a86a04c', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php', 2, '76a7b20a7014b656e66c47fabaf05c247e4b58e29e347b2e670fa9674b4c6039', '42a11b5f3c78a838ca8d1539326ba4b7', '76a7b20a7014b656e66c47fabaf05c247e4b58e29e347b2e670fa9674b4c6039', 1, 4518, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd17f0f6ec354021f0bdc58a7362df8ee523e95b5', '/home/hkrhostingreview/public_html/wp-admin/network/privacy.php', 1, 'bf968f4e46e54761d1e249cac13813ff79b1f77dc55b4bf4a6cf541d1725c7d1', '1cd56b9e7e7b5b60506e17c13efc194f', '1cd56b9e7e7b5b60506e17c13efc194f', 1, 267, 33188, 1, 1509992274, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd18ea5ae923fd875a178663106e7eb97c6c56cca', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-internal-pointers.php', 1, 'ea8f54929dd7531e05bd8278d22ba53b8f26b63ea702f3e51f6036fda8a0864f', '47cc50adb9708d1e3711cbd5e5741eb4', '47cc50adb9708d1e3711cbd5e5741eb4', 1, 4534, 33188, 1, 1570135198, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd1b3f8f94fc838d510e9ec14f13a5bb289bd8d01', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/single/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd1f712fd1a3ee379c7438a5c5afab4b07c36ec94', '/home/hkrhostingreview/public_html/wp-includes/class-walker-comment.php', 1, '2a92b319b6b2f15975569020a2b80c014bc7a31f63e486e3097f9c5729d65d7b', '6a25d3bbd3ec133a339436988b154a65', '6a25d3bbd3ec133a339436988b154a65', 1, 12064, 33188, 1, 1570227597, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd1fd0f3bf24776bd96099653bcfdf26619d5f5ec', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-proxy.php', 1, '95d932725caed6779fc0033f443a791264f9607fd427f7e683bc055288a67093', 'b66e8d7af20fe389539eedf0a835c9eb', 'b66e8d7af20fe389539eedf0a835c9eb', 1, 6077, 33188, 1, 1569087717, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd1fe3056219edac1fd14fd990304978fe3a606c2', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin.php', 2, 'ab7e7b07ca47b0c9e5b3d1218d09a32c9e8a3a9d7d0a3daeb891cd497293db94', '85fcf1fce12a46f91709e9329979ddaf', 'ab7e7b07ca47b0c9e5b3d1218d09a32c9e8a3a9d7d0a3daeb891cd497293db94', 1, 45462, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd22ebfede5644c797a4f733ae4cf7500d5ddc22e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/fields-post-process.php', 2, '8b3276c2614966d0785893509e48cf47956bbbcc7d6d20a31e0c040504f74323', 'a614f1068261e29cc186e258604ac919', '8b3276c2614966d0785893509e48cf47956bbbcc7d6d20a31e0c040504f74323', 1, 1393, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd2604bb004f4bcc0b326603c7df9e280e76054f3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php', 2, '3b403f893038772e945dff6fe75fd48f70079ca63dd02f3554333066774b961e', '874e42e864ab3b81733c977cea446726', '3b403f893038772e945dff6fe75fd48f70079ca63dd02f3554333066774b961e', 1, 10398, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd29605d1cf417873de2a305ded9cfed5c6ab7d8c', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/class.akismet-admin.php', 2, '2b57d9e2141222acda364851ed1c77715d7982a54280bea360a4ed58869592ec', '68ab3f6dd8768880d3b213d0a9155ff0', '2b57d9e2141222acda364851ed1c77715d7982a54280bea360a4ed58869592ec', 1, 49324, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd297da6556522e39dde8a5305eedcfef86da1332', '/home/hkrhostingreview/public_html/wp-includes/blocks/latest-comments.php', 1, 'ac1e019791b1f8483f4170584dfe16ae10a69cd1ac8804ba88202dbdaa391a98', 'b0127ed074c5979e204c9d9090a4e54f', 'b0127ed074c5979e204c9d9090a4e54f', 1, 5753, 33188, 1, 1568906358, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd2bf69813738033f6db0bd8676b014403e50e371', '/home/hkrhostingreview/public_html/wp-content/themes/astra/single.php', 3, '684d9652c1a3f5a309e9e1fa4f0993126c76443b4f8be2b34126360dc9824358', '11e35f58aafcf1d49936c6f1154d78dc', '684d9652c1a3f5a309e9e1fa4f0993126c76443b4f8be2b34126360dc9824358', 1, 740, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd2ee24478f7a4477d9316967dd4248b718199ebe', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/NinjaForms.php', 2, 'b533715e1132c269599dc655156301655c88c9fc270d7dcd5eabca1f5039ca78', '1f9b0e4454c7656b5c741f8375556a6f', 'b533715e1132c269599dc655156301655c88c9fc270d7dcd5eabca1f5039ca78', 1, 72693, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd33581bcbbab2c26a9d867ca2b8a1f818352aa2d', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/data.inc.php', 2, '93e89475d4d38329dc338b6c42baf8ac4f753c865aac6cc3c3e39ef6f66bf34d', '309f5b9bfb4c833fc0c7d7d696b0dd4f', '93e89475d4d38329dc338b6c42baf8ac4f753c865aac6cc3c3e39ef6f66bf34d', 1, 44603, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3678d2de3b4b6149eaed501d274f8a2010d1b56', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 'a9d4f085bb462fb853216dc2fa55157bc138b52a3f04ff2447724d3469a44837', '2794b02a1ecff99232b7e40200a2c857', '2794b02a1ecff99232b7e40200a2c857', 1, 22771, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'd38a28b3892c320b3bb826bdb2a0b745569b62bd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/gravity-form/clients.suspect.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438546, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd38ecb178ccdf4ed8b1cd225cb7ecc8e57484aca', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/tracker.php', 2, 'c31b17b538d4575c16dea6679554e234922be4db238762fd470e62a4d33edd70', '265d8f3e46680829ea3f336180551f98', 'c31b17b538d4575c16dea6679554e234922be4db238762fd470e62a4d33edd70', 1, 8726, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3a16db203a741cf9d49cd682e9d9c5e17517f07', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/services/remote-installer-skin.php', 2, 'ce05492c58e6aa7300527db598d5e275e87a02c972cd78042c833e8e780d8c3e', 'ef35e494ebd0f07025d9efce0814cddd', 'ce05492c58e6aa7300527db598d5e275e87a02c972cd78042c833e8e780d8c3e', 1, 573, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3a5dc562802809387b28e2b9b387975cdcf6065', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/lib/php72compat.php', 1, '66aea3b40d22e8c59af62d369feb12c91090de3b4240a89de28b2a5053bfcad6', '43de92c7eb688805e704f640b783f498', '43de92c7eb688805e704f640b783f498', 1, 31941, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3bbd0ea2baa7ea3d8ae9743f70525a37adcbbd9', '/home/hkrhostingreview/public_html/wp-admin/post.php', 1, '0d59722cc1f5e0dcf11d8d848f2b8d9333a040e29ab29906c7152117930d795b', 'c608cb270e025f9d7b3ce7fa53128a5d', 'c608cb270e025f9d7b3ce7fa53128a5d', 1, 9664, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3c096644bae6eb2489e58a8e0fd8a8d0df27118', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, '8ea1b29d750e901b8a774b716b354a8a6b8ae7b023c1ca5a009a0b67737cdaa3', '72170b2de4650fc5faf6725ea921837e', '72170b2de4650fc5faf6725ea921837e', 1, 98, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3d1762f155eeae939fc48b87565bd82c6fbb971', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/honeypot.php', 2, '04372a0bf762f10d3f0729bba21f23d2fa4736af2f3def2dbf9385b88c7b0750', '29802a33a5264bf49dfdf0d805ac52b8', '04372a0bf762f10d3f0729bba21f23d2fa4736af2f3def2dbf9385b88c7b0750', 1, 626, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3d3b346886753addb077e2a4b6ffc547cb0b76a', '/home/hkrhostingreview/public_html/wp-login.php', 1, 'a05dfa814ba39f9ced921122d9cf3628508076f3fae0169cffa0f4498c64d894', '1338a3e39110498a35768d77ae525c97', '1338a3e39110498a35768d77ae525c97', 1, 47007, 33188, 1, 1569869580, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd3dcb555dabc4603bc5ae4c005032bc6c5613714', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/UserDataRequests.php', 2, 'f37be64522595b33bd501872c1b35cd7308576aa7b1febdbb8aea2b23d585bee', '8cd1ce775e7f4ec6591bcdfa6c21afa6', 'f37be64522595b33bd501872c1b35cd7308576aa7b1febdbb8aea2b23d585bee', 1, 11789, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd4070cbda761cb4260d9ef1d950a966f7714a828', '/home/hkrhostingreview/public_html/wp-includes/class-wp-image-editor-imagick.php', 1, 'e63c56831b54b1e646e1a4449ffe4aff5fe639e9e0aa9dfe88e4abc007b79f06', '9ea7b0144f6209d9a1a71eb177a3bc0e', '9ea7b0144f6209d9a1a71eb177a3bc0e', 1, 23644, 33188, 1, 1569235017, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd436fff2a7927884c688c6298df5e7111d444baf', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php', 2, 'b403e722ad1e51cca4e5dc5b738ec5d39a58bf63eb3b7cda4c936daf23d09ab1', '10b7c1e24cbbf83de883c7e5f5821834', 'b403e722ad1e51cca4e5dc5b738ec5d39a58bf63eb3b7cda4c936daf23d09ab1', 1, 494, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd4893ecab8736e068e91841b38469cb44ee841f3', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/schemes/manager.php', 2, '205a876e04cae54cbf49da5648005ecf6945e5bd04821701b4a2be37785942f1', '03e2a005325c91f96d5452097d63f641', '205a876e04cae54cbf49da5648005ecf6945e5bd04821701b4a2be37785942f1', 1, 7958, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd4973f356c3481eddc0ac56a80c4bc9df2f46f25', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Address.php', 2, '6f5ac7525e468979d213b80ab5551ab4853c58741fcbde540ff79b8e214f4538', 'dde176dc60c62b0f12f4ba895508a981', '6f5ac7525e468979d213b80ab5551ab4853c58741fcbde540ff79b8e214f4538', 1, 694, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd4a5793eb5812196d6b7329efe71cc63af7b4be7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd5182d3089a180ba7f77e76a2216ec484f7a9982', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/form-tags-manager.php', 2, '9851086d6b89c414ccf0c9e459bd201cb7e60c5de09c11c507ec2db4302a63cf', '690d2444f2ae6ac87309270cefd6f763', '9851086d6b89c414ccf0c9e459bd201cb7e60c5de09c11c507ec2db4302a63cf', 1, 8620, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd5acf61db540ab27cce5e1ad994c030af193bd05', '/home/hkrhostingreview/public_html/wp-blog-header.php', 1, 'd4d7f7cc92bdc8856182bd403b925842de1e6c543d6c39caf9161b8bded338fb', 'f3f43bcb755e7599abfd0cb56b710e81', 'f3f43bcb755e7599abfd0cb56b710e81', 1, 369, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd60c132a16e999f1c58979779415159558397c96', '/home/hkrhostingreview/public_html/wp-includes/comment-template.php', 1, 'c6e1e821ffc541a4f62b5e8a0130b38b1509b427a891982bade4cbcaf07d7507', '45cc8a1d289f220a0c272f8daa17e4c5', '45cc8a1d289f220a0c272f8daa17e4c5', 1, 91464, 33188, 1, 1570227597, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'd6135822781db41edeb6e305c634d270c945f715', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/conflicts.requests.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438532, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd6498070a0c686ac59e0c11c15fc1ffe1494eb10', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Upgrades.php', 2, 'f7c80a4afd9478ba9b071b26fbc6d4d06b1e30f97808efb53c5df3f20a2b3088', '3a8dd2f5861fd60002c15bba2e171b4f', 'f7c80a4afd9478ba9b071b26fbc6d4d06b1e30f97808efb53c5df3f20a2b3088', 1, 1372, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd65af81df231bab752288a3424998da6e71263c3', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, '12bfd27aea90a66f213e54ae35c2ba5843e1c14267dd588782dc53669c0a47ef', 'b99ce01d8d1852d13c1f826e49813c7f', 'b99ce01d8d1852d13c1f826e49813c7f', 1, 4792, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd67f5f6793df4ca85bf62693d6fe848887203ad3', '/home/hkrhostingreview/public_html/wp-includes/category-template.php', 1, 'f333759d709cb61ff19e9b441ea0056e10638195ca74afb17d674df2c4de32ea', 'bf9cb8b60eaac1e9b8be1246b56e4e9f', 'bf9cb8b60eaac1e9b8be1246b56e4e9f', 1, 52638, 33188, 1, 1570595282, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd6b35d3ab3285049b3ea71d1203d58c3f6460a75', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/admin/class-hfe-admin.php', 2, 'a28e84ae7a67cd08c143962e6272587cbc830a61e0b2cf889a2ddb3c90365ca4', '8d17b88ac5d0adc2a374c039a2e820dd', 'a28e84ae7a67cd08c143962e6272587cbc830a61e0b2cf889a2ddb3c90365ca4', 1, 19706, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd6b7fa6b7e609a459011bd3a8a7b333261735272', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/css/smoothness/images/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd6f6f71e1ca566db00942c1393ac7a7ecc544f08', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php', 3, '0b43955006c65170e492f3049716ec0f9f72ef0dfb8c5747bc0212ed65ef75c6', '38439e98afd8aede338c39de3299f9ac', '0b43955006c65170e492f3049716ec0f9f72ef0dfb8c5747bc0212ed65ef75c6', 1, 2770, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7182cbd3e43a98a014ad65f5e0e8178f063454e', '/home/hkrhostingreview/public_html/wp-cron.php', 1, 'ac7c731a12e96f916cd460f3e7ac3a5a523a6c7f869269c6aac054c6033a6480', 'cfa2960eb1eb763e1b86cdacba480d17', 'cfa2960eb1eb763e1b86cdacba480d17', 1, 3955, 33188, 1, 1570747923, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7338556a34215996c5777bab4e5b529b1812e93', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-submission-example.php', 2, '4134e7ca83e668a495e62ef6ef40a4db5cd116bc50ea23e7be077abb5565096d', '6c9382e48c68cc75d8a0c1a2c7be3f62', '4134e7ca83e668a495e62ef6ef40a4db5cd116bc50ea23e7be077abb5565096d', 1, 121, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd74ab67594139196163165aa71a1b1328cc3226f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-theme-upgrader-skin.php', 1, '5da0b295b8f9df843092e18dfc0ca2b86167f2c05b4ebd8f224b22f77f5a5c11', 'c4724da2062cc97d31ec6fae9f993518', 'c4724da2062cc97d31ec6fae9f993518', 1, 3702, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd75f3354f1ca8202fdb7a4fc785d9de17bac11a7', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/recaptcha.php', 2, '48ad30a031539a56a5f81399a67008bd2412b0bb6bbb9d94a8342953aace4f6e', 'f9c332ef479be099ea265f27d188ddf7', '48ad30a031539a56a5f81399a67008bd2412b0bb6bbb9d94a8342953aace4f6e', 1, 13794, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd761192cb71719626eeaa3321572cffe4b65f37c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/Currency.php', 2, '42f4f66dcefea54b706d082e5ae38d9661be01e8e7982939b4855b3c75f328af', '03ba311b8ac9d9def47f8fabf11cc3c9', '42f4f66dcefea54b706d082e5ae38d9661be01e8e7982939b4855b3c75f328af', 1, 3165, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd767bf9697a436d75e8eb8c7914df8eaf4e95fbf', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php', 2, '86cc052b8f4bfc90a62bbf4e0a86e45095a9087803ad960d37d44e1451b1327c', 'c542bc159e8ee3a6817a01902d708c77', '86cc052b8f4bfc90a62bbf4e0a86e45095a9087803ad960d37d44e1451b1327c', 1, 5731, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd76d4119ccf94592e54c7ad488fcb0d5ee4744a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php', 2, '08ff4b1bb3bb54dcc436f6e7ba45af7e3c4801043d69492d1293f53d341d8c88', 'ad3357ae54b8c10dc1d8b7983138c4e2', '08ff4b1bb3bb54dcc436f6e7ba45af7e3c4801043d69492d1293f53d341d8c88', 1, 1454, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd77bcd9f8c1b00fc2e81a4a8c4e8886123dd980e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/editor/editor.php', 2, '17577a78b192bd3c3c20af85bc8f1a913e4ec821fd29d3304f915e39838a43bd', '48a7d3e59a062284197a9ff8eaae4003', '17577a78b192bd3c3c20af85bc8f1a913e4ec821fd29d3304f915e39838a43bd', 1, 37692, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7875b70c30caf25a403a7fef10286233551ea61', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/notices.php', 2, '5713054521b772b86693c55bb44156654f89b89cde1577b013fa4a66cbbbcfc2', '2ae473014c28f349352abdef51629648', '5713054521b772b86693c55bb44156654f89b89cde1577b013fa4a66cbbbcfc2', 1, 6676, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7917b6a858a734432f0932a8bf9cc7e84fa8578', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/user-info-fields.php', 2, '5ac39a22f4bd1cd03a5065f730a26d3c4abfcde1ade8d95ad52f8920fac38b50', '9ec2fb031c90d7abf31bc461a55661c0', '5ac39a22f4bd1cd03a5065f730a26d3c4abfcde1ade8d95ad52f8920fac38b50', 1, 2321, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd792f4e6f2d88fb4d57b060e8f18de62cc04f159', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php', 2, '7f78ecff7f82822d1d65c8a9cd9f1acdbf8c43cbe74332fd14c92dd7b3db4788', '08161556578572fc9734b95ee828e7d6', '7f78ecff7f82822d1d65c8a9cd9f1acdbf8c43cbe74332fd14c92dd7b3db4788', 1, 15943, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd79ce6ecd88e654c590d1f9050acfa1ec1a0c4d9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/settings/tools.php', 2, 'd60ceb4a7a4ccb10570da750c628dbf706ee9c4967c6db2b522178a036c427ed', '55fed5d98966f70b3dde30795dd971ba', 'd60ceb4a7a4ccb10570da750c628dbf706ee9c4967c6db2b522178a036c427ed', 1, 10477, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd79dbbb2ee749fa01b0f57f2b28cbab9ded874f1', '/home/hkrhostingreview/public_html/wp-includes/class-wp-error.php', 1, '3e8efb6cb885dace0ea664a14e1e667c6e48d8991d8fdc9e9fdb5ab02eb3789b', '3deb5b5e23a65fafc2490dbbc548ea6b', '3deb5b5e23a65fafc2490dbbc548ea6b', 1, 4923, 33188, 1, 1547073771, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7aef50b02c674f51be0ba149e15208725148ec9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/debug/inspector.php', 2, 'c1a76ddc1e473204c8318181d8380f1e9831ae0aaa59543cf3acfcd6ce84b2db', '6910d7a8d9b5fc1d01703d519c06566c', 'c1a76ddc1e473204c8318181d8380f1e9831ae0aaa59543cf3acfcd6ce84b2db', 1, 3343, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7cc6ba24570b8c26e58f0b848e90c400bb4d028', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php', 2, 'c65464d5b44ede92260c40a069fe6519eaf7f456905bf28919fcdc942d16bbe8', '674fa434d473e6ae9ac18885dd012677', 'c65464d5b44ede92260c40a069fe6519eaf7f456905bf28919fcdc942d16bbe8', 1, 2532, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7d5fb3d8d9a341adf6dde075090b746b9ffbb4e', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php', 2, '810d35ea5080206cab7026e5442e53801a9222bd78e8e1a858b9f902859cb5ba', '5918f09dec6dfec850c9cd000e538065', '810d35ea5080206cab7026e5442e53801a9222bd78e8e1a858b9f902859cb5ba', 1, 2694, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7e866d9fb6c54a1c1ab3476542bb00f9f0993ae', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Integrations/EDD/EDD_SL_Plugin_Updater.php', 2, '05fb0f25a80731583520b4fcabfafd0841276039128b3efb8b16aa45281a31ed', '2e33d1bfd13b88a4dcfcda878da1ed65', '05fb0f25a80731583520b4fcabfafd0841276039128b3efb8b16aa45281a31ed', 1, 17601, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7f84d0688bea97d47d2f2ef568ce18d1b446414', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/template-parts.php', 3, 'c1de9777781f1c72bb8ee0ca28166033506980a247d23f8af85de90b7c6c9119', '8cdc05e1420bed1c97c14647f545a07e', 'c1de9777781f1c72bb8ee0ca28166033506980a247d23f8af85de90b7c6c9119', 1, 9873, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd7fb96da76419624264ffb96ceaa6f010336898a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/Metric.php', 2, '8d41d8453ebe21207147b1765a1757a2fdfa4a6501acf720dd144d94e3ce6489', 'f1cf133a9661779b99693d84507643a4', '8d41d8453ebe21207147b1765a1757a2fdfa4a6501acf720dd144d94e3ce6489', 1, 392, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd80923925a6665eb9ec82e36f53ecd02988bfc6d', '/home/hkrhostingreview/public_html/wp-admin/includes/class-core-upgrader.php', 1, '409a3065e5b30ee82f382b7d20beb9c8dd3d267725a10917f69ceede559c6991', '961536c69ab9c4fa9dc9da823547416d', '961536c69ab9c4fa9dc9da823547416d', 1, 14458, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd82e1ca9819b086026968678b779430048cc02c7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormDisplaySettings.php', 2, '6a8046cf70ac2dea80dc1ca00387d4093858a21f29b3c0b4d702ac91313d06bf', '33450d6fcc209b04b5c18481509ad0c1', '6a8046cf70ac2dea80dc1ca00387d4093858a21f29b3c0b4d702ac91313d06bf', 1, 8769, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd830da04e1b1f3081508a426be021e78c92b17e9', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Copyright.php', 1, '0a9709378539ff8b0bd3fc6d8e593cbc2548c7ba6fc5156c1e62adbe204a1d82', 'bd7fbf68b954a9d50955cc808db7cb6a', 'bd7fbf68b954a9d50955cc808db7cb6a', 1, 3367, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd83b948eb221b1575ffdceab5a2ebd5a8cdeb2a6', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php', 2, 'b4a40dbf8d925766133f1da0c66b54f2d4ba4d4be3e96fbcf138519d74b83b51', '680139f848e9e8eb93a629c67802c1cb', 'b4a40dbf8d925766133f1da0c66b54f2d4ba4d4be3e96fbcf138519d74b83b51', 1, 17010, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd83d3239e8ccbf479d22de0eaae1cdf24d14b12c', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/code.php', 2, '64745ce9b497e39593d06c44455cbbf18e769d3010babcbf154e6a8f9e243f83', 'b3405623dc045a5d037f0c313d4c3111', '64745ce9b497e39593d06c44455cbbf18e769d3010babcbf154e6a8f9e243f83', 1, 1833, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd8503bf499e12b26a1eafd99a14b6081571f32a4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3.php', 2, 'f638c9a5594095eae8ddd47eb08bb50469a7c8283652f7b01e4a477bb4535be4', '46218a90e268403a4dcf20e60823213f', 'f638c9a5594095eae8ddd47eb08bb50469a7c8283652f7b01e4a477bb4535be4', 1, 42331, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd8ab8a150b753723bd0864bf7ebf585179a72546', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/class-astra-control-responsive-spacing.php', 3, 'a0e2ac1a3afc42cc3011de9b98d5d8ad80182a05523b343cc6a135ea972ec8e7', 'e0d6f608eb3c0b5cf57563190dabce51', 'a0e2ac1a3afc42cc3011de9b98d5d8ad80182a05523b343cc6a135ea972ec8e7', 1, 9628, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd8af2c92f210208530fc50fc62c64f4313bd0d32', '/home/hkrhostingreview/public_html/wp-admin/ms-sites.php', 1, '9e08f74e75bea39405f9311eaa41cbae15912eb1165d10f630ac5d2fe4ea32de', 'd542a17566d36135003ef69141370efe', 'd542a17566d36135003ef69141370efe', 1, 230, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd8c95669c6ceed99e79bd901983b45f030da3aaa', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/sortable/class-astra-control-sortable.php', 3, '76c5c30a3126906d10e3673b2136b74d5a26f6aeeb013dc1d600cd727d70f4fe', '3c1d58882644b7b5b67741eff51b72b0', '76c5c30a3126906d10e3673b2136b74d5a26f6aeeb013dc1d600cd727d70f4fe', 1, 2926, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd959e58b9fb85fc5828ef200eebc57d7cc97a385', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/session.php', 2, 'e8fe18918a1231fffb69d92bd9472d6fc0e636be65d886e9018158ab771c6bf2', '1e239e910265a7270147c71282eb6e9f', 'e8fe18918a1231fffb69d92bd9472d6fc0e636be65d886e9018158ab771c6bf2', 1, 3455, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd969c997e5f22d8ea3172082f67a75836a9c0325', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/footer/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd9948e9e79debc0cf3334a02f4c1154b33a6bf20', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, '5fcfd27d911b86acdc8c9e2a4efbd0ec8aeb0d08c8eda0183e96e021d45c0cf3', '66db62183bee12e5c44a8f093049d20b', '66db62183bee12e5c44a8f093049d20b', 1, 29433, 33188, 1, 1570467963, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd9acdf62836462358332773c28d78728976080e8', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, '0574987a882e6b4e6b39ff0082f4e7a93f2db6b8fe0d39f2374c31f8a4dee867', '52d92a4cd35447e2e934255089b4b90f', '52d92a4cd35447e2e934255089b4b90f', 1, 116, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd9bac4524dd2042e61e874a6c3aa96a2aeb1349d', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Caption.php', 1, '1f6bf5f65d0fd234bbf81d86848051dc5668b24653ec9a6df4ce8fb9286cc518', 'bdbabcdcca426a4dadf6675bc4c4ebe9', 'bdbabcdcca426a4dadf6675bc4c4ebe9', 1, 4510, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd9c92e45f51a7a7895989caae81045df003aecf9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', 2, '7423f37ea3ecfbeda8513bc0c54f0dca4b44042f5f5750d54c3efa3ddbd4c3e1', '89fdeabb59bd7a658fc361abaecc2f13', '7423f37ea3ecfbeda8513bc0c54f0dca4b44042f5f5750d54c3efa3ddbd4c3e1', 1, 1830, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd9eeb07b9576e065b99ed11c05df2eb3c44fba57', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/post-process.php', 2, 'fbd91ae5b437550297567d4b54fde83cc4f3929046251fae118f82b1b8ee1b1e', '9df833fba8bdfc93957c5e728d487dbc', 'fbd91ae5b437550297567d4b54fde83cc4f3929046251fae118f82b1b8ee1b1e', 1, 1340, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'd9fcea03ef9a9d9530f1690e779798f99b8a095a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/text.php', 2, 'c37c59a94c4ba4b2a9065548d010d0a060101c337dc0bb786839fdcd7e100a7a', 'e3969dcb2d1593ae1d7cd21d11245b17', 'c37c59a94c4ba4b2a9065548d010d0a060101c337dc0bb786839fdcd7e100a7a', 1, 2105, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'da23ecffdf948f87a194a02bfc85e4bd1dcfbcf7', '/home/hkrhostingreview/public_html/wp-includes/blocks/tag-cloud.php', 1, 'bca714353acdb04dc7e2d4b16bdf02e3df4863a49b2dd333291db3325b260760', '54fe9d80c5ba88697c2ea1dd23b4708d', '54fe9d80c5ba88697c2ea1dd23b4708d', 1, 1821, 33188, 1, 1568908078, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'da37af2132427bdf0c5e3f9cdfccdd668ff350a5', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-wp-async-request.php', 3, 'cd32ed2d11db645b029a8e0d3c2f6718f4718e7e68e46804c467c5d741453da0', '4e76fefe20e4b0feee61289331e58229', 'cd32ed2d11db645b029a8e0d3c2f6718f4718e7e68e46804c467c5d741453da0', 1, 3052, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'da8d326073a65acaada17de5c91cd563383a5358', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess', 2, 'bb90468e72c221a0bfbb098d22f13a915127a80ba08536be11bc2e0eed4b2eb1', '37ddcbadcbd38dc39257763894714750', 'bb90468e72c221a0bfbb098d22f13a915127a80ba08536be11bc2e0eed4b2eb1', 1, 160, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dac2d4595e52dafd2d74851c09ce1f4f924098e1', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_optimise.php', 2, '597324d426865515b2a64cc9bbfb280c9c7227fe3f79aab159956177d7ffc4bf', 'ef45185227fecc6d6af08f60d627c070', '597324d426865515b2a64cc9bbfb280c9c7227fe3f79aab159956177d7ffc4bf', 1, 34983, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'daea6b77f09d166cc5f5ccc4bd889ab78303698a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/clear-complete.php', 2, '30ed8e697b7def845dcdb170ba87bc2e77585b45776c1e1bd2997180c7b2441b', 'ee4fe6328622dac3bbb1cac2b97b7189', '30ed8e697b7def845dcdb170ba87bc2e77585b45776c1e1bd2997180c7b2441b', 1, 2439, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'db4f5aa0346f7ddab756ac09ab9eec0e0cb9f30a', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/general/log.db.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438522, '', ''),
(1627006215, 1, 0, 13, 1, 0, 'db636b98c012339e168bc6337ae78e6c8d7b2759', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dba42e5567d5609bd34df754a76f2a48f5de4662', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Updates/CacheFieldReconcilliation.php', 2, 'f0a6f6c639409bfc20173f6a03ac1e8dd20bda00a06967ef69cc29a8e5062d4f', '056c55a27f704deee87bb1b57e44658e', 'f0a6f6c639409bfc20173f6a03ac1e8dd20bda00a06967ef69cc29a8e5062d4f', 1, 10753, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dba57b51b660b1edec15d94dca3e6e67c40799fb', '/home/hkrhostingreview/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 'bb6e7226b49d20f80fcecb532c68dc48283ae134f4ec0ad07e1a7262be8aa58c', 'c4397d9d7db1b11346267b4f4acf9ba6', 'c4397d9d7db1b11346267b4f4acf9ba6', 1, 2130, 33188, 1, 1544693905, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dbc16c3ab3cb10ae863684ec169910514935b364', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, '90e2d88304e24fcfc1d743d7a0de45a10ae3722aac778c7f1854d804522c18c8', '3310177975967f24650339b55b093f32', '3310177975967f24650339b55b093f32', 1, 4890, 33188, 1, 1534470696, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dbd6be3de26ff44de14b764b0809b1ce82c0b16e', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, '0c1bdcd6743d95c7ee0d1a16fb3956d30f974e95ab366144ecad2713d0dc668a', '98c1098c12e649a5ddb6158d33828b53', '98c1098c12e649a5ddb6158d33828b53', 1, 110, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dbe340c009e91df53dec55849676646756a56615', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Save.php', 2, 'f1e68c8265aeded390d5f3e35c788cb5a35bcd04c77bfca922e847db146f14f5', '7bf533fb606e8d1f2dd66eca2d6eaed3', 'f1e68c8265aeded390d5f3e35c788cb5a35bcd04c77bfca922e847db146f14f5', 1, 8319, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dc4d1f8d0ee8b1974df8d69844bd0597cfecfd96', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess', 2, '595a06f4db4c3396a3a30ca11f6ed1f9d0804bd8ea27f1d9514d6324bc778b42', '6cb7aa3bd69506463a63a5e34591145c', '595a06f4db4c3396a3a30ca11f6ed1f9d0804bd8ea27f1d9514d6324bc778b42', 1, 144, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dc54055e6a8a8985be555cd659cb8d7b803adcee', '/home/hkrhostingreview/public_html/wp-includes/class.wp-dependencies.php', 1, 'e4cf43aa959d2bda972fb134e2aa6a36ed410913094fb8172b1b40210191d49e', 'd28ec37e40a8dbdbed4d5816f54602d2', 'd28ec37e40a8dbdbed4d5816f54602d2', 1, 11524, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dc67131c2aa35448c8f2ce6286e11235e961c59c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/BatchProcesses.php', 2, 'fe6a2796f59c2b08bb33692b45103f9177b9a80135b8b34854171d9033287935', '97b94dda46f9325b33c965cf93eb09b6', 'fe6a2796f59c2b08bb33692b45103f9177b9a80135b8b34854171d9033287935', 1, 620, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dc932a45f9c80349e0794527fed48473590e6ed9', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-certificate.php', 2, 'b772d9c86c54a0c7a07b8640d34072fd302e74a73890a246c8ed6f768069d295', 'bafbfa9cd23bdaab61c68222688baef7', 'b772d9c86c54a0c7a07b8640d34072fd302e74a73890a246c8ed6f768069d295', 1, 7749, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dc95a393a58dff9661b467dc54ce8da7511a5553', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-path.php', 2, '15ea75fdc647dbca0987e06f2362f8fcba2bada965418c67498a868920368fec', 'aa84cd0795b4f03241622a34ff5d8c22', '15ea75fdc647dbca0987e06f2362f8fcba2bada965418c67498a868920368fec', 1, 1969, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dcc32cd59f723a5cc5e4317f98fc6763abd552eb', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess', 2, 'f3c18b6ee5e262aa6f9e0ec32433b0a3ca332287115820d0701e3af7e3979bec', '9a59ff264f0445d4b6ced863e403837f', 'f3c18b6ee5e262aa6f9e0ec32433b0a3ca332287115820d0701e3af7e3979bec', 1, 165, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dcd7028a4cfef891cd573ade1236a08e7e92d045', '/home/hkrhostingreview/public_html/wp-admin/erase-personal-data.php', 1, 'b7c5119e7e2d55e4913dd3cd44af4508016564e496ffebc5fbf2ce6b01b152c0', 'aa5a05f2e247029481af8b589d1c3a83', 'aa5a05f2e247029481af8b589d1c3a83', 1, 3243, 33188, 1, 1559953851, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, 'dce4a823803d506ed457f28576b29cfbe1008282', '/home/hkrhostingreview/public_html/wp-includes/ID3/getid3.lib.php', 1, '39b89e6fbf9fdac3d6b2769dc67487fc411f8d86bd4d9c80ad1592aef45eebcc', 'e22ed281f7be302892f6b97e48bc36e4', 'e22ed281f7be302892f6b97e48bc36e4', 1, 51113, 33188, 1, 1568488077, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dcf1a9ced96e631f1c150e3963781aae92677f7a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/fields-wrap.php', 2, '1c152dadbf394a7a08c55ec1e3ac09514011ecebe749ab588d5e0e26d0d131e8', 'af6efbbf3bc5111ea71581b9f1c0e968', '1c152dadbf394a7a08c55ec1e3ac09514011ecebe749ab588d5e0e26d0d131e8', 1, 1083, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dcf6b9d8f75aa0e8ff140c34af8c430799e9bef8', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp.php', 2, '548cdf73aea0313d585d6b84da1de13a556185d0247ae4ce128f420b7bba500d', 'e4e91853d808b21bf5136b7328295ada', '548cdf73aea0313d585d6b84da1de13a556185d0247ae4ce128f420b7bba500d', 1, 10433, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dd1d14c18314cc1978c69ba05d2e3505d35c8c56', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php', 2, '9ab6705c95a1ab98233d883b7d799f79f14602bab1b5e23f574f864658dc7c76', 'a5913ded07fa2acf2ccb9f2a28025921', '9ab6705c95a1ab98233d883b7d799f79f14602bab1b5e23f574f864658dc7c76', 1, 3841, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dd2598b10ea1faad58f34004571add53748f7c56', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/cookie.php', 2, 'a9fcce3e2472481190ab1b577527045410956b43cbcc4f61c460ffe6935c27a4', '1486d1e2e5cd1c7c8bbee3514246fa6e', 'a9fcce3e2472481190ab1b577527045410956b43cbcc4f61c460ffe6935c27a4', 1, 454, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dd28c9d16e1b890215e680ba7a85828246e51b1b', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php', 1, '4b32030cb27f2763e447abd3b7a3bd6dd567603d6f01dd0c422aa04e1ac8bdad', '9442259503ca33247edcad2a739a71ad', '9442259503ca33247edcad2a739a71ad', 1, 2313, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dd4c775b8675b84a2fd13b21f340717c2c05f7cc', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/FluentForm.php', 2, 'cdc3c8189e5ded9bd947c9fe520e871621928678516628fe76a7d8a826b8c2a9', '49fb6ae62df23e70b5abb15eeb73ba8e', 'cdc3c8189e5ded9bd947c9fe520e871621928678516628fe76a7d8a826b8c2a9', 1, 88042, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dd58912c5bdd2c30257ba23fa93feec2bd60e56e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php', 3, '07bd22ab0f86988792c5c3ad1eff0c8f5bcc10a91de276a9441195fb9cf4bc4b', '4677f5ac9da5650bc50f6412e4a2ed9e', '07bd22ab0f86988792c5c3ad1eff0c8f5bcc10a91de276a9441195fb9cf4bc4b', 1, 11380, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dd87d6f3ed14104a5316bb319aa3d988015fe364', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integration-settings.php', 2, '9ef634f8189955635cf0010ca4eb00f1fcf2fdf57e4413c966908d73986d01c1', '0582a5c9750b4c40f49d5d11849c8b17', '9ef634f8189955635cf0010ca4eb00f1fcf2fdf57e4413c966908d73986d01c1', 1, 14682, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ddaa5a166dec478eb9306a997d0e4f08948bccbd', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/modules/nginx.php', 2, '0a1ccb0f329306ed4a550528a50bf62fbe02229ac8a6f7a6eaef01099e690dee', 'dfad6801b7b5a9f0c95b4917788f5835', '0a1ccb0f329306ed4a550528a50bf62fbe02229ac8a6f7a6eaef01099e690dee', 1, 489, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ddb977f4c957f011af000463da048055b07f463c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/ninja-forms.php', 2, 'c4d3e5f9942469bb1c3405bbe11f754003db3ec1a38a12f63f70295c37313980', '7b6290aa5c3a6166d7919082ac537e63', 'c4d3e5f9942469bb1c3405bbe11f754003db3ec1a38a12f63f70295c37313980', 1, 47721, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ddc4807ec323eb3ee10b93f293a0918ab4aafadb', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/images/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ddc4b7487b8ff743e2627d3581fd490257d02f3e', '/home/hkrhostingreview/public_html/wp-includes/class-wp-post.php', 1, '2b12fc0f356f794053272828e44476820fe59b238eee598c42ac8b41f701dd16', '4fad509b862fea0d3fef53dea4f609a3', '4fad509b862fea0d3fef53dea4f609a3', 1, 6441, 33188, 1, 1552686950, '', ''),
(1627006215, 1, 0, 13, 1, 0, 'ddcad4dea219e52c6d534e49715f95fb3a0ed40d', '/home/hkrhostingreview/public_html/wp-content/uploads/wphospital.hu/virus_finder_1922741105/checked/index.php', 5, '7aa373bd001f0bc70bfdfe37454bdc3c6796c567c3ace11930c474ed8a78e0a2', '', '', 0, 27, 33188, 1, 1626992515, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dddc97168e29111cd60786fd0f76f75e10aa0fb9', '/home/hkrhostingreview/public_html/wp-includes/random_compat/random_bytes_dev_urandom.php', 1, 'a30a81a9e359169a098d08851cc7f890a84514f52e44a3c73441da7b79676e1f', '9716ae64cafdefaf05e8d8ed1a4872db', '9716ae64cafdefaf05e8d8ed1a4872db', 1, 5440, 33188, 1, 1510141729, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ddeea561838bb5daa2d968b5f1ece7afbe0e7316', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-listener.php', 2, '8cbb7c5542d2f7336f945543e7d595dc172deff29d27bbd41a2d2b691e635059', '5db633db3c86ee1102f8e55399bfe161', '8cbb7c5542d2f7336f945543e7d595dc172deff29d27bbd41a2d2b691e635059', 1, 9058, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'de1e362d991273a232eb90203a77573faa841e97', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php', 2, '9664f12fac562a34d5208967383e89d2b11a41ef5dc19d93025b2e3ddee480c9', 'e8bf65c60fcf4e47c1e5a2eb3afca96c', '9664f12fac562a34d5208967383e89d2b11a41ef5dc19d93025b2e3ddee480c9', 1, 15010, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'de4f20bc2aa7b22432b255bf39db1f70171a9968', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/class-ninja-forms-processing.php', 2, 'e45f0c4964e28fcecacc54eceb5f09a4599b81ad119435e3b2d76eb496be4ae2', '56fe3c19ed722a310c36b347d3b0e395', 'e45f0c4964e28fcecacc54eceb5f09a4599b81ad119435e3b2d76eb496be4ae2', 1, 36703, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'de53f93d3ba206f0cfb91d5bdad4fdc941fef934', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionRedirectSettings.php', 2, '7871d1bb8f1d98ae830865231862655ad10c04708b235502bc5dd818e4a55198', 'd077707566b9fd9bd29d43719c795baf', '7871d1bb8f1d98ae830865231862655ad10c04708b235502bc5dd818e4a55198', 1, 477, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'de8b9dc6c5a8980f01410866882e6da812827ac2', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/textarea.php', 2, '4f09e8326525c0967d1cf1fbca6c9a3c93cb56d41bd7869b10c3153a935ed2d4', '14bdc6499899861e2111d3fd0acf1e71', '4f09e8326525c0967d1cf1fbca6c9a3c93cb56d41bd7869b10c3153a935ed2d4', 1, 4815, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dea9198783f6409e378b06a05aa7bc77a483e3fe', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/title.php', 2, '87a05b7dc8f138ee6c60ff3ab95477f94ae7ef6074cdb474178b2b8eb5f4fa13', 'f758a4434e337c292dce324e61a9b1b2', '87a05b7dc8f138ee6c60ff3ab95477f94ae7ef6074cdb474178b2b8eb5f4fa13', 1, 125, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dec2d93a7d5666ba372ed292ca6da3849eeeb0b9', '/home/hkrhostingreview/public_html/wp-includes/Requests/IPv6.php', 1, '4feeac5ab1c9ccde669d9099caea83e043e862a5d76cf20163a67df0c8decd2a', 'a5df4b884e8a07e81703f1ac6b6e54b1', 'a5df4b884e8a07e81703f1ac6b6e54b1', 1, 4927, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'df0245464506a561b78e519d19ede55aea75c866', '/home/hkrhostingreview/public_html/wp-includes/class.wp-styles.php', 1, '5132180ea43244877c9994a56902b9f9dae530e94d0cc850a105699af6002aad', 'd88c3a3e8c01808b2cbbdaf2322c0e9e', 'd88c3a3e8c01808b2cbbdaf2322c0e9e', 1, 10532, 33188, 1, 1569293817, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'df09cb4acf8a8ab4bd07e8dccb3904e4e3cee38c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Submit.php', 2, '9e430efc836796ae5404bcb233bcb2b8cebbe1687047e45773d183b19ffb1b6a', '1988eb29e7c2624b8c662348c0b8e154', '9e430efc836796ae5404bcb233bcb2b8cebbe1687047e45773d183b19ffb1b6a', 1, 873, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'df12aaf407c2642238019673db150fc5652908f9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/admin-after.php', 2, 'f9359d0880e9364eada5b0dd60e42dce9f74fe21f27ae86bcba9c793386d70f3', '39621b139e4e5bdef3cf7989086157fb', 'f9359d0880e9364eada5b0dd60e42dce9f74fe21f27ae86bcba9c793386d70f3', 1, 1721, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'df1493d81d4221c7800a0ab5e43a8e1575e1c919', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, '4848c144669be9dfeb2b7981aae3c2c77f2a7cc99dce6cae6e4446a1c44da6fe', '45bdb0df82d149418e443db8b5eadda0', '45bdb0df82d149418e443db8b5eadda0', 1, 17018, 33188, 1, 1571685006, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'df2c6d2604cebe4ebc885b34ac773ca5731e5fe5', '/home/hkrhostingreview/public_html/wp-admin/ms-upgrade-network.php', 1, 'f8c3aadf224b62d7f1003e345452b906b366f480e685a14fdf02006f9b98b486', '3a39b7da5913c047aed3b88e58e177bf', '3a39b7da5913c047aed3b88e58e177bf', 1, 234, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'df4a5c947570bdbf9d991f1965c2e254e69226f1', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/image.php', 2, 'c65058dbdcc3e64d1f0a2ac2926b280513e73683beefa298b01e01849f631dc3', '9a542215c58618b925ceb4251d708d93', 'c65058dbdcc3e64d1f0a2ac2926b280513e73683beefa298b01e01849f631dc3', 1, 16890, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'df5d294a5a6a58a5110c30c8ff5a772322b94266', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media.php', 1, 'dc721481db54426d6b6daada39dfebaeb4850f442c5628a5dee11d31aff6cc70', '18d05e6e02243eb5faf75e14e27f3323', '18d05e6e02243eb5faf75e14e27f3323', 1, 14044, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dfbcfedf154a912e7892054b66ab6b06894459ee', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/actions.php', 2, '6f6687e616419d72bef2933ae19b94f2adfe805afbe313f55dc7cab88619828c', 'b95dc4b23477463eadc9d6e6a03844a0', '6f6687e616419d72bef2933ae19b94f2adfe805afbe313f55dc7cab88619828c', 1, 1166, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'dfeacc8eac22b6288992ff2c6ba5bc3bc1621124', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-introspectionserver.php', 1, '726ccbea478e2d5d1349403e3590bf08395a1083a188be787f6f105b94d8443f', '325561be77e43cf849779170864f372d', '325561be77e43cf849779170864f372d', 1, 5323, 33188, 1, 1472249313, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e016a57df34b0fa1fe8c337781e35fd9ff6e5888', '/home/hkrhostingreview/public_html/wp-includes/admin-bar.php', 1, '478d16770d50a7cbc350be56b719479c1348c5cafa445638b1b6d63875c94153', '0eea95c964fb5a7b990527a26dec3990', '0eea95c964fb5a7b990527a26dec3990', 1, 30952, 33188, 1, 1568818256, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'e037d33c8d68a2080f94b879dfa5c4cbeead08b5', '/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/lock.code.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438550, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e056d3ea7b2e3c2176b200a820057ee740c34bd9', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/functions.php', 2, '5d047b95a33003b9134b3b5308018a39667b7281ba264625981b98f3e5c9db4b', 'f838ad8562a76769b6bb6cd8d71d982a', '5d047b95a33003b9134b3b5308018a39667b7281ba264625981b98f3e5c9db4b', 1, 10086, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e0e55b0ef386ed8b543712fc97a071cd3b31acfc', '/home/hkrhostingreview/public_html/wp-admin/includes/upgrade.php', 1, 'e106f910eef3a76fa1a47da1f1583f8437eddb0a8efc8632d8a4a9672b9da280', '0b1d1d423f3dc5fb57787db240f0b861', '0b1d1d423f3dc5fb57787db240f0b861', 1, 104218, 33188, 1, 1569419278, '', ''),
(1627006215, 1, 0, 0, 15, 0, 'e1122532ff5a4ce77fc9fb20f07d988bc21bf1dc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php', 3, 'd3f75e120132ea826f6340f12e2b19dc6674b7eaf9b8fecda9a922549ddb1510', 'c5182b98a3611d3ad16176633b747582', '4bb196cbbaebd0a1a4fe952d0dc8bbb36611fb76bf8998aaa8197ab0fb9d8191', 0, 31595, 33188, 1, 1605438591, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1595e995b70db2874611d89b56fb3eb4929a5fa', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/register-screen-help.php', 2, '7e1bfe288706ae0c73bd58f00a2ecdc28d6bf582df0705e4b7127d783663f268', '813aaedd1bf3c118095c93805a222f17', '7e1bfe288706ae0c73bd58f00a2ecdc28d6bf582df0705e4b7127d783663f268', 1, 270, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e15cd9cf03abb00d879fb8a1750ae3d6a3b21c80', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/kits/manager.php', 2, 'b7e113f8940a19f19095695dcde0d9c026db6ade31a6a97678da639a0a89f2e3', '260297af7858ba9a5d4b8376c3f61de1', 'b7e113f8940a19f19095695dcde0d9c026db6ade31a6a97678da639a0a89f2e3', 1, 3471, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e16315157a647617e980d3e9bbb145965a246a50', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/documents-manager.php', 2, '17ac3bec8cb47d8d9036a0a028e74b39a266546fe207f341207b872731ed0e63', '0cc4a2014fc69628ff1806feb9fba216', '17ac3bec8cb47d8d9036a0a028e74b39a266546fe207f341207b872731ed0e63', 1, 16925, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1d5a0b3499468b6246dc56ff365d6eee2c81d35', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php', 3, '94e48b19d66f6cc0517549b02e45dda7d5273d0d38bae3adead35a9d8ba18838', '69a6e3b72e4415a8d944b0f74a40b80e', '94e48b19d66f6cc0517549b02e45dda7d5273d0d38bae3adead35a9d8ba18838', 1, 2709, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1e30beb7f6417f3fc994afdc52e747e4554a076', '/home/hkrhostingreview/public_html/wp-includes/update.php', 1, '3473647514d1034f539a50b26a1881d189a1814b716948881e1f5e118b07e64d', '5a8ccd49f8cd643e8a819ae90a708a94', '5a8ccd49f8cd643e8a819ae90a708a94', 1, 25573, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1ec9e6cf058b5b0047d8f336ccca19b6fa3f665', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/manager.php', 2, 'f2259731385bc2628243daa9c8031684a092de868a97e967541fea92aa71b638', 'ee60dcd7006074df297bb3c0134f7e8d', 'f2259731385bc2628243daa9c8031684a092de868a97e967541fea92aa71b638', 1, 4429, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1f2b1c910805be9162c3f555ac9d91e5127e42b', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/admin-functions.php', 2, '039fae11e44d65d02b53dbe2d28e655cb419a7be333e2a49cbff7596f549e8fa', 'cba575351dd9f3e5bda733d9c9bb8fd9', '039fae11e44d65d02b53dbe2d28e655cb419a7be333e2a49cbff7596f549e8fa', 1, 1413, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1f3ad12a3a7b2ec5b8cf79ae2e2d66ffd7f416a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php', 2, '04bec997957fff5302f5db7cab5b19f2978a45b01f2d81e62609e200f4f69f7e', '91f7c663524797f4895c1613bd9f85f7', '04bec997957fff5302f5db7cab5b19f2978a45b01f2d81e62609e200f4f69f7e', 1, 17605, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1f99d7c4fd66be375b5425e2b3a4c9b7eb4d950', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/ajax.php', 2, 'c39e61ac718fbe32f43d14ebbea23f63de0ebd93480a68362e23e879f2a1de4c', '9f6f0df2099e3c54bab7db18aeaffc35', 'c39e61ac718fbe32f43d14ebbea23f63de0ebd93480a68362e23e879f2a1de4c', 1, 21773, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e1ff3ff06fbaea8f05a3fe9cdda7c0fdad3f0ba7', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/428.php', 1, 'a6b3a5d9dfca696e936a55e60387330189e52948cf5f3e979be13e350e58353f', '9a97bb0369f70142e4e57da75eae742a', '9a97bb0369f70142e4e57da75eae742a', 1, 505, 33188, 1, 1465534233, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2593c0c6c64460616493f71d0a3061bf776b73c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Util.php', 1, '78f690cb63b6292d3759a9ef588df55f497af822fa895d59cdbcbc23d00b0298', '8ca331ee60a3d80faf0f309ba1a3d1e7', '8ca331ee60a3d80faf0f309ba1a3d1e7', 1, 209, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2843875f18351c7c7529ec8d6fa6b90500f5439', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/grid-element.php', 2, '21a217856243ce23d3490e93f80e27945df01870ce2fe976aeeb4e715937b3c8', 'e4e88f86ee25e7c5daf24093dafdcb54', '21a217856243ce23d3490e93f80e27945df01870ce2fe976aeeb4e715937b3c8', 1, 399, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e29646fdba5d8487161bfaa47da4c3a7b746daa2', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 'bc5f9ffb87c43a7f260c90165ec7b1b4d4ef0a76aab1c033d635804577f37930', '88208477045ee3ae0fb3195de7b7a34d', '88208477045ee3ae0fb3195de7b7a34d', 1, 116, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2a27c409cadb19cb0780fe348db6974c8e8ced5', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-tags.php', 2, '9ece20c86221dc87ef3f59e782df75337668d16cd4ff489e6d5f16700d8d22cb', '3dd0d49f1f0623abdfa1d992d8f11b77', '9ece20c86221dc87ef3f59e782df75337668d16cd4ff489e6d5f16700d8d22cb', 1, 1400, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2b8f0fe7429bf76cd246d3987acdc5d6026e232', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/config.php', 2, 'f46c9ddf5e510caa133bac09285aa3203500361308028be4885ddb566fa5799c', 'eebae8f5a6e688dca52646c165144060', 'f46c9ddf5e510caa133bac09285aa3203500361308028be4885ddb566fa5799c', 1, 11910, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2cce2da43792bf332270a37612763e82071e219', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-value.php', 1, 'e8e3b954b66a2b0f0e17f2e79774cd93c6a10f05b72599194d1d712d983a69c7', '03929d66fb3ea8356ccdf86a0066e80c', '03929d66fb3ea8356ccdf86a0066e80c', 1, 3790, 33188, 1, 1472249313, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2d345c755395beb19919f90fd3b2e428a877573', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/htaccess.php', 2, '44438c1f338de3bfbc5859185b0fa47ccf768970ad2a569d77d043bbb7c2552d', 'acd4715a963e3b361de5aeaecac29630', '44438c1f338de3bfbc5859185b0fa47ccf768970ad2a569d77d043bbb7c2552d', 1, 8515, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2f1c98ef5f20cf5f1bb85d8ee3263a684fed64d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php', 2, '3d5b69f8fccdc748c07d38664f39d3498521097bc6c1ac049debad468f3e427b', '9e46b9a528c52c7d5ba9332e1f7d0bcc', '3d5b69f8fccdc748c07d38664f39d3498521097bc6c1ac049debad468f3e427b', 1, 1709, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e2fc1457d2be16405717c845efa1fd35a17055fc', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php', 1, '07c9d31bc5e7f5b6c66841794c5fdf9ba984336e5c136f1edeb37eb33f9cf13f', 'c121d0d9b1db20f4fa7bfa6f284833fa', 'c121d0d9b1db20f4fa7bfa6f284833fa', 1, 6019, 33188, 1, 1568818256, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e31d9ed7d8d306d04f03dab0f89e7e5662db3b3f', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/document-types/post.php', 2, '61c8f2905ee63a21f8a1cf363840558b27fc51deef5fcfb556421c21fae433ca', '99d465cbd825a20af4f7e549734915aa', '61c8f2905ee63a21f8a1cf363840558b27fc51deef5fcfb556421c21fae433ca', 1, 502, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e3387d0e0305473ba0dfcc78145a260c771f8695', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/ListMultiSelect.php', 2, 'c31bd13c4c7761fe57d5af3d5bf9248e3f9873c5968137c7a4ca49f0b3ddbfb1', 'd31588f3b3f5be7380a49cbdeae450cd', 'c31bd13c4c7761fe57d5af3d5bf9248e3f9873c5968137c7a4ca49f0b3ddbfb1', 1, 2006, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e34f19be39a58f9465577e768586e9e22d35f3f2', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Content/Product_Grid.php', 2, 'bcc09dcb926ed2d546c562940d861444ebe38a14cd61138f838a4185ffac252f', 'fc03c898af0f64c36481b93ae5d8c8c4', 'bcc09dcb926ed2d546c562940d861444ebe38a14cd61138f838a4185ffac252f', 1, 3022, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e351330765d697282025caaf7863834bb199e30d', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/modules/apache.php', 2, '1b5dac5f9680bea0ad62d41fa568bbd09e414b04b7b69cf90be503f98f8654e6', '8acd5ad65ad3939c5c96781dabff16f0', '1b5dac5f9680bea0ad62d41fa568bbd09e414b04b7b69cf90be503f98f8654e6', 1, 2080, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e357e22207844a48105f11ef999b72cc8b171591', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/ActionDeleteDataRequestSettings.php', 2, '51caffdcc77326c4bfb340fa43781ed8b05368abaa057c07d6a95474653c8401', 'cef442bc3e6d22478fc28aba686de23c', '51caffdcc77326c4bfb340fa43781ed8b05368abaa057c07d6a95474653c8401', 1, 1147, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e37f2b89d136729cb2dbbfb22dfec4f50b6ef489', '/home/hkrhostingreview/public_html/wp-admin/includes/class-plugin-upgrader-skin.php', 1, 'cce75dae068c36c8f69593fb8083f82f7a799a17190d312d51ea8b05594c7084', '33660095c1c66106ccb2959d8eb5fbca', '33660095c1c66106ccb2959d8eb5fbca', 1, 2731, 33188, 1, 1567751216, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e3af8f8023c9af73fc578d506bda95fa266fe8a3', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/class-field-guesser.php', 2, '1fa9b435333bf4a3eb17a9cfeedbd67fb55003488005565c81b3c52b37e69ede', 'd17b371441df0e2426e4bb95739cc280', '1fa9b435333bf4a3eb17a9cfeedbd67fb55003488005565c81b3c52b37e69ede', 1, 3014, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e3b5864e0c62a75b54aad5bf46c7947204bfe454', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-amp.php', 3, '1f16afe0b6e3b30c21827759cea3bfc22fd4e6543cc48f1eb8af4b8710dfcc49', 'f7cff5ae01b8733dba80c6d6724824ea', '1f16afe0b6e3b30c21827759cea3bfc22fd4e6543cc48f1eb8af4b8710dfcc49', 1, 45145, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e3d0ffc662e8d432e0f5ddee24fabe694eabd8f2', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/divider.php', 2, '26fcf92ba61bd3681976e05ddc58629816bfee83a4598105c69314ca392bcf6a', '66b80c4bb7920df38056a427aa78728b', '26fcf92ba61bd3681976e05ddc58629816bfee83a4598105c69314ca392bcf6a', 1, 31191, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e3f5da233ac61bdb0c6c8497f129c281d5acf8b4', '/home/hkrhostingreview/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 'da8cbc35879401cca5f8b7acd2bd421b2c1c22eff9fe3d0e169cf6a5ddc12e29', '357c8bba0f6695f23972659b3c9e55a3', '357c8bba0f6695f23972659b3c9e55a3', 1, 20484, 33188, 1, 1568901955, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e45f3c13d3428b21c2898f9a8e5d9a4cda302927', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/CreditCardFullName.php', 2, '402e9f8f2269a879537067ad872e4c9ae98462d3d6855c7de35d4bb1ad5f9b24', '1c36aafd3e7ab85b6085d3313aeb1ece', '402e9f8f2269a879537067ad872e4c9ae98462d3d6855c7de35d4bb1ad5f9b24', 1, 862, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e4774b441b8b6d8c876adc5e89fa8040b0d8d1d0', '/home/hkrhostingreview/public_html/wp-includes/class-wp-image-editor.php', 1, '6f7d9d90c72cef4c886a3c52267b6e78fb604607fea5618ff06b52402becbed5', 'b3b91d4f419027bbe1abec2e1449a8d7', 'b3b91d4f419027bbe1abec2e1449a8d7', 1, 13911, 33188, 1, 1569003717, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e49eb3bff8a076f972030f86e052286d81b2220b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/sortable/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e4afc783f636483ab0f8eac4849e563215767051', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Checkbox.php', 2, '8ec09b933ad170de15cd9b76eb03b58f23e27cfeec01da74fef733f6d99d0761', 'e4aff9fda11d6e8cd0670c6fb086403b', '8ec09b933ad170de15cd9b76eb03b58f23e27cfeec01da74fef733f6d99d0761', 1, 6435, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e4bc158d5f6f20cc351e0ceb9fc00e775b56a019', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/matches/page.php', 2, '86a36d3577267f61a4bc465ffe370df275006046be8152813656a941c578eb66', '2d284b6004fd0c2b1257450bed37156b', '86a36d3577267f61a4bc465ffe370df275006046be8152813656a941c578eb66', 1, 803, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e4cdfacb424ee8f5f146b1f2012b5eb5affa2fae', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/hfe-functions.php', 2, 'a4653af1e5407c11747ddde045b172e196ea6a1e3dce7851caf3c086579c8abf', 'd871b06b386839d56c073683165d7324', 'a4653af1e5407c11747ddde045b172e196ea6a1e3dce7851caf3c086579c8abf', 1, 3622, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e50fff1b187a973b80c7ba5e1fc5b667dab15c58', '/home/hkrhostingreview/public_html/wp-content/themes/astra/index.php', 3, 'c1d4022b79769194aa8224446fe63b2d9a0602dfe3ea8a29e3e4156ae5d0db9e', 'd1a6e8fae127a9ada45abfaa1de0716d', 'c1d4022b79769194aa8224446fe63b2d9a0602dfe3ea8a29e3e4156ae5d0db9e', 1, 1016, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e57bee63ba35f5c03c224b1dbef4b6948e412c0a', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-site-icon.php', 1, 'e149dfa9dd7fdbfcb08cff15ddf2051fc9d5c15a3b6ed74cd2c9b75af686e765', '585bb562d08c916c3615979bb0355f8d', '585bb562d08c916c3615979bb0355f8d', 1, 6132, 33188, 1, 1551473932, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e5932d2d299f5565f4596f4b745e4957c09781bc', '/home/hkrhostingreview/public_html/wp-includes/atomlib.php', 1, '882287894bd53b8679155fed3126472bf670db6bca1dd9201c9a224dbfd7024d', '3e422f1490ddaf417a29bb9e41114dab', '3e422f1490ddaf417a29bb9e41114dab', 1, 11840, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e5a315b454da2657b2ee767938240a3c117156a4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/template-parts/blog/blog-layout.php', 3, 'c7bbcb4e1cfcd664f2f4f13ea913b8517828f314b0636cf8fead9712e2b93fe7', '6730d730fdc8f030d2177f853979940d', 'c7bbcb4e1cfcd664f2f4f13ea913b8517828f314b0636cf8fead9712e2b93fe7', 1, 1096, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e5c1171ec9a815d97e85938aca8a671d4292d621', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/blog-config.php', 3, 'bc0c236f29c60aa2f0f1c5ea09b6de24ebdc7d468758b398634a5e27532b452e', 'f71bda88c8c8b10c79a6106dabf1f34c', 'bc0c236f29c60aa2f0f1c5ea09b6de24ebdc7d468758b398634a5e27532b452e', 1, 12240, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e5c49cd81d12d8d3f74fcb44f2b47fe39d7341f1', '/home/hkrhostingreview/public_html/wp-includes/default-filters.php', 1, '4a98cfd95b7efb718fbe943b88c504bf4a39c26b816a84054ca11aabcb719e26', '29e99f53ea25238d99f443bd7d21ec1d', '29e99f53ea25238d99f443bd7d21ec1d', 1, 25830, 33188, 1, 1570504802, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e5ead40509894f89b9ffe150be407da6a01569f9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php', 2, '2b195a2341d3f6e60d6d91cc1e1c8ae038fa7652e29afa1c31d7b9a3d8a4bd36', '84da0b13cf69a9e28b0a2b9577f3e93c', '2b195a2341d3f6e60d6d91cc1e1c8ae038fa7652e29afa1c31d7b9a3d8a4bd36', 1, 20877, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e6042369e3a223e4587c777f6ad0b1ad7f1a1392', '/home/hkrhostingreview/public_html/wp-admin/includes/admin.php', 1, '86a3ee644d8341a595fce8b60c1f9d8b68901f27ff8dd9d9b03373293c4019b9', '2676cd7b15874c7f6f324a6f42da8602', '2676cd7b15874c7f6f324a6f42da8602', 1, 3650, 33188, 1, 1558903853, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e607093d498429ca2e73ea2285babc2c946377fe', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-automatic-updater.php', 1, '7325c5c0437dac7e1d0805380dc001119d8e578bb2f4ee58b830b55a3016211e', '34db91b48f6762ef714bc711f279d496', '34db91b48f6762ef714bc711f279d496', 1, 36166, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e62dcb74f9df0e291cb57040c9e98c8eb4dd0577', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Addons.php', 2, '8621b4986ffb486f2c6f6829d645a731760cc01e3ba51a636c4781fd6e00a116', '76bbbbe87fef4d7eba75e71cf808a225', '8621b4986ffb486f2c6f6829d645a731760cc01e3ba51a636c4781fd6e00a116', 1, 2764, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e655cd2e5b7eeff4f632fcdded1ed6bfc6946480', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-server.php', 1, '1eec3f8c9b32192fca420181a0c8309de8da8c93525d8f27ac30f3b9f39dc707', 'ca1f45d95dd4b25bd2cc8c7dfc065b58', 'ca1f45d95dd4b25bd2cc8c7dfc065b58', 1, 6932, 33188, 1, 1558829574, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e673776224f707a1163c80e2adac233209bd006d', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/progress-footer.php', 2, '45476e583415df24c58a8fb9c484d93c80df322512948bf8e12c7c0d4316cdd9', 'b1a73c5e3093d4bb990ce1356a888518', '45476e583415df24c58a8fb9c484d93c80df322512948bf8e12c7c0d4316cdd9', 1, 1875, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e67df995b2b38ef94be9b44af1fc36cb177e6691', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php', 3, 'ec7410a5b7137d04dabdfbf82c29eb62b9d79f4f3f52f4d84a155a2703d9269f', '21584a64fef5908bb493f6a0d87114bd', 'ec7410a5b7137d04dabdfbf82c29eb62b9d79f4f3f52f4d84a155a2703d9269f', 1, 1902, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e6977cd594e9864eb0a7de7af676782bc1bba6be', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FormCalculationSettings.php', 2, 'd3efd1cccf4eac7c8f1560914587fdc06bb9afad5594033a62b57fe2e29d928d', 'fc09641a682dfe1f971d086784a90d80', 'd3efd1cccf4eac7c8f1560914587fdc06bb9afad5594033a62b57fe2e29d928d', 1, 1242, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e6afd9e764f730d7d18c7064ef9c55c165505ebd', '/home/hkrhostingreview/public_html/wp-includes/Requests/Hooker.php', 1, 'a2143d6a637f683db819ee6b24a91d153ce65b7cd91e115bf2098089184779a7', '0f08c5401425a9615bd19e2f34a5e107', '0f08c5401425a9615bd19e2f34a5e107', 1, 708, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e6bf51fcecb8a1c829dcc0dbfe128e6dcffc61c1', '/home/hkrhostingreview/public_html/wp-includes/revision.php', 1, 'a15810ebdefea97e563b2a87b2ba07fc86ce18f9ffd2fc37e2915528b82b5f2e', 'a07853241b518c079375e8477adc58b7', 'a07853241b518c079375e8477adc58b7', 1, 21686, 33188, 1, 1562296496, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e6bf5a7d5ad1cbe7ef07c5b3eaad4f0297d1f005', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/languages/index.php', 2, '9915585cc5e395e7fd3e4a9e184665650e0fe5b4ed768de1960fb0b48b85ec55', '1cfb28a0df63a64c8cd1cfc471e93fae', '9915585cc5e395e7fd3e4a9e184665650e0fe5b4ed768de1960fb0b48b85ec55', 1, 192, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e731f93e8aab291ae82bc220e77f8d171ae88f69', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php', 2, '03be7621ec7c3fa0a7d1156b6876b5eccacfef41ebe52463eff9f6ee07ffa562', '21d05e5c0b36885725f1b75d602de93f', '03be7621ec7c3fa0a7d1156b6876b5eccacfef41ebe52463eff9f6ee07ffa562', 1, 3231, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 15, 0, 'e73c0222ab638434e692ed287b2cd5a69324d814', '/home/hkrhostingreview/public_html/wp-content/themes/astra/footer.php', 3, '51a1205c2829497e354d7aec8c74c1a17c46bc183b63d9515594fb80be520ad9', 'ae433e9b0d30c190718b24f8fd764290', '1bf7531ea4d77e5de5152bd908e8da21e15b0025e33974e24ab399912d956baf', 0, 598, 33188, 1, 1624758693, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7445de34da9383a5f4856b3f170c52899640807', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Akismet.php', 2, 'e88092b576fbf9f8efa80cdaf655e77b8603565b7ff4bbc6d87f8fb8b918dec1', 'aef52cfbd38b1b1fcfc4df59d9efd939', 'e88092b576fbf9f8efa80cdaf655e77b8603565b7ff4bbc6d87f8fb8b918dec1', 1, 3512, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e79a220d6d5c1591ef337dfb4d36597bfa38df00', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess', 2, 'e103068f7dbe037a6a56b7f24a7e46e05979b2cbdce5afc3c4f659caf8b4df0e', '3756b4dba0485eb68afb2807a54ab2a3', 'e103068f7dbe037a6a56b7f24a7e46e05979b2cbdce5afc3c4f659caf8b4df0e', 1, 151, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7b4df01816adef888f61ffff46e8f0599a2a510', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php', 2, '0c80b3c582ac35d2b5ada15937824db955f04d1a954a20f33b36dc9ca022eaef', '390e6443ff27c7c09bd394621a3d6ecb', '0c80b3c582ac35d2b5ada15937824db955f04d1a954a20f33b36dc9ca022eaef', 1, 6305, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7b9631f3deb796a140b6bfe347f2623d6bc862a', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, '06d3fe8e6656a03571e21d3c5889b56a5fe2e74e5e8d8c1a8d503a73e2390dbc', '96945521dcddf6735e9637c64c100308', '96945521dcddf6735e9637c64c100308', 1, 2287, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7c6dcc66b8a993bba0f169b1bb64c71da5b67b0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/link/index.php', 3, 'b6e0348441ee78a19f35211fb37519f186e987329a9125ae91f9e59eb04d1de3', '254c0f753666d658ae73267374644e5b', 'b6e0348441ee78a19f35211fb37519f186e987329a9125ae91f9e59eb04d1de3', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7d431894b3e7d51263eaafab40ba1d34f3bfc76', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/upgrade/tmpl-submenu.html.php', 2, '928d83acad10bc2ab4bc61acc1367fd3996d885cb7a6ec908a83fb0ccd64c2a3', '752a24895b81b22b0257996d638bd1f4', '928d83acad10bc2ab4bc61acc1367fd3996d885cb7a6ec908a83fb0ccd64c2a3', 1, 3828, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7d5d346ec0d953fcce307e58f6c5121c4ec3f44', '/home/hkrhostingreview/public_html/index.php', 1, 'af65ca77a36ba70575b74e351dd7b3bef9f261229b9f79bfb0f0f671cbbd9656', 'b9142a5f513a565bcb15430f4982000e', 'b9142a5f513a565bcb15430f4982000e', 1, 420, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7d920357073af2ab2290ea9e24c68dc32442967', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/save.php', 2, '3a69a9f586d59367ce50feaa12218b8e5ce08c970ce1c42993617dc44e6bcaff', '6f8afa1d78b3fa072b399069bbab19ea', '3a69a9f586d59367ce50feaa12218b8e5ce08c970ce1c42993617dc44e6bcaff', 1, 5124, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e7f0cc896954a71534fa8e5ec2b84ee41e109b55', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/library/documents/section.php', 2, '6d5fb91463c974e52944f066dd93dcb833a6d9ebcb4741961d3db9383f03893b', '3675859106f61a0d378d39539c9943d3', '6d5fb91463c974e52944f066dd93dcb833a6d9ebcb4741961d3db9383f03893b', 1, 944, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e80f157bc239667409fc37018657b7578870ef4e', '/home/hkrhostingreview/public_html/wp-admin/includes/translation-install.php', 1, 'ec10a917d52658a26f31f08fbacd11fddbcdc2b17225e41607dab056fcfcc956', '48371cdd290a5d3751f6d7b1a9f6b8a8', '48371cdd290a5d3751f6d7b1a9f6b8a8', 1, 8689, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e81f2edfcaa881d776f2873f560ee15c8506773e', '/home/hkrhostingreview/public_html/wp-includes/IXR/class-IXR-base64.php', 1, 'b6af5e8592b8fe0c367bc30a41ef22551bf4ae199496302d04885169b6c69525', 'ee2a36d606d508af44b654e6176599bb', 'ee2a36d606d508af44b654e6176599bb', 1, 414, 33188, 1, 1472249313, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e830808de3d9a856fd35601d0e2ec040fedf2e68', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache.php', 1, 'ed7cc4d59299eb4c25baacdf2710327b31fc1ab34e1d46add379c3601bdd5b8b', '79fc9017a23a836f4d0f68f7764ca734', '79fc9017a23a836f4d0f68f7764ca734', 1, 4296, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e84e9a7164aa0a6027a4193615ed6e97373ef9c3', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/class-admin-page-helper.php', 2, '464863fcb4dfedf01e7eb18ab02d2910ab39a06fcb9ba2eef2cfa539a890602c', '5d319d7423f54cfa9eb98e149c4ed5f1', '464863fcb4dfedf01e7eb18ab02d2910ab39a06fcb9ba2eef2cfa539a890602c', 1, 4314, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e864718a667b8b6c5f0bcc1babe90bcf7770fcfd', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 'e39e4c738d108055eaef9da2be502cd96734c15a69fbb5147bdf3978f4b5d73e', '47e1705be410717d79fd0504aa310f87', '47e1705be410717d79fd0504aa310f87', 1, 1460, 33188, 1, 1501116104, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e8809b55b490f3df480d351fc77196e68d1aad58', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/blog.php', 3, 'cf4bf98d4af9545cf73f82ec9d30217933396570215075323631292a5562f3c6', '78f2e728f6160b4b45aa485f6acecf83', 'cf4bf98d4af9545cf73f82ec9d30217933396570215075323631292a5562f3c6', 1, 9839, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e8e20deb3b8ebd8a09e258bf95bccbd22328c475', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 'f020c30d688cf7029c3f95753c192a6ed7709721bc1c3d5d699c26cec3e94091', '74d772e849a6b1af620377272d37ed9a', '74d772e849a6b1af620377272d37ed9a', 1, 1665, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e8e801efa0ef6a3feedba8be3566fc58017b85f0', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception.php', 1, '8dd701310f66ed7116da2558de858bcf4405abb5856050173bc3a80379e76858', '879bac9efa180085ab33e90e1acc5249', '879bac9efa180085ab33e90e1acc5249', 1, 1026, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e8f77059be77aff958b932e979b366850a4ebd8f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Actions.php', 2, '59a2d665a785f76e4881185a91aaff9c2573c5f5f966989f0a3f7d1c6cacdf9a', 'b180233fe5e4ca38719f46e6dc808dfc', '59a2d665a785f76e4881185a91aaff9c2573c5f5f966989f0a3f7d1c6cacdf9a', 1, 1662, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e923485fba6671cd54c5a18125234d8dc516cc87', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/contact-form-template.php', 2, '61802813c68601afd43bf3cdfcc50186f18007ae1ff17dbdf469c8397f32f3ef', '8cc9c3821882aea0758741e595006ad6', '61802813c68601afd43bf3cdfcc50186f18007ae1ff17dbdf469c8397f32f3ef', 1, 5610, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e94859d52757b4f4ad0af77a26d12fba068c2eeb', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-list.php', 2, 'd598672d7b431079da212902d9eae4dd3729b93b657a5b59eff53eb95bcd6da8', '59059f9218522f8df9fd7006c0555a88', 'd598672d7b431079da212902d9eae4dd3729b93b657a5b59eff53eb95bcd6da8', 1, 33622, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e955e6f8d279daae5e4866287d543f536da6976c', '/home/hkrhostingreview/public_html/wp-admin/install-helper.php', 1, '530e39ad5692f310e4b74a4b350fded87c37e7f93139687367be2dd9baf3a98b', 'a20e27713a6514909125b411116cc9f1', 'a20e27713a6514909125b411116cc9f1', 1, 5907, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e961ee840754de030d6267a89414fe373d86077d', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php', 2, '267e8db529235dbfbc350dca439925ec1a38bf79d01e85cbe4f52c6b81970936', 'd3b330c679fa5c114772aac884ba57cd', '267e8db529235dbfbc350dca439925ec1a38bf79d01e85cbe4f52c6b81970936', 1, 372, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e98d0f5a3debb2adfc313bddc0d89c81dced9ae5', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Post_Grid.php', 2, 'd0ad040f62808ea86a7fd08fcea3d083685c168bb69f16089b270aa4ba1fd91b', '69f7ee1748f8829ea833a7c5f4cc54fc', 'd0ad040f62808ea86a7fd08fcea3d083685c168bb69f16089b270aa4ba1fd91b', 1, 25907, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e9a1f7f10cee7be1253c37b99d1f7b4a2b9cbb49', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-encoding.php', 1, '12bc3e7443fc8a00677ef953366c874c3a556e9170abafc03f4d0fa27ffa2774', 'aac1caca59ea9fac2cb8b6c8af8f9118', 'aac1caca59ea9fac2cb8b6c8af8f9118', 1, 6542, 33188, 1, 1562110978, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'e9fbae7229ff26881df08d6853352a15aff5a51f', '/home/hkrhostingreview/public_html/wp-includes/Requests/Utility/FilteredIterator.php', 1, '963aa928af53d513c26f15b4ac1ec53f3c19958f5ff0cac876ae0aacb6466746', '10f9a2d9618ed678b72541aa9e0579d3', '10f9a2d9618ed678b72541aa9e0579d3', 1, 829, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ea23ced03ba7a7810d298a4edf3233d9d8a12a42', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/blog/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ea288b86910372bbbb55ccb390dff22049920c34', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Crypto.php', 1, 'e0d58a3015e1691e80ccc65db69a27cfdcc440fd03bc3c808631bc93ef5036b7', '2385eeb1b295482ae7be3aa907cc98bd', '2385eeb1b295482ae7be3aa907cc98bd', 1, 39394, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ea5264d47168b5713534a4e11328245d802268f4', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ea5322ffb9eee41e8bce796cdd87fd24d248e858', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/canonical.php', 2, '1d777a3ef22765a39e31d56f0a4b5c84e450a5e19daafbd5bf75c67c7f0a8152', 'c0f864d8ea024683892331fcdb4cc5b5', '1d777a3ef22765a39e31d56f0a4b5c84e450a5e19daafbd5bf75c67c7f0a8152', 1, 2931, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ea5ad1fe7d336bff18260b4394b8c96a72355a2d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-loop.php', 3, '4bf656d7601a174d63d8227cf051adb74bdfbcf87e801412dddcad0b858f0a76', '2c1cf9c40b912c47c753146d95c7e5f5', '4bf656d7601a174d63d8227cf051adb74bdfbcf87e801412dddcad0b858f0a76', 1, 6691, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ea96e8681679926d5065162567b5822ab4cc484c', '/home/hkrhostingreview/public_html/wp-admin/includes/ajax-actions.php', 1, '429b4a53209beecf262a2c859af2af2b5900a8156e26fb0468bc5e55b2eae54f', '6d3f01ad9af98125e18e56623b36878a', '6d3f01ad9af98125e18e56623b36878a', 1, 140499, 33188, 1, 1570462202, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eaa3532ec66ab4a20b36ff23f2e53ae4f8cae0cf', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Locator.php', 1, '4dd4729ba092306752ca0c147164ea086bc6f59abf48dc16c40f3375d3a3e1e8', '8073a4c6da1bb33b877576665ef5eab5', '8073a4c6da1bb33b877576665ef5eab5', 1, 11185, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ead08b25c5a967656e0136f7a3e8ab251c027db7', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/help.php', 2, '7ce71af046037b35b32e8975ff149f9d04a7d3c419efa502a7353dcd4e9b7d71', '38fe4750b9172ed51f4ffc3bbaceb0cd', '7ce71af046037b35b32e8975ff149f9d04a7d3c419efa502a7353dcd4e9b7d71', 1, 1650, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eae7b0fa892abda9bf3fdd1c936163ba3e971902', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers/Submission.php', 2, 'e926f8c821bdb1641974a63ac604c45d63eef08b1d828efb6fc03ad0310d1d27', 'e978fae654ec058ea8986e97ed53d6ce', 'e926f8c821bdb1641974a63ac604c45d63eef08b1d828efb6fc03ad0310d1d27', 1, 25112, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eaffdf5147cb4725672a605a4d636833ddc49e28', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/predefined.php', 2, 'e8fa82b230a77cb2fa2e8b62b28b098016d84e3b02325e1341967ca8b5b90ada', 'd2233e61176acfac6194a5bdcfd834ef', 'e8fa82b230a77cb2fa2e8b62b28b098016d84e3b02325e1341967ca8b5b90ada', 1, 318, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eb026af20b539c5f3ded6056c60d881581f70e84', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php', 3, '994e3df7ed09ecb60d4f0eea5b1cf0ef2d3142ee3d72559d3f3f208c8917511f', '450d7e400e6e20c9a475f75df5f1af04', '994e3df7ed09ecb60d4f0eea5b1cf0ef2d3142ee3d72559d3f3f208c8917511f', 1, 1044, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eb0482f8f243fec07651682ca7c1bed4504e1753', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-upload-control.php', 1, '9d9d54479911f6475176e704cdfcfddf62b51b707650330f6051bf864584aa12', '8ed3fcd6698fed16c6d0dcd441f14dcb', '8ed3fcd6698fed16c6d0dcd441f14dcb', 1, 983, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eb060dfb6d11573e0ffd9384272f41bd2c1126ec', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php', 2, '82291763d403ab9dca53089202ee8194788195ce4e378aa94acdd4936e852bfa', '642739c7a74abe5f3a3e8a46febbf2d8', '82291763d403ab9dca53089202ee8194788195ce4e378aa94acdd4936e852bfa', 1, 5338, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eb3486b6d944c1d16dcd0dfff1f688db1beade28', '/home/hkrhostingreview/public_html/wp-admin/options-media.php', 1, '9b3bbf742ccaafc839518a5b05da63ef2da12354fd8136bcd9d9de1ff99de35f', '2c18a8e01043d00494d4ba933e1b8f12', '2c18a8e01043d00494d4ba933e1b8f12', 1, 6247, 33188, 1, 1564094757, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eb4306b06b764ff0dad04ca536dd8f9068a2288f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations/Forms.php', 2, 'd475a0db85e31ccb4832df792353219ef0a86b2f594826326344937d3636e3b9', '99e48d3f3ddd13df6709fdd60145a71b', 'd475a0db85e31ccb4832df792353219ef0a86b2f594826326344937d3636e3b9', 1, 2304, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ebb7531a59f61e7672d798a64b2a8e976dcb5d03', '/home/hkrhostingreview/public_html/wp-includes/load.php', 1, '041e3cfcd42354f5936fcc1e9c87a482dd5bc3802ac64f38bcbf91147266f221', 'c979463c1cb7c94cbe59bcaf60ddc77f', 'c979463c1cb7c94cbe59bcaf60ddc77f', 1, 43291, 33188, 1, 1568894578, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ebc07897a7dd04e32e41d7a7f3a89f2a4b949c54', '/home/hkrhostingreview/public_html/wp-includes/kses.php', 1, '69caa80509dac25696483f14e8d2e6213109623fe3b7d228cdc7fe553d6802a8', '5d7743092dd7a216499d658fc02b4ba3', '5d7743092dd7a216499d658fc02b4ba3', 1, 58091, 33188, 1, 1569190677, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ebf1e7ba00c024a6e0d1e2270ab900fab40b58fb', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Betterdocs_Search_Form.php', 2, 'b60f8b19ff21142cc43a8bbeca252cce9424094f921651165335f73b61ae5c7e', 'b0aafb2201c0d3d79de1b211a3a6f174', 'b60f8b19ff21142cc43a8bbeca252cce9424094f921651165335f73b61ae5c7e', 1, 21606, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ec42a69ba61dda035aa8094ed0a46ea6451a06c0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/class-astra-mobile-header.php', 3, '9cddc1a765b91d03b9e2a179b52cc6bc5415918375d353dcd03400817c9b9f80', '775163a15e8b7f6f138ec5968f90d58e', '9cddc1a765b91d03b9e2a179b52cc6bc5415918375d353dcd03400817c9b9f80', 1, 5995, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ec55a4b7ba652a7bc0a4507d41a250f1440c9f37', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-ms-users-list-table.php', 1, '88a01890425bb9842812c4a64ac14d90d5b4c82049961c3b5f14057f90bde651', 'da0e835f0d1bac8085469cafa61cb677', 'da0e835f0d1bac8085469cafa61cb677', 1, 13961, 33188, 1, 1567471265, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, 'ec57266999e18f395908923ca392ffd973b4f391', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/controller-admin.php', 2, '9f2e88f75baebfb68816fd5398580ec5742819b5c3b446e95b59b12212779151', '5a4619d71e94c929212d607554ece55d', '9f2e88f75baebfb68816fd5398580ec5742819b5c3b446e95b59b12212779151', 1, 66755, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ec6dfc8b25ff2cec2f3547dd642b42c611392ea7', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 'ad3a59d3cf4a0c9ea85b6925f6df9264d194dbe1dae37de73744783b278c35e5', 'c8173099f8c77330437b5bbaaa5b7437', 'c8173099f8c77330437b5bbaaa5b7437', 1, 105458, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ec80687b2f7b0aa46d818f8db511ec80acd5088e', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/ssl-test-page.php', 2, '923ed39f42eadae505a53a5108c6d3650aab1d7b4d5bd11b7f45fa6dfb58ebb3', '3949480472435e036a69415d7d0c2f26', '923ed39f42eadae505a53a5108c6d3650aab1d7b4d5bd11b7f45fa6dfb58ebb3', 1, 1819, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ecc871d771013578e54d482419b3471281606001', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode-email-service.php', 1, 'd15bdb0cb40f7acb55524fadcdc31c7823270d615cb796e00ce00af11cbe980b', '30256e655f00f16d31d5614d5b795d03', '30256e655f00f16d31d5614d5b795d03', 1, 10122, 33188, 1, 1569270476, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ece8810a14a685b1e477a1f4d9b163fcac237e5f', '/home/hkrhostingreview/public_html/wp-admin/includes/class-automatic-upgrader-skin.php', 1, 'e4088c1f7105758b924a214a9e53c25a8bb08dda74485f40008e04ae013e673a', 'bff0a99ec3760fd7d9fb12ac465eb208', 'bff0a99ec3760fd7d9fb12ac465eb208', 1, 3161, 33188, 1, 1568544174, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ed0e9f35023e6a3026a070a6bf04308d71b2b809', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Betterdocs_Category_Box.php', 2, '446a7dd522e0fec8bf0c616c8ed08c35d1e9ba31fbff57b174e745712000629d', '60e528a6fd6e556761d11a46549e7261', '446a7dd522e0fec8bf0c616c8ed08c35d1e9ba31fbff57b174e745712000629d', 1, 21206, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ed175eb0df6bae798966b26cf6806d4d04c50c3f', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/FieldSettings.php', 2, '36c9f757610189ca706f4bc23f7954264babeb8032d69d1ed0abefb55750c1d7', 'f3c512fb777c92c34c30e0c578b9a140', '36c9f757610189ca706f4bc23f7954264babeb8032d69d1ed0abefb55750c1d7', 1, 39590, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ed3105d58437678c3316523cc794005c71bc1498', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/HTTP/304.php', 1, 'f9fe03863df229a232d20761936942ee85a61b977a08b45362fcdf83e307a663', 'd33b4634ce4113db49ef9dddedf754ab', 'd33b4634ce4113db49ef9dddedf754ab', 1, 390, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ed4464a193f17d54152ced723909ef37d4ec6e90', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', 2, '16d387dbe2f21e11e22e342f96f077e4deb60074c8b5b33c3c0837caa2a2f902', 'bd20d1f4557bd0cbecd181595805bb87', '16d387dbe2f21e11e22e342f96f077e4deb60074c8b5b33c3c0837caa2a2f902', 1, 12675, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ed8db8651611c4cf644bfa9b0ecf3681b0e69391', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/settings/page/manager.php', 2, 'b3b091446c1cbe99739659b7e81cf7254ff1bb41064c09283d84e98bee268676', '5b8938ffc28e36e954ee609cf7425000', 'b3b091446c1cbe99739659b7e81cf7254ff1bb41064c09283d84e98bee268676', 1, 8641, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ed931199f1c3aa1ca038e20abd77905771d03ce1', '/home/hkrhostingreview/public_html/wp-includes/class-wp-image-editor-gd.php', 1, 'dcb7927f5fc9a86ca6f1e4bc403ad3c9bd279ba49876079e6aeea45dbeae4f23', 'b80db5a0584d861b4c33388f53820fcc', 'b80db5a0584d861b4c33388f53820fcc', 1, 13886, 33188, 1, 1566771718, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'edaf5c7ea20288ae28c21da7e42204a42dc0e1b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/deprecated.php', 2, '837c247c1f595e47f2fe80bbac178385760986dda8a54abffd4f7848362bc40a', '61051c94001b23e5d1f1a250b0f04514', '837c247c1f595e47f2fe80bbac178385760986dda8a54abffd4f7848362bc40a', 1, 11481, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 15, 0, 'edc86d07bbfcb73f5547a23c2c3e1e5ac4a514dd', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php', 3, '4bb638ddf80b5f795b79c1206cd527aec1c82fdb3afaa5cb83ffad51528bc924', '8871262445942befaf0e36c422c32547', 'b41df089d591b512c3dcde9c917fd7c07967ddec31a1232e9c6e4ceb8369061e', 0, 13307, 33188, 1, 1605438540, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ede5772dcdd73915681d9c72e5ef4f7c8fce096a', '/home/hkrhostingreview/public_html/wp-includes/registration.php', 1, 'bcce71ba63334ed5bfe943ec6482c1d5ff057b52d13f871ec71411b8a4fbdfe8', '471c4e1c129050c1e5bed277370d0a87', '471c4e1c129050c1e5bed277370d0a87', 1, 202, 33188, 1, 1570555144, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee0c48487f62449ca0d11a963e345ddb03cbb8fc', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/assets/images/screenshots/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee19f1cec467cada40618ec1ab83464106cec9ca', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/contact-form.php', 2, 'e583d463380f464deef1e0b6fe6092b381ed9fdf0f2b9835ecdded0557861277', '490bbe985717b24f6f87ad4dbb908739', 'e583d463380f464deef1e0b6fe6092b381ed9fdf0f2b9835ecdded0557861277', 1, 22291, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee2d1abc8a53defd8c8ec7ef3328a4bbcfa9176e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/subs.php', 2, '5fc579c0297541dcca4442a4b339315bdb90f4eef6eb8dd293acf688d2731c8f', '0c2249290e9e345e549f91169d036c18', '5fc579c0297541dcca4442a4b339315bdb90f4eef6eb8dd293acf688d2731c8f', 1, 8244, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee5ab2c4588308fe868c00e1d5fe6086caeedff9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/compatibility.php', 2, '6bac78e2f1e0f45d92b13227c6690a2e5a36a18efc7c7d0fe98cca47a524c4b9', 'a5c486186ba2d1db7af92203b4d8d329', '6bac78e2f1e0f45d92b13227c6690a2e5a36a18efc7c7d0fe98cca47a524c4b9', 1, 11201, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee5bda62072369132a57dac83e724393b553d0ec', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php', 2, 'd6142e681e272ccf4aacf511648c5c79edd6436bc676ee6b9b9797eaf8f0c906', 'ac685219503c521f438880ba682973d5', 'd6142e681e272ccf4aacf511648c5c79edd6436bc676ee6b9b9797eaf8f0c906', 1, 3201, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee71c158985bac07545b6e286e50cc81f95f694f', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/views/add-form.php', 2, 'f1ea4b904ad67b6b6aa1fdabcbf462e3d452c5006954579748e3aa7f3c9d22df', '1ccc9e2505c9a7db4c076197bdb25456', 'f1ea4b904ad67b6b6aa1fdabcbf462e3d452c5006954579748e3aa7f3c9d22df', 1, 2435, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee7798b721e126a8d9ea1216365e4f508b757c6b', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/url-query.php', 2, '368433282084774732528ea13aae23c3e479e7f1263646a92022af58ccab9b9a', '41505b1028507043f11d5224f28e0627', '368433282084774732528ea13aae23c3e479e7f1263646a92022af58ccab9b9a', 1, 5360, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee8f98617fa679972ab5fe9fbb80add09bb5653b', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/border/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee9188ce786198a70d321e6d857b1558d81537c8', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/controllers/controller-frontend.php', 2, 'b56c1abf50116c5a37bf774ed9e5cd6fccde71fe2972594cd899932702a27212', '7376d1b1d7d0579e1f22594b7ce66e0a', 'b56c1abf50116c5a37bf774ed9e5cd6fccde71fe2972594cd899932702a27212', 1, 37483, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ee94c3ea3edf1793e69fef20e42241d1cb0f046d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/admin/includes/editor.php', 2, 'ad40c438775421e9a7f637e50752842aeb567f2c79f5306cb3d50be05c04982e', '7046ec10228af73a440317d293f02218', 'ad40c438775421e9a7f637e50752842aeb567f2c79f5306cb3d50be05c04982e', 1, 9316, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eed4fb2dd99068b63d5fdc06caf6a3ac9e70a2e2', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php', 1, '9f3124352638df44094b1c25e9fe59d0c92b5aaf3b0179c999d8f97270cd472e', 'da62ef5f2000a93839fc7778855807bf', 'da62ef5f2000a93839fc7778855807bf', 1, 5613, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eed7478bc2d0175cf9cf50283e011ba8b3cf94f0', '/home/hkrhostingreview/public_html/wp-includes/Requests/Exception/Transport.php', 1, '793feb11d564b89044a7a696e0ad0d7ef2487a5942212d85f2cf4315a04d525b', 'abbb6cf8da7ae8ea204a0118ab5ed101', 'abbb6cf8da7ae8ea204a0118ab5ed101', 1, 74, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'eedb0d5d05259bbd4ee6eac9edac7fd30cbe43b8', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/CPT/Submission.php', 2, '683de41f5ba506fc9921877f30cf14f742cabe91cbb38cdfa1ff6bd8af6cc2f0', '65666bff860ee6caf15bc552271e47d2', '683de41f5ba506fc9921877f30cf14f742cabe91cbb38cdfa1ff6bd8af6cc2f0', 1, 15610, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ef0ea4d494201a962441360d62557cf5a0b9193d', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php', 3, 'd98792b730ce775ae47752550073169c10ea90059a758f8ae9c0323f448e3d75', 'eb6291a48129859f81ba0cab879ae5a3', 'd98792b730ce775ae47752550073169c10ea90059a758f8ae9c0323f448e3d75', 1, 1412, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ef5a8291b01bfeef858229b1a2c858af1c169d2e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Address2.php', 2, 'a7d08aa8a63c46d093818bc0823511642ff3c0792b0439b07e15db2f8aabe078', '9031486355c597bfea19b2616d0b8595', 'a7d08aa8a63c46d093818bc0823511642ff3c0792b0439b07e15db2f8aabe078', 1, 665, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'efa601339d51574013e6ac328aaec48c19197fc3', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/class-url.php', 2, '540cfde15c3cb339307808287f1d4819770160c1cd531c9a5bc504d91b0e55e1', '5f35924b40e3bbcf971303786cdd3ca2', '540cfde15c3cb339307808287f1d4819770160c1cd531c9a5bc504d91b0e55e1', 1, 40, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'efc119123668c8b0341a14d57970ab8d48ff432f', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/file-io.php', 2, '779e7b787e4e36b0eee0adf5ef93604c423a4d3185264a0ca7177351f8e57bc8', '8ce1a9eb97730e7098e1608250fc5830', '779e7b787e4e36b0eee0adf5ef93604c423a4d3185264a0ca7177351f8e57bc8', 1, 3230, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f0050e4931ad78c9a0887bc9a1cd2db71fd1bc56', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php', 2, 'da9414333480e25055520e6773089e2be775798355a9ebfb62499bfab37ba022', '73417729a6e56864343d69def708af4a', 'da9414333480e25055520e6773089e2be775798355a9ebfb62499bfab37ba022', 1, 10326, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f011f6d546b76a6974bd7c6ee2ea27dd9278de2d', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, '28aa84c989c316f846416a3d93dd64c8d23e2b159d00fe09b6fce6351bd8247b', 'b5571ef80998e52ca40fe2f77e8d72a0', 'b5571ef80998e52ca40fe2f77e8d72a0', 1, 2977, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f015e63d9bb8a6b1c290924493d63a1ca58a9865', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-settings/tabs/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f02876e1895b685888f50b4e8913f9ba527fa224', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/genesis/class-hfe-genesis-compat.php', 2, '455e45e020ada8cf3a9c3cac48c622bfc8a1446c0846895cce94ae6421770540', 'b12c735964df62c4f7834a578442e1e8', '455e45e020ada8cf3a9c3cac48c622bfc8a1446c0846895cce94ae6421770540', 1, 2885, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f048e2e6dce718f7355b8725183c9d7f771b347b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php', 2, '35f5b60b9247a83a20107eabbcb868a780f5a01e5a6fedc649a94ddfd0fce006', 'bba740102131b7f51c891e92a3ad3220', '35f5b60b9247a83a20107eabbcb868a780f5a01e5a6fedc649a94ddfd0fce006', 1, 3727, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f05cf442c7c1f466a5caf616c4f9f3e9eebeb081', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php', 2, '6153a0c3751e3f21b4f35b828870781f116d242c2c4b590a0e54c540d698b3e3', '6a6059b04a82a433b2d219510152af14', '6153a0c3751e3f21b4f35b828870781f116d242c2c4b590a0e54c540d698b3e3', 1, 1378, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f0be6bdc8ea63977d4f75e59a89f50a224802b95', '/home/hkrhostingreview/public_html/wp-admin/user-edit.php', 1, '80fb3a717d0f75be2760a1ae91bb0530b5a1ca116814756f84d577d41d67ee85', 'd6e6403ac59878a63e376e6fcb064666', 'd6e6403ac59878a63e376e6fcb064666', 1, 29256, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f0dc51bca7d3b3ce9c4540f2f1df718c4b83925b', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php', 2, '722dfc018f02b2a52686b7b77e9b601b0b65e2f3ad6d3120d8a723a51202c7e0', '1fb4d02528af97b49f618d7d37675cac', '722dfc018f02b2a52686b7b77e9b601b0b65e2f3ad6d3120d8a723a51202c7e0', 1, 11057, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f1057ee0c96af2a31493c54c1c32f939b981f688', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/Number.php', 2, '20b53072cdc1ed924900f224014a66623fbf1ad540eeb4d8f30cd98dcb70e8ab', 'd2f8a8133c3adad64e5a82974367c525', '20b53072cdc1ed924900f224014a66623fbf1ad540eeb4d8f30cd98dcb70e8ab', 1, 699, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f126f8a7713d0d86235c3848323477286ed55182', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php', 2, 'de5cebf0a8f0e421bf6caa752862cec4adc494a8371d0a7d02e9fedb15b2cb58', 'b4f6df2a57c8ea6708e322c87d11ec75', 'de5cebf0a8f0e421bf6caa752862cec4adc494a8371d0a7d02e9fedb15b2cb58', 1, 10995, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f147c6e5a5e12101f2c7dc228e0e11bc07d2da9b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/fields/rating.php', 2, '779df5e24a540de9ae0d5c7b3e69df190e1a12e55724498a84a36dbc9e763592', '0d08f3d693ffd8a5abba8d9e73fd8b41', '779df5e24a540de9ae0d5c7b3e69df190e1a12e55724498a84a36dbc9e763592', 1, 1575, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f16403eb5effd0ea339e3513dcd46647afd4278b', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-page-title.php', 2, '333816ffa956f783bc67167437535e855ac68dd5293ba6c6743cc1a11123877d', '797a60351048e916a6ed47aa342149f4', '333816ffa956f783bc67167437535e855ac68dd5293ba6c6743cc1a11123877d', 1, 13032, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f1a76183b026b6a972eae0f72d38ef0691c01b63', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 'b3cb4fc716178df52e6ac9f5d0e19709bf4149f2d093bc17903a712616d55441', '625ba0675aea9dc4e96c2690b0c90c81', '625ba0675aea9dc4e96c2690b0c90c81', 1, 12169, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f1ab56491498a7cc73c100d4a7035bf04287f3e1', '/home/hkrhostingreview/public_html/wp-admin/revision.php', 1, 'fcd69bcab6f5f1fe7dd02920d0882b54fe1d63484076d0858b9e14e122a22628', '949af2740665f4b2d7d3b19ba8a987d3', '949af2740665f4b2d7d3b19ba8a987d3', 1, 5213, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f1af105da7e5021579d7342e5fb44f79ca08445e', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, '87423b4f144440ef7b73bdac40bb7c844e2266df1b1aabcc3fec165b2780c5f6', '168562341fc70e2717a1971f26eb9ff0', '168562341fc70e2717a1971f26eb9ff0', 1, 100, 33188, 1, 1558090731, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f1b0a3131d0931e087b488d7a69b626ba648d819', '/home/hkrhostingreview/public_html/wp-admin/includes/class-bulk-upgrader-skin.php', 1, '2930ebdd0ae11e524a70d872d415398557d434c25dbf98b145445c0f11d05b3b', '4132e73fec01d610ac9a9ad82b5994b0', '4132e73fec01d610ac9a9ad82b5994b0', 1, 5309, 33188, 1, 1568544174, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f1f42dba4b7329560499e2e070f73dac66900163', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/frontend.php', 2, '81daeafe8e115d8a2f5479b33cd6e74028fdea411cdab337d88cba95e9984b61', '28721cbbbd03125be6b695df5a5d4bce', '81daeafe8e115d8a2f5479b33cd6e74028fdea411cdab337d88cba95e9984b61', 1, 29885, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f1fe167e5d6f1b6ed165905a79b71cde6821ab67', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, '28080eba6fa5689e36b6e2729e516487c5a796d22697b5bddab7a1832dd9671f', '7d2b237a2caf04e865df0672454a192d', '7d2b237a2caf04e865df0672454a192d', 1, 120, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f211504c696fabd7ddc80a28f1fe387cade690db', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php', 2, 'f63ccd16090d0f2411d7a77f7df5f854e16e619182659858909cb4b5ccaabf78', 'e8850184376a60ec9731653d9aaf6a76', 'f63ccd16090d0f2411d7a77f7df5f854e16e619182659858909cb4b5ccaabf78', 1, 1450, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f24545efd5cdf2af0100db4bbf02e9813ac28c49', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/admin/extensions.php', 2, '92a447f7445b771d72af2c338b43193ecf0fa1d9b5b625f1b7c5c5eeabe33eea', 'dbc06bf8e5601ad3ea835fcf3b1a28a1', '92a447f7445b771d72af2c338b43193ecf0fa1d9b5b625f1b7c5c5eeabe33eea', 1, 7201, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f25bc44ddfbe23b958cf08ccd3f4f1d1845b3eca', '/home/hkrhostingreview/public_html/wp-admin/includes/class-custom-background.php', 1, 'ffaa6c868e85b4d6fc1f75ebe0192dca231d7f4545d4d93791baf345ca296708', 'c048adfb52db0ac6a7e26b9cc6608bf1', 'c048adfb52db0ac6a7e26b9cc6608bf1', 1, 20736, 33188, 1, 1568143435, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f26c5b730ce0855fe89681cd644b6e0ee2114b9c', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/classes/index.php', 2, 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', '8e8ad6ca6156bc03fb71954dc0c1179e', 'c48fe6b757ddc30cc6d27924bbbdd8ec8a46bba76754c4ce8adb99ea32046fbe', 1, 28, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f27f5c567e879560f6aac5555b6a2d549eaa1f4e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/class-astra-control-responsive-color.php', 3, 'a23db9535b5d53bd6d82b9e681c5221a6e3aba80593afc9d9010e60dcdc0a993', '0846adbe8f99c2389124cc33f412d304', 'a23db9535b5d53bd6d82b9e681c5221a6e3aba80593afc9d9010e60dcdc0a993', 1, 5305, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f2893d8e5d2eebd9db0936adfec651f5ca2158e7', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php', 2, '609336bcdf06b3b6a57444f5f1d8d2077243f569485336443e4139ddb06b6846', '86bea00c5ab53c064589cde309bd8309', '609336bcdf06b3b6a57444f5f1d8d2077243f569485336443e4139ddb06b6846', 1, 7423, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f28b149661f4769702e42ffcf21492102f750372', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/db.php', 2, 'd44e5c860f50f70c227968ff0169e1e97ef064fab315b415a6521dd54e09e8c4', '913d7400119b847754370159633f3517', 'd44e5c860f50f70c227968ff0169e1e97ef064fab315b415a6521dd54e09e8c4', 1, 16432, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f2d163c9ed55672aa2063dace9cdbe405c164007', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/save-sub.php', 2, 'c2add1d6adad7c848d29d17ad8a3be0e81a24e5fadfa8962d7a7fececb394891', 'b61143c75a6d2b59aa248c888e2e156a', 'c2add1d6adad7c848d29d17ad8a3be0e81a24e5fadfa8962d7a7fececb394891', 1, 2836, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f2ddbd960eb51646e4e762ce3371322c7a46f119', '/home/hkrhostingreview/public_html/wp-includes/Requests/Cookie/Jar.php', 1, '1d45571ad93dfeb8b8d68a5852e0ee4e13b1751ecde65c017def04b2ca0d25bc', 'e9300c5fb1f52670a0b52234d95c9510', 'e9300c5fb1f52670a0b52234d95c9510', 1, 3818, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f2de16ab69ce3d221b7dae7d8f1e488f877413ae', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-importer.php', 1, '77c84cbbe669ae4dd30b48e7c7ef4831b8643dd39f51d89af09e98102cf991f4', 'cd08dfab22af64b04bbcb7e0d76af6fc', 'cd08dfab22af64b04bbcb7e0d76af6fc', 1, 7532, 33188, 1, 1564863715, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f324df851a72231c379603cc6848244388793c72', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/class-menu-walker.php', 2, '0e14e74903e0c28c4e9c28df9d0241bf3e4272846a2f6b367b0210f356ac4835', 'b099a36b3c1f18048cb54a6a8eea23f0', '0e14e74903e0c28c4e9c28df9d0241bf3e4272846a2f6b367b0210f356ac4835', 1, 3514, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f32ca1fcaba5b1ba85318c27f059e7c4592d1272', '/home/hkrhostingreview/public_html/wp-admin/includes/plugin-install.php', 1, 'b401e1a0656a390ca518b998c3f561b11bc5aa2e802119e2493f9762218b13a3', '183fb5eb345ab41c08b9ceda263b8358', '183fb5eb345ab41c08b9ceda263b8358', 1, 34450, 33188, 1, 1570847704, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f36d57731500f70115f2d396541b4bea9bd1143e', '/home/hkrhostingreview/public_html/wp-admin/options.php', 1, '84f43863fa33fc97460b85e1527bcbd5d543142402a199e0a554fa72fbd62ab3', 'fb79046e16165088b2c9a0059f2d98fb', 'fb79046e16165088b2c9a0059f2d98fb', 1, 12192, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f39c1466ea303ffc62f1553c64492af4743bae39', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Sanitize.php', 1, '71ffe469e4ece0e7cf78de13fec66c6fca078bef5ecb111dff2044731e100973', '42d8b8c0cf46b5d8a511e0ae48b88f75', '42d8b8c0cf46b5d8a511e0ae48b88f75', 1, 15698, 33188, 1, 1378872130, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f3ab80270b086dbb8c66f8a108992a5c4a6774b0', '/home/hkrhostingreview/public_html/wp-admin/plugin-install.php', 1, 'fb835a661aff8dc852a455821816aab9610ca1cf3c1cebb15702c0cf1c449e90', 'ed61499507e65af152e57cd510e5a6fb', 'ed61499507e65af152e57cd510e5a6fb', 1, 6398, 33188, 1, 1567358039, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f3f25e5f53ec7e235b9a94ceffa5350e9dcc74ca', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/400.php', 2, '687d07331bc62bcd7c5b12f661619e9024d8b9befd3a2df0f9a5ab2fd1e1f6c6', 'bf0071e5aea128ed32ffa1b331298240', '687d07331bc62bcd7c5b12f661619e9024d8b9befd3a2df0f9a5ab2fd1e1f6c6', 1, 2510, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f3f898d1e6fab3461567cf2b6423e8b7fdcd0bb9', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/input-limit.php', 2, 'e36fde66717558759494da30b0def7bf9e418012eabed14e1aa304f0f86ffa3a', '773af869a53d9625a9e876d27f368947', 'e36fde66717558759494da30b0def7bf9e418012eabed14e1aa304f0f86ffa3a', 1, 1802, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f40c782b91c64c1cf2f6329574935b0b29dc0193', '/home/hkrhostingreview/public_html/wp-admin/network/edit.php', 1, '5c06fc0f0f4608024fcbaccdefd436aabbe644a429bfed40f291978a5dba3802', '57b71456749af9c47b780d61d4cd9e1e', '57b71456749af9c47b780d61d4cd9e1e', 1, 925, 33188, 1, 1512128210, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f4174481ba31efb466100394ba7864e8fac57bb9', '/home/hkrhostingreview/public_html/wp-activate.php', 1, '94560ce71804cfa25dabb41b19fa0f0497f5873c9e9a711183057cdc139b100f', '4d6026066ab2cbd07ff2db603fa30c85', '4d6026066ab2cbd07ff2db603fa30c85', 1, 6939, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f441aae4065d55f3490990f458cdd67744472d05', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f45d0543aaa90a7732f42a45b53f141554f531d8', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/core/files/assets/manager.php', 2, '664ea6cbcb4975460f6251abba41883a02e2f649c92fee62d2c0c77f5ebc16d8', 'cf9e231487d43a20fc6601556c9e8a73', '664ea6cbcb4975460f6251abba41883a02e2f649c92fee62d2c0c77f5ebc16d8', 1, 1237, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f471ef2023366f74ee917ecdc2019089c4b59a85', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php', 3, 'b752abd8f4f87aaf65fd1fa4af743d642897d20b73607ab426ef3a7ebc592e69', 'a2c484cb76d67d2ffc18000065fd11e5', 'b752abd8f4f87aaf65fd1fa4af743d642897d20b73607ab426ef3a7ebc592e69', 1, 45959, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f4883fc4d522dfcd900a49a71fa28adb3efa2c61', '/home/hkrhostingreview/public_html/wp-admin/plugins.php', 1, '8b3426ffc4658f67ca2580b488949326762bdefbeb43d0159c3cf61c499ac4a3', 'e64061556dee0a7748cca6487ada1712', 'e64061556dee0a7748cca6487ada1712', 1, 24347, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f4ba6dd6784fade897ba051a6b5de61212be477c', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-list-table.php', 1, 'ce3f063b6c46c6448ba13c263333a713482cfd00e3dd53729510b41c598d110c', '3d26747bfccf956271b3bb65f8fc01c9', '3d26747bfccf956271b3bb65f8fc01c9', 1, 38503, 33188, 1, 1569755098, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f4cb58f1c9b91b23a2b80773f52081c99d72359e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-forms/impexp-forms.php', 2, 'e27f808ee81ee245f82065f50498ee42e79aed20785cca4d33fac4709e5df376', 'b95ee208721d6ced7287364903798722', 'e27f808ee81ee245f82065f50498ee42e79aed20785cca4d33fac4709e5df376', 1, 10336, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f4cbf414145e1eac0c6738757af9f97e480f4b0e', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/Base.php', 1, '6b6656354987b4f85cd088d93076b2ba8ba8b95c0e559e071138a3457296e88f', '9443eda189bbd9325d0c9c045d237c6a', '9443eda189bbd9325d0c9c045d237c6a', 1, 3452, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f506f3ad8eba71f17e07665f64254cdc06837c78', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', 2, 'bb116114c9e0c3fed5036d902644b552b31dedfbf40a3059521fe8b38feae0dc', '96e237f51e6a43f6ec70e9818710a872', 'bb116114c9e0c3fed5036d902644b552b31dedfbf40a3059521fe8b38feae0dc', 1, 620, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f50df13e0bc3349fe337aef152e9f873cd45eda1', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f52cd81d1654a3d986509944ca1ab70bf6e7866d', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-curl.php', 1, '4f1c50631818b10455cfc96813cdb6b7ef84d60e60cc61665265474fe394e132', '94354a726002b1f392080be0d31be35d', '94354a726002b1f392080be0d31be35d', 1, 12327, 33188, 1, 1569018238, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f5325b2b7158bfdacc882ccd2815647e11449ac0', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', 2, '27ced8babbddf3b883f7b68ef1778b4f1fa1eb62a36c7208930b332241918bd4', '6a49bc06475e50b78e371897e195e5d3', '27ced8babbddf3b883f7b68ef1778b4f1fa1eb62a36c7208930b332241918bd4', 1, 1919, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f534510b0e18bc5f544b0ec0a54ae89c487545ed', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/reply-to-check.php', 2, '1439424d86a3d08157561f5d44efe90d5456d77df9ae8c388f7490f02d37db04', 'b2704b446a0fdcc670e8eeaca849eb98', '1439424d86a3d08157561f5d44efe90d5456d77df9ae8c388f7490f02d37db04', 1, 1238, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f55b5ca9ce75c33ece5d8e77d538b327747e9340', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-preview/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f5685f14ffebeb23588939a45a90b9250983758d', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/admin/class-usage-tracking.php', 2, '43dde6666baf9dddae1a760387b9788627eac9cd5c0a63f579d00be7118dfc32', '1ce60813be066055f6ed0bd05d7f118b', '43dde6666baf9dddae1a760387b9788627eac9cd5c0a63f579d00be7118dfc32', 1, 4201, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f5710d04cdfec6a2a13197c260ac3ec816934ace', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/controller.php', 2, '73215920396e919d56ba7a508479c6f30e77b967c107afea71b6231518757ea1', '662cd536e2ac0b83700827198bf712c5', '73215920396e919d56ba7a508479c6f30e77b967c107afea71b6231518757ea1', 1, 2207, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f58a8407e6d5b2b89ecb1703440276982e0bd5a3', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php', 1, '7e822c0b07cdcaed971f01ce9df466cd7452309f9fe3f09bed653af8434dda30', '8bba24adb00c1b13c4a3cdaf52611554', '8bba24adb00c1b13c4a3cdaf52611554', 1, 22074, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f5956157ce05f8515e635cee2a61515d50b936fb', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php', 3, '3e409f441db3a7c7c3b09c3b2d095d0cefeabdec415ca0c3d51f5e699b3be046', 'e5990550e5b774f65367f1bf7c8603aa', '3e409f441db3a7c7c3b09c3b2d095d0cefeabdec415ca0c3d51f5e699b3be046', 1, 3651, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f5c0201f8f8d934f29d899654a038956b43a9849', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-notice-form-import.html.php', 2, '330a290b83d60da4f7daf0330d9c18c3a4edbdf7c0cac3daae6b95c9fa7b6399', 'fa02937dc8c1535d24a4fc0a6c5707d3', '330a290b83d60da4f7daf0330d9c18c3a4edbdf7c0cac3daae6b95c9fa7b6399', 1, 297, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f615119b321c3b32197dddb863dec01dbe5601a1', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Source.php', 1, 'abafe7d1a3a4c8d3ab1a35a105eb84b9935ef9d2235996127192108d7f636e2b', '8e83bb1de3e018f0537bb32a8c9617ff', '8e83bb1de3e018f0537bb32a8c9617ff', 1, 20539, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f646173374d1c7a5977eadd952382534582e3224', '/home/hkrhostingreview/public_html/wp-includes/error-protection.php', 1, '49f27a9d4f883c01a67aa9b2b6b70255a55d55823eca813b3d0fb95695c59881', '117d00bff6aea4baeb3bbe8d4e774a4f', '117d00bff6aea4baeb3bbe8d4e774a4f', 1, 3387, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f660c6e1075cd6019ec5f579f9bc0fd2d9f31dc7', '/home/hkrhostingreview/public_html/wp-includes/class-wp-network.php', 1, 'd9eb1b6a029b6156b531aa0fde257d1e206e18900a103ec6e3c3c8f5885ba268', '7dd29c410f0adcf22553d3e48f6fe86b', '7dd29c410f0adcf22553d3e48f6fe86b', 1, 12284, 33188, 1, 1567082576, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f683c1122a01153d992d92aba5c9a4da40db8c9d', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/modules/text.php', 2, '7a4f706b2ac2cce04216a594249e3fdbfceac84ffed4933df274fe379b786747', '0ab522a48cf3dcdcdf50c81f509f1444', '7a4f706b2ac2cce04216a594249e3fdbfceac84ffed4933df274fe379b786747', 1, 11065, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f6c089b3cbedeee5cc14731c1c524776fdfe81e6', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/deprecated-functions.php', 2, '14ffd14e67614bf680f7120602b316b98d6b206a616bdb0d56ff1a59b6065c90', '5209a2b967038f5f9f45c068cb2b3a40', '14ffd14e67614bf680f7120602b316b98d6b206a616bdb0d56ff1a59b6065c90', 1, 1160, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f6c83b7b1c849a6810590e9c3d44dc4f0e83c410', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes/ChunkPublish.php', 2, '516e62be5b128741cc7f5b6e093cc5ba761f75236d32ff2011f01eb48a5a78c6', '1d655b2ed27fa7c8fe5c2802f15e2ae0', '516e62be5b128741cc7f5b6e093cc5ba761f75236d32ff2011f01eb48a5a78c6', 1, 10531, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f6dabb79aa0d46550ac557537a01ac5323811bd3', '/home/hkrhostingreview/public_html/wp-includes/class-wp-recovery-mode.php', 1, '1b86354e2835e8011eae76e19039225e728a1277a1a879cf9a481666bb16df59', '74382ebc202de074a4a09ea7bae23d06', '74382ebc202de074a4a09ea7bae23d06', 1, 11358, 33188, 1, 1560796675, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f6e5b27b2c92d6fcf914a2903a0cd91bf11ca0b1', '/home/hkrhostingreview/public_html/wp-includes/class-wp-http-response.php', 1, '58b9a9c7876ef9286318dba5c0d0591e62ee90b395d30ed5e951eb4ba488428f', 'b50b17dd0234be8379db4bfd84f8df95', 'b50b17dd0234be8379db4bfd84f8df95', 1, 2951, 33188, 1, 1561968117, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f6e86c61c2e2696a241182fe32822a2369d60749', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/models/module.php', 2, '8c44e35473c75bc566d10ccd6c2e190d5b481ce9e533f50c91c6436154b85ec6', 'c6f774202a1c1a6a9879f53b9d50794d', '8c44e35473c75bc566d10ccd6c2e190d5b481ce9e533f50c91c6436154b85ec6', 1, 2819, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f708eddbb3391449fb2b7544b64f3c8ac86998be', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php', 1, '5ce67ef3cb8647e22f8e18ac984e6b55409fa1c1befbc0e2f2503fc0eec8bee8', '75f22cb82dafacb653b23b6226d39561', '75f22cb82dafacb653b23b6226d39561', 1, 7299, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f734958e207f80afa6638b5cc64fdc96096a8716', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/HTTP/Parser.php', 1, 'c85c2880623b92d437d65570977dd99a85923c446664f72bf2f5c27ed6378aee', '5725c7d0fb347f1c08df3690a58f3609', '5725c7d0fb347f1c08df3690a58f3609', 1, 10882, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f75b80404b56572590fdcb538402de6602c94202', '/home/hkrhostingreview/public_html/wp-links-opml.php', 1, '342fe6b0e31fb937b9ac7451bacf6dbdc1983998367bbd6daf180d81e9a851eb', 'aba0ecab419f6d3c22d9a1f11ae24970', 'aba0ecab419f6d3c22d9a1f11ae24970', 1, 2504, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f76ec5986e176317ed6a20c66bcb19f810ff08b0', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-astra-admin-settings.php', 3, 'f89e321ced585c8a7165597696966719088259c8bede0d62f6d7fa36c7056487', '4140e0349d4e3a3fd163017bb884d235', 'f89e321ced585c8a7165597696966719088259c8bede0d62f6d7fa36c7056487', 1, 62888, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f77e8162bd66a391cb940eb92f654900a1dc6639', '/home/hkrhostingreview/public_html/wp-includes/rewrite.php', 1, 'e8f25afc6de6728e15c307c69656e3396ae1ef11438ed6abfa892a731f667f6c', 'a27434c336ae8dd6fbd0a8dfda51f15d', 'a27434c336ae8dd6fbd0a8dfda51f15d', 1, 18030, 33188, 1, 1564882135, '', ''),
(1627006215, 1, 0, 13, 18, 0, 'f794fe6714716b502877bb10a03ebfb2df358ad3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/code.content.php', 2, 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'd41d8cd98f00b204e9800998ecf8427e', '', 0, 0, 33188, 1, 1605438451, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f7b43371c15fe82d9f935255762b0a24e8f8d3c3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/processing/fields-pre-process.php', 2, 'ec3fa5b57e609f9b125fa28c7902bebeec3e63f1c94c9898e1d4a3e699683c11', 'edba67e7aed22403fc9fd7ec77034268', 'ec3fa5b57e609f9b125fa28c7902bebeec3e63f1c94c9898e1d4a3e699683c11', 1, 1286, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f7da1223328c0e225ef24faeeef4dc3490a9dd75', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php', 3, '257b02759d034dd86506ac2fa9630741dfedf5171684a80b36bc2ac0214be6cd', '057d5ac0c8553f8fbb6cd3e525c52cea', '257b02759d034dd86506ac2fa9630741dfedf5171684a80b36bc2ac0214be6cd', 1, 1403, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f7f563fbace71cfe55d2fddca524f16638400a6b', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess', 2, '59404c585a1fd41ba2b14f3bc41e925dc6ee66942ec3a33f0b7540159612c5f4', '051cf52ddbd059f3f3afd09c265a9a1a', '59404c585a1fd41ba2b14f3bc41e925dc6ee66942ec3a33f0b7540159612c5f4', 1, 143, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f82455203fbbc6b3853db4094ee181a2acb3fb46', '/home/hkrhostingreview/public_html/wp-includes/SimplePie/Cache/DB.php', 1, '3339f18a7382b760497ad0b50504f94574b2c4843015ed5ce550751750a83f95', '0659bf084f55a303f5922edc62bcfbf6', '0659bf084f55a303f5922edc62bcfbf6', 1, 4726, 33188, 1, 1353537115, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f83ba8dacaff52471773b6d7b9efdcf5dc102765', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/DashboardPromotions.php', 2, '203c2f466387f77bed0d76c3a37ebab4b184ce1cb6a7cc00f72dc88d5574ef4d', 'dc1c22448034e5f81a8f3f2399720bad', '203c2f466387f77bed0d76c3a37ebab4b184ce1cb6a7cc00f72dc88d5574ef4d', 1, 4873, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f86b13e5e70c345ecca6b0a53141e5b48de5fc2b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Database/Logger.php', 2, 'bc460ce62bbcf7afb86869e3fa122c7deaaeb3eb4fcfdde4c082a36c215eb307', 'cea852d423686ded1ec1100b7dc67bb0', 'bc460ce62bbcf7afb86869e3fa122c7deaaeb3eb4fcfdde4c082a36c215eb307', 1, 1973, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f8799c99a3b5abf84fe4ce844d0e80772818ff91', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/choose.php', 2, '745626b5627165d86c28e58f20d7e4f858faaca51e303c9d275b74d140a22b65', '26b9d0102f35a6c126ddbad959a54f33', '745626b5627165d86c28e58f20d7e4f858faaca51e303c9d275b74d140a22b65', 1, 2214, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f87bf0c3388d6cedde1b08caa227d75c9c10573c', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 'ffd683c48ec5fdd38911303ae4f151d423c12bed750730514f698719f35bce18', '22ea8c327337acf85cef690c2397cb45', '22ea8c327337acf85cef690c2397cb45', 1, 98, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f87e7c94d0a897bfc7e8052ae2dcf912d213e0d3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/upgrades/upgrades.php', 2, 'f9e2b0b1d6418f74132a8a7401b0660ec59084927fcbfcb5942418873aa69b20', 'daaccfd235733776ba459f2f428f7ef2', 'f9e2b0b1d6418f74132a8a7401b0660ec59084927fcbfcb5942418873aa69b20', 1, 2610, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f886d4573f8b7e33c0843bcffb36fa9f0b0cc3d4', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php', 2, 'aaf4106842759a82b47341b727ee8b61cc8980bcc7dc3e7519c9f43658a14b8d', 'c69b4d0d471b1d6994345ef7d1477c22', 'aaf4106842759a82b47341b727ee8b61cc8980bcc7dc3e7519c9f43658a14b8d', 1, 150, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f88f3dd428c0ad8fb5ed12b0b62faa3512840c5d', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-previewer.php', 2, 'ae0dbd85c53b2b87c2e7e181c15187cbeb8334e23fed091868fa55f598326dca', 'cef2220543d65e681e6c2412ee94bd41', 'ae0dbd85c53b2b87c2e7e181c15187cbeb8334e23fed091868fa55f598326dca', 1, 836, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f89dde78dfd8b4033f912e7e838845e01f1b1bb3', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Event_Calendar.php', 2, 'd94c2c6bda32466ac38cdc997209595a6af450120b0d929d97cdf3e15bf6de7e', '7cc18c0d53f6f2a254286f8642a34b40', 'd94c2c6bda32466ac38cdc997209595a6af450120b0d929d97cdf3e15bf6de7e', 1, 68606, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f89faa3b8d5c04d601c37ddbd194ab0b11470909', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/classes/subs-cpt.php', 2, '3c837746de4e84dab17c3e79e437126ed795ea856cbb356b15e8cb3039dc1ce2', '61a3d00ab8b0b56da759f2bfbb25e853', '3c837746de4e84dab17c3e79e437126ed795ea856cbb356b15e8cb3039dc1ce2', 1, 41076, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f8a364c502b2246e1ff91bc7b08a277854dd6ea1', '/home/hkrhostingreview/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 'fde2e271da947e5b1b408a0df1d588172f8a42f2f3e8123b65867ac82a198612', '13f907795ef2a5f5b19b909ec1d711a9', '13f907795ef2a5f5b19b909ec1d711a9', 1, 1245, 33188, 1, 1532365345, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f8a93e7641df0a07a7870831fb165a9be0b0fecc', '/home/hkrhostingreview/public_html/wp-includes/class-walker-page-dropdown.php', 1, '107e996477a546634110992ca332f6e6c13978a2b25eb0e42929f9081bce838e', 'b37442a31b42328a5b654ab7e935df61', 'b37442a31b42328a5b654ab7e935df61', 1, 2299, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f8ab7518b099bdc534bf15b1a54ad16589d5d8b9', '/home/hkrhostingreview/public_html/wp-admin/media.php', 1, 'f96df54aaed2b247e29f13c16d688984452cf2aae713478b5415aff31497df50', '7b6dc8dd0401185e6e45f60944a130c1', '7b6dc8dd0401185e6e45f60944a130c1', 1, 5609, 33188, 1, 1564094757, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f8b98fb08a5cb7f1f8ab975ee1de7214299af05e', '/home/hkrhostingreview/public_html/wp-content/plugins/contact-form-7/includes/config-validator.php', 2, '6095d7608e876149738790d3df7547873b7ca362c66aee0d9a7ebe620064e514', '9d7dbc8bb04263edeb605496d021b673', '6095d7608e876149738790d3df7547873b7ca362c66aee0d9a7ebe620064e514', 1, 19259, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f913496a64794cc6c669bd58b328ea1fa8324980', '/home/hkrhostingreview/public_html/wp-includes/ms-site.php', 1, 'a35c3a614810fecb63adb7bd92273d0f50a82d7f0ecdaf8000a8c93a345ad360', '1845ab6bba060754c5206dcae7621612', '1845ab6bba060754c5206dcae7621612', 1, 43073, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f9455c3af2615d27351b9ba9d9f28c4a60cb73ce', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/fields/desc.php', 2, '1b6b2093c77f4fb9123fb108a3513e831ca351b3d8e5ddceb64256f77878e886', '056bfa985889a7613de468e281c88b91', '1b6b2093c77f4fb9123fb108a3513e831ca351b3d8e5ddceb64256f77878e886', 1, 3353, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f976e57de2791ce77e026d7039666a0d63a40841', '/home/hkrhostingreview/public_html/wp-admin/network/sites.php', 1, '00151f2422041900952bc0f2c39e049b378821d7c03ee537f822e229e37473e0', '36631c365bdae083c16ddea740c97dd1', '36631c365bdae083c16ddea740c97dd1', 1, 13262, 33188, 1, 1570199576, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f9aa14fa08297df86c237c8b14aea3dd03b2b41c', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Input.php', 2, '901cb27e2b0266c91d513c2836b9bb35714a802852fb4ab965b4ab307b39542a', 'bed83ebe6cb77d687f8690833d4e05f3', '901cb27e2b0266c91d513c2836b9bb35714a802852fb4ab965b4ab307b39542a', 1, 636, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f9bde50c383c1078b3cce3d2af3e00ae2ee69275', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php', 2, '3d449f93c1f6287415293ee3f2442fdb1ac4679f23d177c22826bb064778b804', '36bdbab90c24e470bd9349a06969c13c', '3d449f93c1f6287415293ee3f2442fdb1ac4679f23d177c22826bb064778b804', 1, 2558, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f9df7bc0776aa0406fa82937d5a6a027b80c535e', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php', 3, '4978e55ef126c5a518cef2b014bbd78ffadadc24509a68bbe0a12ff286575bed', 'c54c119141c2ca29d132d66f40ff15ff', '4978e55ef126c5a518cef2b014bbd78ffadadc24509a68bbe0a12ff286575bed', 1, 6108, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'f9e26886e8a2921e9e57aaa555752c366bb14b1d', '/home/hkrhostingreview/public_html/wp-includes/Requests/Auth.php', 1, '6d87760a86509049940d80def28ca80fd830ba4a2a4d27d18304289605ac04cb', '3197d2529dd957b2acc3944f5bfcd64a', '3197d2529dd957b2acc3944f5bfcd64a', 1, 810, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa26f123d54be9e6d31e8f6aa0bbb505e8fab24e', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Libraries/EOS/Stack.php', 2, 'c36d9a824fe0d768d569fc94403cb4e1e7791b5c34099d05475e3f26dd159a22', '82d83f9b3519d2deec85f6c587031b50', 'c36d9a824fe0d768d569fc94403cb4e1e7791b5c34099d05475e3f26dd159a22', 1, 2554, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa4819131a63bdbf15af841e3c1f67c98688a0f1', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Fields/LastName.php', 2, '01bd01fb10e2fd4bd5b7ca986374b2e0fc0392daab479602c9751347bc288e6e', 'fd23f41ccdf35de406d1ee6e3b454522', '01bd01fb10e2fd4bd5b7ca986374b2e0fc0392daab479602c9751347bc288e6e', 1, 1153, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa52dc79486fd2d274fab540e2005c698aef3868', '/home/hkrhostingreview/public_html/wp-content/plugins/really-simple-ssl/grid/templates/settings-footer.php', 2, '007ebf24365864b9865a9097531c0121924c09a060a2fc51a2249055063fbdbf', 'da56841d028a82942391f372acd85b30', '007ebf24365864b9865a9097531c0121924c09a060a2fc51a2249055063fbdbf', 1, 225, 33188, 1, 1624703557, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa5ea93cbae51ee066a18aa7c787f24c74041e11', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/response-message.php', 2, 'b7723dc3f967855aa1225dc85b977ebc24eb961ab92c421b334d72f029370a2b', '0c93fe8ac192e41aa7d740658a05b182', 'b7723dc3f967855aa1225dc85b977ebc24eb961ab92c421b334d72f029370a2b', 1, 2181, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa6062949c00b7d5d9571b2ba703d0c4876ecffa', '/home/hkrhostingreview/public_html/wp-admin/includes/list-table.php', 1, '59fd3d9af99e0d8f8973bc46383c7d4ac01b8b8741f3dde1e73e32cd23766f29', '112c312f9ad17b94520a7d3bfef882e3', '112c312f9ad17b94520a7d3bfef882e3', 1, 3187, 33188, 1, 1558924853, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa72bfccac832047d343b6a2bbf96aba843bd111', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus/Licenses.php', 2, '0667ab415d0efd9ba7feada271e133aad24e072ad7b912846c98564fa63dcaa4', 'f8eb15b24cb6ad74d69e9bc12bf89ed3', '0667ab415d0efd9ba7feada271e133aad24e072ad7b912846c98564fa63dcaa4', 1, 2898, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa82fad801b250bdf9f6c2f12945fef872df2a5c', '/home/hkrhostingreview/public_html/wp-includes/customize/class-wp-customize-filter-setting.php', 1, '5beb5a399c2da1195443c314b67607c18bfe346324bcc634f4792cb4fa8e38d0', '12184dddda606616afec00eca96975fb', '12184dddda606616afec00eca96975fb', 1, 588, 33188, 1, 1501116104, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa849e0fccd39f88ef8c80f348b96c96386f35dd', '/home/hkrhostingreview/public_html/wp-admin/includes/class-wp-filesystem-direct.php', 1, 'ff227ce79a3f582e78693eedfe6ef4150691ddd3dc8d958c1af2d52c155d2535', '4c0c8b2d577afb8d3fae5b90c885b856', '4c0c8b2d577afb8d3fae5b90c885b856', 1, 16438, 33188, 1, 1562687937, '', '');
INSERT INTO `wp_cerber_files` (`scan_id`, `scan_type`, `scan_mode`, `scan_step`, `scan_status`, `file_status`, `file_name_hash`, `file_name`, `file_type`, `file_hash`, `file_md5`, `file_hash_repo`, `hash_match`, `file_size`, `file_perms`, `file_writable`, `file_mtime`, `file_ext`, `extra`) VALUES
(1627006215, 1, 0, 0, 1, 0, 'fa9bea031978f3bf23805288a9e492cfee166a07', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/MergeTags.php', 2, '38ec734bde8cf8b20e8062db751d0930b40a6931bde841e484afa7df4b550c2f', 'e5c4dfcfde46ec5283ac6d5d836d6334', '38ec734bde8cf8b20e8062db751d0930b40a6931bde841e484afa7df4b550c2f', 1, 2719, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fa9ff4b74cce04230b77d7229a52c59e87df0031', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php', 3, '428f795b6d8cbc1a192e0f39f4d0038a5c3ee605890c930b7cffae276bed2a64', '1991ff97135f835d01300c1fb5347800', '428f795b6d8cbc1a192e0f39f4d0038a5c3ee605890c930b7cffae276bed2a64', 1, 1031, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fab3a96bb84a067db4d6d6ccb6457381dafd4a30', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Image_Accordion.php', 2, 'ed557948d8786a669ea636600c0b906142c619c16c9d1927afefd372c840bb4d', '5eebc21fd0098db97a0d36d33f7fc5aa', 'ed557948d8786a669ea636600c0b906142c619c16c9d1927afefd372c840bb4d', 1, 15127, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fadc9d99318410b874f0439038fc3a19be438e83', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/display-form-container.html.php', 2, 'f0d0e0f8cfd5e8d78308cf1c31e66309eab1c76a5b050ed15e97e01849429d5b', '862195522f2b3929b17e945d8e298a5f', 'f0d0e0f8cfd5e8d78308cf1c31e66309eab1c76a5b050ed15e97e01849429d5b', 1, 1028, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'faea2d55e22ef188405c0a9b5ad23ae1d892d008', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-metabox-sub-info.html.php', 2, 'be65ef76ab207f2406010e8ea4282975ec8ced36e3a7f205767d73c9ec9f6798', '5d1691c081ba39362a38bd57c09effb0', 'be65ef76ab207f2406010e8ea4282975ec8ced36e3a7f205767d73c9ec9f6798', 1, 2735, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'faebc03850014f06ac296f25cac1ad4ef8476d51', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/class-theme-strings.php', 3, 'fdb42f35d4092a4e814110a2d2e306c6f1796ed0080b22d051a2a117308ec4d7', '9877fcd3846aeadd2a20be72bea63f5a', 'fdb42f35d4092a4e814110a2d2e306c6f1796ed0080b22d051a2a117308ec4d7', 1, 4943, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fb563cd66e2b86c7841f1c5e9d64282aa7a43b04', '/home/hkrhostingreview/public_html/wp-content/plugins/wp-cerber/admin/cerber-dashboard.php', 2, 'e94cea7e44a84f7b96f8ffceb71269fdaecdb055b167455e013a25378e7af3c0', 'd3ba2fe98dbf02bbb6cf70858616de5b', 'e94cea7e44a84f7b96f8ffceb71269fdaecdb055b167455e013a25378e7af3c0', 1, 192766, 33188, 1, 1626945631, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fb6920f0f4eb23a4ea279f8942b3223f2e1e357e', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/api/api-import.php', 2, 'd8f6b02f8b0004b42d9cdafe8c18a06b51ed681ee79d7adfdc31096af8f62819', '4a3a090e4bb64ee0859e0f080a8aaada', 'd8f6b02f8b0004b42d9cdafe8c18a06b51ed681ee79d7adfdc31096af8f62819', 1, 3136, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fb69785932d26463469ae6271136c4a10e8e006a', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/page-templates/module.php', 2, 'aea08f7b70c5d98bfa7f88ed1aa34271e302ce8be0b80ab226449aad778617f3', '88104e58bf6fd6dcf216082b134ce489', 'aea08f7b70c5d98bfa7f88ed1aa34271e302ce8be0b80ab226449aad778617f3', 1, 9619, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fb6d5dc627f45c416a1e7db2d4ddead80385f2a8', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-text.php', 1, '6d22af0f9b9513737e4fe24356a9b2ac2298138b7ec729bcce42d2cf95ea1a43', 'bdd47f06b334d7488c20834d0fd17d6c', 'bdd47f06b334d7488c20834d0fd17d6c', 1, 21276, 33188, 1, 1564921736, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fb987e3c79697a3c452fab67b2065c1f18fe0c58', '/home/hkrhostingreview/public_html/wp-includes/Requests/Proxy/HTTP.php', 1, '7a317bdd99ed63ee7037a0b43520a3af10f823073dfbb24a90974cd4314f6cf5', 'ffd0e62f32db05bdbda6bca407d7f029', 'ffd0e62f32db05bdbda6bca407d7f029', 1, 3471, 33188, 1, 1463114548, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fbb3da00858059f729917da953e662e985081e7b', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/display/form/form-wrap.php', 2, '775dcecb7945b7341419ee0912ac7a39ff8d001abc1760029444f2a4b6d1af60', '52d2976b6d6d9bd19c5ea2aed2779f0e', '775dcecb7945b7341419ee0912ac7a39ff8d001abc1760029444f2a4b6d1af60', 1, 1074, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fbc02410585999828d27195a449b3e82580a0240', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader.php', 2, 'e4fc4d4487a4d766d3ef14606fa0d8ff09dd7f3f0885425803d7aa7fc68e2c3d', 'a0899dd7d97c25fe1d872a542afa6081', 'e4fc4d4487a4d766d3ef14606fa0d8ff09dd7f3f0885425803d7aa7fc68e2c3d', 1, 13459, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fc20851714995d875f6caafa253c11b18c88a11f', '/home/hkrhostingreview/public_html/wp-content/plugins/header-footer-elementor/themes/oceanwp/class-hfe-oceanwp-compat.php', 2, 'b285d648f7a4bc95444df49e3c68ec5b6d6b3ed01c6b375a1500ac0a223c89f2', '5546e9b7915193f12068b24df45141e9', 'b285d648f7a4bc95444df49e3c68ec5b6d6b3ed01c6b375a1500ac0a223c89f2', 1, 1491, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fc4292f0934c1f0fd2e280f85487e268e74ecb5a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/pages/ninja-forms/tabs/form-preview/form-preview.php', 2, 'f36439e87ed9d9b74691f78638ad527261039159a920f04c4527302f90154ddb', '0f3a876b1e6453f0c0ce5cb6097c3d74', 'f36439e87ed9d9b74691f78638ad527261039159a920f04c4527302f90154ddb', 1, 616, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fc9268748afe93ca4ceda74d859ba4b97fe2e75f', '/home/hkrhostingreview/public_html/wp-admin/network/user-edit.php', 1, '8058141034215dac01b95a689ffcdb6087137202ae2b902c7c3df40152a603a9', '030bb6ad3f1c614f7f1aa7fd27b79509', '030bb6ad3f1c614f7f1aa7fd27b79509', 1, 271, 33188, 1, 1474990769, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fc94e847b00bd28c7810c601d24bb30cee734d4a', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Templates/ui-nf-toggle-drawer.html.php', 2, '35b7eb95d7afdd42e9e511dac9060cee4ea4c8ed3f14784e89948ee9917fc974', '4a24ee621e0178b9dd715cb2b750a10b', '35b7eb95d7afdd42e9e511dac9060cee4ea4c8ed3f14784e89948ee9917fc974', 1, 268, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fc95ae4a14eee49d8de6548589f9bf2d3e5e66d6', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/includes/admin/edit-field/hr.php', 2, '8cfb7caf0e513dab2437cf6f1576487b1b701cff8e93b4c318abb25dde3db09e', '5922bf3ee95e7a3ffc3fbbca31433a50', '8cfb7caf0e513dab2437cf6f1576487b1b701cff8e93b4c318abb25dde3db09e', 1, 358, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fca8566933968b7f3a21613d107feebb0d2e53fb', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_namespaces.php', 2, '7179ccb2499a42cf913665bbc59f572833ad7b8ea755d353079f0bf17618fffc', 'e1e809eaaf9a8e39ff9b925999e09378', '7179ccb2499a42cf913665bbc59f572833ad7b8ea755d353079f0bf17618fffc', 1, 225, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fcfb14f229c060158602faeeba93ac827bc75816', '/home/hkrhostingreview/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, '8822e7d5ebd893edf5faf0bda4dfa6451828bcafb9f950060c239db37a579e7c', 'df83ef6cc53d1fd92a66dcb74739dd9c', 'df83ef6cc53d1fd92a66dcb74739dd9c', 1, 2073, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fd06933928793ed549a5bb117e8837737c2a1060', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', 2, 'b9aebf2b9b7315af271434727d9442afab9f3aea3bc159f72e745cda5d263ce6', '63d77628658c5ac05f530f4608df6ef9', 'b9aebf2b9b7315af271434727d9442afab9f3aea3bc159f72e745cda5d263ce6', 1, 2228, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fd2810d4e4731e9bf6c738dbf91884df647b144c', '/home/hkrhostingreview/public_html/wp-content/plugins/akismet/views/setup.php', 2, 'fd6d25294e6a5cb06f4e76ac5d238533cd839abbc7c729967c35637a1b0ffedf', '6559e25d8e5aa12e5e1f3caeb126556e', 'fd6d25294e6a5cb06f4e76ac5d238533cd839abbc7c729967c35637a1b0ffedf', 1, 324, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fd34c3c6c5b840172214946e9dac83b0487d6ac9', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/repeater.php', 2, 'ccbaf735703fbdfabf88c54fd42d8bcea199c41bc9343de91ec95b4a8c51cd28', 'fa596c9c69b5e7bcdeaafce46e5eacec', 'ccbaf735703fbdfabf88c54fd42d8bcea199c41bc9343de91ec95b4a8c51cd28', 1, 4436, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fd813b97606fdaca5d0caec5bd7a210b7504dddd', '/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Elements/Content_Ticker.php', 2, '42b760b960fe342a8137116367e1135589a8823febe9efd3caddd2c33bf9cb30', '75e7da27c31504b6c7af36f9d5ee172d', '42b760b960fe342a8137116367e1135589a8823febe9efd3caddd2c33bf9cb30', 1, 31875, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fda5cc8be4c8411fd49b83d6d12b76f7d9127c74', '/home/hkrhostingreview/public_html/wp-includes/class-wp-feed-cache-transient.php', 1, '812a931dc648a0ccebe7e7f35e609c45fa6ba8ed780755dfb75d0956ed611d4f', '8678a8dd3f5eeebba13e19df19b34ff4', '8678a8dd3f5eeebba13e19df19b34ff4', 1, 2560, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fdd284e0a8b0f7b79e2e329e5fd27ae99d06e810', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fdd38b1f3d01661d9875b2222d1c758ccce009bc', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fdf535e244ce6a8ecd79a79e52263389cb558735', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php', 2, 'd876f287e404a3a4669dd33fec6ca567d39375184aff15bdf9ad94cd053d279d', '8cc0b1abf5d6cfec2c251ba19b519d71', 'd876f287e404a3a4669dd33fec6ca567d39375184aff15bdf9ad94cd053d279d', 1, 13411, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fe0be667ab70b6a10f41ac58aceff9a300eed8ee', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-action.php', 2, '2ee494bdfa0a820ec66907e6ba13577d1bbf18f1d728f58f7652478d4b17fb42', 'ebc9f014c7a59f942f1f9d261bdcae87', '2ee494bdfa0a820ec66907e6ba13577d1bbf18f1d728f58f7652478d4b17fb42', 1, 3870, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fe61e292e762b80bda21197d5905ff77fbddf942', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Actions/Custom.php', 2, '00402b017320e6dabe1cbce5965834140c246b0a8c8ec5681390ca58f3627e73', 'eedbabd7f219e2c959765adc0e589ac3', '00402b017320e6dabe1cbce5965834140c246b0a8c8ec5681390ca58f3627e73', 1, 1143, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fe672b0c26db506cf72ba7b9845118b9616dae01', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Session.php', 2, '0963f2f2bd08f6d1d8c88e8e49d4faafb437df8f920837f8ee6b3769476134b2', '1da4b5f2c47507ee21d03ab6a1c3a45a', '0963f2f2bd08f6d1d8c88e8e49d4faafb437df8f920837f8ee6b3769476134b2', 1, 4152, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fe6df85fc74feff005e21d6282b8fdd4f835bac2', '/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/customizer/custom-controls/hidden/index.php', 3, '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', '35dba2da15d0f2bb1f677034cc922f78', '78cd85020c918ebbe7de7d280691b470a2e8aeff9d14b0f0332766c14c583b83', 1, 120, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fea4193740b7449855c78528b969e7e845265237', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/deprecated/js/index.php', 2, 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', '67442c5615eba73d105c0715c6620850', 'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1', 1, 28, 33188, 1, 1589534294, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fecbfd11041d17fdf019446d9f3443a0ffdd0aaf', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/233.php', 2, '5fd593707daba5e42fa72efbb87b33568101bdfd760761ecd43f28b5fb16a3ae', '89c17fa1843dcd47712064c634a2720c', '5fd593707daba5e42fa72efbb87b33568101bdfd760761ecd43f28b5fb16a3ae', 1, 512, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fece9e123522e4afad5d0a8ecfa1b77935056333', '/home/hkrhostingreview/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, '7500ed3a49401dd69341293627d33f5c300c3d89d5a67a40931d6daf9d734b97', '2936b4a5293af6dbcdf0b88efd9daee2', '2936b4a5293af6dbcdf0b88efd9daee2', 1, 11506, 33188, 1, 1553144212, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'fedba7678d66284900909dfe74f84d4f98e9a875', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-import.php', 2, '2242225daad959ae10ea9e652ae55e739ec6c0a0f5550037cd8597b20c3d4ce0', '88795e5e0815dc89a74fd99c6c730403', '2242225daad959ae10ea9e652ae55e739ec6c0a0f5550037cd8597b20c3d4ce0', 1, 10125, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'feddf144eabfdae6f006b861c0d09c2b5d782cd4', '/home/hkrhostingreview/public_html/wp-includes/theme.php', 1, '84681fbdbd9fa6441be2d66311822e8d51e30ec6d89accca4debf07c087ab2d2', 'ba06289d59bafd6986a693f440ae27fd', 'ba06289d59bafd6986a693f440ae27fd', 1, 104876, 33188, 1, 1570734425, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff010adf1ba1dac2d1d8eadf3e01966c6be9019b', '/home/hkrhostingreview/public_html/wp-includes/link-template.php', 1, 'efc2dbadb89641920a973c78f425621da52e45134b3bbc2547eb56b56b3ced34', '02a3e0ff4e9483dd15a8f1953bc42515', '02a3e0ff4e9483dd15a8f1953bc42515', 1, 143394, 33188, 1, 1570144377, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff122cea5f8c7ab98a7f15a8dbdd94fcd231e943', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/FormBlock.php', 2, 'efdad359c4276e92b9b01143de6207bb0b693f5c64cf37ee55b928898b07e359', 'f538aa21a75a8ead93b13c215c8cc4fb', 'efdad359c4276e92b9b01143de6207bb0b693f5c64cf37ee55b928898b07e359', 1, 4057, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff57062866ab6cc1db5384c75527868cb4bdd0d6', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/modules/wordpress.php', 2, '55000ab9fe1d0b87c52d60e07b40460e3780c4ec518ab1195dabeff35712f1c6', '3f68828063668a3be7c77d581d570691', '55000ab9fe1d0b87c52d60e07b40460e3780c4ec518ab1195dabeff35712f1c6', 1, 7108, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff5817e7cfef93175bb090342a4ca0f2dd438cdd', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/includes/views/other-settings.php', 2, '11aac8a6901d20db918beffb3db0f169da622d3a8bf989ba027279c5537ed16a', '4251003f1b0ed344fd22d5bda38ab7ad', '11aac8a6901d20db918beffb3db0f169da622d3a8bf989ba027279c5537ed16a', 1, 6814, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff6b8cdb6d4b1de85961ae254364154696e2ffdb', '/home/hkrhostingreview/public_html/wp-includes/widgets/class-wp-widget-pages.php', 1, '7fb4a586030015f13293222dd41da27b4533f89525309f0d1549ec068d2eef7a', '0cf65f296c47a17d0291935904620d8f', '0cf65f296c47a17d0291935904620d8f', 1, 5001, 33188, 1, 1570375683, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff748e0281aae0b7c8908d1dda60327f70616421', '/home/hkrhostingreview/public_html/wp-content/plugins/tablepress/views/view-preview_table.php', 2, 'c57465161309f2ac89b8ddd7d2a1d3f8a2c32a972e390c4150d81c3abf4d99cf', '422e748a8f59b79a66a573154dd1ad54', 'c57465161309f2ac89b8ddd7d2a1d3f8a2c32a972e390c4150d81c3abf4d99cf', 1, 2063, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff7d02f20a95d1cc3e79c26a50a83aa962cb5186', '/home/hkrhostingreview/public_html/wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_psr4.php', 2, '9ead7763dcdb921731a7b7395385bf61dc6481899ae21d76aef52a659d21fccd', 'dd3a00f0d13eb29781edd8c77d4c5100', '9ead7763dcdb921731a7b7395385bf61dc6481899ae21d76aef52a659d21fccd', 1, 143, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ff8d3ea826e882564c5feccf9cab074fde8d3e23', '/home/hkrhostingreview/public_html/wp-content/plugins/elementor/includes/controls/font.php', 2, '6be847947686f135a9a4e613d1cb0a7a624fc1ceb8f285b8a4f90c8d9954be58', '7741ced5ea60ba3c5f8e9c80aad030de', '6be847947686f135a9a4e613d1cb0a7a624fc1ceb8f285b8a4f90c8d9954be58', 1, 2286, 33188, 1, 1589534292, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ffc367da85f64a2cb1f5e50ff77c1217d9269959', '/home/hkrhostingreview/public_html/wp-includes/wp-diff.php', 1, '41cf88429d37ba351e69c8fe2ba1cc7d1fae9f1a59be92d2a680b3f935c93e66', 'abf6a0e1e858409011d1457ac9f2df7d', 'abf6a0e1e858409011d1457ac9f2df7d', 1, 662, 33188, 1, 1512083460, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ffca9acb8e14c8ee10b6b299c59dba34c0450694', '/home/hkrhostingreview/public_html/wp-content/plugins/redirection/database/schema/231.php', 2, '511a71c426522217510fa8567511a63784b4da8d83b1b28c323ab533d40a3c96', 'f94a925d2c4eff3a8f05f470ada433f2', '511a71c426522217510fa8567511a63784b4da8d83b1b28c323ab533d40a3c96', 1, 1112, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ffdbeb4a37865c75c38b8351320a11afa3156720', '/home/hkrhostingreview/public_html/wp-admin/user-new.php', 1, 'bef9e50453629431a26d29fe02da71aa2a5407b7d514a986aec0d9e0adc7238e', '24c991ff52f4deebd3b067b73866e2c3', '24c991ff52f4deebd3b067b73866e2c3', 1, 22285, 33188, 1, 1567471265, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ffdcd4797799894309bef3edaac3f1550dbc86e3', '/home/hkrhostingreview/public_html/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsGeneral.php', 2, 'fb5daa4d6387cc57ff294d008d8a0274614845b5a87ba71bdbc80bd1343a8bdd', '9914d644e33e0dc043f32c3291d20c5c', 'fb5daa4d6387cc57ff294d008d8a0274614845b5a87ba71bdbc80bd1343a8bdd', 1, 1530, 33188, 1, 1589534293, '', ''),
(1627006215, 1, 0, 0, 1, 0, 'ffe51ba55afc33fea294959ea4a9b8bfac85bc20', '/home/hkrhostingreview/public_html/wp-includes/class-walker-page.php', 1, 'c83a401c94ab3be1649d387980f009c8b9f8ecef653a15c138929c8f3349a404', 'e4675034ec6a7d4b629da08c30b102bd', 'e4675034ec6a7d4b629da08c30b102bd', 1, 7033, 33188, 1, 1570374363, '', '');

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

--
-- Table structure for table `wp_cerber_sets`
--

CREATE TABLE `wp_cerber_sets` (
  `the_key` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `the_id` bigint(20) NOT NULL DEFAULT 0,
  `the_value` longtext NOT NULL,
  `expires` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_cerber_sets`
--

INSERT INTO `wp_cerber_sets` (`the_key`, `the_id`, `the_value`, `expires`) VALUES
('admin_message', 0, 'a:0:{}', 0),
('admin_notice', 0, 'a:0:{}', 0),
('boot_cerber_addons', 0, 'a:0:{}', 0),
('cerber_admin_wide', 0, '', 0),
('cerber_user', 1, 'a:2:{s:10:\"last_login\";a:2:{s:2:\"ip\";s:14:\"112.134.188.19\";s:2:\"ua\";s:40:\"b03638d3b13a11acd9a025f74d22536a249ec0de\";}s:11:\"2fa_history\";a:2:{i:0;i:16;i:1;i:1627001383;}}', 0),
('cerber_user', 6, 'a:2:{s:10:\"last_login\";a:2:{s:2:\"ip\";s:14:\"107.152.239.51\";s:2:\"ua\";s:40:\"31d656681b51d6036ddb196b3b1580014388c535\";}s:11:\"2fa_history\";a:2:{i:0;i:1;i:1;i:1633362204;}}', 0),
('garbage_collector', 0, '1636261798', 0),
('quarantined_total', 0, '0', 0),
('refresh_add_on_list', 0, '0', 0);
INSERT INTO `wp_cerber_sets` (`the_key`, `the_id`, `the_value`, `expires`) VALUES
('scan', 1627004145, 'a:19:{s:4:\"mode\";s:4:\"full\";s:2:\"id\";i:1627004145;s:7:\"started\";i:1627004145;s:8:\"finished\";i:1627005538;s:7:\"aborted\";i:0;s:7:\"scanned\";a:2:{s:5:\"files\";s:4:\"6590\";s:5:\"bytes\";s:9:\"506838113\";}s:6:\"issues\";a:23:{s:40:\"577ac1a18e05636244b642116532cc61a963dfce\";a:5:{s:4:\"name\";s:9:\"WordPress\";s:9:\"container\";s:13:\"crb-wordpress\";s:11:\"sec_details\";a:1:{s:8:\"vul_list\";b:0;}s:6:\"setype\";i:1;s:6:\"issues\";a:2:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"5.3\";}s:2:\"ii\";a:1:{i:0;i:1;}}i:1;a:7:{i:0;i:26;i:1;s:10:\"/.htaccess\";i:2;i:2;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"435\";s:4:\"size\";s:14:\"435&nbsp;Bytes\";s:4:\"time\";s:12:\"17 hours ago\";s:4:\"name\";s:44:\"/home/hkrhostingreview/public_html/.htaccess\";s:4:\"type\";s:1:\"4\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:26;}s:2:\"dd\";a:1:{i:26;a:2:{s:8:\"severity\";i:10;s:5:\"xdata\";a:2:{i:0;a:3:{i:0;i:2;i:1;s:4:\"PHPC\";i:2;a:1:{i:0;a:3:{i:0;s:82:\"php_value auto_prepend_file \'/home/hkrhostingreview/public_html/wordfence-waf.php\'\";i:1;i:0;i:2;i:3;}}}i:1;a:3:{i:0;i:2;i:1;s:4:\"PHPC\";i:2;a:1:{i:0;a:3:{i:0;s:82:\"php_value auto_prepend_file \'/home/hkrhostingreview/public_html/wordfence-waf.php\'\";i:1;i:0;i:2;i:6;}}}}}}}}}s:40:\"a402627917cafc7961ab660d58fc387772beaca2\";a:5:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:19:\"akismet/akismet.php\";s:7:\"Version\";s:5:\"4.1.5\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"4.1.5\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"ddd413a2701af25e27e773a0bab11d9d42e88c84\";a:5:{s:4:\"name\";s:14:\"Classic Editor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:33:\"classic-editor/classic-editor.php\";s:7:\"Version\";s:3:\"1.5\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"1.5\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"05bfa6e226fb946100e0b562ab17a80cda194c8d\";a:5:{s:4:\"name\";s:14:\"Contact Form 7\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:7:\"Version\";s:5:\"5.1.7\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"5.1.7\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"12a7fd7acd891a5139b2edb6233e9518d5eeb94b\";a:5:{s:4:\"name\";s:29:\"Disable All WordPress Updates\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:45:\"disable-wordpress-updates/disable-updates.php\";s:7:\"Version\";s:5:\"1.6.7\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.6.7\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"1c8777f6a6f5183e487c76b7bdbc48f47e6325e3\";a:5:{s:4:\"name\";s:14:\"Duplicate Page\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:32:\"duplicate-page/duplicatepage.php\";s:7:\"Version\";s:3:\"4.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"4.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"8b3f0c9391fccd89d025186826375ca312c70e4a\";a:5:{s:4:\"name\";s:9:\"Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:23:\"elementor/elementor.php\";s:7:\"Version\";s:5:\"2.9.8\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"2.9.8\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"3eea910c77fe8dfe5d5f19b8394a21f1b490185d\";a:5:{s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:7:\"Version\";s:5:\"1.4.1\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.4.1\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"5726b850c99150f0093b47cfed92e07b57aa81c2\";a:5:{s:4:\"name\";s:30:\"Essential Addons for Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:7:\"Version\";s:5:\"3.9.4\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:404:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"3.9.4\";}s:2:\"ii\";a:1:{i:0;i:1;}}i:1;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228371\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228371\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:2;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176711\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176711\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:3;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108993\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108993\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:4;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108984\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108984\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:5;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176360\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176360\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:6;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176701\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176701\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:7;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176604\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176604\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:8;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599247680\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599247680\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:9;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176664\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176664\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:10;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176672\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176672\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:11;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226755\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226755\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:12;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176311\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176311\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:13;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176465\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176465\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:14;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109979\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109979\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:15;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176637\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176637\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:16;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176828\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176828\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:17;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228333\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228333\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:18;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176607\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176607\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:19;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176814\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176814\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:20;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599362259\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599362259\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:21;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228248\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228248\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:22;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226816\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226816\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:23;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176622\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176622\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:24;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176686\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176686\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:25;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176708\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176708\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:26;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176825\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176825\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:27;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599535578\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599535578\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:28;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176766\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176766\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:29;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176718\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176718\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:30;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176826\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176826\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:31;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176709\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176709\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:32;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110378\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110378\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:33;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176716\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176716\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:34;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176715\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176715\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:35;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176525\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176525\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:36;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176317\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176317\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:37;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176619\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176619\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:38;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176650\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176650\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:39;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599132191\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599132191\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:40;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176730\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176730\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:41;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599103257\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599103257\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:42;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176379\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176379\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:43;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599189216\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599189216\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:44;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599477511\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599477511\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:45;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226672\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226672\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:46;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228343\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228343\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:47;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176624\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176624\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:48;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176621\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176621\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:49;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176809\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176809\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:50;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176506\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176506\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:51;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176543\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176543\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:52;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176737\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176737\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:53;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176772\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176772\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:54;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176719\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176719\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:55;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599419894\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599419894\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:56;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176755\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176755\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:57;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176684\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176684\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:58;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176514\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176514\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:59;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176629\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176629\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:60;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226768\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226768\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:61;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176617\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176617\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:62;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176767\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176767\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:63;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176668\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176668\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:64;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108964\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108964\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:65;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176469\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176469\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:66;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176824\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176824\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:67;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599477461\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599477461\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:68;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176768\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176768\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:69;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176642\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176642\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:70;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599117795\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599117795\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:71;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176565\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176565\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:72;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176490\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176490\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:73;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176782\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176782\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:74;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176442\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176442\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:75;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176717\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176717\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:76;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176820\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176820\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:77;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176616\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176616\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:78;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226732\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226732\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:79;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176818\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176818\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:80;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176588\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176588\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:81;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176742\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176742\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:82;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176647\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176647\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:83;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176754\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176754\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:84;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176567\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176567\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:85;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599506326\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599506326\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:86;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176551\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176551\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:87;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176397\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176397\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:88;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176519\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176519\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:89;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176692\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176692\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:90;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176676\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176676\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:91;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176723\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176723\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:92;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176702\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176702\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:93;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599226792\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599226792\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:94;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599391305\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599391305\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:95;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176752\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176752\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:96;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176722\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176722\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:97;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176451\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176451\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:98;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176578\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176578\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:99;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176587\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176587\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:100;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176493\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176493\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:101;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176832\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176832\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:102;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599303404\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599303404\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:103;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176635\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176635\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:104;a:6:{i:0;i:18;i:1;s:92:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/http.clients.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:145:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/http.clients.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:105;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176657\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176657\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:106;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226837\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226837\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:107;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176454\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176454\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:108;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599592825\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599592825\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:109;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599218055\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599218055\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:110;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176530\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176530\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:111;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176645\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176645\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:112;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599254242\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599254242\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:113;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176474\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176474\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:114;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176781\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176781\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:115;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176812\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176812\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:116;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176432\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176432\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:117;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176643\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176643\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:118;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176655\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176655\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:119;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176584\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176584\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:120;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176338\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176338\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:121;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176771\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176771\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:122;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176669\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176669\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:123;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176638\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176638\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:124;a:6:{i:0;i:18;i:1;s:82:\"/essential-addons-for-elementor-lite/assets/front-end/css/weforms/json.gateway.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:135:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/weforms/json.gateway.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:125;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176705\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176705\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:126;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226726\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226726\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:127;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599391252\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599391252\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:128;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226625\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226625\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:129;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176575\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176575\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:130;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176662\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176662\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:131;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176671\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176671\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:132;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176593\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176593\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:133;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176609\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176609\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:134;a:6:{i:0;i:18;i:1;s:101:\"/essential-addons-for-elementor-lite/assets/front-end/css/vendor/tooltipster/exception.exceptions.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:154:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/tooltipster/exception.exceptions.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:135;a:6:{i:0;i:18;i:1;s:75:\"/essential-addons-for-elementor-lite/assets/front-end/sass/storage.code.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:128:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/storage.code.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:136;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176610\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176610\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:137;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226779\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226779\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:138;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176325\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176325\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:139;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176764\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176764\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:140;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176631\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176631\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:141;a:6:{i:0;i:18;i:1;s:74:\"/essential-addons-for-elementor-lite/includes/Classes/library.accepted.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:127:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/library.accepted.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:142;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176667\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176667\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:143;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176456\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176456\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:144;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176787\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176787\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:145;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228234\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228234\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:146;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176554\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176554\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:147;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176739\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176739\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:148;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176545\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176545\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:149;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176696\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176696\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:150;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110377\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110377\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:151;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176522\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176522\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:152;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176678\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176678\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:153;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599592762\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599592762\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:154;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110569\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110569\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:155;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176738\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176738\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:156;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176648\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176648\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:157;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/php.work.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/php.work.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:158;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176581\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176581\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:159;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176694\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176694\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:160;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176725\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176725\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:161;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176691\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176691\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:162;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176699\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176699\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:163;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599161190\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599161190\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:164;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176731\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176731\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:165;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176480\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176480\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:166;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176344\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176344\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:167;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176749\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176749\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:168;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176816\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176816\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:169;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108938\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108938\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:170;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176689\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176689\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:171;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176823\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176823\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:172;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176656\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176656\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:173;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176721\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176721\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:174;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176712\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176712\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:175;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176778\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176778\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:176;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226800\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226800\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:177;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108949\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108949\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:178;a:6:{i:0;i:18;i:1;s:91:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/sys.exceptions.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:144:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/sys.exceptions.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:179;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176777\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176777\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:180;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176704\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176704\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:181;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108969\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108969\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:182;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176673\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176673\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:183;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176589\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176589\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:184;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176415\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176415\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:185;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176628\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176628\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:186;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176666\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176666\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:187;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176633\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176633\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:188;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176305\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176305\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:189;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176786\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176786\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:190;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176663\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176663\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:191;a:6:{i:0;i:18;i:1;s:83:\"/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599708200\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:136:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599708200\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:192;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176602\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176602\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:193;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226745\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226745\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:194;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176425\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176425\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:195;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599136705\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599136705\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:196;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176693\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176693\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:197;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176674\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176674\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:198;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176762\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176762\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:199;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176658\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176658\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:200;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176574\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176574\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:201;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176646\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176646\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:202;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176732\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176732\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:203;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228309\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228309\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:204;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176597\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176597\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:205;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110556\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110556\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:206;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176720\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176720\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:207;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176627\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176627\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:208;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176654\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176654\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:209;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176536\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176536\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:210;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176713\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176713\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:211;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176758\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176758\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:212;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176734\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176734\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:213;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176746\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176746\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:214;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176605\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176605\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:215;a:6:{i:0;i:18;i:1;s:93:\"/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/admin.suspect.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:146:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/admin.suspect.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:216;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599535688\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599535688\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:217;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176566\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176566\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:218;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176651\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176651\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:219;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176677\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176677\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:220;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599362211\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599362211\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:221;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228290\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228290\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:222;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176601\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176601\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:223;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228243\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228243\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:224;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176741\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176741\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:225;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176707\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176707\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:226;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110429\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110429\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:227;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176577\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176577\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:228;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176798\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176798\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:229;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176634\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176634\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:230;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176612\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176612\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:231;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176437\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176437\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:232;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226652\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226652\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:233;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176743\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176743\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:234;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599680100\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599680100\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:235;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176670\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176670\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:236;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110079\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110079\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:237;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176830\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176830\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:238;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176833\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176833\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:239;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176640\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176640\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:240;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176698\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176698\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:241;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176661\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176661\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:242;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599333550\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599333550\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:243;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176776\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176776\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:244;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176579\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176579\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:245;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176747\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176747\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:246;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176783\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176783\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:247;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176763\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176763\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:248;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176623\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176623\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:249;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176632\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176632\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:250;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176687\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176687\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:251;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176748\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176748\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:252;a:6:{i:0;i:18;i:1;s:85:\"/essential-addons-for-elementor-lite/assets/front-end/sass/filter-gallery/lib.xml.jpg\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"September 10,<wbr> 2020,<wbr> 1:29&nbsp;pm\";s:4:\"name\";s:138:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/filter-gallery/lib.xml.jpg\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:253;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176644\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176644\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:254;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176353\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176353\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:255;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176429\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176429\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:256;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226834\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226834\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:257;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599276051\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599276051\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:258;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176815\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176815\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:259;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176761\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176761\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:260;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176724\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176724\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:261;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176476\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176476\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:262;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110016\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110016\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:263;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599103264\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599103264\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:264;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176679\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176679\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:265;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599303471\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599303471\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:266;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176482\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176482\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:267;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176503\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176503\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:268;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226821\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226821\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:269;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109003\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109003\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:270;a:6:{i:0;i:18;i:1;s:82:\"/essential-addons-for-elementor-lite/includes/Template/Woocommerce/success.css.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:135:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/success.css.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:271;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/sass/progress-bar/jpeg.img.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/progress-bar/jpeg.img.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:272;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176765\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176765\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:273;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176727\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176727\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:274;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176819\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176819\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:275;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176641\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176641\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:276;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176756\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176756\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:277;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176501\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176501\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:278;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110523\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110523\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:279;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176745\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176745\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:280;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599563928\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599563928\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:281;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226705\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226705\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:282;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176685\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176685\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:283;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176419\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176419\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:284;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176582\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176582\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:285;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176690\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176690\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:286;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599140015\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599140015\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:287;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228264\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228264\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:288;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176822\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176822\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:289;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109969\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109969\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:290;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176817\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176817\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:291;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176375\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176375\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:292;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176728\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176728\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:293;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176706\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176706\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:294;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176714\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176714\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:295;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228328\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228328\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:296;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226716\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226716\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:297;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599136699\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599136699\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:298;a:6:{i:0;i:18;i:1;s:61:\"/essential-addons-for-elementor-lite/languages/except.sys.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:114:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/languages/except.sys.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:299;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228397\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228397\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:300;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176813\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176813\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:301;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110382\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110382\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:302;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176636\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176636\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:303;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226787\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226787\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:304;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176571\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176571\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:305;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176780\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176780\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:306;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176471\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176471\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:307;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109974\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109974\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:308;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176649\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176649\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:309;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176688\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176688\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:310;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599282853\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599282853\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:311;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176753\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176753\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:312;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176625\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176625\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:313;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176653\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176653\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:314;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599333489\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599333489\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:315;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176365\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176365\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:316;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599117848\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599117848\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:317;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176461\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176461\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:318;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176757\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176757\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:319;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176626\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176626\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:320;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176784\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176784\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:321;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599095781\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599095781\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:322;a:6:{i:0;i:18;i:1;s:91:\"/essential-addons-for-elementor-lite/assets/front-end/sass/gravity-form/clients.suspect.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:144:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/gravity-form/clients.suspect.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:323;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176700\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176700\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:324;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176591\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176591\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:325;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176618\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176618\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:326;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599506583\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599506583\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:327;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176608\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176608\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:328;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228355\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228355\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:329;a:6:{i:0;i:18;i:1;s:75:\"/essential-addons-for-elementor-lite/includes/Traits/conflicts.requests.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:128:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/conflicts.requests.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:330;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176517\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176517\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:331;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108955\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108955\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:332;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176726\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176726\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:333;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176770\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176770\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:334;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176538\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176538\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:335;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228226\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228226\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:336;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176736\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176736\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:337;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110431\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599110431\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:338;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176527\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176527\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:339;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226616\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226616\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:340;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176675\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176675\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:341;a:6:{i:0;i:18;i:1;s:76:\"/essential-addons-for-elementor-lite/assets/front-end/css/general/log.db.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:129:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/general/log.db.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:342;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176682\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176682\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:343;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176370\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176370\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:344;a:6:{i:0;i:18;i:1;s:83:\"/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599621970\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:136:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599621970\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:345;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176733\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176733\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:346;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176540\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176540\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:347;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176586\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176586\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:348;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108979\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108979\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:349;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109962\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599109962\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:350;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176759\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176759\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:351;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176533\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176533\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:352;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176750\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176750\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:353;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599563992\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599563992\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:354;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176613\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176613\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:355;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176769\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176769\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:356;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176808\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176808\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:357;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176740\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176740\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:358;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176829\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176829\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:359;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176827\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176827\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:360;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599622029\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599622029\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:361;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176446\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176446\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:362;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176744\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176744\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:363;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176760\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176760\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:364;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176773\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176773\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:365;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176831\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176831\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:366;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176703\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176703\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:367;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599448715\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599448715\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:368;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176615\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176615\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:369;a:6:{i:0;i:18;i:1;s:83:\"/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599679901\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:136:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599679901\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:370;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176599\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176599\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:371;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176510\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176510\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:372;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226763\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226763\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:373;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599708335\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599708335\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:374;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226795\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599226795\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:375;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176751\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176751\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:376;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176710\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176710\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:377;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176548\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176548\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:378;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176659\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176659\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:379;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108932\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599108932\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:380;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176569\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176569\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:381;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176500\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176500\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:382;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176652\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 12:31&nbsp;pm\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176652\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:383;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176785\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176785\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:384;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176774\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176774\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:385;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176334\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176334\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:386;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176660\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176660\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:387;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176596\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176596\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:388;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176735\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176735\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:389;a:6:{i:0;i:18;i:1;s:72:\"/essential-addons-for-elementor-lite/includes/templates/code.content.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:125:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/code.content.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:390;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176550\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176550\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:391;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176779\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176779\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:392;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176559\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176559\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:393;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176515\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176515\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:394;a:6:{i:0;i:18;i:1;s:87:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599448662\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:140:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/.1599448662\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:395;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599419944\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599419944\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:396;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599650924\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599650924\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:397;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176729\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176729\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:398;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228278\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599228278\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:399;a:6:{i:0;i:18;i:1;s:83:\"/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599650866\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:136:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/.1599650866\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:400;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176486\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176486\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:401;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176810\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176810\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:402;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176496\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:26&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176496\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:403;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176821\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:38:\"June 26,<wbr> 2021,<wbr> 10:27&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/.1599176821\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}}}s:40:\"e8319cb67df1498fd2ba6ab2ee4d1f28c3b8c078\";a:5:{s:4:\"name\";s:23:\"JetSticky For Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:51:\"jetsticky-for-elementor/jetsticky-for-elementor.php\";s:7:\"Version\";s:5:\"1.0.1\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.0.1\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"2474e78b0c4dd17695da4e0b130e6a6b3a007312\";a:5:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:7:\"Version\";s:5:\"4.7.7\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"4.7.7\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"0902a65552c086c76ec0befde998fb566f4b3dee\";a:5:{s:4:\"name\";s:11:\"Ninja Forms\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:27:\"ninja-forms/ninja-forms.php\";s:7:\"Version\";s:8:\"3.4.24.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:8:\"3.4.24.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"1883548a3d576c3d584ccd805df440224aeda993\";a:5:{s:4:\"name\";s:28:\"OneSignal Push Notifications\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:51:\"onesignal-free-web-push-notifications/onesignal.php\";s:7:\"Version\";s:5:\"2.1.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:4:{i:0;a:6:{i:0;i:15;i:1;s:74:\"/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKWorker.js.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"536\";s:4:\"size\";s:14:\"536&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:127:\"/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKWorker.js.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:1;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"2.1.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}i:2;a:6:{i:0;i:18;i:1;s:84:\"/onesignal-free-web-push-notifications/views/css/onesignal-font/content.sessions.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/content.sessions.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:3;a:6:{i:0;i:18;i:1;s:76:\"/onesignal-free-web-push-notifications/views/fonts/semantic-ui/lock.code.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:129:\"/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/lock.code.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}}}s:40:\"9f026d78c7c7b8dae8aa563f2220e910cc3f65d9\";a:5:{s:4:\"name\";s:17:\"Really Simple SSL\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:7:\"Version\";s:6:\"4.0.15\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:6:\"4.0.15\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"b77aad5fb24921ef76ac8f3e500ed93fddae8f2a\";a:5:{s:4:\"name\";s:11:\"Redirection\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:27:\"redirection/redirection.php\";s:7:\"Version\";s:5:\"4.7.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"4.7.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"92c9e00eff278b2df8f842f18ba133a397bb2ce2\";a:5:{s:4:\"name\";s:35:\"Sticky Header Effects for Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";s:7:\"Version\";s:5:\"1.3.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.3.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"c8a2e4240cb800bbae3271ff321127c9f1c3eecb\";a:5:{s:4:\"name\";s:57:\"Sucuri Security - Auditing, Malware Scanner and Hardening\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:25:\"sucuri-scanner/sucuri.php\";s:7:\"Version\";s:6:\"1.8.26\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:6:\"1.8.26\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"fe6dc6ef19813759ed7690f02e9ec9c8cadb6d24\";a:5:{s:4:\"name\";s:10:\"TablePress\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:25:\"tablepress/tablepress.php\";s:7:\"Version\";s:4:\"1.11\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:4:\"1.11\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"5705217c87fb81fc16f2a9d490140005f7780446\";a:5:{s:4:\"name\";s:12:\"Virus Finder\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:29:\"virus-finder/virus-finder.php\";s:7:\"Version\";s:6:\"1.0.22\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:6:\"1.0.22\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"16bd952c86b04520aee6a0504e611d4850b7873b\";a:5:{s:4:\"name\";s:44:\"WP Cerber Security, Anti-spam & Malware Scan\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:23:\"wp-cerber/wp-cerber.php\";s:7:\"Version\";s:3:\"8.9\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"8.9\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"365a4a205c01386b16b3dc1eb2d89b5c2185247f\";a:5:{s:4:\"name\";s:5:\"Astra\";s:9:\"container\";s:10:\"crb-themes\";s:11:\"sec_details\";a:1:{s:8:\"vul_list\";b:0;}s:6:\"setype\";i:2;s:6:\"issues\";a:7:{i:0;a:6:{i:0;i:15;i:1;s:17:\"/astra/footer.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"598\";s:4:\"size\";s:14:\"598&nbsp;Bytes\";s:4:\"time\";s:37:\"June 27,<wbr> 2021,<wbr> 1:51&nbsp;am\";s:4:\"name\";s:69:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/footer.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:1;a:6:{i:0;i:15;i:1;s:107:\"/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:5:\"13307\";s:4:\"size\";s:5:\"13 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:159:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:2;a:6:{i:0;i:15;i:1;s:56:\"/astra/inc/compatibility/class-astra-visual-composer.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:4:\"3155\";s:4:\"size\";s:4:\"3 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:108:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:3;a:6:{i:0;i:15;i:1;s:48:\"/astra/inc/compatibility/edd/class-astra-edd.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:5:\"31595\";s:4:\"size\";s:5:\"31 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:100:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:4;a:6:{i:0;i:15;i:1;s:100:\"/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:4:\"2179\";s:4:\"size\";s:4:\"2 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:152:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:5;a:6:{i:0;i:15;i:1;s:35:\"/astra/inc/core/sidebar-manager.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:4:\"2040\";s:4:\"size\";s:4:\"2 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:87:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/sidebar-manager.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:6;a:6:{i:0;i:1;i:1;s:5:\"astra\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"2.4.3\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"fc9b508327fc5d057467ff066008b28eedf57598\";a:5:{s:4:\"name\";s:14:\"Uploads folder\";s:9:\"container\";s:11:\"crb-uploads\";s:11:\"sec_details\";a:1:{s:8:\"vul_list\";b:0;}s:6:\"setype\";i:20;s:6:\"issues\";a:4:{i:0;a:7:{i:0;i:16;i:1;s:36:\"/uploads/sucuri/sucuri-sitecheck.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:4:\"5887\";s:4:\"size\";s:4:\"6 KB\";s:4:\"time\";s:11:\"4 hours ago\";s:4:\"name\";s:81:\"/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-sitecheck.php\";s:4:\"type\";s:1:\"5\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:16;}s:2:\"dd\";a:1:{i:16;a:2:{s:8:\"severity\";i:6;s:5:\"xdata\";a:1:{i:0;a:3:{i:0;i:2;i:1;s:4:\"IPV4\";i:2;a:3:{i:0;a:3:{i:0;s:8:\"3.4.24.2\";i:1;i:1908;i:2;i:7;}i:1;a:3:{i:0;s:8:\"3.4.24.2\";i:1;i:1989;i:2;i:7;}i:2;a:3:{i:0;s:12:\"64.20.34.242\";i:1;i:5096;i:2;i:7;}}}}}}}i:1;a:7:{i:0;i:16;i:1;s:39:\"/uploads/sucuri/sucuri-failedlogins.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"233\";s:4:\"size\";s:14:\"233&nbsp;Bytes\";s:4:\"time\";s:10:\"1 hour ago\";s:4:\"name\";s:84:\"/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-failedlogins.php\";s:4:\"type\";s:1:\"5\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:16;}s:2:\"dd\";a:1:{i:16;a:2:{s:8:\"severity\";i:6;s:5:\"xdata\";a:1:{i:0;a:3:{i:0;i:2;i:1;s:4:\"IPV4\";i:2;a:1:{i:0;a:3:{i:0;s:14:\"112.134.190.54\";i:1;i:78;i:2;i:2;}}}}}}}i:2;a:7:{i:0;i:16;i:1;s:37:\"/uploads/sucuri/sucuri-auditqueue.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"918\";s:4:\"size\";s:14:\"918&nbsp;Bytes\";s:4:\"time\";s:10:\"1 hour ago\";s:4:\"name\";s:82:\"/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-auditqueue.php\";s:4:\"type\";s:1:\"5\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:16;}s:2:\"dd\";a:1:{i:16;a:2:{s:8:\"severity\";i:6;s:5:\"xdata\";a:1:{i:0;a:3:{i:0;i:2;i:1;s:4:\"IPV4\";i:2;a:7:{i:0;a:3:{i:0;s:11:\"5.29.13.184\";i:1;i:46;i:2;i:7;}i:1;a:3:{i:0;s:11:\"5.29.13.184\";i:1;i:189;i:2;i:7;}i:2;a:3:{i:0;s:11:\"5.29.13.184\";i:1;i:267;i:2;i:7;}i:3;a:3:{i:0;s:11:\"5.29.13.184\";i:1;i:400;i:2;i:7;}i:4;a:3:{i:0;s:11:\"5.29.13.184\";i:1;i:511;i:2;i:7;}i:5;a:3:{i:0;s:14:\"112.134.190.54\";i:1;i:650;i:2;i:12;}i:6;a:3:{i:0;s:14:\"112.134.190.54\";i:1;i:720;i:2;i:12;}}}}}}}i:3;a:7:{i:0;i:16;i:1;s:37:\"/uploads/sucuri/sucuri-lastlogins.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"160\";s:4:\"size\";s:14:\"160&nbsp;Bytes\";s:4:\"time\";s:10:\"1 hour ago\";s:4:\"name\";s:82:\"/home/hkrhostingreview/public_html/wp-content/uploads/sucuri/sucuri-lastlogins.php\";s:4:\"type\";s:1:\"5\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:16;}s:2:\"dd\";a:1:{i:16;a:2:{s:8:\"severity\";i:6;s:5:\"xdata\";a:1:{i:0;a:3:{i:0;i:2;i:1;s:4:\"IPV4\";i:2;a:2:{i:0;a:3:{i:0;s:14:\"112.134.190.54\";i:1;i:68;i:2;i:2;}i:1;a:3:{i:0;s:14:\"112.134.190.54\";i:1;i:101;i:2;i:2;}}}}}}}}}s:40:\"e3b82ee2d761d9c785b93bfdd4ed727bde1251fc\";a:5:{s:4:\"name\";s:16:\"Unattended files\";s:9:\"container\";s:14:\"crb-unattended\";s:11:\"sec_details\";a:1:{s:8:\"vul_list\";b:0;}s:6:\"setype\";i:21;s:6:\"issues\";a:1:{i:0;a:7:{i:0;i:20;i:1;s:18:\"/wordfence-waf.php\";i:2;i:2;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"325\";s:4:\"size\";s:14:\"325&nbsp;Bytes\";s:4:\"time\";s:12:\"17 hours ago\";s:4:\"name\";s:52:\"/home/hkrhostingreview/public_html/wordfence-waf.php\";s:4:\"type\";s:1:\"4\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:20;}s:2:\"dd\";a:1:{i:20;a:2:{s:8:\"severity\";i:1;s:5:\"xdata\";a:0:{}}}}}}}s:5:\"total\";a:2:{s:5:\"files\";s:4:\"6590\";s:6:\"parsed\";s:4:\"6590\";}s:9:\"integrity\";a:3:{s:9:\"wordpress\";i:1;s:7:\"plugins\";a:19:{s:19:\"akismet/akismet.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:45:\"disable-wordpress-updates/disable-updates.php\";i:1;s:32:\"duplicate-page/duplicatepage.php\";i:1;s:23:\"elementor/elementor.php\";i:1;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:1;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:1;s:51:\"jetsticky-for-elementor/jetsticky-for-elementor.php\";i:1;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:1;s:27:\"ninja-forms/ninja-forms.php\";i:1;s:51:\"onesignal-free-web-push-notifications/onesignal.php\";i:1;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:1;s:27:\"redirection/redirection.php\";i:1;s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";i:1;s:25:\"sucuri-scanner/sucuri.php\";i:1;s:25:\"tablepress/tablepress.php\";i:1;s:29:\"virus-finder/virus-finder.php\";i:1;s:23:\"wp-cerber/wp-cerber.php\";i:1;}s:6:\"themes\";a:1:{s:5:\"astra\";i:1;}}s:2:\"ip\";s:14:\"112.134.190.54\";s:5:\"cloud\";b:0;s:9:\"next_step\";i:15;s:7:\"numbers\";a:6:{i:1;i:21;i:26;i:1;i:18;i:406;i:15;i:7;i:16;i:4;i:20;i:1;}s:8:\"progress\";a:1:{s:4:\"step\";i:0;}s:3:\"ver\";s:3:\"8.9\";s:10:\"scan_stats\";a:2:{s:4:\"risk\";a:4:{i:0;i:21;i:1;i:405;i:2;i:2;i:3;i:11;}s:12:\"total_issues\";i:418;}s:6:\"mode_h\";s:9:\"Full Scan\";s:7:\"chunked\";b:0;s:10:\"compressed\";i:0;}', 0);
INSERT INTO `wp_cerber_sets` (`the_key`, `the_id`, `the_value`, `expires`) VALUES
('scan', 1627006215, 'a:19:{s:4:\"mode\";s:5:\"quick\";s:2:\"id\";i:1627006215;s:7:\"started\";i:1627006215;s:8:\"finished\";i:1627006661;s:7:\"aborted\";i:0;s:7:\"scanned\";a:2:{s:5:\"files\";s:4:\"2303\";s:5:\"bytes\";s:8:\"24624891\";}s:6:\"issues\";a:21:{s:40:\"577ac1a18e05636244b642116532cc61a963dfce\";a:5:{s:4:\"name\";s:9:\"WordPress\";s:9:\"container\";s:13:\"crb-wordpress\";s:11:\"sec_details\";a:1:{s:8:\"vul_list\";b:0;}s:6:\"setype\";i:1;s:6:\"issues\";a:2:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"5.3\";}s:2:\"ii\";a:1:{i:0;i:1;}}i:1;a:7:{i:0;i:26;i:1;s:10:\"/.htaccess\";i:2;i:2;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"896\";s:4:\"size\";s:14:\"896&nbsp;Bytes\";s:4:\"time\";s:11:\"26 mins ago\";s:4:\"name\";s:44:\"/home/hkrhostingreview/public_html/.htaccess\";s:4:\"type\";s:1:\"4\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:26;}s:2:\"dd\";a:1:{i:26;a:2:{s:8:\"severity\";i:10;s:5:\"xdata\";a:2:{i:0;a:3:{i:0;i:2;i:1;s:4:\"PHPC\";i:2;a:1:{i:0;a:3:{i:0;s:82:\"php_value auto_prepend_file \'/home/hkrhostingreview/public_html/wordfence-waf.php\'\";i:1;i:0;i:2;i:3;}}}i:1;a:3:{i:0;i:2;i:1;s:4:\"PHPC\";i:2;a:1:{i:0;a:3:{i:0;s:82:\"php_value auto_prepend_file \'/home/hkrhostingreview/public_html/wordfence-waf.php\'\";i:1;i:0;i:2;i:6;}}}}}}}}}s:40:\"a402627917cafc7961ab660d58fc387772beaca2\";a:5:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:19:\"akismet/akismet.php\";s:7:\"Version\";s:5:\"4.1.5\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"4.1.5\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"ddd413a2701af25e27e773a0bab11d9d42e88c84\";a:5:{s:4:\"name\";s:14:\"Classic Editor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:33:\"classic-editor/classic-editor.php\";s:7:\"Version\";s:3:\"1.5\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"1.5\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"05bfa6e226fb946100e0b562ab17a80cda194c8d\";a:5:{s:4:\"name\";s:14:\"Contact Form 7\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:7:\"Version\";s:5:\"5.1.7\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"5.1.7\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"12a7fd7acd891a5139b2edb6233e9518d5eeb94b\";a:5:{s:4:\"name\";s:29:\"Disable All WordPress Updates\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:45:\"disable-wordpress-updates/disable-updates.php\";s:7:\"Version\";s:5:\"1.6.7\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.6.7\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"1c8777f6a6f5183e487c76b7bdbc48f47e6325e3\";a:5:{s:4:\"name\";s:14:\"Duplicate Page\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:32:\"duplicate-page/duplicatepage.php\";s:7:\"Version\";s:3:\"4.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"4.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"8b3f0c9391fccd89d025186826375ca312c70e4a\";a:5:{s:4:\"name\";s:9:\"Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:23:\"elementor/elementor.php\";s:7:\"Version\";s:5:\"2.9.8\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"2.9.8\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"3eea910c77fe8dfe5d5f19b8394a21f1b490185d\";a:5:{s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:7:\"Version\";s:5:\"1.4.1\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.4.1\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"5726b850c99150f0093b47cfed92e07b57aa81c2\";a:5:{s:4:\"name\";s:30:\"Essential Addons for Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:7:\"Version\";s:5:\"3.9.4\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:16:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"3.9.4\";}s:2:\"ii\";a:1:{i:0;i:1;}}i:1;a:6:{i:0;i:18;i:1;s:92:\"/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/http.clients.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:145:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/table-of-content/http.clients.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:2;a:6:{i:0;i:18;i:1;s:82:\"/essential-addons-for-elementor-lite/assets/front-end/css/weforms/json.gateway.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:135:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/weforms/json.gateway.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:3;a:6:{i:0;i:18;i:1;s:101:\"/essential-addons-for-elementor-lite/assets/front-end/css/vendor/tooltipster/exception.exceptions.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:154:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/vendor/tooltipster/exception.exceptions.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:4;a:6:{i:0;i:18;i:1;s:75:\"/essential-addons-for-elementor-lite/assets/front-end/sass/storage.code.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:128:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/storage.code.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:5;a:6:{i:0;i:18;i:1;s:74:\"/essential-addons-for-elementor-lite/includes/Classes/library.accepted.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:127:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/library.accepted.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:6;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/php.work.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/facebook-feed/php.work.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:7;a:6:{i:0;i:18;i:1;s:91:\"/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/sys.exceptions.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:144:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/call-to-action/sys.exceptions.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:8;a:6:{i:0;i:18;i:1;s:93:\"/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/admin.suspect.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:146:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/Checkout/admin.suspect.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:9;a:6:{i:0;i:18;i:1;s:82:\"/essential-addons-for-elementor-lite/includes/Template/Woocommerce/success.css.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:135:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Woocommerce/success.css.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:10;a:6:{i:0;i:18;i:1;s:84:\"/essential-addons-for-elementor-lite/assets/front-end/sass/progress-bar/jpeg.img.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/progress-bar/jpeg.img.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:11;a:6:{i:0;i:18;i:1;s:61:\"/essential-addons-for-elementor-lite/languages/except.sys.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:114:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/languages/except.sys.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:12;a:6:{i:0;i:18;i:1;s:91:\"/essential-addons-for-elementor-lite/assets/front-end/sass/gravity-form/clients.suspect.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:144:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/sass/gravity-form/clients.suspect.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:13;a:6:{i:0;i:18;i:1;s:75:\"/essential-addons-for-elementor-lite/includes/Traits/conflicts.requests.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:128:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/conflicts.requests.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:14;a:6:{i:0;i:18;i:1;s:76:\"/essential-addons-for-elementor-lite/assets/front-end/css/general/log.db.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:129:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/general/log.db.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:15;a:6:{i:0;i:18;i:1;s:72:\"/essential-addons-for-elementor-lite/includes/templates/code.content.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:07&nbsp;am\";s:4:\"name\";s:125:\"/home/hkrhostingreview/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/templates/code.content.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}}}s:40:\"e8319cb67df1498fd2ba6ab2ee4d1f28c3b8c078\";a:5:{s:4:\"name\";s:23:\"JetSticky For Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:51:\"jetsticky-for-elementor/jetsticky-for-elementor.php\";s:7:\"Version\";s:5:\"1.0.1\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.0.1\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"2474e78b0c4dd17695da4e0b130e6a6b3a007312\";a:5:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:7:\"Version\";s:5:\"4.7.7\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"4.7.7\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"0902a65552c086c76ec0befde998fb566f4b3dee\";a:5:{s:4:\"name\";s:11:\"Ninja Forms\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:27:\"ninja-forms/ninja-forms.php\";s:7:\"Version\";s:8:\"3.4.24.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:8:\"3.4.24.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"1883548a3d576c3d584ccd805df440224aeda993\";a:5:{s:4:\"name\";s:28:\"OneSignal Push Notifications\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:51:\"onesignal-free-web-push-notifications/onesignal.php\";s:7:\"Version\";s:5:\"2.1.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:4:{i:0;a:6:{i:0;i:15;i:1;s:74:\"/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKWorker.js.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"536\";s:4:\"size\";s:14:\"536&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:127:\"/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/OneSignalSDKWorker.js.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:1;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"2.1.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}i:2;a:6:{i:0;i:18;i:1;s:84:\"/onesignal-free-web-push-notifications/views/css/onesignal-font/content.sessions.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:137:\"/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/css/onesignal-font/content.sessions.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}i:3;a:6:{i:0;i:18;i:1;s:76:\"/onesignal-free-web-push-notifications/views/fonts/semantic-ui/lock.code.php\";i:2;i:1;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:1:\"0\";s:4:\"size\";s:12:\"0&nbsp;Bytes\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:129:\"/home/hkrhostingreview/public_html/wp-content/plugins/onesignal-free-web-push-notifications/views/fonts/semantic-ui/lock.code.php\";s:4:\"type\";s:1:\"2\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:18;}}}}s:40:\"9f026d78c7c7b8dae8aa563f2220e910cc3f65d9\";a:5:{s:4:\"name\";s:17:\"Really Simple SSL\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:7:\"Version\";s:6:\"4.0.15\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:6:\"4.0.15\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"b77aad5fb24921ef76ac8f3e500ed93fddae8f2a\";a:5:{s:4:\"name\";s:11:\"Redirection\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:27:\"redirection/redirection.php\";s:7:\"Version\";s:5:\"4.7.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"4.7.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"92c9e00eff278b2df8f842f18ba133a397bb2ce2\";a:5:{s:4:\"name\";s:35:\"Sticky Header Effects for Elementor\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";s:7:\"Version\";s:5:\"1.3.2\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"1.3.2\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"fe6dc6ef19813759ed7690f02e9ec9c8cadb6d24\";a:5:{s:4:\"name\";s:10:\"TablePress\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:25:\"tablepress/tablepress.php\";s:7:\"Version\";s:4:\"1.11\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:4:\"1.11\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"5705217c87fb81fc16f2a9d490140005f7780446\";a:5:{s:4:\"name\";s:12:\"Virus Finder\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:29:\"virus-finder/virus-finder.php\";s:7:\"Version\";s:6:\"1.0.22\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:6:\"1.0.22\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"16bd952c86b04520aee6a0504e611d4850b7873b\";a:5:{s:4:\"name\";s:44:\"WP Cerber Security, Anti-spam & Malware Scan\";s:9:\"container\";s:11:\"crb-plugins\";s:11:\"sec_details\";a:3:{s:8:\"vul_list\";b:0;i:0;i:1;s:6:\"plugin\";a:2:{s:4:\"slug\";s:23:\"wp-cerber/wp-cerber.php\";s:7:\"Version\";s:3:\"8.9\";}}s:6:\"setype\";i:3;s:6:\"issues\";a:1:{i:0;a:6:{i:0;i:1;i:1;s:0:\"\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:3:\"8.9\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"365a4a205c01386b16b3dc1eb2d89b5c2185247f\";a:5:{s:4:\"name\";s:5:\"Astra\";s:9:\"container\";s:10:\"crb-themes\";s:11:\"sec_details\";a:1:{s:8:\"vul_list\";b:0;}s:6:\"setype\";i:2;s:6:\"issues\";a:7:{i:0;a:6:{i:0;i:15;i:1;s:17:\"/astra/footer.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"598\";s:4:\"size\";s:14:\"598&nbsp;Bytes\";s:4:\"time\";s:37:\"June 27,<wbr> 2021,<wbr> 1:51&nbsp;am\";s:4:\"name\";s:69:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/footer.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:1;a:6:{i:0;i:15;i:1;s:107:\"/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:5:\"13307\";s:4:\"size\";s:5:\"13 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:159:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:2;a:6:{i:0;i:15;i:1;s:56:\"/astra/inc/compatibility/class-astra-visual-composer.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:4:\"3155\";s:4:\"size\";s:4:\"3 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:108:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:3;a:6:{i:0;i:15;i:1;s:48:\"/astra/inc/compatibility/edd/class-astra-edd.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:5:\"31595\";s:4:\"size\";s:5:\"31 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:100:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:4;a:6:{i:0;i:15;i:1;s:100:\"/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:4:\"2179\";s:4:\"size\";s:4:\"2 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:08&nbsp;am\";s:4:\"name\";s:152:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:5;a:6:{i:0;i:15;i:1;s:35:\"/astra/inc/core/sidebar-manager.php\";i:2;i:3;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:4:\"2040\";s:4:\"size\";s:4:\"2 KB\";s:4:\"time\";s:42:\"November 15,<wbr> 2020,<wbr> 11:09&nbsp;am\";s:4:\"name\";s:87:\"/home/hkrhostingreview/public_html/wp-content/themes/astra/inc/core/sidebar-manager.php\";s:4:\"type\";s:1:\"3\";s:10:\"fd_allowed\";i:0;}s:2:\"ii\";a:1:{i:0;i:15;}}i:6;a:6:{i:0;i:1;i:1;s:5:\"astra\";i:2;i:0;i:3;i:0;s:4:\"data\";a:1:{s:7:\"version\";s:5:\"2.4.3\";}s:2:\"ii\";a:1:{i:0;i:1;}}}}s:40:\"e3b82ee2d761d9c785b93bfdd4ed727bde1251fc\";a:5:{s:4:\"name\";s:16:\"Unattended files\";s:9:\"container\";s:14:\"crb-unattended\";s:11:\"sec_details\";a:1:{s:8:\"vul_list\";b:0;}s:6:\"setype\";i:21;s:6:\"issues\";a:1:{i:0;a:7:{i:0;i:20;i:1;s:18:\"/wordfence-waf.php\";i:2;i:2;i:3;i:0;s:4:\"data\";a:6:{s:5:\"bytes\";s:3:\"325\";s:4:\"size\";s:14:\"325&nbsp;Bytes\";s:4:\"time\";s:12:\"17 hours ago\";s:4:\"name\";s:52:\"/home/hkrhostingreview/public_html/wordfence-waf.php\";s:4:\"type\";s:1:\"4\";s:10:\"fd_allowed\";i:1;}s:2:\"ii\";a:1:{i:0;i:20;}s:2:\"dd\";a:1:{i:20;a:2:{s:8:\"severity\";i:1;s:5:\"xdata\";a:0:{}}}}}}}s:5:\"total\";a:2:{s:5:\"files\";s:4:\"2303\";s:6:\"parsed\";s:4:\"2303\";}s:9:\"integrity\";a:3:{s:9:\"wordpress\";i:1;s:7:\"plugins\";a:18:{s:19:\"akismet/akismet.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:45:\"disable-wordpress-updates/disable-updates.php\";i:1;s:32:\"duplicate-page/duplicatepage.php\";i:1;s:23:\"elementor/elementor.php\";i:1;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:1;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:1;s:51:\"jetsticky-for-elementor/jetsticky-for-elementor.php\";i:1;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:1;s:27:\"ninja-forms/ninja-forms.php\";i:1;s:51:\"onesignal-free-web-push-notifications/onesignal.php\";i:1;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:1;s:27:\"redirection/redirection.php\";i:1;s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";i:1;s:25:\"tablepress/tablepress.php\";i:1;s:29:\"virus-finder/virus-finder.php\";i:1;s:23:\"wp-cerber/wp-cerber.php\";i:1;}s:6:\"themes\";a:1:{s:5:\"astra\";i:1;}}s:2:\"ip\";s:15:\"112.134.184.213\";s:5:\"cloud\";b:0;s:9:\"next_step\";i:15;s:7:\"numbers\";a:5:{i:1;i:20;i:26;i:1;i:18;i:18;i:15;i:7;i:20;i:1;}s:8:\"progress\";a:1:{s:4:\"step\";i:0;}s:3:\"ver\";s:3:\"8.9\";s:10:\"scan_stats\";a:2:{s:4:\"risk\";a:4:{i:0;i:20;i:1;i:17;i:2;i:2;i:3;i:7;}s:12:\"total_issues\";i:26;}s:6:\"mode_h\";s:10:\"Quick Scan\";s:7:\"chunked\";b:0;s:10:\"compressed\";i:0;}', 0),
('tmp_last_file', 0, '', 0),
('_activated', 0, 'a:3:{s:7:\"Version\";s:3:\"8.9\";s:4:\"time\";i:1626945698;s:4:\"user\";i:1;}', 0),
('_background_tasks', 0, 'a:0:{}', 0),
('_cerberkey_', 0, 'a:3:{i:0;s:32:\"32bbe4a4be7925bc22ac5278460df4e9\";i:1;i:1626945696;i:4;s:40:\"SK//S5COJ89HNMGTP1V2F0QKBD6XIYEUR73LW4ZA\";}', 0),
('_cerber_mnemosyne', 0, 'a:3:{i:0;s:20:\"SXIQB5Y607ANGCWF1EVK\";i:4;i:6;i:6;s:19:\"K0LYMRIS8H4GT1AN9V6\";}', 0),
('_check_env', 0, '1630694011', 0);

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

--
-- Table structure for table `wp_cerber_uss`
--

CREATE TABLE `wp_cerber_uss` (
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `started` int(10) UNSIGNED NOT NULL,
  `expires` int(10) UNSIGNED NOT NULL,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `wp_session_token` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_cerber_uss`
--

INSERT INTO `wp_cerber_uss` (`user_id`, `ip`, `country`, `started`, `expires`, `session_id`, `wp_session_token`) VALUES
(6, '107.152.239.51', '', 1633362204, 1634571804, 'gXbeLUvNkK5MRh7xWTspdjI6', '4ea2a092141056744e8279d9c902f8dad2a9d06bb362f0d1ff87806cafb48a77'),
(1, '112.134.188.19', '', 1636261361, 1636434161, '60xOel8MJdEtQHunbzNwTYr5', '462eb146d8d3510ef0e8cf4021e89acfeab7c8bf292c66b450af76be433ffad3');

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

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

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

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

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

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 631, 'Justin', 'luisamoss@zoho.com', 'https://royalcbd.com/', '198.12.108.59', '2020-03-28 07:56:47', '2020-03-28 07:56:47', 'Long time supporter, and thought I\'d drop a comment.\r\n\r\n\r\nYour wordpress site is very sleek - hope you don\'t mind me asking what theme you\'re \r\nusing? (and don\'t mind if I steal it? :P)\r\n\r\nI just launched my site --also built in wordpress \r\nlike yours-- but the theme slows (!) the site down quite a bit.\r\n\r\n\r\n\r\nIn case you have a minute, you can find it by searching for \"royal cbd\" on Google (would appreciate any \r\nfeedback) - it\'s still in the works.\r\n\r\nKeep up the good work-- and hope you all take care of \r\nyourself during the coronavirus scare!', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64', 'comment', 0, 0);

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

--
-- Table structure for table `wp_duplicator_packages`
--

CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_duplicator_packages`
--

INSERT INTO `wp_duplicator_packages` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`) VALUES
(1, '20211002_whatiswebhosting', 'f713ab34233748393120_20211002173958', 100, '2021-10-02 17:41:04', 'unknown', 'O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-10-02 17:39:58\";s:7:\"Version\";s:5:\"1.4.3\";s:9:\"VersionWP\";s:3:\"5.3\";s:9:\"VersionDB\";s:7:\"10.3.31\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:1;s:4:\"Name\";s:25:\"20211002_whatiswebhosting\";s:4:\"Hash\";s:35:\"f713ab34233748393120_20211002173958\";s:8:\"NameHash\";s:61:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:71:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"39.17 sec.\";s:7:\"ExeSize\";s:7:\"64.27KB\";s:7:\"ZipSize\";s:8:\"152.57MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:73:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:34:\"/home/secrnbjw/webhostingintro.com\";s:4:\"Size\";i:159977924;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:7862;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:43:\"/home/secrnbjw/webhostingintro.com/wp-admin\";i:1;s:53:\"/home/secrnbjw/webhostingintro.com/wp-content/uploads\";i:2;s:55:\"/home/secrnbjw/webhostingintro.com/wp-content/languages\";i:3;s:52:\"/home/secrnbjw/webhostingintro.com/wp-content/themes\";i:4;s:46:\"/home/secrnbjw/webhostingintro.com/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:34:\"/home/secrnbjw/webhostingintro.com\";i:1;s:45:\"/home/secrnbjw/webhostingintro.com/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:46:\"/home/secrnbjw/webhostingintro.com/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:75:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958_installer.php\";s:4:\"Size\";i:65808;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:39093188;s:4:\"File\";s:74:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:4:{i:0;s:15:\"utf8_general_ci\";i:1;s:22:\"utf8mb4_unicode_520_ci\";i:2;s:17:\"latin1_swedish_ci\";i:3;s:18:\"utf8mb4_general_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:13:\"secrnbjw_webh\";s:15:\"tablesBaseCount\";i:61;s:16:\"tablesFinalCount\";i:61;s:14:\"tablesRowCount\";s:6:\"31,734\";s:16:\"tablesSizeOnDisk\";s:7:\"49.35MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.3.31\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:61:{s:10:\"cerber_acl\";s:1:\"1\";s:13:\"cerber_blocks\";s:1:\"0\";s:16:\"cerber_countries\";s:1:\"0\";s:10:\"cerber_lab\";s:1:\"0\";s:13:\"cerber_lab_ip\";s:1:\"0\";s:14:\"cerber_lab_net\";s:1:\"0\";s:10:\"cerber_log\";s:4:\"1317\";s:11:\"cerber_qmem\";s:1:\"2\";s:14:\"cerber_traffic\";s:4:\"1290\";s:19:\"wpcnjl_cerber_files\";s:4:\"8893\";s:18:\"wpcnjl_cerber_sets\";s:2:\"16\";s:17:\"wpcnjl_cerber_uss\";s:1:\"1\";s:18:\"wpcnjl_commentmeta\";s:1:\"0\";s:15:\"wpcnjl_comments\";s:1:\"2\";s:26:\"wpcnjl_duplicator_packages\";s:1:\"1\";s:12:\"wpcnjl_links\";s:1:\"0\";s:22:\"wpcnjl_nf3_action_meta\";s:3:\"157\";s:18:\"wpcnjl_nf3_actions\";s:1:\"7\";s:17:\"wpcnjl_nf3_chunks\";s:1:\"0\";s:21:\"wpcnjl_nf3_field_meta\";s:3:\"332\";s:17:\"wpcnjl_nf3_fields\";s:1:\"8\";s:20:\"wpcnjl_nf3_form_meta\";s:3:\"147\";s:16:\"wpcnjl_nf3_forms\";s:1:\"2\";s:22:\"wpcnjl_nf3_object_meta\";s:1:\"0\";s:18:\"wpcnjl_nf3_objects\";s:1:\"0\";s:24:\"wpcnjl_nf3_relationships\";s:1:\"0\";s:19:\"wpcnjl_nf3_upgrades\";s:1:\"2\";s:14:\"wpcnjl_options\";s:3:\"622\";s:15:\"wpcnjl_postmeta\";s:4:\"4937\";s:12:\"wpcnjl_posts\";s:3:\"849\";s:22:\"wpcnjl_redirection_404\";s:1:\"0\";s:25:\"wpcnjl_redirection_groups\";s:1:\"2\";s:24:\"wpcnjl_redirection_items\";s:2:\"10\";s:23:\"wpcnjl_redirection_logs\";s:1:\"0\";s:25:\"wpcnjl_term_relationships\";s:2:\"73\";s:20:\"wpcnjl_term_taxonomy\";s:2:\"11\";s:15:\"wpcnjl_termmeta\";s:1:\"2\";s:12:\"wpcnjl_terms\";s:2:\"11\";s:15:\"wpcnjl_usermeta\";s:2:\"84\";s:12:\"wpcnjl_users\";s:1:\"4\";s:21:\"wpcnjl_wfblockediplog\";s:1:\"0\";s:16:\"wpcnjl_wfblocks7\";s:1:\"0\";s:15:\"wpcnjl_wfconfig\";s:3:\"251\";s:17:\"wpcnjl_wfcrawlers\";s:1:\"4\";s:20:\"wpcnjl_wffilechanges\";s:1:\"0\";s:17:\"wpcnjl_wffilemods\";s:4:\"6571\";s:13:\"wpcnjl_wfhits\";s:1:\"6\";s:15:\"wpcnjl_wfhoover\";s:1:\"0\";s:15:\"wpcnjl_wfissues\";s:1:\"1\";s:22:\"wpcnjl_wfknownfilelist\";s:4:\"6571\";s:25:\"wpcnjl_wflivetraffichuman\";s:1:\"0\";s:13:\"wpcnjl_wflocs\";s:1:\"3\";s:15:\"wpcnjl_wflogins\";s:1:\"6\";s:23:\"wpcnjl_wfls_2fa_secrets\";s:1:\"0\";s:20:\"wpcnjl_wfls_settings\";s:2:\"19\";s:22:\"wpcnjl_wfnotifications\";s:1:\"1\";s:22:\"wpcnjl_wfpendingissues\";s:1:\"0\";s:21:\"wpcnjl_wfreversecache\";s:1:\"4\";s:18:\"wpcnjl_wfsnipcache\";s:1:\"0\";s:15:\"wpcnjl_wfstatus\";s:3:\"375\";s:21:\"wpcnjl_wftrafficrates\";s:1:\"0\";}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:141:\"/home/secrnbjw/webhostingintro.com/wp-content/backups-dup-lite/tmp/20211002_whatiswebhosting_f713ab34233748393120_20211002173958_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-10-02 17:39:58\";s:7:\"Version\";s:5:\"1.4.3\";s:9:\"VersionWP\";s:3:\"5.3\";s:9:\"VersionDB\";s:7:\"10.3.31\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20211002_whatiswebhosting\";s:4:\"Hash\";s:35:\"f713ab34233748393120_20211002173958\";s:8:\"NameHash\";s:61:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:76;s:8:\"Database\";r:90;s:13:\"BuildProgress\";r:187;}}}');

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

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

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

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

--
-- Table structure for table `wp_nf3_actions`
--

CREATE TABLE `wp_nf3_actions` (
  `id` int(11) NOT NULL,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `active` tinyint(1) DEFAULT 1,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `label` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_nf3_actions`
--

INSERT INTO `wp_nf3_actions` (`id`, `title`, `key`, `type`, `active`, `parent_id`, `created_at`, `updated_at`, `label`) VALUES
(1, '', '', 'save', 1, 1, '2020-02-26 13:07:57', '2020-02-26 12:07:57', 'Store Submission'),
(2, '', '', 'email', 1, 1, '2020-02-26 13:07:57', '2020-02-26 12:07:57', 'Email Confirmation'),
(3, '', '', 'email', 1, 1, '2020-02-26 13:07:57', '2020-02-26 12:07:57', 'Email Notification'),
(4, '', '', 'successmessage', 1, 1, '2020-02-26 13:07:57', '2020-02-26 12:07:57', 'Success Message'),
(5, NULL, NULL, 'successmessage', 1, 2, '2020-02-26 13:17:27', '2020-02-26 12:17:27', 'Success Message'),
(6, NULL, NULL, 'email', 1, 2, '2020-02-26 13:17:27', '2020-02-26 12:17:27', 'Admin Email'),
(7, NULL, NULL, 'save', 1, 2, '2020-02-26 13:17:27', '2020-02-26 12:17:27', 'Store Submission');

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

--
-- Table structure for table `wp_nf3_action_meta`
--

CREATE TABLE `wp_nf3_action_meta` (
  `id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_nf3_action_meta`
--

INSERT INTO `wp_nf3_action_meta` (`id`, `parent_id`, `key`, `value`, `meta_key`, `meta_value`) VALUES
(1, 1, 'objectType', 'Action', 'objectType', 'Action'),
(2, 1, 'objectDomain', 'actions', 'objectDomain', 'actions'),
(3, 1, 'editActive', '', 'editActive', ''),
(4, 1, 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}', 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(5, 1, 'payment_gateways', '', 'payment_gateways', ''),
(6, 1, 'payment_total', '0', 'payment_total', '0'),
(7, 1, 'tag', '', 'tag', ''),
(8, 1, 'to', '{wp:admin_email}', 'to', '{wp:admin_email}'),
(9, 1, 'email_subject', 'Ninja Forms Submission', 'email_subject', 'Ninja Forms Submission'),
(10, 1, 'email_message', '{fields_table}', 'email_message', '{fields_table}'),
(11, 1, 'from_name', '', 'from_name', ''),
(12, 1, 'from_address', '', 'from_address', ''),
(13, 1, 'reply_to', '', 'reply_to', ''),
(14, 1, 'email_format', 'html', 'email_format', 'html'),
(15, 1, 'cc', '', 'cc', ''),
(16, 1, 'bcc', '', 'bcc', ''),
(17, 1, 'attach_csv', '', 'attach_csv', ''),
(18, 1, 'redirect_url', '', 'redirect_url', ''),
(19, 1, 'email_message_plain', '', 'email_message_plain', ''),
(20, 2, 'to', '{field:email}', 'to', '{field:email}'),
(21, 2, 'subject', 'This is an email action.', 'subject', 'This is an email action.'),
(22, 2, 'message', 'Hello, Ninja Forms!', 'message', 'Hello, Ninja Forms!'),
(23, 2, 'objectType', 'Action', 'objectType', 'Action'),
(24, 2, 'objectDomain', 'actions', 'objectDomain', 'actions'),
(25, 2, 'editActive', '', 'editActive', ''),
(26, 2, 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}', 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(27, 2, 'payment_gateways', '', 'payment_gateways', ''),
(28, 2, 'payment_total', '0', 'payment_total', '0'),
(29, 2, 'tag', '', 'tag', ''),
(30, 2, 'email_subject', 'Submission Confirmation ', 'email_subject', 'Submission Confirmation '),
(31, 2, 'email_message', '<p>{all_fields_table}<br></p>', 'email_message', '<p>{all_fields_table}<br></p>'),
(32, 2, 'from_name', '', 'from_name', ''),
(33, 2, 'from_address', '', 'from_address', ''),
(34, 2, 'reply_to', '', 'reply_to', ''),
(35, 2, 'email_format', 'html', 'email_format', 'html'),
(36, 2, 'cc', '', 'cc', ''),
(37, 2, 'bcc', '', 'bcc', ''),
(38, 2, 'attach_csv', '', 'attach_csv', ''),
(39, 2, 'email_message_plain', '', 'email_message_plain', ''),
(40, 3, 'objectType', 'Action', 'objectType', 'Action'),
(41, 3, 'objectDomain', 'actions', 'objectDomain', 'actions'),
(42, 3, 'editActive', '', 'editActive', ''),
(43, 3, 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}', 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(44, 3, 'payment_gateways', '', 'payment_gateways', ''),
(45, 3, 'payment_total', '0', 'payment_total', '0'),
(46, 3, 'tag', '', 'tag', ''),
(47, 3, 'to', '{system:admin_email}', 'to', '{system:admin_email}'),
(48, 3, 'email_subject', 'New message from {field:name}', 'email_subject', 'New message from {field:name}'),
(49, 3, 'email_message', '<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>', 'email_message', '<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),
(50, 3, 'from_name', '', 'from_name', ''),
(51, 3, 'from_address', '', 'from_address', ''),
(52, 3, 'reply_to', '{field:email}', 'reply_to', '{field:email}'),
(53, 3, 'email_format', 'html', 'email_format', 'html'),
(54, 3, 'cc', '', 'cc', ''),
(55, 3, 'bcc', '', 'bcc', ''),
(56, 3, 'attach_csv', '0', 'attach_csv', '0'),
(57, 3, 'email_message_plain', '', 'email_message_plain', ''),
(58, 4, 'message', 'Thank you {field:name} for filling out my form!', 'message', 'Thank you {field:name} for filling out my form!'),
(59, 4, 'objectType', 'Action', 'objectType', 'Action'),
(60, 4, 'objectDomain', 'actions', 'objectDomain', 'actions'),
(61, 4, 'editActive', '', 'editActive', ''),
(62, 4, 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}', 'conditions', 'a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(63, 4, 'payment_gateways', '', 'payment_gateways', ''),
(64, 4, 'payment_total', '0', 'payment_total', '0'),
(65, 4, 'tag', '', 'tag', ''),
(66, 4, 'to', '{wp:admin_email}', 'to', '{wp:admin_email}'),
(67, 4, 'email_subject', 'Ninja Forms Submission', 'email_subject', 'Ninja Forms Submission'),
(68, 4, 'email_message', '{fields_table}', 'email_message', '{fields_table}'),
(69, 4, 'from_name', '', 'from_name', ''),
(70, 4, 'from_address', '', 'from_address', ''),
(71, 4, 'reply_to', '', 'reply_to', ''),
(72, 4, 'email_format', 'html', 'email_format', 'html'),
(73, 4, 'cc', '', 'cc', ''),
(74, 4, 'bcc', '', 'bcc', ''),
(75, 4, 'attach_csv', '', 'attach_csv', ''),
(76, 4, 'redirect_url', '', 'redirect_url', ''),
(77, 4, 'success_msg', '<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>', 'success_msg', '<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),
(78, 4, 'email_message_plain', '', 'email_message_plain', ''),
(79, 1, 'message', 'This action adds users to WordPress&#039; personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.', 'message', 'This action adds users to WordPress&#039; personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.'),
(80, 1, 'submitter_email', '', 'submitter_email', ''),
(81, 1, 'fields-save-toggle', 'save_all', 'fields-save-toggle', 'save_all'),
(82, 1, 'exception_fields', 'a:0:{}', 'exception_fields', 'a:0:{}'),
(83, 1, 'set_subs_to_expire', '0', 'set_subs_to_expire', '0'),
(84, 1, 'subs_expire_time', '90', 'subs_expire_time', '90'),
(85, 3, 'message', 'This action adds users to WordPress&#039; personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.', 'message', 'This action adds users to WordPress&#039; personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.'),
(86, 4, 'submitter_email', '', 'submitter_email', ''),
(87, 4, 'fields-save-toggle', 'save_all', 'fields-save-toggle', 'save_all'),
(88, 4, 'exception_fields', 'a:0:{}', 'exception_fields', 'a:0:{}'),
(89, 4, 'set_subs_to_expire', '0', 'set_subs_to_expire', '0'),
(90, 4, 'subs_expire_time', '90', 'subs_expire_time', '90'),
(91, 5, 'objectType', 'Action', 'objectType', 'Action'),
(92, 5, 'objectDomain', 'actions', 'objectDomain', 'actions'),
(93, 5, 'editActive', '', 'editActive', ''),
(94, 5, 'message', 'Your form has been successfully submitted.', 'message', 'Your form has been successfully submitted.'),
(95, 5, 'order', '1', 'order', '1'),
(96, 5, 'payment_gateways', '', 'payment_gateways', ''),
(97, 5, 'payment_total', '0', 'payment_total', '0'),
(98, 5, 'tag', '', 'tag', ''),
(99, 5, 'to', '{wp:admin_email}', 'to', '{wp:admin_email}'),
(100, 5, 'reply_to', '', 'reply_to', ''),
(101, 5, 'email_subject', 'Ninja Forms Submission', 'email_subject', 'Ninja Forms Submission'),
(102, 5, 'email_message', '{fields_table}', 'email_message', '{fields_table}'),
(103, 5, 'email_message_plain', '', 'email_message_plain', ''),
(104, 5, 'from_name', '', 'from_name', ''),
(105, 5, 'from_address', '', 'from_address', ''),
(106, 5, 'email_format', 'html', 'email_format', 'html'),
(107, 5, 'cc', '', 'cc', ''),
(108, 5, 'bcc', '', 'bcc', ''),
(109, 5, 'redirect_url', '', 'redirect_url', ''),
(110, 5, 'submitter_email', '', 'submitter_email', ''),
(111, 5, 'fields-save-toggle', 'save_all', 'fields-save-toggle', 'save_all'),
(112, 5, 'exception_fields', 'a:0:{}', 'exception_fields', 'a:0:{}'),
(113, 5, 'set_subs_to_expire', '0', 'set_subs_to_expire', '0'),
(114, 5, 'subs_expire_time', '90', 'subs_expire_time', '90'),
(115, 5, 'success_msg', 'Your form has been successfully submitted.', 'success_msg', 'Your form has been successfully submitted.'),
(116, 6, 'objectType', 'Action', 'objectType', 'Action'),
(117, 6, 'objectDomain', 'actions', 'objectDomain', 'actions'),
(118, 6, 'editActive', '', 'editActive', ''),
(119, 6, 'order', '2', 'order', '2'),
(120, 6, 'message', 'This action adds users to WordPress&#039; personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.', 'message', 'This action adds users to WordPress&#039; personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.'),
(121, 6, 'payment_gateways', '', 'payment_gateways', ''),
(122, 6, 'payment_total', '0', 'payment_total', '0'),
(123, 6, 'tag', '', 'tag', ''),
(124, 6, 'to', '{wp:admin_email}', 'to', '{wp:admin_email}'),
(125, 6, 'reply_to', '', 'reply_to', ''),
(126, 6, 'email_subject', 'Ninja Forms Submission', 'email_subject', 'Ninja Forms Submission'),
(127, 6, 'email_message', '{fields_table}', 'email_message', '{fields_table}'),
(128, 6, 'email_message_plain', '', 'email_message_plain', ''),
(129, 6, 'from_name', '', 'from_name', ''),
(130, 6, 'from_address', '', 'from_address', ''),
(131, 6, 'email_format', 'html', 'email_format', 'html'),
(132, 6, 'cc', '', 'cc', ''),
(133, 6, 'bcc', '', 'bcc', ''),
(134, 7, 'objectType', 'Action', 'objectType', 'Action'),
(135, 7, 'objectDomain', 'actions', 'objectDomain', 'actions'),
(136, 7, 'editActive', '', 'editActive', ''),
(137, 7, 'order', '3', 'order', '3'),
(138, 7, 'message', 'This action adds users to WordPress&#039; personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.', 'message', 'This action adds users to WordPress&#039; personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.'),
(139, 7, 'payment_gateways', '', 'payment_gateways', ''),
(140, 7, 'payment_total', '0', 'payment_total', '0'),
(141, 7, 'tag', '', 'tag', ''),
(142, 7, 'to', '{wp:admin_email}', 'to', '{wp:admin_email}'),
(143, 7, 'reply_to', '', 'reply_to', ''),
(144, 7, 'email_subject', 'Ninja Forms Submission', 'email_subject', 'Ninja Forms Submission'),
(145, 7, 'email_message', '{fields_table}', 'email_message', '{fields_table}'),
(146, 7, 'email_message_plain', '', 'email_message_plain', ''),
(147, 7, 'from_name', '', 'from_name', ''),
(148, 7, 'from_address', '', 'from_address', ''),
(149, 7, 'email_format', 'html', 'email_format', 'html'),
(150, 7, 'cc', '', 'cc', ''),
(151, 7, 'bcc', '', 'bcc', ''),
(152, 7, 'redirect_url', '', 'redirect_url', ''),
(153, 7, 'submitter_email', 'email_1582719283532', 'submitter_email', 'email_1582719283532'),
(154, 7, 'fields-save-toggle', 'save_all', 'fields-save-toggle', 'save_all'),
(155, 7, 'exception_fields', 'a:0:{}', 'exception_fields', 'a:0:{}'),
(156, 7, 'set_subs_to_expire', '0', 'set_subs_to_expire', '0'),
(157, 7, 'subs_expire_time', '90', 'subs_expire_time', '90');

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

--
-- Table structure for table `wp_nf3_chunks`
--

CREATE TABLE `wp_nf3_chunks` (
  `id` int(11) NOT NULL,
  `name` varchar(200) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `wp_nf3_fields`
--

CREATE TABLE `wp_nf3_fields` (
  `id` int(11) NOT NULL,
  `label` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `field_label` longtext DEFAULT NULL,
  `field_key` longtext DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `required` bit(1) DEFAULT NULL,
  `default_value` longtext DEFAULT NULL,
  `label_pos` varchar(15) DEFAULT NULL,
  `personally_identifiable` bit(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_nf3_fields`
--

INSERT INTO `wp_nf3_fields` (`id`, `label`, `key`, `type`, `parent_id`, `created_at`, `updated_at`, `field_label`, `field_key`, `order`, `required`, `default_value`, `label_pos`, `personally_identifiable`) VALUES
(1, 'Name', 'name', 'textbox', 1, '2020-02-26 13:07:56', '2020-02-26 12:07:56', 'Name', 'name', 1, b'1', '', 'above', b'0'),
(2, 'Email', 'email', 'email', 1, '2020-02-26 13:07:56', '2020-02-26 12:07:56', 'Email', 'email', 2, b'1', '', 'above', b'1'),
(3, 'Message', 'message', 'textarea', 1, '2020-02-26 13:07:56', '2020-02-26 12:07:56', 'Message', 'message', 3, b'1', '', 'above', b'0'),
(4, 'Submit', 'submit', 'submit', 1, '2020-02-26 13:07:57', '2020-02-26 12:07:57', 'Submit', 'submit', 5, b'0', '', '', b'0'),
(5, 'First Name', 'firstname_1582719317077', 'firstname', 2, NULL, NULL, 'First Name', 'firstname_1582719317077', 1, b'0', '', 'default', b'1'),
(6, 'Last Name', 'lastname_1582719319446', 'lastname', 2, NULL, NULL, 'Last Name', 'lastname_1582719319446', 2, b'0', '', 'default', b'1'),
(7, 'Email', 'email_1582719283532', 'email', 2, NULL, NULL, 'Email', 'email_1582719283532', 3, b'1', '', 'default', b'1'),
(8, 'Submit', 'submit_1582719332190', 'submit', 2, NULL, NULL, 'Submit', 'submit_1582719332190', 5, b'0', '', '', b'0');

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

--
-- Table structure for table `wp_nf3_field_meta`
--

CREATE TABLE `wp_nf3_field_meta` (
  `id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_nf3_field_meta`
--

INSERT INTO `wp_nf3_field_meta` (`id`, `parent_id`, `key`, `value`, `meta_key`, `meta_value`) VALUES
(1, 1, 'label_pos', 'above', 'label_pos', 'above'),
(2, 1, 'required', '1', 'required', '1'),
(3, 1, 'order', '1', 'order', '1'),
(4, 1, 'placeholder', '', 'placeholder', ''),
(5, 1, 'default', '', 'default', ''),
(6, 1, 'wrapper_class', '', 'wrapper_class', ''),
(7, 1, 'element_class', '', 'element_class', ''),
(8, 1, 'objectType', 'Field', 'objectType', 'Field'),
(9, 1, 'objectDomain', 'fields', 'objectDomain', 'fields'),
(10, 1, 'editActive', '', 'editActive', ''),
(11, 1, 'container_class', '', 'container_class', ''),
(12, 1, 'input_limit', '', 'input_limit', ''),
(13, 1, 'input_limit_type', 'characters', 'input_limit_type', 'characters'),
(14, 1, 'input_limit_msg', 'Character(s) left', 'input_limit_msg', 'Character(s) left'),
(15, 1, 'manual_key', '', 'manual_key', ''),
(16, 1, 'disable_input', '', 'disable_input', ''),
(17, 1, 'admin_label', '', 'admin_label', ''),
(18, 1, 'help_text', '', 'help_text', ''),
(19, 1, 'desc_text', '', 'desc_text', ''),
(20, 1, 'disable_browser_autocomplete', '', 'disable_browser_autocomplete', ''),
(21, 1, 'mask', '', 'mask', ''),
(22, 1, 'custom_mask', '', 'custom_mask', ''),
(23, 1, 'wrap_styles_background-color', '', 'wrap_styles_background-color', ''),
(24, 1, 'wrap_styles_border', '', 'wrap_styles_border', ''),
(25, 1, 'wrap_styles_border-style', '', 'wrap_styles_border-style', ''),
(26, 1, 'wrap_styles_border-color', '', 'wrap_styles_border-color', ''),
(27, 1, 'wrap_styles_color', '', 'wrap_styles_color', ''),
(28, 1, 'wrap_styles_height', '', 'wrap_styles_height', ''),
(29, 1, 'wrap_styles_width', '', 'wrap_styles_width', ''),
(30, 1, 'wrap_styles_font-size', '', 'wrap_styles_font-size', ''),
(31, 1, 'wrap_styles_margin', '', 'wrap_styles_margin', ''),
(32, 1, 'wrap_styles_padding', '', 'wrap_styles_padding', ''),
(33, 1, 'wrap_styles_display', '', 'wrap_styles_display', ''),
(34, 1, 'wrap_styles_float', '', 'wrap_styles_float', ''),
(35, 1, 'wrap_styles_show_advanced_css', '0', 'wrap_styles_show_advanced_css', '0'),
(36, 1, 'wrap_styles_advanced', '', 'wrap_styles_advanced', ''),
(37, 1, 'label_styles_background-color', '', 'label_styles_background-color', ''),
(38, 1, 'label_styles_border', '', 'label_styles_border', ''),
(39, 1, 'label_styles_border-style', '', 'label_styles_border-style', ''),
(40, 1, 'label_styles_border-color', '', 'label_styles_border-color', ''),
(41, 1, 'label_styles_color', '', 'label_styles_color', ''),
(42, 1, 'label_styles_height', '', 'label_styles_height', ''),
(43, 1, 'label_styles_width', '', 'label_styles_width', ''),
(44, 1, 'label_styles_font-size', '', 'label_styles_font-size', ''),
(45, 1, 'label_styles_margin', '', 'label_styles_margin', ''),
(46, 1, 'label_styles_padding', '', 'label_styles_padding', ''),
(47, 1, 'label_styles_display', '', 'label_styles_display', ''),
(48, 1, 'label_styles_float', '', 'label_styles_float', ''),
(49, 1, 'label_styles_show_advanced_css', '0', 'label_styles_show_advanced_css', '0'),
(50, 1, 'label_styles_advanced', '', 'label_styles_advanced', ''),
(51, 1, 'element_styles_background-color', '', 'element_styles_background-color', ''),
(52, 1, 'element_styles_border', '', 'element_styles_border', ''),
(53, 1, 'element_styles_border-style', '', 'element_styles_border-style', ''),
(54, 1, 'element_styles_border-color', '', 'element_styles_border-color', ''),
(55, 1, 'element_styles_color', '', 'element_styles_color', ''),
(56, 1, 'element_styles_height', '', 'element_styles_height', ''),
(57, 1, 'element_styles_width', '', 'element_styles_width', ''),
(58, 1, 'element_styles_font-size', '', 'element_styles_font-size', ''),
(59, 1, 'element_styles_margin', '', 'element_styles_margin', ''),
(60, 1, 'element_styles_padding', '', 'element_styles_padding', ''),
(61, 1, 'element_styles_display', '', 'element_styles_display', ''),
(62, 1, 'element_styles_float', '', 'element_styles_float', ''),
(63, 1, 'element_styles_show_advanced_css', '0', 'element_styles_show_advanced_css', '0'),
(64, 1, 'element_styles_advanced', '', 'element_styles_advanced', ''),
(65, 1, 'cellcid', 'c3277', 'cellcid', 'c3277'),
(66, 2, 'label_pos', 'above', 'label_pos', 'above'),
(67, 2, 'required', '1', 'required', '1'),
(68, 2, 'order', '2', 'order', '2'),
(69, 2, 'placeholder', '', 'placeholder', ''),
(70, 2, 'default', '', 'default', ''),
(71, 2, 'wrapper_class', '', 'wrapper_class', ''),
(72, 2, 'element_class', '', 'element_class', ''),
(73, 2, 'objectType', 'Field', 'objectType', 'Field'),
(74, 2, 'objectDomain', 'fields', 'objectDomain', 'fields'),
(75, 2, 'editActive', '', 'editActive', ''),
(76, 2, 'container_class', '', 'container_class', ''),
(77, 2, 'admin_label', '', 'admin_label', ''),
(78, 2, 'help_text', '', 'help_text', ''),
(79, 2, 'desc_text', '', 'desc_text', ''),
(80, 2, 'wrap_styles_background-color', '', 'wrap_styles_background-color', ''),
(81, 2, 'wrap_styles_border', '', 'wrap_styles_border', ''),
(82, 2, 'wrap_styles_border-style', '', 'wrap_styles_border-style', ''),
(83, 2, 'wrap_styles_border-color', '', 'wrap_styles_border-color', ''),
(84, 2, 'wrap_styles_color', '', 'wrap_styles_color', ''),
(85, 2, 'wrap_styles_height', '', 'wrap_styles_height', ''),
(86, 2, 'wrap_styles_width', '', 'wrap_styles_width', ''),
(87, 2, 'wrap_styles_font-size', '', 'wrap_styles_font-size', ''),
(88, 2, 'wrap_styles_margin', '', 'wrap_styles_margin', ''),
(89, 2, 'wrap_styles_padding', '', 'wrap_styles_padding', ''),
(90, 2, 'wrap_styles_display', '', 'wrap_styles_display', ''),
(91, 2, 'wrap_styles_float', '', 'wrap_styles_float', ''),
(92, 2, 'wrap_styles_show_advanced_css', '0', 'wrap_styles_show_advanced_css', '0'),
(93, 2, 'wrap_styles_advanced', '', 'wrap_styles_advanced', ''),
(94, 2, 'label_styles_background-color', '', 'label_styles_background-color', ''),
(95, 2, 'label_styles_border', '', 'label_styles_border', ''),
(96, 2, 'label_styles_border-style', '', 'label_styles_border-style', ''),
(97, 2, 'label_styles_border-color', '', 'label_styles_border-color', ''),
(98, 2, 'label_styles_color', '', 'label_styles_color', ''),
(99, 2, 'label_styles_height', '', 'label_styles_height', ''),
(100, 2, 'label_styles_width', '', 'label_styles_width', ''),
(101, 2, 'label_styles_font-size', '', 'label_styles_font-size', ''),
(102, 2, 'label_styles_margin', '', 'label_styles_margin', ''),
(103, 2, 'label_styles_padding', '', 'label_styles_padding', ''),
(104, 2, 'label_styles_display', '', 'label_styles_display', ''),
(105, 2, 'label_styles_float', '', 'label_styles_float', ''),
(106, 2, 'label_styles_show_advanced_css', '0', 'label_styles_show_advanced_css', '0'),
(107, 2, 'label_styles_advanced', '', 'label_styles_advanced', ''),
(108, 2, 'element_styles_background-color', '', 'element_styles_background-color', ''),
(109, 2, 'element_styles_border', '', 'element_styles_border', ''),
(110, 2, 'element_styles_border-style', '', 'element_styles_border-style', ''),
(111, 2, 'element_styles_border-color', '', 'element_styles_border-color', ''),
(112, 2, 'element_styles_color', '', 'element_styles_color', ''),
(113, 2, 'element_styles_height', '', 'element_styles_height', ''),
(114, 2, 'element_styles_width', '', 'element_styles_width', ''),
(115, 2, 'element_styles_font-size', '', 'element_styles_font-size', ''),
(116, 2, 'element_styles_margin', '', 'element_styles_margin', ''),
(117, 2, 'element_styles_padding', '', 'element_styles_padding', ''),
(118, 2, 'element_styles_display', '', 'element_styles_display', ''),
(119, 2, 'element_styles_float', '', 'element_styles_float', ''),
(120, 2, 'element_styles_show_advanced_css', '0', 'element_styles_show_advanced_css', '0'),
(121, 2, 'element_styles_advanced', '', 'element_styles_advanced', ''),
(122, 2, 'cellcid', 'c3281', 'cellcid', 'c3281'),
(123, 3, 'label_pos', 'above', 'label_pos', 'above'),
(124, 3, 'required', '1', 'required', '1'),
(125, 3, 'order', '3', 'order', '3'),
(126, 3, 'placeholder', '', 'placeholder', ''),
(127, 3, 'default', '', 'default', ''),
(128, 3, 'wrapper_class', '', 'wrapper_class', ''),
(129, 3, 'element_class', '', 'element_class', ''),
(130, 3, 'objectType', 'Field', 'objectType', 'Field'),
(131, 3, 'objectDomain', 'fields', 'objectDomain', 'fields'),
(132, 3, 'editActive', '', 'editActive', ''),
(133, 3, 'container_class', '', 'container_class', ''),
(134, 3, 'input_limit', '', 'input_limit', ''),
(135, 3, 'input_limit_type', 'characters', 'input_limit_type', 'characters'),
(136, 3, 'input_limit_msg', 'Character(s) left', 'input_limit_msg', 'Character(s) left'),
(137, 3, 'manual_key', '', 'manual_key', ''),
(138, 3, 'disable_input', '', 'disable_input', ''),
(139, 3, 'admin_label', '', 'admin_label', ''),
(140, 3, 'help_text', '', 'help_text', ''),
(141, 3, 'desc_text', '', 'desc_text', ''),
(142, 3, 'disable_browser_autocomplete', '', 'disable_browser_autocomplete', ''),
(143, 3, 'textarea_rte', '', 'textarea_rte', ''),
(144, 3, 'disable_rte_mobile', '', 'disable_rte_mobile', ''),
(145, 3, 'textarea_media', '', 'textarea_media', ''),
(146, 3, 'wrap_styles_background-color', '', 'wrap_styles_background-color', ''),
(147, 3, 'wrap_styles_border', '', 'wrap_styles_border', ''),
(148, 3, 'wrap_styles_border-style', '', 'wrap_styles_border-style', ''),
(149, 3, 'wrap_styles_border-color', '', 'wrap_styles_border-color', ''),
(150, 3, 'wrap_styles_color', '', 'wrap_styles_color', ''),
(151, 3, 'wrap_styles_height', '', 'wrap_styles_height', ''),
(152, 3, 'wrap_styles_width', '', 'wrap_styles_width', ''),
(153, 3, 'wrap_styles_font-size', '', 'wrap_styles_font-size', ''),
(154, 3, 'wrap_styles_margin', '', 'wrap_styles_margin', ''),
(155, 3, 'wrap_styles_padding', '', 'wrap_styles_padding', ''),
(156, 3, 'wrap_styles_display', '', 'wrap_styles_display', ''),
(157, 3, 'wrap_styles_float', '', 'wrap_styles_float', ''),
(158, 3, 'wrap_styles_show_advanced_css', '0', 'wrap_styles_show_advanced_css', '0'),
(159, 3, 'wrap_styles_advanced', '', 'wrap_styles_advanced', ''),
(160, 3, 'label_styles_background-color', '', 'label_styles_background-color', ''),
(161, 3, 'label_styles_border', '', 'label_styles_border', ''),
(162, 3, 'label_styles_border-style', '', 'label_styles_border-style', ''),
(163, 3, 'label_styles_border-color', '', 'label_styles_border-color', ''),
(164, 3, 'label_styles_color', '', 'label_styles_color', ''),
(165, 3, 'label_styles_height', '', 'label_styles_height', ''),
(166, 3, 'label_styles_width', '', 'label_styles_width', ''),
(167, 3, 'label_styles_font-size', '', 'label_styles_font-size', ''),
(168, 3, 'label_styles_margin', '', 'label_styles_margin', ''),
(169, 3, 'label_styles_padding', '', 'label_styles_padding', ''),
(170, 3, 'label_styles_display', '', 'label_styles_display', ''),
(171, 3, 'label_styles_float', '', 'label_styles_float', ''),
(172, 3, 'label_styles_show_advanced_css', '0', 'label_styles_show_advanced_css', '0'),
(173, 3, 'label_styles_advanced', '', 'label_styles_advanced', ''),
(174, 3, 'element_styles_background-color', '', 'element_styles_background-color', ''),
(175, 3, 'element_styles_border', '', 'element_styles_border', ''),
(176, 3, 'element_styles_border-style', '', 'element_styles_border-style', ''),
(177, 3, 'element_styles_border-color', '', 'element_styles_border-color', ''),
(178, 3, 'element_styles_color', '', 'element_styles_color', ''),
(179, 3, 'element_styles_height', '', 'element_styles_height', ''),
(180, 3, 'element_styles_width', '', 'element_styles_width', ''),
(181, 3, 'element_styles_font-size', '', 'element_styles_font-size', ''),
(182, 3, 'element_styles_margin', '', 'element_styles_margin', ''),
(183, 3, 'element_styles_padding', '', 'element_styles_padding', ''),
(184, 3, 'element_styles_display', '', 'element_styles_display', ''),
(185, 3, 'element_styles_float', '', 'element_styles_float', ''),
(186, 3, 'element_styles_show_advanced_css', '0', 'element_styles_show_advanced_css', '0'),
(187, 3, 'element_styles_advanced', '', 'element_styles_advanced', ''),
(188, 3, 'cellcid', 'c3284', 'cellcid', 'c3284'),
(189, 4, 'processing_label', 'Processing', 'processing_label', 'Processing'),
(190, 4, 'order', '5', 'order', '5'),
(191, 4, 'objectType', 'Field', 'objectType', 'Field'),
(192, 4, 'objectDomain', 'fields', 'objectDomain', 'fields'),
(193, 4, 'editActive', '', 'editActive', ''),
(194, 4, 'container_class', '', 'container_class', ''),
(195, 4, 'element_class', '', 'element_class', ''),
(196, 4, 'wrap_styles_background-color', '', 'wrap_styles_background-color', ''),
(197, 4, 'wrap_styles_border', '', 'wrap_styles_border', ''),
(198, 4, 'wrap_styles_border-style', '', 'wrap_styles_border-style', ''),
(199, 4, 'wrap_styles_border-color', '', 'wrap_styles_border-color', ''),
(200, 4, 'wrap_styles_color', '', 'wrap_styles_color', ''),
(201, 4, 'wrap_styles_height', '', 'wrap_styles_height', ''),
(202, 4, 'wrap_styles_width', '', 'wrap_styles_width', ''),
(203, 4, 'wrap_styles_font-size', '', 'wrap_styles_font-size', ''),
(204, 4, 'wrap_styles_margin', '', 'wrap_styles_margin', ''),
(205, 4, 'wrap_styles_padding', '', 'wrap_styles_padding', ''),
(206, 4, 'wrap_styles_display', '', 'wrap_styles_display', ''),
(207, 4, 'wrap_styles_float', '', 'wrap_styles_float', ''),
(208, 4, 'wrap_styles_show_advanced_css', '0', 'wrap_styles_show_advanced_css', '0'),
(209, 4, 'wrap_styles_advanced', '', 'wrap_styles_advanced', ''),
(210, 4, 'label_styles_background-color', '', 'label_styles_background-color', ''),
(211, 4, 'label_styles_border', '', 'label_styles_border', ''),
(212, 4, 'label_styles_border-style', '', 'label_styles_border-style', ''),
(213, 4, 'label_styles_border-color', '', 'label_styles_border-color', ''),
(214, 4, 'label_styles_color', '', 'label_styles_color', ''),
(215, 4, 'label_styles_height', '', 'label_styles_height', ''),
(216, 4, 'label_styles_width', '', 'label_styles_width', ''),
(217, 4, 'label_styles_font-size', '', 'label_styles_font-size', ''),
(218, 4, 'label_styles_margin', '', 'label_styles_margin', ''),
(219, 4, 'label_styles_padding', '', 'label_styles_padding', ''),
(220, 4, 'label_styles_display', '', 'label_styles_display', ''),
(221, 4, 'label_styles_float', '', 'label_styles_float', ''),
(222, 4, 'label_styles_show_advanced_css', '0', 'label_styles_show_advanced_css', '0'),
(223, 4, 'label_styles_advanced', '', 'label_styles_advanced', ''),
(224, 4, 'element_styles_background-color', '', 'element_styles_background-color', ''),
(225, 4, 'element_styles_border', '', 'element_styles_border', ''),
(226, 4, 'element_styles_border-style', '', 'element_styles_border-style', ''),
(227, 4, 'element_styles_border-color', '', 'element_styles_border-color', ''),
(228, 4, 'element_styles_color', '', 'element_styles_color', ''),
(229, 4, 'element_styles_height', '', 'element_styles_height', ''),
(230, 4, 'element_styles_width', '', 'element_styles_width', ''),
(231, 4, 'element_styles_font-size', '', 'element_styles_font-size', ''),
(232, 4, 'element_styles_margin', '', 'element_styles_margin', ''),
(233, 4, 'element_styles_padding', '', 'element_styles_padding', ''),
(234, 4, 'element_styles_display', '', 'element_styles_display', ''),
(235, 4, 'element_styles_float', '', 'element_styles_float', ''),
(236, 4, 'element_styles_show_advanced_css', '0', 'element_styles_show_advanced_css', '0'),
(237, 4, 'element_styles_advanced', '', 'element_styles_advanced', ''),
(238, 4, 'submit_element_hover_styles_background-color', '', 'submit_element_hover_styles_background-color', ''),
(239, 4, 'submit_element_hover_styles_border', '', 'submit_element_hover_styles_border', ''),
(240, 4, 'submit_element_hover_styles_border-style', '', 'submit_element_hover_styles_border-style', ''),
(241, 4, 'submit_element_hover_styles_border-color', '', 'submit_element_hover_styles_border-color', ''),
(242, 4, 'submit_element_hover_styles_color', '', 'submit_element_hover_styles_color', ''),
(243, 4, 'submit_element_hover_styles_height', '', 'submit_element_hover_styles_height', ''),
(244, 4, 'submit_element_hover_styles_width', '', 'submit_element_hover_styles_width', ''),
(245, 4, 'submit_element_hover_styles_font-size', '', 'submit_element_hover_styles_font-size', ''),
(246, 4, 'submit_element_hover_styles_margin', '', 'submit_element_hover_styles_margin', ''),
(247, 4, 'submit_element_hover_styles_padding', '', 'submit_element_hover_styles_padding', ''),
(248, 4, 'submit_element_hover_styles_display', '', 'submit_element_hover_styles_display', ''),
(249, 4, 'submit_element_hover_styles_float', '', 'submit_element_hover_styles_float', ''),
(250, 4, 'submit_element_hover_styles_show_advanced_css', '0', 'submit_element_hover_styles_show_advanced_css', '0'),
(251, 4, 'submit_element_hover_styles_advanced', '', 'submit_element_hover_styles_advanced', ''),
(252, 4, 'cellcid', 'c3287', 'cellcid', 'c3287'),
(253, 1, 'label', 'Name', 'label', 'Name'),
(254, 1, 'key', 'name', 'key', 'name'),
(255, 1, 'type', 'textbox', 'type', 'textbox'),
(256, 1, 'created_at', '2020-02-26 12:07:56', 'created_at', '2020-02-26 12:07:56'),
(257, 1, 'custom_name_attribute', '', 'custom_name_attribute', ''),
(258, 1, 'personally_identifiable', '', 'personally_identifiable', ''),
(259, 1, 'value', '', 'value', ''),
(260, 2, 'label', 'Email', 'label', 'Email'),
(261, 2, 'key', 'email', 'key', 'email'),
(262, 2, 'type', 'email', 'type', 'email'),
(263, 2, 'created_at', '2020-02-26 12:07:56', 'created_at', '2020-02-26 12:07:56'),
(264, 2, 'custom_name_attribute', 'email', 'custom_name_attribute', 'email'),
(265, 2, 'personally_identifiable', '1', 'personally_identifiable', '1'),
(266, 2, 'value', '', 'value', ''),
(267, 3, 'label', 'Message', 'label', 'Message'),
(268, 3, 'key', 'message', 'key', 'message'),
(269, 3, 'type', 'textarea', 'type', 'textarea'),
(270, 3, 'created_at', '2020-02-26 12:07:56', 'created_at', '2020-02-26 12:07:56'),
(271, 3, 'value', '', 'value', ''),
(272, 4, 'label', 'Submit', 'label', 'Submit'),
(273, 4, 'key', 'submit', 'key', 'submit'),
(274, 4, 'type', 'submit', 'type', 'submit'),
(275, 4, 'created_at', '2020-02-26 12:07:57', 'created_at', '2020-02-26 12:07:57'),
(276, 5, 'editActive', '', 'editActive', ''),
(277, 5, 'order', '1', 'order', '1'),
(278, 5, 'label', 'First Name', 'label', 'First Name'),
(279, 5, 'type', 'firstname', 'type', 'firstname'),
(280, 5, 'key', 'firstname_1582719317077', 'key', 'firstname_1582719317077'),
(281, 5, 'label_pos', 'default', 'label_pos', 'default'),
(282, 5, 'required', '', 'required', ''),
(283, 5, 'default', '', 'default', ''),
(284, 5, 'placeholder', '', 'placeholder', ''),
(285, 5, 'container_class', '', 'container_class', ''),
(286, 5, 'element_class', '', 'element_class', ''),
(287, 5, 'admin_label', '', 'admin_label', ''),
(288, 5, 'help_text', '', 'help_text', ''),
(289, 5, 'custom_name_attribute', 'fname', 'custom_name_attribute', 'fname'),
(290, 5, 'personally_identifiable', '1', 'personally_identifiable', '1'),
(291, 5, 'value', '', 'value', ''),
(292, 6, 'editActive', '', 'editActive', ''),
(293, 6, 'order', '2', 'order', '2'),
(294, 6, 'label', 'Last Name', 'label', 'Last Name'),
(295, 6, 'type', 'lastname', 'type', 'lastname'),
(296, 6, 'key', 'lastname_1582719319446', 'key', 'lastname_1582719319446'),
(297, 6, 'label_pos', 'default', 'label_pos', 'default'),
(298, 6, 'required', '', 'required', ''),
(299, 6, 'default', '', 'default', ''),
(300, 6, 'placeholder', '', 'placeholder', ''),
(301, 6, 'container_class', '', 'container_class', ''),
(302, 6, 'element_class', '', 'element_class', ''),
(303, 6, 'admin_label', '', 'admin_label', ''),
(304, 6, 'help_text', '', 'help_text', ''),
(305, 6, 'custom_name_attribute', 'lname', 'custom_name_attribute', 'lname'),
(306, 6, 'personally_identifiable', '1', 'personally_identifiable', '1'),
(307, 6, 'value', '', 'value', ''),
(308, 7, 'editActive', '', 'editActive', ''),
(309, 7, 'order', '3', 'order', '3'),
(310, 7, 'label', 'Email', 'label', 'Email'),
(311, 7, 'type', 'email', 'type', 'email'),
(312, 7, 'key', 'email_1582719283532', 'key', 'email_1582719283532'),
(313, 7, 'label_pos', 'default', 'label_pos', 'default'),
(314, 7, 'required', '1', 'required', '1'),
(315, 7, 'default', '', 'default', ''),
(316, 7, 'placeholder', '', 'placeholder', ''),
(317, 7, 'container_class', '', 'container_class', ''),
(318, 7, 'element_class', '', 'element_class', ''),
(319, 7, 'admin_label', '', 'admin_label', ''),
(320, 7, 'help_text', '', 'help_text', ''),
(321, 7, 'custom_name_attribute', 'email', 'custom_name_attribute', 'email'),
(322, 7, 'personally_identifiable', '1', 'personally_identifiable', '1'),
(323, 7, 'value', '', 'value', ''),
(324, 8, 'editActive', '', 'editActive', ''),
(325, 8, 'order', '5', 'order', '5'),
(326, 8, 'label', 'Submit', 'label', 'Submit'),
(327, 8, 'type', 'submit', 'type', 'submit'),
(328, 8, 'processing_label', 'Processing', 'processing_label', 'Processing'),
(329, 8, 'container_class', '', 'container_class', ''),
(330, 8, 'element_class', '', 'element_class', ''),
(331, 8, 'key', 'submit_1582719332190', 'key', 'submit_1582719332190'),
(332, 7, 'drawerDisabled', '', 'drawerDisabled', '');

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

--
-- Table structure for table `wp_nf3_forms`
--

CREATE TABLE `wp_nf3_forms` (
  `id` int(11) NOT NULL,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `views` int(11) DEFAULT NULL,
  `subs` int(11) DEFAULT NULL,
  `form_title` longtext DEFAULT NULL,
  `default_label_pos` varchar(15) DEFAULT NULL,
  `show_title` bit(1) DEFAULT NULL,
  `clear_complete` bit(1) DEFAULT NULL,
  `hide_complete` bit(1) DEFAULT NULL,
  `logged_in` bit(1) DEFAULT NULL,
  `seq_num` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_nf3_forms`
--

INSERT INTO `wp_nf3_forms` (`id`, `title`, `key`, `created_at`, `updated_at`, `views`, `subs`, `form_title`, `default_label_pos`, `show_title`, `clear_complete`, `hide_complete`, `logged_in`, `seq_num`) VALUES
(1, 'Contact Us', NULL, '2020-02-26 13:07:56', '2020-02-26 12:07:56', NULL, NULL, 'Contact Us', 'hidden', b'1', b'1', b'0', b'0', 3),
(2, 'Email SignUp', NULL, '2020-02-26 13:17:27', '2020-02-26 12:17:27', NULL, NULL, 'Email SignUp', 'above', b'0', b'1', b'0', b'0', 3);

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

--
-- Table structure for table `wp_nf3_form_meta`
--

CREATE TABLE `wp_nf3_form_meta` (
  `id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_nf3_form_meta`
--

INSERT INTO `wp_nf3_form_meta` (`id`, `parent_id`, `key`, `value`, `meta_key`, `meta_value`) VALUES
(1, 1, 'key', '', 'key', ''),
(2, 1, 'created_at', '2020-02-26 12:07:56', 'created_at', '2020-02-26 12:07:56'),
(3, 1, 'default_label_pos', 'hidden', 'default_label_pos', 'hidden'),
(4, 1, 'conditions', 'a:0:{}', 'conditions', 'a:0:{}'),
(5, 1, 'objectType', 'Form Setting', 'objectType', 'Form Setting'),
(6, 1, 'editActive', '1', 'editActive', '1'),
(7, 1, 'show_title', '1', 'show_title', '1'),
(8, 1, 'clear_complete', '1', 'clear_complete', '1'),
(9, 1, 'hide_complete', '0', 'hide_complete', '0'),
(10, 1, 'wrapper_class', '', 'wrapper_class', ''),
(11, 1, 'element_class', '', 'element_class', ''),
(12, 1, 'add_submit', '1', 'add_submit', '1'),
(13, 1, 'logged_in', '', 'logged_in', ''),
(14, 1, 'not_logged_in_msg', '', 'not_logged_in_msg', ''),
(15, 1, 'sub_limit_number', '', 'sub_limit_number', ''),
(16, 1, 'sub_limit_msg', '', 'sub_limit_msg', ''),
(17, 1, 'calculations', 'a:0:{}', 'calculations', 'a:0:{}'),
(18, 1, 'formContentData', 'a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}', 'formContentData', 'a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),
(19, 1, 'container_styles_background-color', '', 'container_styles_background-color', ''),
(20, 1, 'container_styles_border', '', 'container_styles_border', ''),
(21, 1, 'container_styles_border-style', '', 'container_styles_border-style', ''),
(22, 1, 'container_styles_border-color', '', 'container_styles_border-color', ''),
(23, 1, 'container_styles_color', '', 'container_styles_color', ''),
(24, 1, 'container_styles_height', '', 'container_styles_height', ''),
(25, 1, 'container_styles_width', '', 'container_styles_width', ''),
(26, 1, 'container_styles_font-size', '', 'container_styles_font-size', ''),
(27, 1, 'container_styles_margin', '', 'container_styles_margin', ''),
(28, 1, 'container_styles_padding', '', 'container_styles_padding', ''),
(29, 1, 'container_styles_display', '', 'container_styles_display', ''),
(30, 1, 'container_styles_float', '', 'container_styles_float', ''),
(31, 1, 'container_styles_show_advanced_css', '0', 'container_styles_show_advanced_css', '0'),
(32, 1, 'container_styles_advanced', '', 'container_styles_advanced', ''),
(33, 1, 'title_styles_background-color', '', 'title_styles_background-color', ''),
(34, 1, 'title_styles_border', '', 'title_styles_border', ''),
(35, 1, 'title_styles_border-style', '', 'title_styles_border-style', ''),
(36, 1, 'title_styles_border-color', '', 'title_styles_border-color', ''),
(37, 1, 'title_styles_color', '', 'title_styles_color', ''),
(38, 1, 'title_styles_height', '', 'title_styles_height', ''),
(39, 1, 'title_styles_width', '', 'title_styles_width', ''),
(40, 1, 'title_styles_font-size', '', 'title_styles_font-size', ''),
(41, 1, 'title_styles_margin', '', 'title_styles_margin', ''),
(42, 1, 'title_styles_padding', '', 'title_styles_padding', ''),
(43, 1, 'title_styles_display', '', 'title_styles_display', ''),
(44, 1, 'title_styles_float', '', 'title_styles_float', ''),
(45, 1, 'title_styles_show_advanced_css', '0', 'title_styles_show_advanced_css', '0'),
(46, 1, 'title_styles_advanced', '', 'title_styles_advanced', ''),
(47, 1, 'row_styles_background-color', '', 'row_styles_background-color', ''),
(48, 1, 'row_styles_border', '', 'row_styles_border', ''),
(49, 1, 'row_styles_border-style', '', 'row_styles_border-style', ''),
(50, 1, 'row_styles_border-color', '', 'row_styles_border-color', ''),
(51, 1, 'row_styles_color', '', 'row_styles_color', ''),
(52, 1, 'row_styles_height', '', 'row_styles_height', ''),
(53, 1, 'row_styles_width', '', 'row_styles_width', ''),
(54, 1, 'row_styles_font-size', '', 'row_styles_font-size', ''),
(55, 1, 'row_styles_margin', '', 'row_styles_margin', ''),
(56, 1, 'row_styles_padding', '', 'row_styles_padding', ''),
(57, 1, 'row_styles_display', '', 'row_styles_display', ''),
(58, 1, 'row_styles_show_advanced_css', '0', 'row_styles_show_advanced_css', '0'),
(59, 1, 'row_styles_advanced', '', 'row_styles_advanced', ''),
(60, 1, 'row-odd_styles_background-color', '', 'row-odd_styles_background-color', ''),
(61, 1, 'row-odd_styles_border', '', 'row-odd_styles_border', ''),
(62, 1, 'row-odd_styles_border-style', '', 'row-odd_styles_border-style', ''),
(63, 1, 'row-odd_styles_border-color', '', 'row-odd_styles_border-color', ''),
(64, 1, 'row-odd_styles_color', '', 'row-odd_styles_color', ''),
(65, 1, 'row-odd_styles_height', '', 'row-odd_styles_height', ''),
(66, 1, 'row-odd_styles_width', '', 'row-odd_styles_width', ''),
(67, 1, 'row-odd_styles_font-size', '', 'row-odd_styles_font-size', ''),
(68, 1, 'row-odd_styles_margin', '', 'row-odd_styles_margin', ''),
(69, 1, 'row-odd_styles_padding', '', 'row-odd_styles_padding', ''),
(70, 1, 'row-odd_styles_display', '', 'row-odd_styles_display', ''),
(71, 1, 'row-odd_styles_show_advanced_css', '0', 'row-odd_styles_show_advanced_css', '0'),
(72, 1, 'row-odd_styles_advanced', '', 'row-odd_styles_advanced', ''),
(73, 1, 'success-msg_styles_background-color', '', 'success-msg_styles_background-color', ''),
(74, 1, 'success-msg_styles_border', '', 'success-msg_styles_border', ''),
(75, 1, 'success-msg_styles_border-style', '', 'success-msg_styles_border-style', ''),
(76, 1, 'success-msg_styles_border-color', '', 'success-msg_styles_border-color', ''),
(77, 1, 'success-msg_styles_color', '', 'success-msg_styles_color', ''),
(78, 1, 'success-msg_styles_height', '', 'success-msg_styles_height', ''),
(79, 1, 'success-msg_styles_width', '', 'success-msg_styles_width', ''),
(80, 1, 'success-msg_styles_font-size', '', 'success-msg_styles_font-size', ''),
(81, 1, 'success-msg_styles_margin', '', 'success-msg_styles_margin', ''),
(82, 1, 'success-msg_styles_padding', '', 'success-msg_styles_padding', ''),
(83, 1, 'success-msg_styles_display', '', 'success-msg_styles_display', ''),
(84, 1, 'success-msg_styles_show_advanced_css', '0', 'success-msg_styles_show_advanced_css', '0'),
(85, 1, 'success-msg_styles_advanced', '', 'success-msg_styles_advanced', ''),
(86, 1, 'error_msg_styles_background-color', '', 'error_msg_styles_background-color', ''),
(87, 1, 'error_msg_styles_border', '', 'error_msg_styles_border', ''),
(88, 1, 'error_msg_styles_border-style', '', 'error_msg_styles_border-style', ''),
(89, 1, 'error_msg_styles_border-color', '', 'error_msg_styles_border-color', ''),
(90, 1, 'error_msg_styles_color', '', 'error_msg_styles_color', ''),
(91, 1, 'error_msg_styles_height', '', 'error_msg_styles_height', ''),
(92, 1, 'error_msg_styles_width', '', 'error_msg_styles_width', ''),
(93, 1, 'error_msg_styles_font-size', '', 'error_msg_styles_font-size', ''),
(94, 1, 'error_msg_styles_margin', '', 'error_msg_styles_margin', ''),
(95, 1, 'error_msg_styles_padding', '', 'error_msg_styles_padding', ''),
(96, 1, 'error_msg_styles_display', '', 'error_msg_styles_display', ''),
(97, 1, 'error_msg_styles_show_advanced_css', '0', 'error_msg_styles_show_advanced_css', '0'),
(98, 1, 'error_msg_styles_advanced', '', 'error_msg_styles_advanced', ''),
(99, 1, 'allow_public_link', '0', 'allow_public_link', '0'),
(100, 1, 'embed_form', '[ninja_form id=\'1\']', 'embed_form', '[ninja_form id=\'1\']'),
(101, 1, 'currency', '', 'currency', ''),
(102, 1, 'unique_field_error', 'A form with this value has already been submitted.', 'unique_field_error', 'A form with this value has already been submitted.'),
(103, 1, 'public_link', 'https://vilcoms.com/hosting/ninja-forms/1r1ll', 'public_link', 'https://vilcoms.com/hosting/ninja-forms/1r1ll'),
(104, 1, 'changeEmailErrorMsg', '', 'changeEmailErrorMsg', ''),
(105, 1, 'changeDateErrorMsg', '', 'changeDateErrorMsg', ''),
(106, 1, 'confirmFieldErrorMsg', '', 'confirmFieldErrorMsg', ''),
(107, 1, 'fieldNumberNumMinError', '', 'fieldNumberNumMinError', ''),
(108, 1, 'fieldNumberNumMaxError', '', 'fieldNumberNumMaxError', ''),
(109, 1, 'fieldNumberIncrementBy', '', 'fieldNumberIncrementBy', ''),
(110, 1, 'formErrorsCorrectErrors', '', 'formErrorsCorrectErrors', ''),
(111, 1, 'validateRequiredField', '', 'validateRequiredField', ''),
(112, 1, 'honeypotHoneypotError', '', 'honeypotHoneypotError', ''),
(113, 1, 'fieldsMarkedRequired', '', 'fieldsMarkedRequired', ''),
(114, 1, 'drawerDisabled', '', 'drawerDisabled', ''),
(115, 1, 'public_link_key', '1r1ll', 'public_link_key', '1r1ll'),
(116, 2, 'objectType', 'Form Setting', 'objectType', 'Form Setting'),
(117, 2, 'editActive', '1', 'editActive', '1'),
(118, 2, 'show_title', '0', 'show_title', '0'),
(119, 2, 'allow_public_link', '0', 'allow_public_link', '0'),
(120, 2, 'embed_form', '', 'embed_form', ''),
(121, 2, 'clear_complete', '1', 'clear_complete', '1'),
(122, 2, 'hide_complete', '0', 'hide_complete', '0'),
(123, 2, 'default_label_pos', 'above', 'default_label_pos', 'above'),
(124, 2, 'wrapper_class', '', 'wrapper_class', ''),
(125, 2, 'element_class', '', 'element_class', ''),
(126, 2, 'key', '', 'key', ''),
(127, 2, 'add_submit', '0', 'add_submit', '0'),
(128, 2, 'currency', '', 'currency', ''),
(129, 2, 'unique_field_error', 'A form with this value has already been submitted.', 'unique_field_error', 'A form with this value has already been submitted.'),
(130, 2, 'logged_in', '', 'logged_in', ''),
(131, 2, 'not_logged_in_msg', '', 'not_logged_in_msg', ''),
(132, 2, 'sub_limit_msg', 'The form has reached its submission limit.', 'sub_limit_msg', 'The form has reached its submission limit.'),
(133, 2, 'calculations', 'a:0:{}', 'calculations', 'a:0:{}'),
(134, 2, 'formContentData', 'a:4:{i:0;s:23:\"firstname_1582719317077\";i:1;s:22:\"lastname_1582719319446\";i:2;s:19:\"email_1582719283532\";i:3;s:20:\"submit_1582719332190\";}', 'formContentData', 'a:4:{i:0;s:23:\"firstname_1582719317077\";i:1;s:22:\"lastname_1582719319446\";i:2;s:19:\"email_1582719283532\";i:3;s:20:\"submit_1582719332190\";}'),
(135, 2, 'changeEmailErrorMsg', '', 'changeEmailErrorMsg', ''),
(136, 2, 'changeDateErrorMsg', '', 'changeDateErrorMsg', ''),
(137, 2, 'confirmFieldErrorMsg', '', 'confirmFieldErrorMsg', ''),
(138, 2, 'fieldNumberNumMinError', '', 'fieldNumberNumMinError', ''),
(139, 2, 'fieldNumberNumMaxError', '', 'fieldNumberNumMaxError', ''),
(140, 2, 'fieldNumberIncrementBy', '', 'fieldNumberIncrementBy', ''),
(141, 2, 'formErrorsCorrectErrors', '', 'formErrorsCorrectErrors', ''),
(142, 2, 'validateRequiredField', '', 'validateRequiredField', ''),
(143, 2, 'honeypotHoneypotError', '', 'honeypotHoneypotError', ''),
(144, 2, 'fieldsMarkedRequired', '', 'fieldsMarkedRequired', ''),
(145, 2, 'drawerDisabled', '', 'drawerDisabled', ''),
(146, 1, '_seq_num', '3', '_seq_num', '3'),
(147, 2, '_seq_num', '3', '_seq_num', '3');

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

--
-- Table structure for table `wp_nf3_objects`
--

CREATE TABLE `wp_nf3_objects` (
  `id` int(11) NOT NULL,
  `type` longtext DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `object_title` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `wp_nf3_object_meta`
--

CREATE TABLE `wp_nf3_object_meta` (
  `id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `wp_nf3_relationships`
--

CREATE TABLE `wp_nf3_relationships` (
  `id` int(11) NOT NULL,
  `child_id` int(11) NOT NULL,
  `child_type` longtext NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_type` longtext NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `wp_nf3_upgrades`
--

CREATE TABLE `wp_nf3_upgrades` (
  `id` int(11) NOT NULL,
  `cache` longtext DEFAULT NULL,
  `stage` int(11) NOT NULL DEFAULT 0,
  `maintenance` bit(1) DEFAULT b'0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_nf3_upgrades`
--

INSERT INTO `wp_nf3_upgrades` (`id`, `cache`, `stage`, `maintenance`) VALUES
(1, 'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:57\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:57\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:170:\"This action adds users to WordPress&#039; personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:57\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:57\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:170:\"This action adds users to WordPress&#039; personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:57\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:116:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Us\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:56\";s:17:\"default_label_pos\";s:6:\"hidden\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:1;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";i:0;s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:11:\"public_link\";s:45:\"https://vilcoms.com/hosting/ninja-forms/1r1ll\";s:10:\"embed_form\";s:19:\"[ninja_form id=\'1\']\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;s:15:\"public_link_key\";s:5:\"1r1ll\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}', 4, b'0'),
(2, 'a:7:{s:2:\"id\";i:2;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:10:\"First Name\";s:4:\"type\";s:9:\"firstname\";s:3:\"key\";s:23:\"firstname_1582719317077\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";s:1:\"5\";}i:1;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:9:\"Last Name\";s:4:\"type\";s:8:\"lastname\";s:3:\"key\";s:22:\"lastname_1582719319446\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"lname\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";s:1:\"6\";}i:2;a:2:{s:8:\"settings\";a:19:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:5:\"label\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:3:\"key\";s:19:\"email_1582719283532\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:1:\"7\";}i:3;a:2:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:5:\"label\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1582719332190\";}s:2:\"id\";s:1:\"8\";}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:21:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:7:\"message\";s:170:\"This action adds users to WordPress&#039; personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:16:\"Store Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:7:\"message\";s:170:\"This action adds users to WordPress&#039; personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site&#039;s front end.\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:15:\"submitter_email\";s:19:\"email_1582719283532\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:7;}}s:8:\"settings\";a:31:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:12:\"Email SignUp\";s:10:\"show_title\";i:0;s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:0;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:23:\"firstname_1582719317077\";i:1;s:22:\"lastname_1582719319446\";i:2;s:19:\"email_1582719283532\";i:3;s:20:\"submit_1582719332190\";}s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:6:{s:5:\"tmp-4\";s:5:\"tmp-4\";s:5:\"tmp-6\";s:5:\"tmp-6\";s:5:\"tmp-7\";s:5:\"tmp-7\";s:5:\"tmp-8\";s:5:\"tmp-8\";s:5:\"tmp-9\";s:5:\"tmp-9\";s:6:\"tmp-10\";s:6:\"tmp-10\";}s:15:\"deleted_actions\";a:0:{}}', 4, b'0');

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

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

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

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://vilcoms.com/hosting', 'yes'),
(2, 'home', 'https://vilcoms.com/hosting', 'yes'),
(3, 'blogname', 'Hosting Reviews, Deals &amp; Coupons', 'yes'),
(4, 'blogdescription', 'We Help You Find the Best Hosting', 'yes'),
(5, 'users_can_register', '1', 'yes'),
(6, 'admin_email', 'ilijavv@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:156:{s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=73&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:68:\"/home/apartman/vilcoms.com/hosting/wp-content/themes/astra/style.css\";i:1;s:68:\"/home/nikastic/webhostingintro.com/wp-content/themes/astra/index.php\";i:2;s:68:\"/home/nikastic/webhostingintro.com/wp-content/themes/astra/style.css\";i:3;s:69:\"/home/nikastic/webhostingintro.com/wp-content/themes/astra/footer.php\";i:4;s:69:\"/home4/allcouponsanddes/public_html/wp-content/themes/astra/style.css\";}', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '45805', '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', 'page', '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', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', '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:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:109:\"Designed to help users understand web hosting and empower them to start their own blogs or online businesses.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:23:\"Top 5 Hosting Providers\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}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:10:{s:71:\"magic-liquidizer-responsive-table/magic-liquidizer-responsive-table.php\";s:26:\"liquidizer_table_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:29:\"advanced-ads/advanced-ads.php\";a:2:{i:0;s:19:\"Advanced_Ads_Plugin\";i:1;s:9:\"uninstall\";}s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:19:\"sucuriscanUninstall\";s:23:\"wp-cerber/wp-cerber.php\";s:13:\"cerber_finito\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '73', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '932', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '368', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1690231000', 'yes'),
(94, 'initial_db_version', '45805', 'yes'),
(95, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:75:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";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:15:\"manage_security\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', '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:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-1\";a:2:{i:0;s:14:\"recent-posts-2\";i:1;s:7:\"pages-4\";}s:13:\"header-widget\";a:1:{i:0;s:13:\"custom_html-2\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:2:{i:0;s:13:\"media_image-3\";i:1;s:6:\"text-2\";}s:24:\"advanced-footer-widget-2\";a:1:{i:0;s:7:\"pages-2\";}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'cron', 'a:19:{i:1705736153;a:3:{s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:19:\"litespeed_task_ccss\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1705736276;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:1705736484;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:1705736572;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:1705737600;a:1:{s:15:\"cerber_hourly_1\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1705738200;a:1:{s:15:\"cerber_hourly_2\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1705741945;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705743661;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705754572;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:1705754593;a:1:{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;}}}i:1705754594;a:2:{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:1705761684;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:1705769972;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705803600;a:1:{s:12:\"cerber_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705813253;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1705813290;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1705899653;a:1:{s:18:\"bsf_analytics_send\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"every_two_days\";s:4:\"args\";a:0:{}s:8:\"interval\";i:172800;}}}i:1707235727;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:3:{i:2;a:3:{s:5:\"title\";s:23:\"Top 5 Hosting Providers\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}', '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:2:{i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:224;s:6:\"height\";i:76;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:20;s:3:\"url\";s:62:\"https://vilcoms.com/hosting/wp-content/uploads/2020/02/6-1.png\";s:5:\"title\";s:0:\"\";}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:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:2:{i:2;a:2:{s:5:\"title\";s:3:\"ads\";s:7:\"content\";s:182:\"<iframe data-aa=\"1799192\" src=\"//ad.a-ads.com/1799192?size=970x90\" style=\"width:970px; height:90px; border:0px; padding:0; overflow:hidden; background-color: transparent;\" ></iframe>\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'recovery_keys', 'a:0:{}', 'yes'),
(121, 'theme_mods_twentytwenty', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1582375444;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(125, 'siteground_optimizer_default_enable_cache', '0', 'no'),
(126, 'siteground_optimizer_default_autoflush_cache', '0', 'no'),
(127, 'siteground_optimizer_supercacher_permissions', '1', 'no'),
(128, 'sg_cachepress', 'a:8:{s:12:\"enable_cache\";i:1;s:15:\"autoflush_cache\";i:1;s:16:\"enable_memcached\";i:0;s:11:\"show_notice\";i:0;s:8:\"is_nginx\";i:0;s:13:\"checked_nginx\";i:0;s:9:\"first_run\";i:0;s:9:\"last_fail\";i:0;}', 'yes'),
(129, 'siteground_optimizer_enable_cache', '0', 'yes'),
(130, 'siteground_optimizer_autoflush_cache', '1', 'yes'),
(131, 'siteground_optimizer_enable_memcached', '0', 'yes'),
(132, 'siteground_optimizer_show_notice', '0', 'yes'),
(133, 'siteground_optimizer_is_nginx', '0', 'yes'),
(134, 'siteground_optimizer_checked_nginx', '0', 'yes'),
(135, 'siteground_optimizer_first_run', '0', 'yes'),
(136, 'siteground_optimizer_last_fail', '0', 'yes'),
(137, 'siteground_optimizer_ssl_enabled', '0', 'yes'),
(138, 'siteground_optimizer_optimize_html', '0', 'yes'),
(139, 'siteground_optimizer_optimize_javascript', '0', 'yes'),
(140, 'siteground_optimizer_optimize_javascript_async', '0', 'yes'),
(141, 'siteground_optimizer_optimize_css', '0', 'yes'),
(142, 'siteground_optimizer_combine_css', '0', 'yes'),
(143, 'siteground_optimizer_remove_query_strings', '0', 'yes'),
(144, 'siteground_optimizer_disable_emojis', '0', 'yes'),
(145, 'siteground_optimizer_optimize_images', '0', 'yes'),
(147, 'siteground_optimizer_version', '5.4.3', 'yes'),
(148, 'siteground_optimizer_update_timestamp', '1582375377', 'yes'),
(149, 'siteground_optimizer_phpcompat_status', '1', 'yes'),
(150, 'siteground_optimizer_phpcompat_progress', '0', 'yes'),
(151, 'siteground_optimizer_phpcompat_is_compatible', '0', 'yes'),
(152, 'siteground_optimizer_phpcompat_result', 'a:0:{}', 'yes'),
(153, 'siteground_optimizer_image_optimization_completed', '1', 'no'),
(154, 'siteground_optimizer_enable_gzip_compression', '0', 'yes'),
(155, 'siteground_optimizer_enable_browser_caching', '0', 'yes'),
(156, 'siteground_optimizer_lazyload_mobile', '1', 'yes'),
(157, 'siteground_optimizer_async_javascript_exclude', 'a:2:{i:0;s:11:\"jquery-core\";i:1;s:14:\"jquery-migrate\";}', 'yes'),
(158, 'siteground_optimizer_excluded_lazy_load_classes', 'a:1:{i:0;s:9:\"skip-lazy\";}', 'yes'),
(159, 'siteground_optimizer_lazyload_iframes', '1', 'no'),
(160, 'siteground_optimizer_lazyload_videos', '1', 'no'),
(170, 'WPLANG', '', 'yes'),
(184, 'sco_id', '3', 'yes'),
(187, 'siteground_optimizer_memcache_notice', '1', 'yes'),
(248, 'siteground_optimizer_assets_data', 'a:16:{i:0;a:7:{s:5:\"value\";s:15:\"astra-theme-css\";s:5:\"title\";s:47:\"/themes/astra/assets/css/minified/style.min.css\";s:5:\"group\";s:5:\"theme\";s:4:\"name\";s:5:\"astra\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:12:\"theme: astra\";}i:1;a:7:{s:5:\"value\";s:18:\"astra-google-fonts\";s:5:\"title\";s:64:\"//fonts.googleapis.com/css?family=Roboto:400%2C&display=fallback\";s:5:\"group\";s:6:\"others\";s:4:\"name\";b:0;s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:6:\"others\";}i:2;a:7:{s:5:\"value\";s:20:\"astra-menu-animation\";s:5:\"title\";s:56:\"/themes/astra/assets/css/minified/menu-animation.min.css\";s:5:\"group\";s:5:\"theme\";s:4:\"name\";s:5:\"astra\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:12:\"theme: astra\";}i:3;a:7:{s:5:\"value\";s:15:\"elementor-icons\";s:5:\"title\";s:64:\"/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:43:\"plugin: Elementor - Header, Footer & Blocks\";}i:4;a:7:{s:5:\"value\";s:16:\"elementor-common\";s:5:\"title\";s:44:\"/plugins/elementor/assets/css/common.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:43:\"plugin: Elementor - Header, Footer & Blocks\";}i:5;a:7:{s:5:\"value\";s:16:\"wp-block-library\";s:5:\"title\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:5:\"group\";s:6:\"others\";s:4:\"name\";b:0;s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:6:\"others\";}i:6;a:7:{s:5:\"value\";s:14:\"contact-form-7\";s:5:\"title\";s:47:\"/plugins/contact-form-7/includes/css/styles.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:14:\"Contact Form 7\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:22:\"plugin: Contact Form 7\";}i:7;a:7:{s:5:\"value\";s:20:\"astra-contact-form-7\";s:5:\"title\";s:70:\"/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css\";s:5:\"group\";s:5:\"theme\";s:4:\"name\";s:5:\"astra\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:12:\"theme: astra\";}i:8;a:7:{s:5:\"value\";s:12:\"ea-admin-bar\";s:5:\"title\";s:75:\"/plugins/essential-addons-for-elementor-lite/assets/admin/css/admin-bar.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:30:\"Essential Addons for Elementor\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:38:\"plugin: Essential Addons for Elementor\";}i:9;a:7:{s:5:\"value\";s:9:\"hfe-style\";s:5:\"title\";s:71:\"/plugins/header-footer-elementor/assets/css/header-footer-elementor.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:43:\"plugin: Elementor - Header, Footer & Blocks\";}i:10;a:7:{s:5:\"value\";s:20:\"elementor-animations\";s:5:\"title\";s:59:\"/plugins/elementor/assets/lib/animations/animations.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:43:\"plugin: Elementor - Header, Footer & Blocks\";}i:11;a:7:{s:5:\"value\";s:16:\"elementor-global\";s:5:\"title\";s:33:\"/uploads/elementor/css/global.css\";s:5:\"group\";s:6:\"upload\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:43:\"upload: Elementor - Header, Footer & Blocks\";}i:12;a:7:{s:5:\"value\";s:18:\"elementor-post-335\";s:5:\"title\";s:35:\"/uploads/elementor/css/post-335.css\";s:5:\"group\";s:6:\"upload\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:43:\"upload: Elementor - Header, Footer & Blocks\";}i:13;a:7:{s:5:\"value\";s:17:\"hfe-widgets-style\";s:5:\"title\";s:61:\"/plugins/header-footer-elementor/inc/widgets-css/frontend.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:43:\"plugin: Elementor - Header, Footer & Blocks\";}i:14;a:7:{s:5:\"value\";s:18:\"elementor-post-329\";s:5:\"title\";s:35:\"/uploads/elementor/css/post-329.css\";s:5:\"group\";s:6:\"upload\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:0;s:11:\"group_title\";s:43:\"upload: Elementor - Header, Footer & Blocks\";}i:15;a:7:{s:5:\"value\";s:18:\"tablepress-default\";s:5:\"title\";s:39:\"/plugins/tablepress/css/default.min.css\";s:5:\"group\";s:6:\"plugin\";s:4:\"name\";s:10:\"TablePress\";s:9:\"in_footer\";i:0;s:11:\"is_minified\";i:1;s:11:\"group_title\";s:18:\"plugin: TablePress\";}}', 'yes'),
(271, 'current_theme', 'Astra', 'yes'),
(272, 'theme_mods_astra', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:122;s:11:\"custom_logo\";i:965;}', 'yes'),
(273, 'theme_switched', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(276, 'astra-settings', 'a:277:{s:18:\"theme-auto-version\";s:5:\"2.4.3\";s:22:\"is_theme_queue_running\";b:0;s:28:\"button-color-styling-divider\";s:0:\"\";s:24:\"theme-button-color-group\";s:0:\"\";s:25:\"theme-button-border-group\";s:0:\"\";s:12:\"button-color\";s:0:\"\";s:14:\"button-h-color\";s:0:\"\";s:15:\"button-bg-color\";s:0:\"\";s:17:\"button-bg-h-color\";s:0:\"\";s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:38:\"theme-button-border-group-border-color\";s:0:\"\";s:40:\"theme-button-border-group-border-h-color\";s:0:\"\";s:13:\"button-radius\";i:2;s:30:\"button-padding-styling-divider\";s:0:\"\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:40;s:6:\"bottom\";i:10;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"primary-header-button-color-divider\";s:0:\"\";s:33:\"primary-header-button-color-group\";s:0:\"\";s:34:\"primary-header-button-border-group\";s:0:\"\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:42:\"header-main-rt-section-button-border-color\";s:0:\"\";s:44:\"header-main-rt-section-button-border-h-color\";s:0:\"\";s:43:\"header-main-rt-section-button-border-radius\";s:0:\"\";s:39:\"transparent-header-button-color-divider\";s:0:\"\";s:37:\"transparent-header-button-color-group\";s:0:\"\";s:38:\"transparent-header-button-border-group\";s:0:\"\";s:46:\"header-main-rt-trans-section-button-text-color\";s:0:\"\";s:48:\"header-main-rt-trans-section-button-text-h-color\";s:0:\"\";s:46:\"header-main-rt-trans-section-button-back-color\";s:0:\"\";s:48:\"header-main-rt-trans-section-button-back-h-color\";s:0:\"\";s:43:\"header-main-rt-trans-section-button-padding\";s:0:\"\";s:47:\"header-main-rt-trans-section-button-border-size\";s:0:\"\";s:48:\"header-main-rt-trans-section-button-border-color\";s:0:\"\";s:50:\"header-main-rt-trans-section-button-border-h-color\";s:0:\"\";s:49:\"header-main-rt-trans-section-button-border-radius\";s:0:\"\";s:18:\"site-content-width\";i:1200;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:24:\"header-main-layout-width\";s:7:\"content\";s:15:\"header-main-sep\";i:0;s:21:\"header-main-sep-color\";s:0:\"\";s:19:\"disable-primary-nav\";b:0;s:22:\"header-main-rt-section\";s:4:\"none\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:24:\"header-button-style-link\";s:0:\"\";s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:39:\"header-main-submenu-container-animation\";s:4:\"fade\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:23:\"primary-submenu-b-color\";s:7:\"#0c112a\";s:27:\"primary-submenu-item-border\";b:1;s:28:\"primary-submenu-item-b-color\";s:7:\"#939393\";s:30:\"header-main-menu-label-divider\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"header-display-outside-menu\";b:0;s:24:\"mobile-header-breakpoint\";s:0:\"\";s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:39:\"mobile-header-toggle-target-link-notice\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:30:\"mobile-header-toggle-btn-style\";s:7:\"minimal\";s:36:\"mobile-header-toggle-btn-style-color\";s:0:\"\";s:38:\"mobile-header-toggle-btn-border-radius\";s:0:\"\";s:34:\"mobile-header-more-feature-divider\";s:0:\"\";s:38:\"mobile-header-more-feature-description\";s:0:\"\";s:34:\"divider-section-site-identity-logo\";s:0:\"\";s:21:\"different-retina-logo\";b:0;s:22:\"ast-header-retina-logo\";s:0:\"\";s:21:\"different-mobile-logo\";b:0;s:18:\"mobile-header-logo\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:3:\"300\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"ast-site-logo-divider\";s:0:\"\";s:18:\"display-site-title\";b:0;s:20:\"display-site-tagline\";b:0;s:17:\"logo-title-inline\";b:0;s:21:\"ast-site-icon-divider\";s:0:\"\";s:21:\"site-title-typography\";s:0:\"\";s:22:\"ast-site-title-divider\";s:0:\"\";s:23:\"site-tagline-typography\";s:0:\"\";s:30:\"ast-styling-section-blog-width\";s:0:\"\";s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:34:\"ast-styling-section-blog-width-end\";s:0:\"\";s:17:\"blog-post-content\";s:7:\"excerpt\";s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:37:\"ast-styling-section-blog-single-width\";s:0:\"\";s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:16:\"blog-single-meta\";a:1:{i:0;s:8:\"category\";}s:19:\"site-sidebar-layout\";s:13:\"right-sidebar\";s:34:\"single-page-sidebar-layout-divider\";s:0:\"\";s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:29:\"divider-section-sidebar-width\";s:0:\"\";s:18:\"site-sidebar-width\";i:30;s:30:\"site-sidebar-width-description\";s:0:\"\";s:27:\"site-content-layout-divider\";s:0:\"\";s:19:\"site-content-layout\";s:23:\"content-boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:26:\"site-layout-outside-bg-obj\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:34:\"ast-container-more-feature-divider\";s:23:\"content-boxed-container\";s:38:\"ast-container-more-feature-description\";s:0:\"\";s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:36:\"section-ast-small-footer-layout-info\";s:0:\"\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:69:\"Copyrights © [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:35:\"section-ast-small-footer-typography\";s:0:\"\";s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#f7f7f7\";s:43:\"footer-bar-color-background-heading-divider\";s:0:\"\";s:27:\"footer-bar-background-group\";s:0:\"\";s:24:\"footer-bar-content-group\";s:0:\"\";s:19:\"footer-layout-width\";s:7:\"content\";s:10:\"footer-adv\";s:8:\"layout-4\";s:23:\"footer-adv-border-width\";i:0;s:23:\"footer-adv-border-color\";s:0:\"\";s:38:\"ast-footer-widget-more-feature-divider\";s:0:\"\";s:42:\"ast-footer-widget-more-feature-description\";s:0:\"\";s:10:\"text-color\";s:7:\"#3a3a3a\";s:11:\"theme-color\";s:7:\"#0274be\";s:10:\"link-color\";s:7:\"#0274be\";s:12:\"link-h-color\";s:7:\"#3a3a3a\";s:24:\"divider-outside-bg-color\";s:0:\"\";s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:13:\"footer-bg-obj\";a:6:{s:16:\"background-color\";s:7:\"#f7f7f7\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:46:\"footer-widget-color-background-heading-divider\";s:0:\"\";s:30:\"footer-widget-background-group\";s:0:\"\";s:27:\"footer-widget-content-group\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:23:\"blog-typography-divider\";s:0:\"\";s:33:\"blog-content-archive-summary-typo\";s:0:\"\";s:33:\"blog-content-blog-post-title-typo\";s:0:\"\";s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"font-size-archive-summary-title\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:40:\"ast-blog-typography-more-feature-divider\";s:0:\"\";s:44:\"ast-blog-typography-more-feature-description\";s:0:\"\";s:17:\"divider-base-typo\";s:0:\"\";s:16:\"body-font-family\";s:20:\"\'Roboto\', sans-serif\";s:17:\"body-font-variant\";s:0:\"\";s:16:\"body-font-weight\";s:3:\"400\";s:19:\"body-text-transform\";s:0:\"\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";s:0:\"\";s:18:\"para-margin-bottom\";s:0:\"\";s:21:\"divider-headings-typo\";s:0:\"\";s:20:\"headings-font-family\";s:7:\"inherit\";s:21:\"headings-font-variant\";s:0:\"\";s:20:\"headings-font-weight\";s:7:\"inherit\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";s:0:\"\";s:18:\"divider-section-h1\";s:0:\"\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"divider-section-h2\";s:0:\"\";s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"divider-section-h3\";s:0:\"\";s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";i:25;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"divider-section-h4\";s:0:\"\";s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"divider-section-h5\";s:0:\"\";s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"divider-section-h6\";s:0:\"\";s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:43:\"ast-content-typography-more-feature-divider\";s:0:\"\";s:47:\"ast-content-typography-more-feature-description\";s:0:\"\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-header-typography-more-feature-divider\";s:0:\"\";s:46:\"ast-header-typography-more-feature-description\";s:0:\"\";s:32:\"divider-section-single-post-typo\";s:0:\"\";s:22:\"blog-single-title-typo\";s:0:\"\";s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:46:\"ast-sngle-blog-typography-more-feature-divider\";s:0:\"\";s:50:\"ast-sngle-blog-typography-more-feature-description\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#0c112a\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#bd1987\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#bd1987\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"transparent-header-enable\";b:0;s:34:\"transparent-header-disable-archive\";b:0;s:32:\"transparent-header-disable-index\";s:0:\"\";s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:31:\"transparent-header-disable-page\";s:0:\"\";s:32:\"transparent-header-disable-posts\";s:0:\"\";s:35:\"divider-section-transparent-display\";s:0:\"\";s:29:\"transparent-header-on-devices\";s:4:\"both\";s:35:\"divider-section-transparent-styling\";s:0:\"\";s:26:\"different-transparent-logo\";b:0;s:23:\"transparent-header-logo\";s:0:\"\";s:33:\"different-transparent-retina-logo\";b:0;s:30:\"transparent-header-retina-logo\";s:0:\"\";s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"divider-section-transparent-border-styling\";s:0:\"\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:31:\"divider-sec-transparent-styling\";s:0:\"\";s:36:\"transparent-header-background-colors\";s:0:\"\";s:25:\"transparent-header-colors\";s:0:\"\";s:30:\"transparent-header-colors-menu\";s:0:\"\";s:33:\"transparent-header-colors-submenu\";s:0:\"\";s:33:\"transparent-header-colors-content\";s:0:\"\";s:19:\"breadcrumb-position\";s:4:\"none\";s:24:\"select-breadcrumb-source\";s:7:\"default\";s:20:\"breadcrumb-separator\";s:2:\"»\";s:28:\"breadcrumb-disable-home-page\";s:0:\"\";s:34:\"breadcrumb-disable-blog-posts-page\";s:0:\"\";s:25:\"breadcrumb-disable-search\";s:0:\"\";s:26:\"breadcrumb-disable-archive\";s:0:\"\";s:30:\"breadcrumb-disable-single-page\";s:0:\"\";s:30:\"breadcrumb-disable-single-post\";s:0:\"\";s:27:\"breadcrumb-disable-singular\";s:0:\"\";s:27:\"breadcrumb-disable-404-page\";s:0:\"\";s:20:\"breadcrumb-alignment\";s:4:\"left\";s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-breadcrumb-color-divider\";s:0:\"\";s:24:\"section-breadcrumb-color\";s:0:\"\";s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"section-breadcrumb-typography-divider\";s:0:\"\";s:23:\"section-breadcrumb-typo\";s:0:\"\";s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:20:\"breadcrumb-font-size\";s:0:\"\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:22:\"breadcrumb-line-height\";s:0:\"\";s:18:\"heading-base-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:0:\"\";s:14:\"line-height-h1\";s:0:\"\";s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";s:0:\"\";s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";s:0:\"\";s:33:\"button-typography-styling-divider\";s:0:\"\";s:22:\"button-text-typography\";s:0:\"\";s:18:\"font-family-button\";s:7:\"inherit\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-weight-button\";s:7:\"inherit\";s:21:\"text-transform-button\";s:0:\"\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";s:0:\"\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:35:\"ele-default-color-typo-setting-comp\";b:0;s:34:\"can-update-theme-tablet-breakpoint\";b:0;}', 'yes'),
(279, 'astra-theme-old-setup', '1', 'yes'),
(315, 'recently_activated', 'a:1:{s:35:\"wp-fastest-cache/wpFastestCache.php\";i:1674684433;}', 'yes'),
(316, 'elementor_version', '3.3.1', 'yes'),
(326, '_elementor_installed_time', '1582375594', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(327, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:178;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:183;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:187;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:196;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:207;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:215;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:224;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:233;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:236;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:250;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:267;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:270;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:275;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:276;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:313;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:316;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:319;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:322;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:353;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:367;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:386;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:410;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:416;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:419;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:464;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:498;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(328, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:77:\"Introducing New Nested Elements - the Future of Design with Elementor widgets\";s:7:\"excerpt\";s:416:\"Elementor and Elementor Pro 3.10 include new design capabilities that will unlock a whole new world of creativity when it comes to designing your websites with Nested Elements, and introduces a new custom unit in sizing controls that will enable you to reach a higher level of accuracy when it comes to designing your websites. These versions also include a new container-based library, and performance improvements.\";s:7:\"created\";i:1674137711;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:137:\"https://elementor.com/blog/new-nested-elements-tabs-custom-units/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:98:\"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow\";s:7:\"excerpt\";s:253:\"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. \";s:7:\"created\";i:1670943042;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:141:\"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(435, 'mystickymenu_update_message', '2', 'yes'),
(438, 'sticky_header_status', 'done', 'yes'),
(439, 'has_sticky_header_old_version', 'no', 'yes'),
(440, 'mysticky_option_name', 'a:12:{s:26:\"mysticky_class_id_selector\";s:0:\"\";s:23:\"mysticky_class_selector\";s:18:\"header.site-header\";s:14:\"myfixed_zindex\";s:5:\"99990\";s:12:\"myfixed_fade\";s:5:\"slide\";s:28:\"myfixed_disable_small_screen\";s:1:\"0\";s:25:\"mysticky_active_on_height\";s:1:\"0\";s:30:\"mysticky_active_on_height_home\";s:1:\"0\";s:15:\"myfixed_bgcolor\";s:7:\"#32332f\";s:23:\"myfixed_transition_time\";s:3:\"0.3\";s:15:\"myfixed_opacity\";s:2:\"90\";s:14:\"device_desktop\";s:2:\"on\";s:13:\"device_mobile\";s:2:\"on\";}', 'yes'),
(441, 'update_mysticky_version_2_6', '1', 'yes'),
(442, 'my-sticky-menu_show_review_box_after', '2020-02-29', 'yes'),
(443, 'mystickymenu_show_affiliate_box_after', '2020-02-27', 'yes'),
(523, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(524, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(525, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(526, 'elementor_active_kit', '10', 'yes'),
(594, 'siteground_optimizer_total_non_converted_images', '182', 'yes'),
(595, 'siteground_optimizer_total_unoptimized_images', '91', 'yes'),
(641, 'tablepress_plugin_options', '{\"plugin_options_db_version\":40,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"1.10\",\"tablepress_version\":\"1.11\",\"first_activation\":1582376575,\"message_plugin_update\":true,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}', 'yes'),
(654, 'tablepress_tables', '{\"last_id\":1,\"table_post\":{\"1\":13}}', 'yes'),
(1290, 'eael_save_settings', 'a:58:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:12:\"woo-checkout\";i:1;s:14:\"login-register\";i:1;s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";i:1;s:20:\"woo-product-carousel\";i:1;s:11:\"simple-menu\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;s:21:\"eael-reading-progress\";i:1;s:21:\"eael-table-of-content\";i:1;s:20:\"eael-post-duplicator\";i:1;}', 'yes'),
(1294, 'eael_version', '4.8.1', 'yes'),
(1295, 'wpins_essential_adons_elementor_force_tracked', '1', 'yes'),
(2130, 'elementor_log', 'a:25:{s:32:\"4af5bd4009a4247ec9d392c9fe35cce9\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"92157\";s:7:\"\0*\0file\";s:92:\"https://bestcloudhostings.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.2\";s:7:\"\0*\0line\";s:2:\"31\";s:7:\"\0*\0date\";s:19:\"2020-02-22 15:01:17\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:49:\"Cannot read property \\&#039;0\\&#039; of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-02-22 15:01:17\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1582383677\";s:7:\"message\";s:39:\"Cannot read property \\\'0\\\' of undefined\";s:3:\"url\";s:92:\"https://bestcloudhostings.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.2\";s:4:\"line\";s:2:\"31\";s:6:\"column\";s:5:\"92157\";}}s:32:\"709e03f820fb28d5421573cb94753ce6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"42300\";s:7:\"\0*\0file\";s:100:\"https://bestcloudhostings.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=2.9.2\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-02-22 16:40:46\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:54:\"An invalid argument supplied as multiple control value\";s:7:\"\0*\0meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:79:\"Element `undefined` got as `eael_accordion_bg` value. Expected array or object.\";}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2020-02-22 16:40:46\";i:1;s:19:\"2020-02-22 16:40:46\";i:2;s:19:\"2020-02-22 16:40:46\";i:3;s:19:\"2020-02-22 16:40:46\";}s:7:\"\0*\0args\";a:8:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1582389646\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:100:\"https://bestcloudhostings.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=2.9.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"42300\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:79:\"Element `undefined` got as `eael_accordion_bg` value. Expected array or object.\";}s:4:\"meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:79:\"Element `undefined` got as `eael_accordion_bg` value. Expected array or object.\";}}}s:32:\"29a21256c04728a8ae61bad3a6e0857a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-02-27 10:15:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.2\";s:2:\"to\";s:5:\"2.9.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-02-27 10:15:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.2\";s:2:\"to\";s:5:\"2.9.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c5d475c48d805e0cb830d0a976375544\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"155108\";s:7:\"\0*\0file\";s:92:\"https://bestcloudhostings.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.3\";s:7:\"\0*\0line\";s:2:\"31\";s:7:\"\0*\0date\";s:19:\"2020-02-29 12:42:18\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:52:\"Cannot read property \\&#039;menu\\&#039; of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-02-29 12:42:18\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1582980138\";s:7:\"message\";s:42:\"Cannot read property \\\'menu\\\' of undefined\";s:3:\"url\";s:92:\"https://bestcloudhostings.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.3\";s:4:\"line\";s:2:\"31\";s:6:\"column\";s:6:\"155108\";}}s:32:\"60ea7fd7dd07a60eb2891a395b3ce69d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-03-06 12:39:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.3\";s:2:\"to\";s:5:\"2.9.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-03-06 12:39:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.3\";s:2:\"to\";s:5:\"2.9.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a097642565b2f708f4c6e21cf7ef10b9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-03-31 13:39:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.4\";s:2:\"to\";s:5:\"2.9.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-03-31 13:39:18\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.4\";s:2:\"to\";s:5:\"2.9.7\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"488cf2679fedf36a46bc559077e6d767\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-05-13 16:09:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.7\";s:2:\"to\";s:5:\"2.9.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-05-13 16:09:13\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.7\";s:2:\"to\";s:5:\"2.9.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7013f09d3ff17d027fa32532cbffc2b0\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:93:\"/home/shopocac/chocolateweb.net/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:7:\"\0*\0line\";i:1104;s:7:\"\0*\0date\";s:19:\"2020-09-22 03:57:23\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:79:\"Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes)\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-09-22 03:57:23\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:79:\"Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes)\";s:4:\"file\";s:93:\"/home/shopocac/chocolateweb.net/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:1104;s:5:\"trace\";b:1;}}s:32:\"13297aebef0a19fe74a5e4fe2e839171\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:97:\"/home/iudexcom/whatiswebhosting.net/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:7:\"\0*\0line\";i:1447;s:7:\"\0*\0date\";s:19:\"2021-01-16 15:07:18\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2021-01-16 15:07:18\";i:1;s:19:\"2021-01-16 15:10:10\";i:2;s:19:\"2021-01-16 15:13:00\";i:3;s:19:\"2021-01-20 08:27:42\";i:4;s:19:\"2021-01-20 08:29:16\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:51:\"Trying to access array offset on value of type null\";s:4:\"file\";s:97:\"/home/iudexcom/whatiswebhosting.net/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:1447;s:5:\"trace\";b:1;}}s:32:\"b49dc30c77e4370f0f63e7e501e1b916\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.8\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.8\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1b56661378a4867c03b8b1cbef5f573c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"46568523d47a8b83694351d66b553745\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"80598e90a9c0befc40a92f261f4313f6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"144c912a417412554fac81862cbecb8a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"3bcacc76a5537199e9f47035ca12fd66\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"c02416bcbfe827ba475c2f184f8dc812\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a1c9b140a744f589b622f4973c481a20\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:12\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"965c76c6f40b28ad54efbbf415b8f1ac\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:12\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"64ce6311cfa75a2347c3501221024758\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:12\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"70eb889fe0a7d83d6d589e761787abc9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"71af42d094de7a90893b505c4e2e4457\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"3e6b3dba9e3493406e9036c5188150a4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"18a5811d4d9195921026662b63e2288e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"36718bf83728aff7688d13c96ed24cb4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-25 09:41:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.8\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-25 09:41:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.8\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8abf3b375c82baba9656b8da5229f866\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"37502\";s:7:\"\0*\0file\";s:98:\"https://webhostingintro.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.3.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2021-09-03 18:06:51\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:54:\"An invalid argument supplied as multiple control value\";s:7:\"\0*\0meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:97:\"Element `undefined` got as `eael_data_table_header_col_icon_new` value. Expected array or object.\";}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2021-09-03 18:06:51\";i:1;s:19:\"2021-09-03 18:06:51\";i:2;s:19:\"2022-07-01 08:35:20\";i:3;s:19:\"2022-07-01 08:35:20\";}s:7:\"\0*\0args\";a:8:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1630692411\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:98:\"https://webhostingintro.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.3.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"37502\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:97:\"Element `undefined` got as `eael_data_table_header_col_icon_new` value. Expected array or object.\";}s:4:\"meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:97:\"Element `undefined` got as `eael_data_table_header_col_icon_new` value. Expected array or object.\";}}}}', 'no'),
(3002, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1582390399;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(3162, 'ai1wm_updater', 'a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.37\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:259:\"<ul class=\"description\"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40188;}}', 'yes'),
(3181, 'sumome_hide_dashboard_overlay', '0', 'yes'),
(3184, 'sumome_site_id', '178b4c006d1b880051fd6700a17cfb00aef1c9002fb64c002b95bb000cac3d00', 'yes'),
(3281, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3284, 'mc4wp_version', '4.7.7', 'yes'),
(3285, 'mc4wp_flash_messages', 'a:0:{}', 'no'),
(3292, 'mc4wp', 'a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1582391360;}', 'yes'),
(3299, 'mc4wp_default_form_id', '96', 'yes'),
(3335, 'mc4wp_form_stylesheets', 'a:0:{}', 'yes'),
(6344, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'yes'),
(9190, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(9717, 'elementor_allow_tracking', 'no', 'yes'),
(9718, 'elementor_tracker_notice', '1', 'yes'),
(9728, '_hfe_db_version', '1.6.3', 'yes'),
(9857, 'ai1wmue_plugin_key', '355532c7-34fc-4408-b7a9-230288b46182', 'yes'),
(9861, 'jetpack_active_modules', 'a:0:{}', 'yes'),
(10019, 'ninja_forms_oauth_client_secret', 'xmThoUauuPFfCKtglZN75COOVIdwXH86pfvRUJUp', 'yes'),
(10020, 'ninja_forms_version', '3.4.24.2', 'yes'),
(10021, 'ninja_forms_db_version', '1.4', 'no'),
(10022, 'ninja_forms_required_updates', 'a:6:{s:19:\"CacheCollateActions\";s:19:\"2020-02-26 12:07:56\";s:17:\"CacheCollateForms\";s:19:\"2020-02-26 12:07:56\";s:18:\"CacheCollateFields\";s:19:\"2020-02-26 12:07:56\";s:19:\"CacheCollateObjects\";s:19:\"2020-02-26 12:07:56\";s:19:\"CacheCollateCleanup\";s:19:\"2020-02-26 12:07:56\";s:25:\"CacheFieldReconcilliation\";s:19:\"2020-02-26 12:07:56\";}', 'yes'),
(10023, 'ninja_forms_settings', 'a:9:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}', 'yes'),
(10024, 'ninja_forms_zuul', '51', 'no'),
(10025, 'wp_nf_update_fields_batch_cf84ebbfaf4ac3a57c6fa6d52c29e525', 'a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:56\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2020-02-26 12:07:57\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}', 'no'),
(10030, 'widget_ninja_forms_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(10031, 'ninja_forms_needs_updates', '0', 'yes'),
(10032, 'nf_admin_notice', 'a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:8:\"3/4/2020\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}', 'yes'),
(10034, 'nf_active_promotions', '{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/vilcoms.com\\/hosting\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/vilcoms.com\\/hosting\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/vilcoms.com\\/hosting\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n      setTimeout(function(){ \\/* Wait for services to init. *\\/\\n        var data = {\\n          width: 450,\\n          closeOnClick: \'body\',\\n          closeOnEsc: true,\\n          content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style=&quot;list-style-type:initial;margin-left: 20px;&quot;><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n          btnPrimary: {\\n            text: \'Sign me up!\',\\n            callback: function() {\\n              var spinner = document.createElement(\'span\');\\n              spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n              var w = this.offsetWidth;\\n              this.innerHTML = spinner.outerHTML;\\n              this.style.width = w+\'px\';\\n              ninja_forms_sendwp_remote_install();\\n            }\\n          },\\n          btnSecondary: {\\n            text: \'Cancel\',\\n            callback: function() {\\n              sendwpModal.toggleModal(false);\\n            }\\n          }\\n        }\\n        var sendwpModal = new NinjaModal(data);\\n      }, 500);\\n    \"}]}', 'no'),
(10035, 'nf_form_tel_data', '1', 'no'),
(10036, 'ninja_forms_do_not_allow_tracking', '1', 'yes'),
(10037, 'ninja_forms_optin_reported', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10039, 'ninja_forms_addons_feed', '[{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Multi+Step+Forms+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Multi+Step+Forms+Add-ons+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Front-End+Posting+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Front-End+Posting+Add-ons+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Mailchimp+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Mailchimp+Add-ons+Docs\",\"version\":\"3.3.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Campaign+Monitor+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Campaign+Monitor+Add-ons+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 10 analytics fields including UTM source, medium, campaign, content, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Analytics+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Analytics+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Constant+Contact+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Constant+Contact+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=AWeber+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=AWeber+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PayPal+Express+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PayPal+Express+Add-ons+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=MailPoet+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=MailPoet+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zoho+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zoho+CRM+Add-ons+Docs\",\"version\":\"3.5.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Capsule+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Capsule+CRM+Add-ons+Docs\",\"version\":\"3.4.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Insightly+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Insightly+CRM+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Trello+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Trello+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elavon+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elavon+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 4,000 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zapier+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zapier+Add-ons+Docs\",\"version\":\"3.0.9\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Salesforce+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Salesforce+CRM+Add-ons+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Slack+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Slack+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CleverReach+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CleverReach+Add-ons+Docs\",\"version\":\"3.1.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Webhooks+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Webhooks+Add-ons+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Excel+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Excel+Export+Add-ons+Docs\",\"version\":\"3.3.5\",\"categories\":[{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Help+Scout+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Help+Scout+Add-ons+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Emma+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Emma+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ClickSend+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ClickSend+SMS+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Twilio+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Twilio+SMS+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Recurly+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Recurly+Add-ons+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Save+Progress+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Save+Progress+Add-ons+Docs\",\"version\":\"3.0.28\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=EmailOctopus+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=EmailOctopus+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Pipeline CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with Pipeline CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pipeline+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pipeline+CRM+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ConvertKit+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ConvertKit+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=OnePageCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=OnePageCRM+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ActiveCampaign+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ActiveCampaign+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Agency Membership\",\"image\":\"assets\\/img\\/add-ons\\/ninja-forms-membership-bundle-2.png\",\"content\":\"Get every single Ninja Forms add-ons, at an amazingly discounted price.\",\"link\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Agency+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Agency+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Personal Membership\",\"image\":\"assets\\/img\\/add-ons\\/individual-membership-2.png\",\"content\":\"Get our most popular add-ons at an amazingly discounted price. Perfect for the single site owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Personal+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Personal+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Professional Membership\",\"image\":\"assets\\/img\\/add-ons\\/professional-membership-2.png\",\"content\":\"Get our 4 most popular add-ons at an amazingly discounted price. Perfect for your Do It Yourself business owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Professional+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Professional+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"HubSpot\",\"image\":\"assets\\/img\\/add-ons\\/hubspot-crm.png\",\"content\":\"Looking for an easier way to connect HubSpot with WordPress? Need more flexibility and features for your HubSpot forms? This is your answer.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=HubSpot+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-hubspot\\/ninja-forms-hubspot.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=HubSpot+Add-ons+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Advanced Datepicker\",\"image\":\"assets\\/img\\/add-ons\\/advanced-datepicker.png\",\"content\":\"Let your users book dates and times for appointments and more directly from any WordPress form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Advanced+Datepicker+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-advanced-datepicker\\/ninja-forms-advanced-datepicker-3.2.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Advanced+Datepicker+Add-ons+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Authorize.net\",\"image\":\"assets\\/img\\/add-ons\\/authorize-net.png\",\"content\":\"Looking for a fast, simple way to connect WordPress to Authorize.net? The Authorize.net add-on is your ticket!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Authorize.net+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-authorize-net\\/ninja-forms-authorize-net.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Authorize.net+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Basic Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/basic-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Basic+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Basic+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Plus Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Pro Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Elite Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Scheduled Submissions Export\",\"image\":\"assets\\/img\\/add-ons\\/scheduled-submissions-export.png\",\"content\":\"Use Scheduled Submissions Export to set hourly, daily, or weekly exports of any WordPress form submissions to any email address(es)!\",\"link\":\" https:\\/\\/ninjaforms.com\\/extensions\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Scheduled+Submissions+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-scheduled-exports\\/ninja-forms-scheduled-exports.php\",\"docs\":\" https:\\/\\/ninjaforms.com\\/docs\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Scheduled+Submissions+Export+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"CiviCRM\",\"image\":\"assets\\/img\\/add-ons\\/civicrm.png\",\"content\":\"Connect & update your CiviCRM account from any WordPress form with the Ninja Forms CiviCRM add-on. Easily add or update Contacts & Activities!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CiviCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-civicrm\\/ninja-forms-civicrm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CiviCRM+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Add file upload fields to any WordPress form. Set allowed file types, sizes, upload directories and save to WordPress, Google Drive and more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=File+Uploads+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=File+Uploads+Add-ons+Docs\",\"version\":\"3.3.16\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Let users register, login, & manage profiles with customizable form templates. Allow user roles to view or edit form submissions. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Management+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Management+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Edit form styles. Create two column forms. Multi column forms. Easily adjust form layout. You don\'t need a designer, just Layout and Styles!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Layout+and+Styles+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Layout+and+Styles+Add-ons+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Use Stripe Checkout forms to sell products or subscriptions. Accept credit cards, Google Pay, Apple Pay, & much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Stripe+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Stripe+Add-ons+Docs\",\"version\":\"3.2.6\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Create forms that change as they\'re filled out. Show and hide fields, modify lists, send email to different recipients conditionally and much more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Conditional+Logic+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Conditional+Logic+Add-ons+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Use PDF Form Submission to generate a PDF from any WordPress form submission. Create a fully customizable, fillable PDF from top to bottom!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PDF+Form+Submission+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PDF+Form+Submission+Add-ons+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]},{\"title\":\"Elite Membership\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Pro Membership\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Plus Membership\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"PayPal\",\"image\":\"assets\\/img\\/add-ons\\/paypal-checkout.png\",\"content\":\"Use PayPal Checkout to accept standard PayPal payments, PayPal credit, Pay Later, Venmo, & bank debit in WordPress!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-checkout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PayPal+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-paypal\\/ninja-forms-paypal.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-checkout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PayPal+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"}]}]', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10040, 'nf_sub_expiration', 'a:0:{}', 'yes'),
(10043, 'nf_form_tel_sent', 'true', 'no'),
(10098, 'redirection_options', 'a:24:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"6938078469375d71bc2ad2856561f42e\";s:12:\"monitor_post\";i:1;s:13:\"monitor_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:-1;s:10:\"expire_404\";i:-1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:0;s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:3:\"4.1\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;}', 'yes'),
(10184, 'advanced-ads-ad-health-notices', 'a:1:{s:6:\"ignore\";a:0:{}}', 'yes'),
(10185, 'widget_advads_ad_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(10186, 'advanced-ads-internal', 'a:2:{s:7:\"version\";s:6:\"1.17.3\";s:9:\"installed\";i:1582798317;}', 'yes'),
(10187, 'GADSENSE_OPT_NAME', 'a:2:{s:10:\"adsense-id\";s:0:\"\";s:14:\"limit-per-page\";b:0;}', 'yes'),
(10188, 'advanced-ads-notices', 'a:3:{s:5:\"queue\";a:1:{i:0;s:8:\"nl_intro\";}s:6:\"closed\";a:1:{s:15:\"license_invalid\";i:1582798333;}s:6:\"paused\";a:0:{}}', 'yes'),
(10207, 'googlesitekit_new_site_posts', '3', 'yes'),
(10208, 'googlesitekit_db_version', '1.3.0', 'yes'),
(10321, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(10525, 'analyst_cache', 's:1:\"1\";', 'yes'),
(10529, 'sfsi_custom_icons', 'no', 'yes'),
(10548, 'widget_sfsi-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(10556, 'sfsi_pplus_error_reporting_notice_dismissed', '1', 'yes'),
(10561, 'widget_onesignalwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(10562, 'OneSignalWPSetting', 'a:82:{s:6:\"app_id\";s:36:\"285ed028-f099-4b88-afba-ed9399c67676\";s:13:\"gcm_sender_id\";s:0:\"\";s:20:\"prompt_auto_register\";b:1;s:25:\"send_welcome_notification\";b:1;s:26:\"welcome_notification_title\";s:0:\"\";s:28:\"welcome_notification_message\";s:0:\"\";s:24:\"welcome_notification_url\";s:0:\"\";s:20:\"notification_on_post\";b:1;s:32:\"notification_on_post_from_plugin\";b:0;s:23:\"is_site_https_firsttime\";s:3:\"set\";s:13:\"is_site_https\";b:1;s:16:\"use_modal_prompt\";b:0;s:9:\"subdomain\";s:0:\"\";s:6:\"origin\";s:0:\"\";s:13:\"default_title\";s:0:\"\";s:12:\"default_icon\";s:0:\"\";s:11:\"default_url\";s:0:\"\";s:16:\"app_rest_api_key\";s:48:\"ZjM2MDUwODAtNjg0YS00NDRiLWFmM2ItZTY4MzVhZDk2OWNi\";s:13:\"safari_web_id\";s:0:\"\";s:37:\"showNotificationIconFromPostThumbnail\";b:1;s:33:\"chrome_auto_dismiss_notifications\";b:0;s:21:\"prompt_action_message\";s:0:\"\";s:41:\"prompt_example_notification_title_desktop\";s:0:\"\";s:43:\"prompt_example_notification_message_desktop\";s:0:\"\";s:40:\"prompt_example_notification_title_mobile\";s:0:\"\";s:42:\"prompt_example_notification_message_mobile\";s:0:\"\";s:35:\"prompt_example_notification_caption\";s:0:\"\";s:25:\"prompt_accept_button_text\";s:0:\"\";s:25:\"prompt_cancel_button_text\";s:0:\"\";s:24:\"prompt_auto_accept_title\";s:0:\"\";s:16:\"prompt_site_name\";s:0:\"\";s:21:\"notifyButton_position\";s:12:\"bottom-right\";s:17:\"notifyButton_size\";s:6:\"medium\";s:18:\"notifyButton_theme\";s:7:\"default\";s:36:\"notifyButton_customize_colors_enable\";b:0;s:36:\"notifyButton_customize_offset_enable\";b:0;s:29:\"notifyButton_color_background\";s:0:\"\";s:29:\"notifyButton_color_foreground\";s:0:\"\";s:35:\"notifyButton_color_badge_background\";s:0:\"\";s:35:\"notifyButton_color_badge_foreground\";s:0:\"\";s:31:\"notifyButton_color_badge_border\";s:0:\"\";s:24:\"notifyButton_color_pulse\";s:0:\"\";s:42:\"notifyButton_color_popup_button_background\";s:0:\"\";s:48:\"notifyButton_color_popup_button_background_hover\";s:0:\"\";s:49:\"notifyButton_color_popup_button_background_active\";s:0:\"\";s:37:\"notifyButton_color_popup_button_color\";s:0:\"\";s:26:\"notifyButton_offset_bottom\";s:0:\"\";s:24:\"notifyButton_offset_left\";s:0:\"\";s:25:\"notifyButton_offset_right\";s:0:\"\";s:23:\"notifyButton_showcredit\";b:1;s:32:\"notifyButton_showAfterSubscribed\";b:1;s:35:\"notifyButton_tip_state_unsubscribed\";s:0:\"\";s:33:\"notifyButton_tip_state_subscribed\";s:0:\"\";s:30:\"notifyButton_tip_state_blocked\";s:0:\"\";s:38:\"notifyButton_message_action_subscribed\";s:0:\"\";s:40:\"notifyButton_message_action_resubscribed\";s:0:\"\";s:40:\"notifyButton_message_action_unsubscribed\";s:0:\"\";s:30:\"notifyButton_dialog_main_title\";s:0:\"\";s:41:\"notifyButton_dialog_main_button_subscribe\";s:0:\"\";s:43:\"notifyButton_dialog_main_button_unsubscribe\";s:0:\"\";s:33:\"notifyButton_dialog_blocked_title\";s:0:\"\";s:35:\"notifyButton_dialog_blocked_message\";s:0:\"\";s:25:\"utm_additional_url_params\";s:0:\"\";s:25:\"allowed_custom_post_types\";s:0:\"\";s:18:\"notification_title\";s:17:\"BestCloudHostings\";s:24:\"send_to_mobile_platforms\";b:0;s:18:\"show_gcm_sender_id\";b:0;s:19:\"use_custom_manifest\";b:0;s:19:\"custom_manifest_url\";s:0:\"\";s:19:\"use_custom_sdk_init\";b:0;s:37:\"show_notification_send_status_message\";b:1;s:35:\"http_permission_request_modal_title\";s:0:\"\";s:37:\"http_permission_request_modal_message\";s:0:\"\";s:41:\"http_permission_request_modal_button_text\";s:0:\"\";s:38:\"showNotificationImageFromPostThumbnail\";b:1;s:19:\"notifyButton_enable\";b:1;s:29:\"notifyButton_customize_enable\";b:1;s:23:\"prompt_customize_enable\";b:1;s:27:\"use_http_permission_request\";b:0;s:21:\"persist_notifications\";s:41:\"yes-except-notification-manager-platforms\";s:17:\"use_native_prompt\";b:0;s:33:\"customize_http_permission_request\";b:0;}', 'yes'),
(10569, 'widget_srpw_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(10583, 'elementor_clear_cache', '', 'yes'),
(10584, 'elementor_reset_api_data', '', 'yes'),
(10586, 'elementor_enable_inspector', '', 'yes'),
(10587, 'elementor_replace_url', '', 'yes'),
(10588, 'elementor_rollback', '', 'yes'),
(10589, 'elementor_beta', 'no', 'yes'),
(10590, 'elementor_maintenance_mode_mode', '', 'yes'),
(10591, 'elementor_maintenance_mode_exclude_mode', 'logged_in', 'yes'),
(10592, 'elementor_maintenance_mode_exclude_roles', 'a:0:{}', 'yes'),
(10593, 'elementor_maintenance_mode_template_id', '', 'yes'),
(10722, 'elementor_safe_mode', '', 'yes'),
(12356, '_elementor_editor_upgrade_notice_dismissed', '1674680024', 'yes'),
(12681, 'db_upgraded', '', 'yes'),
(13303, 'wpins_block_notice', 'a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}', 'yes'),
(13633, 'active_plugins', 'a:22:{i:0;s:81:\"all-in-one-wp-migration-file-extension/all-in-one-wp-migration-file-extension.php\";i:1;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:47:\"better-search-replace/better-search-replace.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:45:\"disable-wordpress-updates/disable-updates.php\";i:7;s:32:\"duplicate-page/duplicatepage.php\";i:8;s:25:\"duplicator/duplicator.php\";i:9;s:23:\"elementor/elementor.php\";i:10;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:11;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:12;s:51:\"jetsticky-for-elementor/jetsticky-for-elementor.php\";i:13;s:35:\"litespeed-cache/litespeed-cache.php\";i:14;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:15;s:27:\"ninja-forms/ninja-forms.php\";i:16;s:51:\"onesignal-free-web-push-notifications/onesignal.php\";i:17;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:18;s:27:\"redirection/redirection.php\";i:19;s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";i:20;s:25:\"tablepress/tablepress.php\";i:21;s:29:\"virus-finder/virus-finder.php\";}', 'yes'),
(13638, 'template', 'astra', 'yes'),
(13639, 'stylesheet', 'astra', 'yes'),
(13670, 'bsf_analytics_installed_time', '1589386247', 'no'),
(13772, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"batson_tt@yahoo.com\";s:7:\"version\";s:5:\"5.4.4\";s:9:\"timestamp\";i:1605439163;}', 'no'),
(15475, 'bsf_analytics_optin', 'yes', 'yes'),
(19861, 'disallowed_keys', '', 'no'),
(19862, 'comment_previously_approved', '1', 'yes'),
(19863, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(19864, 'auto_update_core_dev', 'enabled', 'yes'),
(19865, 'auto_update_core_minor', 'enabled', 'yes'),
(19866, 'auto_update_core_major', 'unset', 'yes'),
(19867, 'finished_updating_comment_type', '1', 'yes'),
(20003, 'bsr_page_size', '1000', 'yes'),
(20032, 'rsssl_remaining_tasks', '1', 'yes'),
(20041, 'rsssl_current_version', '5.3.4', 'yes'),
(20044, 'rsssl_activation_timestamp', '1664800461', 'yes'),
(20045, 'rsssl_flush_rewrite_rules', '1664800458', 'yes'),
(20187, 'nonce_key', 'YRPWH+TOZ~prhApytDU$`HEC9rK6o@HwGu8zkn$,LV:zoy?.={]f<Kqd)) Q<;5C', 'no'),
(20188, 'nonce_salt', 'ke5cvGbvV)DO%D,hV5+*}~:OnPJQM.-_Z7/TG4w~&b{-Wo_/eZJG~0/b)ox;/*Ge', 'no'),
(20190, 'comment_whitelist', '1', 'yes'),
(20191, 'blacklist_keys', '', 'no'),
(20192, 'secure_auth_key', 'o~Ift9kC+@;X6JUuoz$Q)!t=aZ2,IPrj<{7zz?z%<Or(Xn3+W08pn ST3?7Z%eg}', 'no'),
(20193, 'secure_auth_salt', 'i;??6Mnw=N]~de O$L&p)Q&?eH7.!XI;yUScSfIH&AQVMO=mQt*p?|R_iY6]|/I(', 'no'),
(20194, 'logged_in_key', 'I/SwQPwyx?W2SM=<D}Xs@J+Q^).M,g^Y @E7E-t<8{SskOC2~c]w?n9@xti!C9K)', 'no'),
(20195, 'logged_in_salt', 'A[k(j#oagW2.Y_mi;(Rl{o-*%&gpYTxjyU%-xmpk2^~SVf%; 50R|3 ,6*C+C*LG', 'no'),
(20210, 'can_compress_scripts', '1', 'no'),
(20219, 'wordfence_ls_version', '1.0.6', 'yes'),
(20220, 'wfls_last_role_change', '1626878267', 'no'),
(20221, 'wordfence_version', '7.5.4', 'yes'),
(20222, 'wordfence_case', '1', 'yes'),
(20224, 'wordfence_installed', '1', 'yes'),
(20421, 'wordfenceActivated', '1', 'yes'),
(20424, 'wf_plugin_act_error', '', 'yes'),
(20606, 'cerber-main', 'a:38:{s:9:\"boot-mode\";i:0;s:8:\"attempts\";i:5;s:6:\"period\";i:30;s:7:\"lockout\";i:60;s:8:\"agperiod\";i:24;s:7:\"aglocks\";i:2;s:6:\"aglast\";i:4;s:10:\"limitwhite\";i:0;s:11:\"nologinhint\";i:0;s:15:\"nologinhint_msg\";s:0:\"\";s:10:\"nopasshint\";i:0;s:14:\"nopasshint_msg\";s:0:\"\";s:5:\"proxy\";i:0;s:10:\"cookiepref\";s:0:\"\";s:6:\"subnet\";i:0;s:8:\"nonusers\";i:0;s:7:\"wplogin\";i:0;s:10:\"noredirect\";i:0;s:7:\"page404\";i:1;s:9:\"loginpath\";s:0:\"\";s:9:\"loginnowp\";i:0;s:13:\"logindeferred\";i:0;s:10:\"citadel_on\";s:1:\"1\";s:7:\"cilimit\";i:200;s:8:\"ciperiod\";i:15;s:10:\"ciduration\";i:60;s:8:\"cinotify\";i:1;s:7:\"keeplog\";i:30;s:12:\"keeplog_auth\";i:30;s:8:\"ip_extra\";i:1;s:9:\"cerberlab\";i:0;s:11:\"cerberproto\";i:0;s:7:\"usefile\";i:0;s:10:\"dateformat\";s:0:\"\";s:10:\"plain_date\";i:0;s:10:\"admin_lang\";i:0;s:14:\"top_admin_menu\";i:0;s:14:\"no_white_my_ip\";i:0;}', 'no'),
(20607, 'cerber-hardening', 'a:14:{s:8:\"stopenum\";i:1;s:15:\"stopenum_oembed\";i:1;s:16:\"stopenum_sitemap\";i:0;s:8:\"adminphp\";i:0;s:8:\"phpnoupl\";i:0;s:8:\"nophperr\";i:1;s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:10:\"norestuser\";i:1;s:6:\"norest\";i:0;s:8:\"restauth\";i:1;s:9:\"restroles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"restwhite\";a:2:{i:0;s:6:\"oembed\";i:1;s:14:\"wp-site-health\";}s:9:\"cleanhead\";i:1;}', 'no'),
(20608, 'cerber-users', 'a:19:{s:8:\"authonly\";i:0;s:11:\"authonlyacl\";i:0;s:11:\"authonlymsg\";s:68:\"Only registered and logged in users are allowed to view this website\";s:13:\"authonlyredir\";s:0:\"\";s:8:\"regwhite\";i:0;s:12:\"regwhite_msg\";s:0:\"\";s:12:\"reglimit_num\";i:3;s:12:\"reglimit_min\";i:60;s:6:\"emrule\";i:0;s:6:\"emlist\";a:0:{}s:10:\"prohibited\";a:0:{}s:7:\"app_pwd\";i:1;s:11:\"auth_expire\";s:0:\"\";s:8:\"usersort\";s:0:\"\";s:11:\"pdata_erase\";i:0;s:14:\"pdata_sessions\";i:0;s:12:\"pdata_export\";i:0;s:9:\"pdata_act\";i:0;s:9:\"pdata_trf\";a:0:{}}', 'no'),
(20609, 'cerber-antispam', 'a:10:{s:8:\"botscomm\";i:1;s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";i:1;s:10:\"customcomm\";i:0;s:9:\"botswhite\";s:0:\"\";s:8:\"spamcomm\";i:0;s:10:\"trashafter\";i:7;s:18:\"trashafter-enabled\";i:0;}', 'no'),
(20610, 'cerber-recaptcha', 'a:14:{s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";i:0;s:10:\"recaplogin\";i:0;s:9:\"recaplost\";i:0;s:8:\"recapreg\";i:0;s:13:\"recapwoologin\";i:0;s:12:\"recapwoolost\";i:0;s:11:\"recapwooreg\";i:0;s:8:\"recapcom\";i:0;s:12:\"recapcomauth\";i:0;s:16:\"recaptcha-period\";i:60;s:16:\"recaptcha-number\";i:3;s:16:\"recaptcha-within\";i:30;}', 'no'),
(20611, 'cerber-notifications', 'a:11:{s:6:\"notify\";i:1;s:5:\"above\";i:3;s:5:\"email\";s:0:\"\";s:9:\"emailrate\";i:12;s:14:\"notify-new-ver\";s:1:\"1\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:0:\"\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";i:9;s:12:\"email-report\";s:0:\"\";s:13:\"enable-report\";s:1:\"1\";}', 'no'),
(20612, 'cerber-traffic', 'a:22:{s:9:\"tienabled\";s:1:\"1\";s:9:\"tiipwhite\";i:0;s:7:\"tiwhite\";s:0:\"\";s:8:\"tierrmon\";s:1:\"1\";s:11:\"tierrnoauth\";i:1;s:6:\"timode\";s:1:\"3\";s:12:\"tilogrestapi\";i:0;s:11:\"tilogxmlrpc\";i:0;s:9:\"tinocrabs\";s:1:\"1\";s:8:\"tinolocs\";a:0:{}s:6:\"tinoua\";a:0:{}s:8:\"tifields\";i:0;s:6:\"timask\";s:0:\"\";s:6:\"tihdrs\";i:0;s:11:\"tihdrs_sent\";i:0;s:6:\"tisenv\";i:0;s:7:\"ticandy\";i:0;s:12:\"ticandy_sent\";i:0;s:8:\"tiphperr\";i:0;s:11:\"tithreshold\";s:0:\"\";s:9:\"tikeeprec\";i:30;s:14:\"tikeeprec_auth\";i:30;}', 'no'),
(20613, 'cerber-user_shield', 'a:9:{s:7:\"ds_4acc\";i:0;s:13:\"ds_regs_roles\";a:0:{}s:10:\"ds_add_acc\";a:1:{i:0;s:13:\"administrator\";}s:11:\"ds_edit_acc\";a:1:{i:0;s:13:\"administrator\";}s:11:\"ds_4acc_acl\";i:0;s:9:\"ds_4roles\";i:0;s:11:\"ds_add_role\";a:1:{i:0;s:13:\"administrator\";}s:12:\"ds_edit_role\";a:1:{i:0;s:13:\"administrator\";}s:13:\"ds_4roles_acl\";i:0;}', 'no'),
(20614, 'cerber-opt_shield', 'a:4:{s:8:\"ds_4opts\";i:0;s:14:\"ds_4opts_roles\";a:1:{i:0;s:13:\"administrator\";}s:13:\"ds_4opts_list\";a:7:{s:11:\"admin_email\";i:1;s:12:\"default_role\";i:1;s:4:\"home\";i:1;s:7:\"siteurl\";i:1;s:18:\"users_can_register\";i:1;s:14:\"active_plugins\";i:1;s:8:\"template\";i:1;}s:12:\"ds_4opts_acl\";i:0;}', 'no'),
(20615, 'cerber-scanner', 'a:10:{s:8:\"scan_cpt\";a:0:{}s:9:\"scan_uext\";a:3:{i:0;s:3:\"tmp\";i:1;s:4:\"temp\";i:2;s:3:\"bak\";}s:12:\"scan_exclude\";a:0:{}s:9:\"scan_inew\";s:1:\"1\";s:9:\"scan_imod\";s:1:\"1\";s:10:\"scan_chmod\";i:0;s:8:\"scan_tmp\";i:0;s:9:\"scan_sess\";i:0;s:10:\"scan_debug\";i:0;s:13:\"scan_qcleanup\";s:2:\"30\";}', 'no'),
(20616, 'cerber-schedule', 'a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"03:00\";s:18:\"scan_afull-enabled\";i:0;s:10:\"scan_reinc\";a:5:{i:3;i:1;i:4;i:1;i:15;i:1;i:50;i:1;i:51;i:1;}s:12:\"scan_relimit\";i:3;s:10:\"scan_isize\";i:0;s:12:\"scan_ierrors\";i:0;s:10:\"email-scan\";s:0:\"\";}', 'no'),
(20617, 'cerber-policies', 'a:12:{s:13:\"scan_delunatt\";i:0;s:11:\"scan_delupl\";a:0:{}s:14:\"scan_delunwant\";i:0;s:15:\"scan_recover_wp\";i:0;s:15:\"scan_recover_pl\";i:0;s:10:\"scan_media\";i:0;s:15:\"scan_skip_media\";a:14:{i:0;s:3:\"css\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"jpe\";i:4;s:3:\"gif\";i:5;s:3:\"png\";i:6;s:3:\"bmp\";i:7;s:3:\"tif\";i:8;s:4:\"tiff\";i:9;s:3:\"ico\";i:10;s:4:\"woff\";i:11;s:5:\"woff2\";i:12;s:3:\"eot\";i:13;s:3:\"ttf\";}s:14:\"scan_del_media\";a:5:{i:0;s:3:\"php\";i:1;s:2:\"js\";i:2;s:3:\"htm\";i:3;s:4:\"html\";i:4;s:5:\"shtml\";}s:14:\"scan_nodeltemp\";i:0;s:14:\"scan_nodelsess\";i:0;s:13:\"scan_delexdir\";a:0:{}s:13:\"scan_delexext\";a:0:{}}', 'no'),
(20618, 'cerber-nexus_master', 'a:7:{s:13:\"master_tolist\";i:1;s:13:\"master_swshow\";i:1;s:14:\"master_at_site\";i:1;s:13:\"master_locale\";i:0;s:9:\"master_dt\";i:0;s:9:\"master_tz\";i:0;s:11:\"master_diag\";i:0;}', 'no'),
(20619, 'cerber-nexus-slave', 'a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}', 'no'),
(20620, '_cerber_db_errors', 'a:16:{i:0;a:3:{i:0;s:47:\"Table \'hkrhst.wpcnjl_cerber_sets\' doesn\'t exist\";i:1;s:77:\"SELECT * FROM wpcnjl_cerber_sets WHERE the_key = \"_nexus_mode\" AND the_id = 0\";i:2;d:1626945638.4693129;}i:1;a:3:{i:0;s:47:\"Table \'hkrhst.wpcnjl_cerber_sets\' doesn\'t exist\";i:1;s:78:\"SELECT * FROM wpcnjl_cerber_sets WHERE the_key = \"admin_notice\" AND the_id = 0\";i:2;d:1626945641.7246449;}i:2;a:3:{i:0;s:47:\"Table \'hkrhst.wpcnjl_cerber_sets\' doesn\'t exist\";i:1;s:105:\"INSERT INTO wpcnjl_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_notice\",0,\"a:0:{}\",0)\";i:2;d:1626945641.7246931;}i:3;a:3:{i:0;s:47:\"Table \'hkrhst.wpcnjl_cerber_sets\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM wpcnjl_cerber_sets WHERE the_key = \"admin_message\" AND the_id = 0\";i:2;d:1626945641.7247319;}i:4;a:3:{i:0;s:47:\"Table \'hkrhst.wpcnjl_cerber_sets\' doesn\'t exist\";i:1;s:106:\"INSERT INTO wpcnjl_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_message\",0,\"a:0:{}\",0)\";i:2;d:1626945641.724766;}i:5;a:3:{i:0;s:47:\"Table \'hkrhst.wpcnjl_cerber_sets\' doesn\'t exist\";i:1;s:83:\"SELECT * FROM wpcnjl_cerber_sets WHERE the_key = \"cerber_admin_wide\" AND the_id = 0\";i:2;d:1626945641.7248001;}i:6;a:3:{i:0;s:47:\"Table \'hkrhst.wpcnjl_cerber_sets\' doesn\'t exist\";i:1;s:104:\"INSERT INTO wpcnjl_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"cerber_admin_wide\",0,\"\",0)\";i:2;d:1626945641.7248321;}i:7;a:3:{i:0;s:47:\"Table \'topweb_topw.cerber_blocks\' doesn\'t exist\";i:1;s:59:\"SELECT ip FROM cerber_blocks WHERE block_until < 1636261359\";i:2;d:1636261359.840683;}i:8;a:3:{i:0;s:44:\"Table \'topweb_topw.cerber_acl\' doesn\'t exist\";i:1;s:141:\"SELECT * FROM cerber_acl WHERE acl_slice = 0 AND ver6 = 0 AND ip_long_begin <= 1887878163 AND 1887878163 <= ip_long_end AND tag = \"W\" LIMIT 1\";i:2;d:1636261359.8413219;}i:9;a:3:{i:0;s:44:\"Table \'topweb_topw.cerber_acl\' doesn\'t exist\";i:1;s:141:\"SELECT * FROM cerber_acl WHERE acl_slice = 0 AND ver6 = 0 AND ip_long_begin <= 1887878163 AND 1887878163 <= ip_long_end AND tag = \"W\" LIMIT 1\";i:2;d:1636261359.8414249;}i:10;a:3:{i:0;s:44:\"Table \'topweb_topw.cerber_acl\' doesn\'t exist\";i:1;s:141:\"SELECT * FROM cerber_acl WHERE acl_slice = 0 AND ver6 = 0 AND ip_long_begin <= 1887878163 AND 1887878163 <= ip_long_end AND tag = \"B\" LIMIT 1\";i:2;d:1636261359.841506;}i:11;a:3:{i:0;s:47:\"Table \'topweb_topw.cerber_blocks\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM cerber_blocks WHERE ip = \"112.134.188.19\" OR ip = \"112.134.188.*\"\";i:2;d:1636261359.841701;}i:12;a:3:{i:0;s:47:\"Table \'topweb_topw.cerber_blocks\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM cerber_blocks WHERE ip = \"112.134.188.19\" OR ip = \"112.134.188.*\"\";i:2;d:1636261359.8423569;}i:13;a:3:{i:0;s:47:\"Table \'topweb_topw.cerber_blocks\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM cerber_blocks WHERE ip = \"112.134.188.19\" OR ip = \"112.134.188.*\"\";i:2;d:1636261360.913759;}i:14;a:3:{i:0;s:47:\"Table \'topweb_topw.cerber_blocks\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM cerber_blocks WHERE ip = \"112.134.188.19\" OR ip = \"112.134.188.*\"\";i:2;d:1636261360.927628;}i:15;a:3:{i:0;s:44:\"Table \'topweb_topw.cerber_log\' doesn\'t exist\";i:1;s:252:\"INSERT INTO cerber_log (ip, ip_long, user_login, user_id, stamp, activity, session_id, country, details) \r\n	    VALUES (\"112.134.188.19\",1887878163,\"admin\",1,\"1636261360.9274\",20,\"60xOel8MJdEtQHunbzNwTYr5\",\"\",\"0|0|0|0|vilcoms.com/hosting/wp-login.php\")\";i:2;d:1636261360.92781;}}', 'no'),
(20621, 'cerber-antibot', 'a:2:{i:0;a:4:{i:0;a:2:{i:0;s:11:\"HnLDeErFMof\";i:1;s:12:\"jBb]Nzw[sCU4\";}i:1;a:2:{i:0;s:9:\"VTUonYzwC\";i:1;s:10:\"Lj7*faZbOu\";}i:2;a:2:{i:0;s:14:\"mBlSEwMiUxrKLc\";i:1;s:16:\"65f0mCJ[4aLwN93W\";}i:3;a:2:{i:0;s:16:\"yTUiFCtJlvDzQGpX\";i:1;s:8:\"NA]_8GEd\";}}i:1;a:4:{i:0;a:2:{i:0;s:15:\"rTEQuJVNFDwzKXP\";i:1;s:7:\"01_EBFI\";}i:1;a:2:{i:0;s:7:\"duoB-PX\";i:1;s:10:\"EaHxwF[Dvp\";}i:2;a:2:{i:0;s:7:\"pFu_sGE\";i:1;s:15:\"_aT5wC.XsuAMtNm\";}i:3;a:2:{i:0;s:13:\"MWihXO-VBaqIJ\";i:1;s:12:\"PBi*JNcYpesE\";}}}', 'no'),
(20622, '_cerber_up', 'a:2:{s:1:\"v\";s:3:\"8.9\";s:1:\"t\";i:1626945696;}', 'no'),
(20623, 'cerber_admin_info', '<h1>Highlights from WP Cerber Security 8.9</h1><ul><li>Improved: An updated scan statistic and filtering widget. Dynamically displays the most important issues with sorting.</li><li>Improved: The percentage of completion of a scanner step is shown now.</li><li>Improved: Sanitizing of malformed filenames in the scanner reports has been improved to avoid possible issues with the layout of the scan results page if malware creates malformed filenames to hinder their detection.</li><li>Improved: Handling of WordPress locales and versions on websites with multilanguage plugins has been improved.</li><li>Improved: A missing wp-config-sample.php file is not reported as an issue in the results of the scan anymore.</li><li>Improved: Handling REGEX patterns for the setting fields &quot;Restrict email addresses&quot; and &quot;Prohibited usernames&quot;. Now they support REGEX quantifiers.</li><li>Improved: You can specify the &quot;User-Agent&quot; string for requests from the main (master) Cerber.Hub website by defining the PHP constant CERBER_HUB_UA in the wp-config.php file.</li></ul><p style=\"margin-top: 18px; line-height: 1.3;\"><span class=\"dashicons-before dashicons-info-outline\"></span>  &nbsp; <a href=\"https://wpcerber.com/?plugin_version=8.9\" target=\"_blank\">Read more on wpcerber.com</a></p>	<p style=\"margin-top: 24px;\"><span class=\"dashicons-before dashicons-email-alt\"></span> &nbsp; <a href=\"https://wpcerber.com/subscribe-newsletter/\">Subscribe to Cerber\'s newsletter</a></p>\r\n					<p><span class=\"dashicons-before dashicons-twitter\"></span> &nbsp; <a href=\"https://twitter.com/wpcerber\">Follow Cerber on Twitter</a></p>\r\n					<p><span class=\"dashicons-before dashicons-facebook\"></span> &nbsp; <a href=\"https://www.facebook.com/wpcerber/\">Follow Cerber on Facebook</a></p>\r\n				<p style=\"text-align:right; padding-right: 20px;\">\r\n    		    <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" &nbsp; Awesome! &nbsp; \"/></p>', 'no'),
(20624, 'cerber-groove', 'GKb2ZscrEBMheynl', 'no'),
(20625, 'cerber-groove-x', 'a:2:{i:0;s:24:\"OuHVEUYskcCfQ27T5MIX8BPx\";i:1;s:27:\"e6fJQBMhtbFm2a8X4ZrgCoxuisA\";}', 'no'),
(20888, 'hfe_plugin_is_activated', 'yes', 'yes'),
(20892, 'wpdeveloper_plugins_data', 'a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1683189669;s:6:\"review\";i:1683189656;}s:4:\"time\";i:1627206000;s:7:\"version\";s:5:\"4.8.1\";}}', 'yes'),
(20893, 'eael_remove_old_cache', '1', 'yes'),
(20904, 'elementor_controls_usage', 'a:3:{s:7:\"wp-page\";a:15:{s:6:\"column\";a:2:{s:5:\"count\";i:533;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:532;s:19:\"_inline_size_tablet\";i:69;s:21:\"space_between_widgets\";i:166;s:16:\"content_position\";i:71;s:5:\"align\";i:61;s:12:\"align_mobile\";i:20;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:69;s:16:\"background_color\";i:69;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:79;s:26:\"box_shadow_box_shadow_type\";i:75;s:21:\"box_shadow_box_shadow\";i:75;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:79;s:7:\"padding\";i:24;s:13:\"margin_tablet\";i:29;s:13:\"margin_mobile\";i:45;s:14:\"padding_tablet\";i:10;s:14:\"padding_mobile\";i:10;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:84;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:10;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:99;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:99;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:41;s:21:\"typography_typography\";i:29;s:20:\"typography_font_size\";i:28;s:10:\"text_color\";i:28;s:12:\"align_mobile\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:11;s:8:\"_padding\";i:12;}s:17:\"_section_position\";a:1:{s:23:\"_element_vertical_align\";i:10;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:283;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:177;}s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:167;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:24;s:16:\"background_image\";i:22;s:19:\"background_position\";i:22;s:15:\"background_size\";i:22;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_color\";i:22;}s:21:\"section_shape_divider\";a:7:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_color\";i:2;s:23:\"shape_divider_top_width\";i:2;s:24:\"shape_divider_top_height\";i:2;s:20:\"shape_divider_bottom\";i:1;s:26:\"shape_divider_bottom_color\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:10;s:20:\"border_radius_mobile\";i:10;}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:83;s:14:\"padding_tablet\";i:8;s:14:\"padding_mobile\";i:28;s:13:\"margin_mobile\";i:21;s:13:\"margin_tablet\";i:2;s:6:\"margin\";i:20;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:24;s:18:\"animation_duration\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}s:34:\"jet_sticky_section_sticky_settings\";a:0:{}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:297;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:7:{s:5:\"title\";i:297;s:5:\"align\";i:212;s:11:\"header_size\";i:110;s:12:\"align_tablet\";i:63;s:12:\"align_mobile\";i:80;s:4:\"link\";i:106;s:4:\"size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:295;s:21:\"typography_typography\";i:269;s:20:\"typography_font_size\";i:211;s:27:\"typography_font_size_mobile\";i:31;s:22:\"typography_font_family\";i:198;s:22:\"typography_line_height\";i:72;s:22:\"typography_font_weight\";i:139;s:29:\"typography_line_height_mobile\";i:4;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:4;s:8:\"_padding\";i:16;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}s:19:\"_section_background\";a:3:{s:22:\"_background_background\";i:16;s:17:\"_background_color\";i:16;s:19:\"_background_color_b\";i:6;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:10;}}}}s:14:\"eael-post-grid\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:33:\"eael_section_post_timeline_layout\";a:5:{s:22:\"eael_post_grid_columns\";i:2;s:14:\"eael_show_meta\";i:2;s:17:\"eael_show_excerpt\";i:2;s:26:\"eael_show_read_more_button\";i:2;s:14:\"show_load_more\";i:1;}s:26:\"eael_section_post__filters\";a:3:{s:9:\"posts_ids\";i:2;s:14:\"posts_per_page\";i:2;s:6:\"offset\";i:2;}}s:5:\"style\";a:6:{s:28:\"eael_section_post_grid_style\";a:7:{s:22:\"eael_post_grid_spacing\";i:2;s:28:\"eael_post_grid_border_radius\";i:2;s:41:\"eael_post_grid_box_shadow_box_shadow_type\";i:2;s:28:\"eael_post_grid_border_border\";i:2;s:27:\"eael_post_grid_border_width\";i:2;s:36:\"eael_post_grid_box_shadow_box_shadow\";i:2;s:27:\"eael_post_grid_border_color\";i:1;}s:23:\"eael_section_typography\";a:2:{s:30:\"eael_post_grid_title_alignment\";i:2;s:32:\"eael_post_grid_excerpt_alignment\";i:2;}s:24:\"section_meta_style_style\";a:2:{s:29:\"eael_post_grid_meta_alignment\";i:2;s:25:\"eael_post_grid_meta_color\";i:2;}s:30:\"eael_section_hover_card_styles\";a:4:{s:32:\"eael_post_grid_bg_hover_icon_new\";i:2;s:34:\"eael_post_grid_hover_icon_fontsize\";i:2;s:29:\"eael_post_grid_hover_bg_color\";i:2;s:31:\"eael_post_grid_hover_icon_color\";i:2;}s:26:\"eael_section_read_more_btn\";a:11:{s:45:\"eael_post_read_more_btn_typography_typography\";i:2;s:44:\"eael_post_read_more_btn_typography_font_size\";i:2;s:46:\"eael_post_read_more_btn_typography_font_weight\";i:2;s:29:\"eael_post_read_more_btn_color\";i:2;s:35:\"read_more_btn_background_background\";i:2;s:30:\"read_more_btn_background_color\";i:2;s:27:\"read_more_btn_border_radius\";i:2;s:31:\"eael_post_read_more_btn_padding\";i:2;s:26:\"read_more_btn_border_width\";i:2;s:26:\"read_more_btn_border_color\";i:2;s:20:\"read_more_btn_margin\";i:2;}s:26:\"eael_section_load_more_btn\";a:3:{s:28:\"eael_cta_btn_normal_bg_color\";i:2;s:42:\"eael_post_grid_load_more_btn_border_radius\";i:2;s:51:\"eael_post_grid_load_more_btn_shadow_box_shadow_type\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:15:\"navigation-menu\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:12:\"section_menu\";a:1:{s:4:\"menu\";i:3;}s:14:\"section_layout\";a:3:{s:6:\"layout\";i:3;s:13:\"navmenu_align\";i:2;s:8:\"dropdown\";i:3;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:6:{s:26:\"padding_vertical_menu_item\";i:3;s:26:\"menu_typography_typography\";i:3;s:25:\"menu_typography_font_size\";i:3;s:15:\"color_menu_item\";i:3;s:21:\"color_menu_item_hover\";i:3;s:24:\"bg_color_menu_item_hover\";i:3;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:151;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:151;s:4:\"link\";i:151;s:5:\"align\";i:151;s:11:\"icon_indent\";i:13;s:4:\"size\";i:96;s:13:\"selected_icon\";i:26;s:10:\"icon_align\";i:26;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:16:{s:21:\"typography_typography\";i:151;s:20:\"typography_font_size\";i:151;s:17:\"button_text_color\";i:13;s:16:\"background_color\";i:151;s:15:\"hover_animation\";i:141;s:13:\"border_radius\";i:151;s:12:\"text_padding\";i:151;s:22:\"typography_font_weight\";i:20;s:29:\"button_background_hover_color\";i:20;s:22:\"typography_font_family\";i:118;s:27:\"typography_font_size_tablet\";i:116;s:19:\"text_padding_tablet\";i:116;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:28:\"button_box_shadow_box_shadow\";i:2;s:19:\"text_padding_mobile\";i:6;s:27:\"typography_font_size_mobile\";i:6;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:92;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:72;s:5:\"align\";i:72;}}s:5:\"style\";a:3:{s:21:\"section_divider_style\";a:3:{s:3:\"gap\";i:92;s:5:\"color\";i:2;s:6:\"weight\";i:2;}s:18:\"section_text_style\";a:1:{s:10:\"text_align\";i:10;}s:18:\"section_icon_style\";a:1:{s:13:\"border_radius\";i:10;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:160;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:6:{s:5:\"image\";i:160;s:7:\"link_to\";i:126;s:4:\"link\";i:126;s:10:\"image_size\";i:33;s:22:\"image_custom_dimension\";i:12;s:5:\"align\";i:26;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:10;s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:10;s:27:\"image_box_shadow_box_shadow\";i:10;s:26:\"image_border_radius_tablet\";i:9;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:10;s:8:\"_padding\";i:10;s:14:\"_margin_mobile\";i:10;s:15:\"_padding_mobile\";i:10;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:10;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:6;}}}}s:10:\"eael-ninja\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:2;}}}}s:18:\"eael-adv-accordion\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:43:\"eael_section_adv_accordion_content_settings\";a:1:{s:22:\"eael_adv_accordion_tab\";i:2;}}s:5:\"style\";a:4:{s:41:\"eael_section_adv_accordion_style_settings\";a:2:{s:45:\"eael_adv_accordion_box_shadow_box_shadow_type\";i:2;s:40:\"eael_adv_accordion_box_shadow_box_shadow\";i:1;}s:46:\"eael_section_adv_accordions_tab_style_settings\";a:4:{s:50:\"eael_adv_accordion_tab_title_typography_typography\";i:2;s:51:\"eael_adv_accordion_tab_title_typography_font_family\";i:2;s:49:\"eael_adv_accordion_tab_title_typography_font_size\";i:2;s:56:\"eael_adv_accordion_tab_title_typography_font_size_mobile\";i:2;}s:53:\"eael_section_adv_accordion_tab_content_style_settings\";a:3:{s:48:\"eael_adv_accordion_content_typography_typography\";i:2;s:49:\"eael_adv_accordion_content_typography_font_family\";i:2;s:47:\"eael_adv_accordion_content_typography_font_size\";i:2;}s:41:\"eael_section_adv_accordion_caret_settings\";a:2:{s:30:\"eael_adv_tabs_tab_toggle_color\";i:2;s:37:\"eael_adv_tabs_tab_toggle_active_color\";i:2;}}}}s:11:\"star-rating\";a:2:{s:5:\"count\";i:30;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_rating\";a:2:{s:5:\"align\";i:30;s:6:\"rating\";i:27;}}s:5:\"style\";a:1:{s:19:\"section_stars_style\";a:2:{s:9:\"icon_size\";i:30;s:16:\"icon_size_mobile\";i:30;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:75;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:75;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:5:{s:17:\"icon_align_mobile\";i:75;s:13:\"space_between\";i:35;s:10:\"icon_align\";i:55;s:13:\"divider_width\";i:35;s:14:\"divider_weight\";i:10;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:55;s:9:\"icon_size\";i:35;s:15:\"icon_self_align\";i:10;}s:18:\"section_text_style\";a:3:{s:26:\"icon_typography_typography\";i:35;s:27:\"icon_typography_font_family\";i:35;s:25:\"icon_typography_font_size\";i:35;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:35;s:15:\"_padding_mobile\";i:35;s:15:\"_padding_tablet\";i:29;s:14:\"_margin_mobile\";i:19;}}}}s:15:\"eael-data-table\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:30:\"eael_section_data_table_header\";a:1:{s:32:\"eael_data_table_header_cols_data\";i:10;}s:31:\"eael_section_data_table_cotnent\";a:1:{s:28:\"eael_data_table_content_rows\";i:10;}}s:5:\"style\";a:3:{s:49:\"eael_section_data_table_responsive_style_settings\";a:1:{s:36:\"eael_enable_responsive_header_styles\";i:10;}s:44:\"eael_section_data_table_title_style_settings\";a:6:{s:37:\"eael_section_data_table_header_radius\";i:1;s:37:\"eael_data_table_header_title_bg_color\";i:1;s:56:\"eael_data_table_header_title_typography_font_size_mobile\";i:1;s:45:\"eael_data_table_header_title_alignment_tablet\";i:1;s:45:\"eael_data_table_header_title_alignment_mobile\";i:1;s:16:\"header_icon_size\";i:1;}s:46:\"eael_section_data_table_content_style_settings\";a:1:{s:40:\"eael_data_table_content_alignment_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:14:\"_border_radius\";i:1;s:27:\"_box_shadow_box_shadow_type\";i:1;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:19;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:13:\"primary_color\";i:19;}}}}}s:7:\"section\";a:4:{s:5:\"image\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:0:{}}s:6:\"column\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:0:{}}s:7:\"section\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}}s:7:\"wp-post\";a:10:{s:9:\"site-logo\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:2;s:5:\"shape\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_hover\";a:1:{s:15:\"hover_animation\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:10;s:16:\"content_position\";i:6;s:19:\"_inline_size_mobile\";i:2;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:6;s:5:\"align\";i:6;s:12:\"align_tablet\";i:6;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:6;}}}}s:15:\"navigation-menu\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:12:\"section_menu\";a:1:{s:4:\"menu\";i:4;}s:14:\"section_layout\";a:3:{s:6:\"layout\";i:4;s:8:\"dropdown\";i:3;s:13:\"navmenu_align\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:13:{s:26:\"padding_vertical_menu_item\";i:4;s:26:\"menu_typography_typography\";i:5;s:25:\"menu_typography_font_size\";i:4;s:27:\"menu_typography_font_weight\";i:4;s:15:\"color_menu_item\";i:5;s:21:\"color_menu_item_hover\";i:5;s:7:\"pointer\";i:1;s:14:\"animation_text\";i:1;s:27:\"menu_typography_font_family\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:22:\"color_menu_item_active\";i:1;s:14:\"animation_line\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;}s:22:\"section_style_dropdown\";a:5:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;}s:12:\"style_toggle\";a:1:{s:12:\"toggle_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:28:\"section_sticky_header_effect\";a:3:{s:15:\"scroll_distance\";i:1;s:10:\"background\";i:1;s:20:\"custom_height_header\";i:1;}s:34:\"jet_sticky_section_sticky_settings\";a:4:{s:25:\"jet_sticky_section_sticky\";i:1;s:52:\"jet_sticky_section_sticky_box_shadow_box_shadow_type\";i:1;s:47:\"jet_sticky_section_sticky_box_shadow_box_shadow\";i:1;s:36:\"jet_sticky_section_sticky_transition\";i:1;}}}}s:9:\"copyright\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"link\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:10:\"icon_align\";i:2;s:17:\"icon_align_tablet\";i:2;s:17:\"icon_align_mobile\";i:2;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:2;s:16:\"text_color_hover\";i:2;s:26:\"icon_typography_typography\";i:2;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_font_weight\";i:2;}}}}}}', 'no'),
(20907, 'eael_editor_updated_at', '1681419678', 'yes'),
(20908, 'cb70d11b8_eael_elements', 'a:3:{i:126;s:9:\"post-grid\";i:128;s:13:\"adv-accordion\";i:130;s:5:\"ninja\";}', 'no'),
(20909, 'cb70d11b8_eael_custom_js', '', 'no'),
(20910, 'cb70d11b8_eael_updated_at', '1681419678', 'no'),
(20911, 'elementor_install_history', 'a:2:{s:5:\"2.9.8\";i:1627206073;s:5:\"3.3.1\";i:1627206074;}', 'yes'),
(20970, '9713a156f_eael_elements', 'a:0:{}', 'no'),
(20971, '9713a156f_eael_custom_js', '', 'no'),
(20972, '9713a156f_eael_updated_at', '1681419678', 'no'),
(20975, 'litespeed.cloud._summary', 'a:5:{s:19:\"curr_request.wp/ver\";i:0;s:19:\"last_request.wp/ver\";i:1630674292;s:10:\"news.utime\";i:1674679029;s:20:\"curr_request.wp/news\";i:0;s:20:\"last_request.wp/news\";i:1674679029;}', 'yes'),
(20976, 'litespeed.conf._version', '3.6.4', 'yes'),
(20977, 'litespeed.conf.hash', 'wWaahuk8SKsENPGFg0sLn1h26fX1zTKB', 'yes'),
(20978, 'litespeed.conf.auto_upgrade', '', 'yes'),
(20979, 'litespeed.conf.api_key', '', 'yes'),
(20980, 'litespeed.conf.server_ip', '', 'yes'),
(20981, 'litespeed.conf.news', '1', 'yes'),
(20982, 'litespeed.conf.cache', '1', 'yes'),
(20983, 'litespeed.conf.cache-priv', '1', 'yes'),
(20984, 'litespeed.conf.cache-commenter', '1', 'yes'),
(20985, 'litespeed.conf.cache-rest', '1', 'yes'),
(20986, 'litespeed.conf.cache-page_login', '1', 'yes'),
(20987, 'litespeed.conf.cache-favicon', '1', 'yes'),
(20988, 'litespeed.conf.cache-resources', '1', 'yes'),
(20989, 'litespeed.conf.cache-mobile', '1', 'yes'),
(20990, 'litespeed.conf.cache-mobile_rules', 'a:7:{i:0;s:6:\"Mobile\";i:1;s:7:\"Android\";i:2;s:5:\"Silk/\";i:3;s:6:\"Kindle\";i:4;s:10:\"BlackBerry\";i:5;s:10:\"Opera Mini\";i:6;s:10:\"Opera Mobi\";}', 'yes'),
(20991, 'litespeed.conf.cache-browser', '1', 'yes'),
(20992, 'litespeed.conf.cache-exc_useragents', 'a:0:{}', 'yes'),
(20993, 'litespeed.conf.cache-exc_cookies', 'a:0:{}', 'yes'),
(20994, 'litespeed.conf.cache-exc_qs', 'a:0:{}', 'yes'),
(20995, 'litespeed.conf.cache-exc_cat', 'a:0:{}', 'yes'),
(20996, 'litespeed.conf.cache-exc_tag', 'a:0:{}', 'yes'),
(20997, 'litespeed.conf.cache-force_uri', 'a:0:{}', 'yes'),
(20998, 'litespeed.conf.cache-force_pub_uri', 'a:0:{}', 'yes'),
(20999, 'litespeed.conf.cache-priv_uri', 'a:0:{}', 'yes'),
(21000, 'litespeed.conf.cache-exc', 'a:0:{}', 'yes'),
(21001, 'litespeed.conf.cache-exc_roles', 'a:0:{}', 'yes'),
(21002, 'litespeed.conf.cache-drop_qs', 'a:4:{i:0;s:6:\"fbclid\";i:1;s:5:\"gclid\";i:2;s:4:\"utm*\";i:3;s:3:\"_ga\";}', 'yes'),
(21003, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'),
(21004, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'),
(21005, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'),
(21006, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'),
(21007, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'),
(21008, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'),
(21009, 'litespeed.conf.cache-ttl_status', 'a:3:{i:0;s:8:\"403 3600\";i:1;s:8:\"404 3600\";i:2;s:8:\"500 3600\";}', 'yes'),
(21010, 'litespeed.conf.cache-login_cookie', '', 'yes'),
(21011, 'litespeed.conf.cache-vary_group', 'a:5:{s:13:\"administrator\";s:2:\"99\";s:6:\"author\";s:1:\"0\";s:11:\"contributor\";s:1:\"0\";s:6:\"editor\";s:1:\"0\";s:10:\"subscriber\";s:1:\"0\";}', 'yes'),
(21012, 'litespeed.conf.purge-upgrade', '1', 'yes'),
(21013, 'litespeed.conf.purge-stale', '', 'yes'),
(21014, 'litespeed.conf.purge-post_all', '', 'yes'),
(21015, 'litespeed.conf.purge-post_f', '1', 'yes'),
(21016, 'litespeed.conf.purge-post_h', '1', 'yes'),
(21017, 'litespeed.conf.purge-post_p', '1', 'yes'),
(21018, 'litespeed.conf.purge-post_pwrp', '1', 'yes'),
(21019, 'litespeed.conf.purge-post_a', '1', 'yes'),
(21020, 'litespeed.conf.purge-post_y', '', 'yes'),
(21021, 'litespeed.conf.purge-post_m', '1', 'yes'),
(21022, 'litespeed.conf.purge-post_d', '', 'yes'),
(21023, 'litespeed.conf.purge-post_t', '1', 'yes'),
(21024, 'litespeed.conf.purge-post_pt', '1', 'yes'),
(21025, 'litespeed.conf.purge-timed_urls', 'a:0:{}', 'yes'),
(21026, 'litespeed.conf.purge-timed_urls_time', '', 'yes'),
(21027, 'litespeed.conf.purge-hook_all', 'a:10:{i:0;s:12:\"switch_theme\";i:1;s:18:\"wp_create_nav_menu\";i:2;s:18:\"wp_update_nav_menu\";i:3;s:18:\"wp_delete_nav_menu\";i:4;s:11:\"create_term\";i:5;s:10:\"edit_terms\";i:6;s:11:\"delete_term\";i:7;s:8:\"add_link\";i:8;s:9:\"edit_link\";i:9;s:11:\"delete_link\";}', 'yes'),
(21028, 'litespeed.conf.esi', '1', 'yes'),
(21029, 'litespeed.conf.esi-cache_admbar', '1', 'yes'),
(21030, 'litespeed.conf.esi-cache_commform', '1', 'yes'),
(21031, 'litespeed.conf.esi-nonce', 'a:2:{i:0;s:11:\"stats_nonce\";i:1;s:15:\"subscribe_nonce\";}', 'yes'),
(21032, 'litespeed.conf.util-instant_click', '', 'yes'),
(21033, 'litespeed.conf.util-no_https_vary', '1', 'yes'),
(21034, 'litespeed.conf.debug-disable_all', '', 'yes'),
(21035, 'litespeed.conf.debug', '', 'yes'),
(21036, 'litespeed.conf.debug-ips', 'a:1:{i:0;s:9:\"127.0.0.1\";}', 'yes'),
(21037, 'litespeed.conf.debug-level', '', 'yes'),
(21038, 'litespeed.conf.debug-filesize', '3', 'yes'),
(21039, 'litespeed.conf.debug-cookie', '', 'yes'),
(21040, 'litespeed.conf.debug-collaps_qs', '', 'yes'),
(21041, 'litespeed.conf.debug-inc', 'a:0:{}', 'yes'),
(21042, 'litespeed.conf.debug-exc', 'a:0:{}', 'yes'),
(21043, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'),
(21044, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'),
(21045, 'litespeed.conf.optm-css_min', '', 'yes'),
(21046, 'litespeed.conf.optm-css_comb', '', 'yes'),
(21047, 'litespeed.conf.optm-css_comb_ext_inl', '', 'yes'),
(21048, 'litespeed.conf.optm-ucss', '', 'yes'),
(21049, 'litespeed.conf.optm-ucss_async', '', 'yes'),
(21050, 'litespeed.conf.optm-css_http2', '', 'yes'),
(21051, 'litespeed.conf.optm-css_exc', 'a:0:{}', 'yes'),
(21052, 'litespeed.conf.optm-js_min', '', 'yes'),
(21053, 'litespeed.conf.optm-js_comb', '', 'yes'),
(21054, 'litespeed.conf.optm-js_comb_ext_inl', '', 'yes'),
(21055, 'litespeed.conf.optm-js_http2', '', 'yes'),
(21056, 'litespeed.conf.optm-js_exc', 'a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}', 'yes'),
(21057, 'litespeed.conf.optm-ttl', '604800', 'yes'),
(21058, 'litespeed.conf.optm-html_min', '', 'yes'),
(21059, 'litespeed.conf.optm-qs_rm', '', 'yes'),
(21060, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'),
(21061, 'litespeed.conf.optm-css_async', '', 'yes'),
(21062, 'litespeed.conf.optm-ccss_gen', '1', 'yes'),
(21063, 'litespeed.conf.optm-ccss_async', '1', 'yes'),
(21064, 'litespeed.conf.optm-css_async_inline', '1', 'yes'),
(21065, 'litespeed.conf.optm-css_font_display', '', 'yes'),
(21066, 'litespeed.conf.optm-js_defer', '', 'yes'),
(21067, 'litespeed.conf.optm-js_inline_defer', '', 'yes'),
(21068, 'litespeed.conf.optm-emoji_rm', '', 'yes'),
(21069, 'litespeed.conf.optm-noscript_rm', '', 'yes'),
(21070, 'litespeed.conf.optm-ggfonts_async', '', 'yes'),
(21071, 'litespeed.conf.optm-exc_roles', 'a:0:{}', 'yes'),
(21072, 'litespeed.conf.optm-ccss_con', '', 'yes'),
(21073, 'litespeed.conf.optm-js_defer_exc', 'a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}', 'yes'),
(21074, 'litespeed.conf.optm-dns_prefetch', 'a:0:{}', 'yes'),
(21075, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'),
(21076, 'litespeed.conf.optm-exc', 'a:0:{}', 'yes'),
(21077, 'litespeed.conf.optm-ccss_sep_posttype', 'a:0:{}', 'yes'),
(21078, 'litespeed.conf.optm-ccss_sep_uri', 'a:0:{}', 'yes'),
(21079, 'litespeed.conf.object', '1', 'yes'),
(21080, 'litespeed.conf.object-kind', '', 'yes'),
(21081, 'litespeed.conf.object-host', 'localhost', 'yes'),
(21082, 'litespeed.conf.object-port', '11211', 'yes'),
(21083, 'litespeed.conf.object-life', '360', 'yes'),
(21084, 'litespeed.conf.object-persistent', '1', 'yes'),
(21085, 'litespeed.conf.object-admin', '1', 'yes'),
(21086, 'litespeed.conf.object-transients', '1', 'yes'),
(21087, 'litespeed.conf.object-db_id', '0', 'yes'),
(21088, 'litespeed.conf.object-user', '', 'yes'),
(21089, 'litespeed.conf.object-pswd', '', 'yes'),
(21090, 'litespeed.conf.object-global_groups', 'a:12:{i:0;s:5:\"users\";i:1;s:10:\"userlogins\";i:2;s:8:\"usermeta\";i:3;s:9:\"user_meta\";i:4;s:14:\"site-transient\";i:5;s:12:\"site-options\";i:6;s:11:\"site-lookup\";i:7;s:11:\"blog-lookup\";i:8;s:12:\"blog-details\";i:9;s:3:\"rss\";i:10;s:12:\"global-posts\";i:11;s:13:\"blog-id-cache\";}', 'yes'),
(21091, 'litespeed.conf.object-non_persistent_groups', 'a:4:{i:0;s:7:\"comment\";i:1;s:6:\"counts\";i:2;s:7:\"plugins\";i:3;s:13:\"wc_session_id\";}', 'yes'),
(21092, 'litespeed.conf.discuss-avatar_cache', '', 'yes'),
(21093, 'litespeed.conf.discuss-avatar_cron', '', 'yes'),
(21094, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'),
(21095, 'litespeed.conf.optm-localize', '', 'yes'),
(21096, 'litespeed.conf.optm-localize_domains', 'a:7:{i:0;s:23:\"### Popular scripts ###\";i:1;s:39:\"https://platform.twitter.com/widgets.js\";i:2;s:39:\"https://www.google.com/recaptcha/api.js\";i:3;s:45:\"https://www.google-analytics.com/analytics.js\";i:4;s:39:\"https://www.googletagmanager.com/gtm.js\";i:5;s:47:\"https://www.googletagservices.com/tag/js/gpt.js\";i:6;s:46:\"https://connect.facebook.net/en_US/fbevents.js\";}', 'yes'),
(21097, 'litespeed.conf.media-lazy', '', 'yes'),
(21098, 'litespeed.conf.media-lazy_placeholder', '', 'yes'),
(21099, 'litespeed.conf.media-placeholder_resp', '', 'yes'),
(21100, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'),
(21101, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" fill=\"{color}\"/></svg>', 'yes'),
(21102, 'litespeed.conf.media-lqip', '', 'yes'),
(21103, 'litespeed.conf.media-lqip_qual', '4', 'yes'),
(21104, 'litespeed.conf.media-lqip_min_w', '150', 'yes'),
(21105, 'litespeed.conf.media-lqip_min_h', '150', 'yes'),
(21106, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'),
(21107, 'litespeed.conf.media-iframe_lazy', '', 'yes'),
(21108, 'litespeed.conf.media-lazyjs_inline', '', 'yes'),
(21109, 'litespeed.conf.media-lazy_exc', 'a:0:{}', 'yes'),
(21110, 'litespeed.conf.media-lazy_cls_exc', 'a:1:{i:0;s:15:\"wmu-preview-img\";}', 'yes'),
(21111, 'litespeed.conf.media-lazy_parent_cls_exc', 'a:0:{}', 'yes'),
(21112, 'litespeed.conf.media-iframe_lazy_cls_exc', 'a:0:{}', 'yes'),
(21113, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', 'a:0:{}', 'yes'),
(21114, 'litespeed.conf.media-lazy_uri_exc', 'a:0:{}', 'yes'),
(21115, 'litespeed.conf.media-lqip_exc', 'a:0:{}', 'yes'),
(21116, 'litespeed.conf.img_optm-auto', '', 'yes'),
(21117, 'litespeed.conf.img_optm-cron', '1', 'yes'),
(21118, 'litespeed.conf.img_optm-ori', '1', 'yes'),
(21119, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'),
(21120, 'litespeed.conf.img_optm-webp', '', 'yes'),
(21121, 'litespeed.conf.img_optm-lossless', '', 'yes'),
(21122, 'litespeed.conf.img_optm-exif', '', 'yes'),
(21123, 'litespeed.conf.img_optm-webp_replace', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21124, 'litespeed.conf.img_optm-webp_attr', 'a:7:{i:0;s:7:\"img.src\";i:1;s:14:\"div.data-thumb\";i:2;s:12:\"img.data-src\";i:3;s:20:\"div.data-large_image\";i:4;s:19:\"img.retina_logo_url\";i:5;s:23:\"div.data-parallax-image\";i:6;s:12:\"video.poster\";}', 'yes'),
(21125, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'),
(21126, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'),
(21127, 'litespeed.conf.crawler', '', 'yes'),
(21128, 'litespeed.conf.crawler-usleep', '500', 'yes'),
(21129, 'litespeed.conf.crawler-run_duration', '400', 'yes'),
(21130, 'litespeed.conf.crawler-run_interval', '600', 'yes'),
(21131, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'),
(21132, 'litespeed.conf.crawler-threads', '3', 'yes'),
(21133, 'litespeed.conf.crawler-timeout', '30', 'yes'),
(21134, 'litespeed.conf.crawler-load_limit', '1', 'yes'),
(21135, 'litespeed.conf.crawler-sitemap', '', 'yes'),
(21136, 'litespeed.conf.crawler-drop_domain', '1', 'yes'),
(21137, 'litespeed.conf.crawler-map_timeout', '120', 'yes'),
(21138, 'litespeed.conf.crawler-roles', 'a:0:{}', 'yes'),
(21139, 'litespeed.conf.crawler-cookies', 'a:0:{}', 'yes'),
(21140, 'litespeed.conf.misc-htaccess_front', '', 'yes'),
(21141, 'litespeed.conf.misc-htaccess_back', '', 'yes'),
(21142, 'litespeed.conf.misc-heartbeat_front', '', 'yes'),
(21143, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'),
(21144, 'litespeed.conf.misc-heartbeat_back', '', 'yes'),
(21145, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'),
(21146, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'),
(21147, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'),
(21148, 'litespeed.conf.cdn', '', 'yes'),
(21149, 'litespeed.conf.cdn-ori', 'a:0:{}', 'yes'),
(21150, 'litespeed.conf.cdn-ori_dir', 'a:2:{i:0;s:10:\"wp-content\";i:1;s:11:\"wp-includes\";}', 'yes'),
(21151, 'litespeed.conf.cdn-exc', 'a:0:{}', 'yes'),
(21152, 'litespeed.conf.cdn-quic', '', 'yes'),
(21153, 'litespeed.conf.cdn-cloudflare', '', 'yes'),
(21154, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'),
(21155, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'),
(21156, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'),
(21157, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'),
(21158, 'litespeed.conf.cdn-mapping', 'a:1:{i:0;a:5:{s:3:\"url\";b:0;s:7:\"inc_img\";s:1:\"1\";s:7:\"inc_css\";s:1:\"1\";s:6:\"inc_js\";s:1:\"1\";s:8:\"filetype\";a:17:{i:0;s:4:\".aac\";i:1;s:4:\".css\";i:2;s:4:\".eot\";i:3;s:4:\".gif\";i:4;s:5:\".jpeg\";i:5;s:3:\".js\";i:6;s:4:\".jpg\";i:7;s:5:\".less\";i:8;s:4:\".mp3\";i:9;s:4:\".mp4\";i:10;s:4:\".ogg\";i:11;s:4:\".otf\";i:12;s:4:\".pdf\";i:13;s:4:\".png\";i:14;s:4:\".svg\";i:15;s:4:\".ttf\";i:16;s:5:\".woff\";}}}', 'yes'),
(21159, 'litespeed.conf.cdn-attr', 'a:5:{i:0;s:4:\".src\";i:1;s:9:\".data-src\";i:2;s:5:\".href\";i:3;s:7:\".poster\";i:4;s:13:\"source.srcset\";}', 'yes'),
(21165, '41a07179a_eael_elements', 'a:0:{}', 'no'),
(21166, '41a07179a_eael_custom_js', '', 'no'),
(21167, '41a07179a_eael_updated_at', '1681419678', 'no'),
(21168, 'eec6353d6_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21169, 'eec6353d6_eael_custom_js', '', 'no'),
(21170, 'eec6353d6_eael_updated_at', '1681419678', 'no'),
(21171, 'ddf3b7cb9_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21172, 'ddf3b7cb9_eael_custom_js', '', 'no'),
(21173, 'ddf3b7cb9_eael_updated_at', '1681419678', 'no'),
(21174, '9789ad28a_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21175, '9789ad28a_eael_custom_js', '', 'no'),
(21176, '9789ad28a_eael_updated_at', '1681419678', 'no'),
(21177, '678c84aef_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21178, '678c84aef_eael_custom_js', '', 'no'),
(21179, '678c84aef_eael_updated_at', '1681419678', 'no'),
(21180, 'd40bf36f0_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21181, 'd40bf36f0_eael_custom_js', '', 'no'),
(21182, 'd40bf36f0_eael_updated_at', '1681419678', 'no'),
(21183, '2df2ef6d3_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21184, '2df2ef6d3_eael_custom_js', '', 'no'),
(21185, '2df2ef6d3_eael_updated_at', '1681419678', 'no'),
(21186, '0a0c43397_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21187, '0a0c43397_eael_custom_js', '', 'no'),
(21188, '0a0c43397_eael_updated_at', '1681419678', 'no'),
(21189, 'f14e7f0be_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21190, 'f14e7f0be_eael_custom_js', '', 'no'),
(21191, 'f14e7f0be_eael_updated_at', '1681419678', 'no'),
(21192, 'db5e25c4c_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21193, 'db5e25c4c_eael_custom_js', '', 'no'),
(21194, 'db5e25c4c_eael_updated_at', '1681419678', 'no'),
(21195, '79b6838e6_eael_elements', 'a:1:{i:14;s:10:\"data-table\";}', 'no'),
(21196, '79b6838e6_eael_custom_js', '', 'no'),
(21197, '79b6838e6_eael_updated_at', '1681419678', 'no'),
(21199, '014de122a_eael_elements', 'a:0:{}', 'no'),
(21200, '014de122a_eael_custom_js', '', 'no'),
(21201, '014de122a_eael_updated_at', '1681419678', 'no'),
(21202, '3344a0649_eael_elements', 'a:1:{i:3;s:9:\"post-grid\";}', 'no'),
(21203, '3344a0649_eael_custom_js', '', 'no'),
(21204, '3344a0649_eael_updated_at', '1681419678', 'no'),
(21205, '5e2c66f60_eael_elements', 'a:0:{}', 'no'),
(21206, '5e2c66f60_eael_custom_js', '', 'no'),
(21207, '5e2c66f60_eael_updated_at', '1681419678', 'no'),
(21209, '0fd2f07b6_eael_elements', 'a:1:{i:5;s:5:\"ninja\";}', 'no'),
(21210, '0fd2f07b6_eael_custom_js', '', 'no'),
(21211, '0fd2f07b6_eael_updated_at', '1681419678', 'no'),
(21212, '797da2d11_eael_elements', 'a:0:{}', 'no'),
(21213, '797da2d11_eael_custom_js', '', 'no'),
(21214, '797da2d11_eael_updated_at', '1681419678', 'no'),
(21215, '4116ec154_eael_elements', 'a:0:{}', 'no'),
(21216, '4116ec154_eael_custom_js', '', 'no'),
(21217, '4116ec154_eael_updated_at', '1681419678', 'no'),
(21218, '99eb167e0_eael_elements', 'a:1:{i:4;s:13:\"adv-accordion\";}', 'no'),
(21219, '99eb167e0_eael_custom_js', '', 'no'),
(21220, '99eb167e0_eael_updated_at', '1681419678', 'no'),
(21221, 'd991e159b_eael_elements', 'a:0:{}', 'no'),
(21222, 'd991e159b_eael_custom_js', '', 'no'),
(21223, 'd991e159b_eael_updated_at', '1681419678', 'no'),
(21224, 'fa563635f_eael_elements', 'a:0:{}', 'no'),
(21225, 'fa563635f_eael_custom_js', '', 'no'),
(21226, 'fa563635f_eael_updated_at', '1681419678', 'no'),
(21230, '2bc234eb7_eael_elements', 'a:0:{}', 'no'),
(21231, '2bc234eb7_eael_custom_js', '', 'no'),
(21232, '2bc234eb7_eael_updated_at', '1681419678', 'no'),
(21258, 'ea1d43322_eael_elements', 'a:0:{}', 'no'),
(21259, 'ea1d43322_eael_custom_js', '', 'no'),
(21260, 'ea1d43322_eael_updated_at', '1681419678', 'no'),
(21300, 'litespeed.gui._summary', 'a:2:{s:11:\"new_version\";i:1630777329;s:5:\"score\";i:1631122929;}', 'yes'),
(21379, 'auth_key', 'x;8xf|`&V6t.XuAfbGaWP;cqGK2EqfkmM uHpDVPjU|$Y><fKm9H/t,+ua)<w)N-', 'no'),
(21380, 'auth_salt', 'W?339t7bsXra].QV6b8LneY m:FYs?EZX>@ElCOxfQ,5=@[Mutg%2^VYq% 2-PHD', 'no'),
(21654, '_cerber_report', 'a:2:{i:0;i:1635153398;i:1;b:1;}', 'no'),
(22433, 'TimeLastUpdated', '27193476', 'yes'),
(22436, 'onesignal.last_send_time', '1631608579', 'yes'),
(22440, 'litespeed.optimize.timestamp_purge_css', '1674684313', 'yes'),
(22442, 'category_children', 'a:0:{}', 'yes'),
(24413, 'duplicator_settings', 'a:17:{s:7:\"version\";s:5:\"1.4.3\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:1;}', 'yes'),
(24414, 'duplicator_version_plugin', '1.4.3', 'yes'),
(24417, 'duplicator_package_active', 'O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-10-02 17:39:58\";s:7:\"Version\";s:5:\"1.4.3\";s:9:\"VersionWP\";s:3:\"5.3\";s:9:\"VersionDB\";s:7:\"10.3.31\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20211002_whatiswebhosting\";s:4:\"Hash\";s:35:\"f713ab34233748393120_20211002173958\";s:8:\"NameHash\";s:61:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:71:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:34:\"/home/secrnbjw/webhostingintro.com\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-10-02 17:39:58\";s:7:\"Version\";s:5:\"1.4.3\";s:9:\"VersionWP\";s:3:\"5.3\";s:9:\"VersionDB\";s:7:\"10.3.31\";s:10:\"VersionPHP\";s:6:\"7.2.34\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20211002_whatiswebhosting\";s:4:\"Hash\";s:35:\"f713ab34233748393120_20211002173958\";s:8:\"NameHash\";s:61:\"20211002_whatiswebhosting_f713ab34233748393120_20211002173958\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:43:\"/home/secrnbjw/webhostingintro.com/wp-admin\";i:1;s:53:\"/home/secrnbjw/webhostingintro.com/wp-content/uploads\";i:2;s:55:\"/home/secrnbjw/webhostingintro.com/wp-content/languages\";i:3;s:52:\"/home/secrnbjw/webhostingintro.com/wp-content/themes\";i:4;s:46:\"/home/secrnbjw/webhostingintro.com/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:34:\"/home/secrnbjw/webhostingintro.com\";i:1;s:45:\"/home/secrnbjw/webhostingintro.com/wp-content\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:129;}', 'yes'),
(27671, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.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-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.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-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.3.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-5.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.3\";s:7:\"version\";s:5:\"5.7.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.5.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-5.6.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.5\";s:7:\"version\";s:5:\"5.6.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.6.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-5.5.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.6\";s:7:\"version\";s:5:\"5.5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.7.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-5.4.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.7\";s:7:\"version\";s:5:\"5.4.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1636261243;s:15:\"version_checked\";s:5:\"5.3.9\";s:12:\"translations\";a:0:{}}', 'no'),
(27677, '_site_transient_update_themes', 'O:8:\"stdClass\":3:{s:7:\"updates\";a:0:{}s:15:\"version_checked\";s:5:\"5.3.9\";s:12:\"last_checked\";i:1674684313;}', 'no'),
(27679, 'ai1wm_secret_key', 'afbIiaIjwEZc', 'yes'),
(27680, 'ai1wm_backups_labels', 'a:0:{}', 'yes'),
(27681, 'ai1wm_sites_links', 'a:0:{}', 'yes'),
(27682, 'ai1wmte_plugin_key', '1', 'yes'),
(27683, 'ai1wm_status', 'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:316:\"<a href=\"http://vilcoms.com/hosting/wp-content/ai1wm-backups/vilcoms.com-hosting-20221003-122917-6oqq6x.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"vilcoms.com\" download=\"vilcoms.com-hosting-20221003-122917-6oqq6x.wpress\"><span>Download vilcoms.com</span><em>Size: 351 MB</em></a>\";}', 'yes'),
(27684, 'swift_performance_plugin_organizer', 'a:0:{}', 'yes'),
(27687, '_transient_mc4wp_subscribe_newsletter_lists', 'a:0:{}', 'yes'),
(27692, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1636261290;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(27763, 'bsr_data', 'a:8:{s:13:\"select_tables\";a:61:{i:0;s:10:\"cerber_acl\";i:1;s:13:\"cerber_blocks\";i:2;s:16:\"cerber_countries\";i:3;s:10:\"cerber_lab\";i:4;s:13:\"cerber_lab_ip\";i:5;s:14:\"cerber_lab_net\";i:6;s:10:\"cerber_log\";i:7;s:11:\"cerber_qmem\";i:8;s:14:\"cerber_traffic\";i:9;s:15:\"wp_cerber_files\";i:10;s:14:\"wp_cerber_sets\";i:11;s:13:\"wp_cerber_uss\";i:12;s:14:\"wp_commentmeta\";i:13;s:11:\"wp_comments\";i:14;s:22:\"wp_duplicator_packages\";i:15;s:8:\"wp_links\";i:16;s:18:\"wp_nf3_action_meta\";i:17;s:14:\"wp_nf3_actions\";i:18;s:13:\"wp_nf3_chunks\";i:19;s:17:\"wp_nf3_field_meta\";i:20;s:13:\"wp_nf3_fields\";i:21;s:16:\"wp_nf3_form_meta\";i:22;s:12:\"wp_nf3_forms\";i:23;s:18:\"wp_nf3_object_meta\";i:24;s:14:\"wp_nf3_objects\";i:25;s:20:\"wp_nf3_relationships\";i:26;s:15:\"wp_nf3_upgrades\";i:27;s:10:\"wp_options\";i:28;s:11:\"wp_postmeta\";i:29;s:8:\"wp_posts\";i:30;s:18:\"wp_redirection_404\";i:31;s:21:\"wp_redirection_groups\";i:32;s:20:\"wp_redirection_items\";i:33;s:19:\"wp_redirection_logs\";i:34;s:21:\"wp_term_relationships\";i:35;s:16:\"wp_term_taxonomy\";i:36;s:11:\"wp_termmeta\";i:37;s:8:\"wp_terms\";i:38;s:11:\"wp_usermeta\";i:39;s:8:\"wp_users\";i:40;s:17:\"wp_wfblockediplog\";i:41;s:12:\"wp_wfblocks7\";i:42;s:11:\"wp_wfconfig\";i:43;s:13:\"wp_wfcrawlers\";i:44;s:16:\"wp_wffilechanges\";i:45;s:13:\"wp_wffilemods\";i:46;s:9:\"wp_wfhits\";i:47;s:11:\"wp_wfhoover\";i:48;s:11:\"wp_wfissues\";i:49;s:18:\"wp_wfknownfilelist\";i:50;s:21:\"wp_wflivetraffichuman\";i:51;s:9:\"wp_wflocs\";i:52;s:11:\"wp_wflogins\";i:53;s:19:\"wp_wfls_2fa_secrets\";i:54;s:16:\"wp_wfls_settings\";i:55;s:18:\"wp_wfnotifications\";i:56;s:18:\"wp_wfpendingissues\";i:57;s:17:\"wp_wfreversecache\";i:58;s:14:\"wp_wfsnipcache\";i:59;s:11:\"wp_wfstatus\";i:60;s:17:\"wp_wftrafficrates\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:24:\"topwebhostingreviews.org\";s:12:\"replace_with\";s:19:\"vilcoms.com/hosting\";s:15:\"completed_pages\";i:85;s:11:\"total_pages\";i:85;}', 'yes'),
(28109, 'new_admin_email', 'ilijavv@gmail.com', 'yes'),
(28110, 'adminhash', 'a:2:{s:4:\"hash\";s:32:\"8837e34af5dd8501879d77eb91559244\";s:8:\"newemail\";s:17:\"ilijavv@gmail.com\";}', 'yes'),
(28758, 'recovery_mode_email_last_sent', '1664800337', 'yes'),
(28765, 'rsssl_activated_plugin', '1', 'yes'),
(28766, '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:0;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"5.3.4\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;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'),
(28786, 'rsssl_mixed_content_scan_dismissed', '1', 'yes'),
(28789, 'rsssl_google_analytics_dismissed', '1', 'yes'),
(28792, 'rsssl_check_redirect_dismissed', '1', 'yes'),
(28795, 'rsssl_elementor_dismissed', '1', 'yes'),
(32459, '_site_transient_timeout_community-events-2ac23d0e2ef37c21c6826beb85801ab5', '1674722206', 'no'),
(32460, '_site_transient_community-events-2ac23d0e2ef37c21c6826beb85801ab5', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"109.245.29.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Vienna\";s:3:\"url\";s:33:\"https://vienna.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-04-15 00:00:00\";s:8:\"end_date\";s:19:\"2023-04-16 00:00:00\";s:20:\"start_unix_timestamp\";i:1681509600;s:18:\"end_unix_timestamp\";i:1681596000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Vienna\";s:7:\"country\";s:2:\"AT\";s:8:\"latitude\";d:48.2129431;s:9:\"longitude\";d:16.3608799;}}}}', 'no'),
(32474, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1674689824', 'no'),
(32475, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5936;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4809;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2781;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2651;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2047;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1901;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1897;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1615;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1560;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1544;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1542;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1516;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1502;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1453;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1357;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1268;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1176;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1155;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1140;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1042;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1010;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:993;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:961;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:900;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:871;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:867;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:866;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:863;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:862;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:859;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:814;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:789;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:779;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:770;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:769;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:764;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:756;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:728;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:719;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:717;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:716;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:682;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:681;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:681;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:672;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:627;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:620;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:610;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:605;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:605;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:604;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:592;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:590;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:588;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:585;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:574;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:568;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:568;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:560;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:553;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:551;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:540;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:539;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:539;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:530;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:527;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:526;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:520;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:513;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:509;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:509;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:507;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:498;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:475;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:473;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:466;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:464;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:444;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:435;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:430;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:423;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:420;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:418;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:416;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:413;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:413;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:409;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:401;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:398;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:397;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:389;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:386;}}', 'no'),
(32476, '_transient_timeout_plugin_slugs', '1674770833', 'no'),
(32477, '_transient_plugin_slugs', 'a:26:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:81:\"all-in-one-wp-migration-file-extension/all-in-one-wp-migration-file-extension.php\";i:3;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:4;s:47:\"better-search-replace/better-search-replace.php\";i:5;s:33:\"classic-editor/classic-editor.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:45:\"disable-wordpress-updates/disable-updates.php\";i:8;s:32:\"duplicate-page/duplicatepage.php\";i:9;s:25:\"duplicator/duplicator.php\";i:10;s:23:\"elementor/elementor.php\";i:11;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:12;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:13;s:9:\"hello.php\";i:14;s:51:\"jetsticky-for-elementor/jetsticky-for-elementor.php\";i:15;s:35:\"litespeed-cache/litespeed-cache.php\";i:16;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:17;s:27:\"ninja-forms/ninja-forms.php\";i:18;s:51:\"onesignal-free-web-push-notifications/onesignal.php\";i:19;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:20;s:27:\"redirection/redirection.php\";i:21;s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";i:22;s:25:\"tablepress/tablepress.php\";i:23;s:29:\"virus-finder/virus-finder.php\";i:24;s:24:\"wp-cerber0/wp-cerber.php\";i:25;s:35:\"wp-fastest-cache/wpFastestCache.php\";}', 'no'),
(32503, '_transient_timeout_elementor_rollback_versions_3.3.1', '1675284779', 'no'),
(32504, '_transient_elementor_rollback_versions_3.3.1', 'a:30:{i:0;s:5:\"3.3.0\";i:1;s:5:\"3.2.5\";i:2;s:5:\"3.2.4\";i:3;s:5:\"3.2.3\";i:4;s:5:\"3.2.2\";i:5;s:5:\"3.2.1\";i:6;s:5:\"3.2.0\";i:7;s:5:\"3.1.4\";i:8;s:5:\"3.1.3\";i:9;s:5:\"3.1.2\";i:10;s:5:\"3.1.1\";i:11;s:5:\"3.1.0\";i:12;s:5:\"3.0.9\";i:13;s:7:\"3.0.8.1\";i:14;s:5:\"3.0.8\";i:15;s:5:\"3.0.7\";i:16;s:5:\"3.0.6\";i:17;s:5:\"3.0.5\";i:18;s:5:\"3.0.4\";i:19;s:5:\"3.0.3\";i:20;s:5:\"3.0.2\";i:21;s:6:\"3.0.16\";i:22;s:6:\"3.0.15\";i:23;s:6:\"3.0.14\";i:24;s:6:\"3.0.13\";i:25;s:6:\"3.0.12\";i:26;s:6:\"3.0.11\";i:27;s:6:\"3.0.10\";i:28;s:5:\"3.0.1\";i:29;s:5:\"3.0.0\";}', 'no'),
(32602, '_site_transient_timeout_theme_roots', '1674686113', 'no'),
(32603, '_site_transient_theme_roots', 'a:5:{s:5:\"astra\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(32607, '_site_transient_update_plugins', 'O:8:\"stdClass\":3:{s:7:\"updates\";a:0:{}s:15:\"version_checked\";s:5:\"5.3.9\";s:12:\"last_checked\";i:1674684439;}', 'no'),
(33643, '_transient_timeout_rsssl_can_use_curl_headers_check', '1682023273', 'no'),
(33644, '_transient_rsssl_can_use_curl_headers_check', 'no', 'no'),
(33649, '_transient_timeout_rsssl_plusone_count', '1682023283', 'no'),
(33650, '_transient_rsssl_plusone_count', '0', 'no'),
(33759, '_transient_timeout_rsssl_certinfo', '1681834253', 'no'),
(33760, '_transient_rsssl_certinfo', 'a:16:{s:4:\"name\";s:79:\"/C=US/ST=California/L=San Francisco/O=Cloudflare, Inc./CN=sni.cloudflaressl.com\";s:7:\"subject\";a:5:{s:1:\"C\";s:2:\"US\";s:2:\"ST\";s:10:\"California\";s:1:\"L\";s:13:\"San Francisco\";s:1:\"O\";s:16:\"Cloudflare, Inc.\";s:2:\"CN\";s:21:\"sni.cloudflaressl.com\";}s:4:\"hash\";s:8:\"c959965e\";s:6:\"issuer\";a:3:{s:1:\"C\";s:2:\"US\";s:1:\"O\";s:16:\"Cloudflare, Inc.\";s:2:\"CN\";s:23:\"Cloudflare Inc ECC CA-3\";}s:7:\"version\";i:2;s:12:\"serialNumber\";s:38:\"10308937201020914974996213816232977617\";s:15:\"serialNumberHex\";s:32:\"07C16DD884272CCFB7460E9ABE9F24D1\";s:9:\"validFrom\";s:13:\"230129000000Z\";s:7:\"validTo\";s:13:\"240128235959Z\";s:16:\"validFrom_time_t\";i:1674950400;s:14:\"validTo_time_t\";i:1706486399;s:15:\"signatureTypeSN\";s:17:\"ecdsa-with-SHA256\";s:15:\"signatureTypeLN\";s:17:\"ecdsa-with-SHA256\";s:16:\"signatureTypeNID\";i:794;s:8:\"purposes\";a:9:{i:1;a:3:{i:0;b:1;i:1;b:0;i:2;s:9:\"sslclient\";}i:2;a:3:{i:0;b:1;i:1;b:0;i:2;s:9:\"sslserver\";}i:3;a:3:{i:0;b:0;i:1;b:0;i:2;s:11:\"nssslserver\";}i:4;a:3:{i:0;b:0;i:1;b:0;i:2;s:9:\"smimesign\";}i:5;a:3:{i:0;b:0;i:1;b:0;i:2;s:12:\"smimeencrypt\";}i:6;a:3:{i:0;b:0;i:1;b:0;i:2;s:7:\"crlsign\";}i:7;a:3:{i:0;b:1;i:1;b:1;i:2;s:3:\"any\";}i:8;a:3:{i:0;b:1;i:1;b:0;i:2;s:10:\"ocsphelper\";}i:9;a:3:{i:0;b:0;i:1;b:0;i:2;s:13:\"timestampsign\";}}s:10:\"extensions\";a:10:{s:22:\"authorityKeyIdentifier\";s:66:\"keyid:A5:CE:37:EA:EB:B0:75:0E:94:67:88:B4:45:FA:D9:24:10:87:96:1F\n\";s:20:\"subjectKeyIdentifier\";s:59:\"B6:54:E8:B5:C1:60:24:35:03:B3:C4:3F:A8:27:C0:35:D1:53:EB:A7\";s:14:\"subjectAltName\";s:61:\"DNS:vilcoms.com, DNS:*.vilcoms.com, DNS:sni.cloudflaressl.com\";s:8:\"keyUsage\";s:17:\"Digital Signature\";s:16:\"extendedKeyUsage\";s:60:\"TLS Web Server Authentication, TLS Web Client Authentication\";s:21:\"crlDistributionPoints\";s:136:\"\nFull Name:\n  URI:http://crl3.digicert.com/CloudflareIncECCCA-3.crl\n\nFull Name:\n  URI:http://crl4.digicert.com/CloudflareIncECCCA-3.crl\n\";s:19:\"certificatePolicies\";s:58:\"Policy: 2.23.140.1.2.2\n  CPS: http://www.digicert.com/CPS\n\";s:19:\"authorityInfoAccess\";s:106:\"OCSP - URI:http://ocsp.digicert.com\nCA Issuers - URI:http://cacerts.digicert.com/CloudflareIncECCCA-3.crt\n\";s:16:\"basicConstraints\";s:8:\"CA:FALSE\";s:15:\"ct_precert_scts\";s:1739:\"Signed Certificate Timestamp:\n    Version   : v1 (0x0)\n    Log ID    : EE:CD:D0:64:D5:DB:1A:CE:C5:5C:B7:9D:B4:CD:13:A2:\n                32:87:46:7C:BC:EC:DE:C3:51:48:59:46:71:1F:B5:9B\n    Timestamp : Jan 29 23:53:38.765 2023 GMT\n    Extensions: none\n    Signature : ecdsa-with-SHA256\n                30:44:02:20:0E:53:D8:11:D3:A1:14:98:E1:D4:42:26:\n                DC:62:01:9B:E3:63:00:0E:3E:BB:7D:7D:70:72:BA:4B:\n                FA:9E:8F:ED:02:20:5D:D9:B5:34:12:29:AB:AF:BA:68:\n                64:5E:FB:4B:D6:B4:63:CE:D9:BC:76:4D:0D:F6:75:6B:\n                74:81:F8:0C:25:2B\nSigned Certificate Timestamp:\n    Version   : v1 (0x0)\n    Log ID    : 48:B0:E3:6B:DA:A6:47:34:0F:E5:6A:02:FA:9D:30:EB:\n                1C:52:01:CB:56:DD:2C:81:D9:BB:BF:AB:39:D8:84:73\n    Timestamp : Jan 29 23:53:38.768 2023 GMT\n    Extensions: none\n    Signature : ecdsa-with-SHA256\n                30:44:02:20:2D:05:BE:C9:B8:79:FE:25:B0:06:A1:67:\n                3E:0E:15:2C:1A:BE:63:EF:04:63:91:32:FE:5D:B4:B7:\n                33:7E:FE:51:02:20:1C:46:03:9D:8B:BE:82:09:69:EB:\n                E9:6B:C1:C0:2E:34:53:91:0D:6A:30:36:58:80:35:12:\n                7B:80:9C:28:F0:09\nSigned Certificate Timestamp:\n    Version   : v1 (0x0)\n    Log ID    : 3B:53:77:75:3E:2D:B9:80:4E:8B:30:5B:06:FE:40:3B:\n                67:D8:4F:C3:F4:C7:BD:00:0D:2D:72:6F:E1:FA:D4:17\n    Timestamp : Jan 29 23:53:38.764 2023 GMT\n    Extensions: none\n    Signature : ecdsa-with-SHA256\n                30:46:02:21:00:E6:D5:27:83:AC:BD:F2:A9:68:5A:7E:\n                97:53:66:16:C8:E2:0C:50:01:86:49:97:46:4A:FE:2E:\n                42:79:96:1C:C5:02:21:00:A9:03:DD:0B:AC:FF:1C:AD:\n                D7:16:65:01:D4:36:34:36:79:82:06:9D:A9:6B:83:3E:\n                B0:2D:85:89:5C:3A:43:E9\";}}', 'no'),
(33763, '_transient_timeout_rsssl_admin_notices', '1681846493', 'no'),
(33764, '_transient_rsssl_admin_notices', 'a:0:{}', 'no'),
(33765, '_transient_timeout_elementor_remote_info_api_data_3.3.1', '1681791054', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(33766, '_transient_elementor_remote_info_api_data_3.3.1', 'a:4:{s:9:\"timestamp\";s:10:\"1681745063\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'no'),
(33768, '_site_transient_timeout_community-events-6397dd48a7aa503b7a8c69d8295ce382', '1681791058', 'no'),
(33769, '_site_transient_community-events-6397dd48a7aa503b7a8c69d8295ce382', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"87.116.150.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:42:\"WordPress okupljanje Apatin - WPAPA #02/23\";s:3:\"url\";s:56:\"https://www.meetup.com/wordpress-serbia/events/292803888\";s:6:\"meetup\";s:16:\"WordPress Serbia\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Serbia/\";s:4:\"date\";s:19:\"2023-04-19 18:00:00\";s:8:\"end_date\";s:19:\"2023-04-19 20:00:00\";s:20:\"start_unix_timestamp\";i:1681920000;s:18:\"end_unix_timestamp\";i:1681927200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"RS\";s:8:\"latitude\";d:44.83;s:9:\"longitude\";d:20.5;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:24:\"WordCamp Sofia, Bulgaria\";s:3:\"url\";s:32:\"https://sofia.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-04-22 08:00:00\";s:8:\"end_date\";s:19:\"2023-04-23 00:00:00\";s:20:\"start_unix_timestamp\";i:1682139600;s:18:\"end_unix_timestamp\";i:1682197200;s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Sofia, Bulgaria\";s:7:\"country\";s:2:\"BG\";s:8:\"latitude\";d:42.6677804;s:9:\"longitude\";d:23.3682451;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"Otvoreni sastanak WordPress zajednice Srbije\";s:3:\"url\";s:56:\"https://www.meetup.com/wordpress-serbia/events/292729351\";s:6:\"meetup\";s:16:\"WordPress Serbia\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Serbia/\";s:4:\"date\";s:19:\"2023-05-04 18:00:00\";s:8:\"end_date\";s:19:\"2023-05-04 20:00:00\";s:20:\"start_unix_timestamp\";i:1683216000;s:18:\"end_unix_timestamp\";i:1683223200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"RS\";s:8:\"latitude\";d:44.83;s:9:\"longitude\";d:20.5;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"Otvoreni sastanak WordPress zajednice Srbije\";s:3:\"url\";s:56:\"https://www.meetup.com/wordpress-serbia/events/292729350\";s:6:\"meetup\";s:16:\"WordPress Serbia\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Serbia/\";s:4:\"date\";s:19:\"2023-05-04 18:00:00\";s:8:\"end_date\";s:19:\"2023-05-04 20:00:00\";s:20:\"start_unix_timestamp\";i:1683216000;s:18:\"end_unix_timestamp\";i:1683223200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"RS\";s:8:\"latitude\";d:44.83;s:9:\"longitude\";d:20.5;}}i:4;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Apatin\";s:3:\"url\";s:33:\"https://apatin.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-05-27 00:00:00\";s:8:\"end_date\";s:19:\"2023-05-28 00:00:00\";s:20:\"start_unix_timestamp\";i:1685138400;s:18:\"end_unix_timestamp\";i:1685224800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Apatin\";s:7:\"country\";s:2:\"RS\";s:8:\"latitude\";d:45.6721615;s:9:\"longitude\";d:18.9845324;}}}}', 'no'),
(33770, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1681791058', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(33771, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2023 11:27:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.3-alpha-55653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WP Briefing: Episode 53: A Look at WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/04/episode-53-a-look-at-wordpress-6-2-dolphy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14818\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:218:\"Named after the multi-instrumentalist Eric Allan Dolphy Jr., WordPress 6.2 \"Dolphy\"\'s high notes are riffed on by WordPress\'s Executive Director, Josepha Haden Chomphosy, in this 53rd episode of the WordPress Briefing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/04/WP-Briefing-053.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9292:\"\n<p>Named after the multi-instrumentalist Eric Allan Dolphy Jr., WordPress 6.2 &#8220;Dolphy&#8221;&#8216;s high notes are riffed on by WordPress&#8217;s Executive Director, Josepha Haden Chomphosy, in this 53rd episode of the WordPress Briefing.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2 &#8220;Dolphy&#8221;</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/?p=251\">WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2U65r-9Nl\">Call for Volunteers: Contributor Working Group</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/?p=11037\">Why Jazz</a></li>\n\n\n\n<li>Make Slack channels <a href=\"https://wordpress.slack.com/archives/C04QZCREJ9W\">#kidscamp</a> and <a href=\"https://wordpress.slack.com/archives/C03JNV77Y57\">#sustainability</a> </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14818\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28]</p>\n\n\n\n<p>The latest version of WordPress has shipped. WordPress 6.2, which was named after Eric Dolphy, was released on March 29th. And as is the way with software, there&#8217;s already a minor release underway to catch a few errant issues that folks like you have reported to us.</p>\n\n\n\n<p>It&#8217;s a big release that refines a lot of our design tools, but some of the most important changes are actually to the inserter. If you haven&#8217;t had a chance to get in there and play with it yet, here are the three things that I think you should know. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:08] </p>\n\n\n\n<p>First, the pattern browser. We&#8217;re all aware of the block inserter by now, and a lot of us probably use the quick options, the keyboard shortcuts, or that kind of inline inserter, that little black box that&#8217;s in the middle of your post.</p>\n\n\n\n<p>If you use the main inserter, that&#8217;s a blue square in the top left of the screen. If you use that to add a block, you can still add individual blocks as usual. But there&#8217;s a new way to browse patterns, and in my opinion, it is so much better. It now brings out this drawer that has like thumbnails of patterns that will work with your theme.</p>\n\n\n\n<p>And if you, like me, know what you want your site to look like, but could not in a million years figure out how to build it from scratch out of individual blocks, then this is the area for you. It was like shopping, but you don&#8217;t have to go through a checkout process at the end, and you still have what you want. It&#8217;s great.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:00]&nbsp;</p>\n\n\n\n<p>That&#8217;s also available when you&#8217;re working on templates or template parts, so you can make changes everywhere instead of going page by page. The second thing that I think you should know is about the media browser in that same area where you browse your patterns; you can also now browse for media.</p>\n\n\n\n<p>It lets you look through the images you&#8217;ve already added to your site, but it also lets you search for openly licensed images from Openverse. And if you choose one of those images from Openverse, it inserts the proper attribution for you. You still have to add your own alt text, but that&#8217;s the fun part anyway, right?</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:35]&nbsp;</p>\n\n\n\n<p>And number three, a Style Book. So this thing is available in the template editing area, specifically, as is appropriate, given what it actually does. So if you&#8217;re in the template area, toward the top right of the screen is like a half moon day mode, night mode looking icon. If you click on that, you can make changes to things inside your blocks.</p>\n\n\n\n<p>But if you click on the little eyeball icon that&#8217;s just underneath it, it pulls up a style book where you can also see and edit the styles globally. If that didn&#8217;t make sense to you, don&#8217;t worry. I&#8217;ve got you. I&#8217;m about to tell you a bunch of things you can do in here. You can edit the way headings and lists and tables, quotes, and code looks all across the site. You can edit the way images, galleries, files, and videos look using custom CSS.</p>\n\n\n\n<p>Yes. Also, all across the site. And you can edit buttons, separators, and individual blocks. Say it with me &#8212; all across the site. That is not a comprehensive list. There is a ton of stuff. You can see the styles that you have applied across the whole site. You can see them in context, and you can make any changes that you need globally, which means all across the site.</p>\n\n\n\n<p>Yeah. Style Books. What will we think of next? </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:54]&nbsp;</p>\n\n\n\n<p>So those are my three things I think you should know about WordPress right now. As a former WordPress builder who was never really super great with the code, this stuff makes me feel powerful. I just love these changes, and I hope you do too.</p>\n\n\n\n<p> [00:04:07]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First, we just launched the Developer Blog. It&#8217;s over at developer.wordpress.org/news. It has a bunch of content on it that not only is geared specifically toward developers that are using WordPress but especially the folks who are extending WordPress. It gives you kind of an in-depth look at various changes and projects, and implementations and what goes into each one of them.</p>\n\n\n\n<p>So it gives you a bit of like this aspirational overview of stuff that you could do with WordPress and then also gives you an inside look at how you would accomplish it yourself. It&#8217;s very cool. I like it a lot. Head on over there, but we&#8217;ll have a link to the show notes below.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:00]&nbsp;</p>\n\n\n\n<p>The second thing is that we have an MVP of our new mentorship program that is underway.</p>\n\n\n\n<p>It should be debuting for essentially testing any day now, a link to the posts detailing that work, just in case you want to join that important initiative. But it is an important thing for me. I think that mentorship is a key element of many of our successful contributors&#8217; onboarding journeys, a part of their story of coming to us.</p>\n\n\n\n<p>And so, creating a mentorship program that is a bit sustainable and looks toward the health of the overall project, I think, is an excellent plan.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:38]&nbsp;</p>\n\n\n\n<p>The third thing on our small list of big things is that Matt put out a nice little post about kind of the history of why jazz has this strong background in the WordPress project. It&#8217;s a brief read. I&#8217;ll put a link to that in the show notes as well. But suffice it to say that he&#8217;s saying that jazz has a little bit of learned processes and rules but that the primary expectation is that you&#8217;re able to make of the jazz what you want. Like you get to make your own thing out of it. You get to be extemporaneous. You get to be very measured, whatever it is, that expresses what you are trying to do and what you are trying to say with it.</p>\n\n\n\n<p>That&#8217;s why he feels like jazz is such an important part of the DNA of the WordPress project. Like I said, it&#8217;s a short read. I&#8217;ll put a link to it in the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:30]&nbsp;</p>\n\n\n\n<p>And finally, there are a few working groups that folks can contribute to right now. We don&#8217;t always have working groups. We generally just kind of do stuff inside individual teams. But right now, we&#8217;ve got like the kids camp group, the sustainability group, and of course, that mentorship working group that I mentioned earlier in our list.</p>\n\n\n\n<p>So if you&#8217;re wanting a little change of pace, I&#8217;d drop by their areas in the Making WordPress Slack to see if they have anything that&#8217;s up your alley. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14818\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – March 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/04/the-month-in-wordpress-march-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Apr 2023 10:30:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14780\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"March saw the arrival of the first major release of 2023, WordPress 6.2 “Dolphy.” Planning for the project&#8217;s 20th anniversary continues with new celebratory updates and commemorative swag. Read on for the latest happenings in the WordPress space. Meet WordPress 6.2 “Dolphy” WordPress 6.2 “Dolphy” was released on March 29, 2023. Named after the acclaimed [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15294:\"\n<p>March saw the arrival of the first major release of 2023, WordPress 6.2 “Dolphy.” Planning for the project&#8217;s 20th anniversary continues with new celebratory updates and commemorative swag. Read on for the latest happenings in the WordPress space.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Meet WordPress 6.2 “Dolphy”</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2</a> “Dolphy” was released on March 29, 2023</strong>. Named after the acclaimed jazz multi-instrumentalist and composer<strong> </strong>Eric Allan Dolphy Jr., the latest version of WordPress further enhances the site editing experience with significant updates.</p>\n\n\n\n<p>Highlights include a reimagined Site Editor interface, a more intuitive way to manage menus, and a distraction-free writing mode. A new Block Inserter design adds integration with <a href=\"https://openverse.org/\">Openverse</a>, allowing you to easily browse and insert free, openly-licensed images and audio files into your content.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"581\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=1024%2C581&#038;ssl=1\" alt=\"Feature highlights in WordPress 6.2: Reimagined Site Editor, more ways to manage menus, a more powerful inserter, faster access to media—yours and Openverse\'s, the new Style Book, distraction-free writing, and more.\" class=\"wp-image-14782\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=1024%2C581&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=300%2C170&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=768%2C436&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=1536%2C871&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=2048%2C1162&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Whether you&#8217;re a content creator, designer, or developer, WordPress 6.2 has something for you. <a href=\"https://wordpress.org/news/2023/03/dolphy/\"><strong>Check out the full announcement post</strong></a> for an overview of what&#8217;s new and the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">Field Guide</a> for detailed developer notes.</p>\n\n\n\n<p>WordPress 6.2 is one of the last major releases planned for Phase 2 of the <a href=\"https://wordpress.org/about/roadmap/\">project’s development roadmap</a> and was made possible thanks to more than 600 contributors.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\"></a><a href=\"https://wordpress.org/download/\">Download WordPress 6.2 “Dolphy.”</a></p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WP20 swag is here</h2>\n\n\n\n<p>Show your WordPress excitement with <strong>limited edition 20th anniversary merchandise</strong>—now available at the official <a href=\"https://mercantile.wordpress.org/product-category/wp20/\"><strong>WordPress Mercantile store</strong></a>. If you prefer to create your own swag, you can use these <a href=\"https://wp20.wordpress.net/download-the-wp20-commemorative-logos/\">WP20 downloadable assets</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=1024%2C576&#038;ssl=1\" alt=\"Blue background with confetti and WordPress 20th anniversary commemorative logo.\" class=\"wp-image-14785\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=2048%2C1152&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The 20th anniversary website <a href=\"https://wp20.wordpress.net/wp20-celebrations/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wp20-celebrations/\">lists celebrations</a> as organizers announce and schedule them. Check back regularly to see if there’s an event in your area to join or <a href=\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\">help organize one</a> to celebrate this milestone with your local community.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">Enter the Wapuu Coloring Giveaway</a> by April 17, 2023, for a chance to win some commemorative WP20 swag!</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of the Gutenberg plugin have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/\"><strong>Gutenberg 15.3</strong></a><strong> </strong>was released on March 13, 2023. This version polishes the Site Editor experience, includes a new “Time to Read” block for displaying estimated read time to posts, and enhances the Duotone design tool.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/\"><strong>Gutenberg 15.4</strong></a> is available for download as of March 22, 2023, and focuses primarily on bug fixes and testing improvements. Other additions include color and layout support for the Cover block, improved descriptions to help you understand the purpose of each template in the Site Editor, and the ability to turn paragraph blocks into columns.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Phase 3 planning, WordPress Developer Blog launch, and more</h2>\n\n\n\n<ul>\n<li>Gutenberg Lead Architect Matías Ventura <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">outlined the focus areas</a> for Phase 3 of the WordPress development roadmap, known as <strong>Collaboration</strong> or <strong>Collaborative Editing</strong>.</li>\n\n\n\n<li>Last month, the <a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">WordPress Developer Blog</a> officially launched (removing the &#8220;beta&#8221; label). <a href=\"https://developer.wordpress.org/news/#subscribe\">Subscribe</a> to keep up with the latest features, tutorials, and learning resources in the WordPress development space.</li>\n\n\n\n<li>The Documentation Team seeks volunteers to help with <a href=\"https://make.wordpress.org/docs/2023/03/15/call-for-volunteers-to-help-with-6-2-end-user-documentation/\">WordPress 6.2 end user documentation</a>.</li>\n\n\n\n<li>Are you looking to broaden your knowledge and improve your WordPress skills? See <a href=\"https://make.wordpress.org/updates/2023/04/01/whats-new-on-learn-wordpress-in-march-2023/\">what’s new on Learn WordPress in March 2023</a>, including the latest course on <a href=\"https://learn.wordpress.org/course/converting-a-shortcode-to-a-block/\">Converting a Shortcode to a Block</a>.</li>\n\n\n\n<li>A new <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Community Themes initiative</a> aims to bring together a group of contributors to collaborate and build block themes.</li>\n\n\n\n<li>The Training Team is looking for assistance in creating content to complete <a href=\"https://make.wordpress.org/training/2023/03/29/introduction-to-wordpress-development-syllabus/\">this WordPress Development syllabus</a>.</li>\n\n\n\n<li>The newly formed Contributor Working Group <a href=\"https://make.wordpress.org/community/2023/03/23/recap-of-contributor-working-group-inaugural-mentorship-chat-on-march-20-2023/\">hosted an inaugural chat</a> to kick off work on the <a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">WordPress Mentorship Program</a>.</li>\n\n\n\n<li>The Polyglots Team is <a href=\"https://make.wordpress.org/polyglots/2023/03/29/adding-chatgpt-and-deepl-in-the-translation-memory/\">testing AI systems</a> to help with translation work.</li>\n\n\n\n<li>The WordPress.org redesign project has a new dedicated Making WordPress Slack channel to coordinate work: <a href=\"https://wordpress.slack.com/archives/C04U953K77A\">#website-redesign</a>.</li>\n\n\n\n<li>The March 2023 editions of the <a href=\"https://make.wordpress.org/polyglots/2023/03/15/polyglots-monthly-newsletter-march-2023/\">Polyglots monthly newsletter</a> and the <a href=\"https://make.wordpress.org/community/2023/03/21/meetup-organizer-newsletter-march-2023/\">Meetup Organizer newsletter</a> are available for reading.</li>\n\n\n\n<li>The Mobile Team announced a <a href=\"https://make.wordpress.org/mobile/2023/03/28/new-mobile-support-forum/\">new support forum</a> for the WordPress mobile app.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Tune in to <a href=\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\">Episode 52 of WP Briefing</a> to learn more about the visioning behind Phase 3, Collaboration.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>A new Full Site Editing (FSE) Program exploration looks into the Site Editor as a design tool in light of the recent WordPress 6.2 release. Participants are asked to create a block theme without coding using the current editor tools. <a href=\"https://make.wordpress.org/test/2023/03/29/fse-program-exploration-build-a-block-theme/\">Share your experience</a> by April 26, 2023.</li>\n\n\n\n<li>A group of Core contributors is working on a new <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Interactivity API proposal</a> to provide a better developer experience for building interactive blocks.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/25/mobile-team-update-march-25th/\">Version 22.0</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Members of the Core Team are looking for user experience (UX) feedback on the <a href=\"https://make.wordpress.org/core/2023/03/28/call-for-testing-plugin-dependencies-ux/\">Plugin Dependencies feature plugin</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>WordCamp Asia 2024 is <a href=\"https://asia.wordcamp.org/2024/\">calling for organizers</a>. Apply by April 15, 2023.</li>\n\n\n\n<li>Registration for the <a href=\"https://europe.wordcamp.org/2023/contributor-day-registration-is-now-open/\">WordCamp Europe 2023 Contributor Day</a> is now open.</li>\n\n\n\n<li>Want to create diverse and inclusive WordPress events? Mark your calendars for the upcoming <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/#upcoming-wpdiversity-workshops\">#WPDiversity workshops</a>.</li>\n\n\n\n<li>Four WordCamps are taking place this month:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f9.png\" alt=\"🇮🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://torino.wordcamp.org/2023/\">WordCamp Torino</a>, Italy, on April 14-15, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2023/\">Wordcamp Vienna</a>, Austria, on April 15-16, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1eb-1f1f7.png\" alt=\"🇫🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://paris.wordcamp.org/2023/\">WordCamp Paris</a>, France, on April 21, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1ec.png\" alt=\"🇧🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://sofia.wordcamp.org/2023/\">WordCamp Sofia</a>, Bulgaria, on April 22-23, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she discusses <a href=\"https://wordpress.org/news/2023/03/episode-51-is-routine-a-rut/\">the benefits of routine and what role it plays in the WordPress project</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2023/03/dolphy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2023 18:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14659\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:202:\"WordPress 6.2 \"Dolphy\" is here! Named for Eric Allen Dolphy Jr. the celebrated jazz woodwind player and ensemblist. Over 600 contributors made this release possible. Download WordPress 6.2 Dolphy today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:63330:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"WordPress 6.2 &quot;Dolphy&quot;\" class=\"wp-image-14732\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=2048%2C1365&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to WordPress 6.2 “Dolphy,&#8221; named for the woodwind jazz wiz, the multi-instrumentalist—<a href=\"https://en.wikipedia.org/wiki/Eric_Dolphy\">Eric Allan Dolphy Jr</a>. Dolphy is acclaimed for having brought the bass clarinet to prominence in the jazz scene, creating a place for the flute and extending the lexicon of the alto saxophone. In a career that spanned continents, his artistry was at the forefront of pushing improvisational boundaries, ensemble work, and partnerships with well-respected artists like Charles Mingus and John Coltrane.</p>\n\n\n\n<p>This latest version of WordPress reimagines your site editing experience, introduces more ways to style your site, and offers a new distraction-free way to write. Discover improvements that give you more control and freedom to express your creative vision. There’s something for everyone, whether you’re a content creator, developer, site builder, or designer. Let the <a href=\"https://open.spotify.com/artist/6rxxu32JCGDpKKMPHxnSJp?si=UEYO5JU5TXyEeINuuhN6aQ\">music of Eric Dolphy</a> delight you as you take in all that 6.2 has to offer.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.2.zip\">Download WordPress 6.2 today</a></div>\n</div>\n\n\n\n<p>WordPress 6.2 is the first major release of 2023, covering over 900 enhancements and fixes. It’s also a transition point in the WordPress project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>, shifting focus from customization to <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">early exploration of workflows and collaboration</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<h4 class=\"wp-block-heading\">Meet&nbsp;the reimagined Site Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=536%2C536&#038;ssl=1\" alt=\"Image inlay of the reimagined Site Editor. WordPress 6.2 Dolphy\" class=\"wp-image-14661\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Ready for you to dive in and explore: 6.2 is your invitation to discover what the next generation of WordPress—and block themes—can do.&nbsp;</p>\n\n\n\n<p>Now out of beta, the Site Editor has an updated interface, giving you a new way to interact with your entire site. Explore full previews of your templates and template parts, then jump in and get to editing your site from wherever you choose.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Manage menus in more ways with the Navigation block</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=532%2C532&#038;ssl=1\" alt=\"Image inlay of menu management from the Navigation block\" class=\"wp-image-14662\" width=\"532\" height=\"532\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 532px) 100vw, 532px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Add, remove, and reorder menu items faster—with a new sidebar experience that makes editing your site’s navigation easier.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Discover a smoother experience for the Block Inserter</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=536%2C536&#038;ssl=1\" alt=\"Image inlay of the Block Inserter\" class=\"wp-image-14663\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>A refreshed design gives you easier access to the content you need. Use the Media tab to quickly drag and drop content from your existing Media Library. Find patterns faster with a split view that lets you navigate categories and see previews all at once.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Find the controls you want when you need them</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=540%2C540&#038;ssl=1\" alt=\"Tab between settings and styles in the block settings sidebar\" class=\"wp-image-14664\" width=\"540\" height=\"540\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 540px) 100vw, 540px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Your block settings sidebar is better organized with tabs for Settings and Styles. So the tools you need are easy to identify and access.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Build faster with headers and footers for block themes</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=534%2C534&#038;ssl=1\" alt=\"\" class=\"wp-image-14671\" width=\"534\" height=\"534\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 534px) 100vw, 534px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Discover a new collection of header and footer patterns. Use them with any block theme as a quick, high-quality starting point for your site’s templates.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Explore Openverse media right from the Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=544%2C544&#038;ssl=1\" alt=\"\" class=\"wp-image-14670\" width=\"544\" height=\"544\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 544px) 100vw, 544px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Openverse’s library catalogs over 700 million+ free, openly licensed stock images and audio—and now it’s directly integrated into the WordPress experience through the Inserter.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Focus on writing with Distraction Free mode</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=542%2C542&#038;ssl=1\" alt=\"\" class=\"wp-image-14665\" width=\"542\" height=\"542\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 542px) 100vw, 542px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Meet the new Style Book</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14667\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Get a complete overview of how every block in your site’s library looks. All in one place, all at a glance, directly in the Site Editor.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Copy and paste styles</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14666\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Custom CSS</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14669\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Power up your site any way you wish with design tools and custom CSS for another level of control over your site’s look and feel for maximum creativity and artistry in your designs.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other highlights in 6.2</h3>\n\n\n\n<ul>\n<li><strong>Sticky positioning</strong>: Choose to keep top-level group blocks fixed to the top of a page as visitors scroll.</li>\n\n\n\n<li><strong>Importing widgets</strong>: Options to import your favorite widgets from Classic themes to Block themes.</li>\n\n\n\n<li><strong>Local fonts in themes</strong>: Default WordPress themes offer better privacy with Google Fonts now included.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Performance highlights</h3>\n\n\n\n<p>“Dolphy” includes several impressive performance improvements. You’ll note overall faster load times for block themes of 14 to 18%, and for classic themes, speed increases of 2 to 5%. Server-side performance is also significantly boosted, with an increase of 17 to 23% for block themes and 3 to 5% for classic themes, 3 to 5%. The performance team is dedicated to these kinds of improvements. You can learn more about their work by following the Making WordPress blog using the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"></blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.2</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/workshops/\">Learn WordPress</a> for quick how-to videos, courses, and other resources for the latest features in WordPress. Or join a free <a href=\"https://learn.wordpress.org/social-learning/\">live interactive online workshop</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for detailed developer notes to help you build with WordPress and get the most out of the latest release. Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-2/\">6.2 release notes</a> for additional technical details about this release, including installation information, updates, fixes, file changes, and more.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.2 release squad</h2>\n\n\n\n<p>6.2 is made possible by the many folks who have enthusiastically helped keep the release on track and moving forward:</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Core Tech Co-Leads: <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Co-Leads: <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a></li>\n\n\n\n<li>Core Triage Co-Leads: <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Editor Triage Co-Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Documentation Co-Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseet</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li>\n\n\n\n<li>Marketing &amp; Communications Co-Leads: <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Test Co-Leads: <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a>, <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress 6.2 couldn’t be here without the countless effort and passion of more than 600 contributors in at least 50 countries. A special thank you to the 178 new contributors who joined a release for the first time. Their collaboration helped deliver hundreds of enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a> · <a href=\"https://profiles.wordpress.org/254volkan/\">254volkan</a> · <a href=\"https://profiles.wordpress.org/mercime/\">@mercime</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <a href=\"https://profiles.wordpress.org/aeg0125/\">Aaron Graham</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abidhasan112/\">Abid Hasan</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</a> · <a href=\"https://profiles.wordpress.org/abtop/\">ABTOP</a> · <a href=\"https://profiles.wordpress.org/ace100/\">ace100</a> · <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/admwgn/\">Adam Wiltgen</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityaarora010196/\">adityaarora010196</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajayver/\">ajayver</a> · <a href=\"https://profiles.wordpress.org/seakashdiu/\">Akash Mia</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/albarin/\">albarin</a> · <a href=\"https://profiles.wordpress.org/alberuni-azad/\">Alberuni Azad.</a> · <a href=\"https://profiles.wordpress.org/alecgeatches/\">alecgeatches</a> · <a href=\"https://profiles.wordpress.org/aleksganev/\">Aleks Ganev</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alvastar/\">alvastar</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amin7/\">amin</a> · <a href=\"https://profiles.wordpress.org/amirrezatm/\">amirrezatm</a> · <a href=\"https://profiles.wordpress.org/amitbarai013/\">Amit Barai Alit</a> · <a href=\"https://profiles.wordpress.org/paulamit/\">Amit Paul</a> · <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andreaboe/\">andreaboe</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/apmatthe/\">Andrew Matthews</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonyagrios/\">Antony Agrios</a> · <a href=\"https://profiles.wordpress.org/aparnajl/\">Aparna Adhun</a> · <a href=\"https://profiles.wordpress.org/arrasel403/\">AR Rasel</a> · <a href=\"https://profiles.wordpress.org/arafatjamil01/\">Arafat Jamil</a> · <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnolp/\">arnolp</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a> · <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a> · <a href=\"https://profiles.wordpress.org/ashrafulsarkar/\">Ashraful Sarkar Naiem</a> · <a href=\"https://profiles.wordpress.org/nmutua/\">Autumn</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bart/\">Bart</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benish74/\">benish74</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a> · <a href=\"https://profiles.wordpress.org/bgin/\">bgin</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bjorn2404/\">Bjorn Holine</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bonjour52/\">bonjour52</a> · <a href=\"https://profiles.wordpress.org/bookwyrm/\">bookwyrm</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/buutqn/\">buutqn</a> · <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/mcaskill/\">Chauncey McAskill</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chocofc1/\">chocofc1</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisbaltazar/\">chrisbaltazar</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/chrystl/\">Chrystl</a> · <a href=\"https://profiles.wordpress.org/ckanderson22/\">ckanderson22</a> · <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a> · <a href=\"https://profiles.wordpress.org/cnspecialcolor/\">cnspecialcolor</a> · <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a> · <a href=\"https://profiles.wordpress.org/codingchicken/\">Coding Chicken</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/copons/\">Copons</a> · <a href=\"https://profiles.wordpress.org/corentingautier/\">corentingautier</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">Craig Francis</a> · <a href=\"https://profiles.wordpress.org/craiglpeters/\">craiglpeters</a> · <a href=\"https://profiles.wordpress.org/geisthanen/\">Creative Andrew</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/dalirajab/\">dali-rajab</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/wirecat/\">Daniel Johnson</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/davefx/\">David Mar&#237;n Carre&#241;o</a> · <a href=\"https://profiles.wordpress.org/dperonne/\">David P&#233;ronne</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">derekblank</a> · <a href=\"https://profiles.wordpress.org/devanshijoshi/\">Devanshi Joshi</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/doctorlai/\">doctorlai</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donncha/\">Donncha</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/d-signed/\">DSIGNED</a> · <a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a> · <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Eidolon Night</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/emanuelx/\">emanuelx</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/edanzer/\">Erick Danzer</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/esratpopy/\">Esrat Sultana Popy</a> · <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/fosuahmed/\">Faisal Ahmed</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fasuto/\">fasuto</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/felipelavinz/\">Felipe Lav&#237;n</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a> · <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a> · <a href=\"https://profiles.wordpress.org/fuadragib/\">Fuad Ragib</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a> · <a href=\"https://profiles.wordpress.org/grl570810/\">grl570810</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a> · <a href=\"https://profiles.wordpress.org/hanshenrik/\">hanshenrik</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/hasanmisbah/\">Hasan Misbah</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/ehtmlu/\">Helmut Wandl</a> · <a href=\"https://profiles.wordpress.org/luehrsen/\">Hendrik Luehrsen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hiren1094/\">hiren sanja</a> · <a href=\"https://profiles.wordpress.org/patelhitesh/\">Hitesh Patel</a> · <a href=\"https://profiles.wordpress.org/hughiemolloy/\">hughie.molloy</a> · <a href=\"https://profiles.wordpress.org/hugodevos/\">hugodevos</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">hztyfoon</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/polevaultweb/\">Iain Poulson</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/iazel/\">Iazel</a> · <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a> · <a href=\"https://profiles.wordpress.org/imanish003/\">imanish003</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">ingeniumed</a> · <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a> · <a href=\"https://profiles.wordpress.org/inwerpsel/\">inwerpsel</a> · <a href=\"https://profiles.wordpress.org/iqbalrony/\">iqbalrony</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/ivanjeronimo/\">ivanjeronimo</a> · <a href=\"https://profiles.wordpress.org/jhoffmann/\">j.hoffmann</a> · <a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a> · <a href=\"https://profiles.wordpress.org/jaedm97/\">Jaed Mosharraf</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james-roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jeanphilippegreen/\">Jean-Philippe Green</a> · <a href=\"https://profiles.wordpress.org/jeawhanlee/\">jeawhanlee</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/lobeless14/\">Jeremy Lind</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jokerrs/\">Jokerrs</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jornp/\">jornp</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/welenofsky/\">Justin Welenofsky</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn P.</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a> · <a href=\"https://profiles.wordpress.org/kowsar89/\">Kowsar Hossain</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/lanacodes/\">Lana Codes</a> · <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">Lena Stergatou</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a> · <a href=\"https://profiles.wordpress.org/lifeboat/\">lifeboat</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/webaxones/\">Lo&#239;c Antignac</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a> · <a href=\"https://profiles.wordpress.org/lucius0101/\">lucius0101</a> · <a href=\"https://profiles.wordpress.org/lucymtc/\">Lucy Tomas</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mahbubshovan/\">Mahbub Shovan</a> · <a href=\"https://profiles.wordpress.org/mahekkalola/\">Mahek Kalola</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojkpatil/\">Manoj Patil</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/marissamakes/\">Marissa Matthews</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/marksabbath/\">marksabbath</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/matclayton/\">matclayton</a> · <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/matthiasreinholz/\">Matthias Reinholz</a> · <a href=\"https://profiles.wordpress.org/h4l9k/\">Mauricio</a> · <a href=\"https://profiles.wordpress.org/wppunk/\">Max</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maximej/\">Maxime J.</a> · <a href=\"https://profiles.wordpress.org/jamilbd07/\">MD Jamil Uddin</a> · <a href=\"https://profiles.wordpress.org/kawserz/\">Md Kawser Ahmed Khan Jami</a> · <a href=\"https://profiles.wordpress.org/rakibwordpress/\">Md Rakib Hossain</a> · <a href=\"https://profiles.wordpress.org/abirhasandipu/\">Md. Abir Hasan Dipu</a> · <a href=\"https://profiles.wordpress.org/reduanmasud/\">Md. Reduan Masud</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a> · <a href=\"https://profiles.wordpress.org/meyegui/\">meyerdev.ch</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/michael-kelly/\">Michael Kelly</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelmany/\">Michel Many</a> · <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/tanjimtc71/\">Musarrat Anjum Chowdhury</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/nazmulhasan103/\">Nazmul Hasan</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/nicholaswilson/\">nicholaswilson</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nick_thegeek/\">Nick the Geek</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/itsnikhilpatel/\">NikhilPatel</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/dasnitesh780/\">Nitesh Das</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/rnitinb/\">Nitin Rathod</a> · <a href=\"https://profiles.wordpress.org/nitman43/\">nitman43</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/obayedmamur/\">Obayed Mamur</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oh_hello/\">oh_hello</a> · <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoney/\">PabloHoney</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/phil-webster/\">Phil Webster</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/iapial/\">Pial</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/knowingart_com/\">PJ Brunet</a> · <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Ptah Dunbar</a> · <a href=\"https://profiles.wordpress.org/raduiason/\">raduiason</a> · <a href=\"https://profiles.wordpress.org/initsogar/\">Rafael Agostini</a> · <a href=\"https://profiles.wordpress.org/rafinkhan/\">Rafin</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajeshraval786/\">Rajesh Raval</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/razthee007/\">Razthee Md. Yakini</a> · <a href=\"https://profiles.wordpress.org/renatoagds/\">Renato Augusto Gama dos Santos</a> · <a href=\"https://profiles.wordpress.org/rezakhan995/\">Reza Khan</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riccardodicurti/\">Riccardo Di Curti</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinkychowdhury9/\">Rinky Chowdhury</a> · <a href=\"https://profiles.wordpress.org/ritteshpatel/\">Ritesh Patel</a> · <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robin-labadie/\">Robin Labadie</a> · <a href=\"https://profiles.wordpress.org/rodage/\">rodage</a> · <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/digical/\">Ross Gile</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/re_enter_rupok/\">Rupok</a> · <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a> · <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sereedmedia/\">S&#233; Reed</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/andy786/\">Sahil B.</a> · <a href=\"https://profiles.wordpress.org/stalukder03/\">Sajib Talukder</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a> · <a href=\"https://profiles.wordpress.org/sam1el/\">sam1el</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/samruddhikhandale/\">samruddhikhandale</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sanjucta/\">sanjucta</a> · <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/sapayth/\">sapayth</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/saumil1611/\">Saumil Nerpagar</a> · <a href=\"https://profiles.wordpress.org/saxonfletcher/\">saxonfletcher</a> · <a href=\"https://profiles.wordpress.org/ira2910/\">Sazia Faizunnessa Ira</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/countrymusicchicago/\">Scott Winterroth</a> · <a href=\"https://profiles.wordpress.org/hiyascout/\">Scout James</a> · <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seriouslysenpai/\">seriouslysenpai</a> · <a href=\"https://profiles.wordpress.org/wandering-aramean/\">Seth Miller</a> · <a href=\"https://profiles.wordpress.org/shahidul95/\">Shahidul Islam</a> · <a href=\"https://profiles.wordpress.org/shamayel007/\">Shamayel</a> · <a href=\"https://profiles.wordpress.org/shamimmiashuhagh/\">Shamim Mia</a> · <a href=\"https://profiles.wordpress.org/smeunus/\">Sharif Mohammad Eunus</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shubham1gupta/\">shubham1gupta</a> · <a href=\"https://profiles.wordpress.org/silicium23/\">Silicium</a> · <a href=\"https://profiles.wordpress.org/simongomes02/\">Simon Gomes</a> · <a href=\"https://profiles.wordpress.org/slieschke/\">Simon Lieschke</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">snicco.io</a> · <a href=\"https://profiles.wordpress.org/sruthi90/\">sruthi90</a> · <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">Stephanie Walters</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephym/\">Stephy Miehle</a> · <a href=\"https://profiles.wordpress.org/stephymiehle/\">stephymiehle</a> · <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sun/\">sun</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/codemonksuvro/\">Suvro</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/afrin29/\">Syeda Sanjida Afrin</a> · <a href=\"https://profiles.wordpress.org/syhc/\">syhc</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/syntaxart/\">syntaxart</a> · <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/tahminar27/\">Tahmina Rahman</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/tanazmasaba/\">Tanaz Masaba</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanner-m/\">Tanner Moushey</a> · <a href=\"https://profiles.wordpress.org/rahmantasnia/\">Tasnia Rahman Raima</a> · <a href=\"https://profiles.wordpress.org/teebee/\">teebee</a> · <a href=\"https://profiles.wordpress.org/tekapo/\">tekapo</a> · <a href=\"https://profiles.wordpress.org/thedaysse/\">thedaysse</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/theode/\">theode</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/thomask/\">thomask</a> · <a href=\"https://profiles.wordpress.org/timbroddin/\">timbroddin</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/dziudek/\">Tomasz Dziuda</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a> · <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a> · <a href=\"https://profiles.wordpress.org/travisaxton/\">travisaxton</a> · <a href=\"https://profiles.wordpress.org/triumvirate/\">triumvirate</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a> · <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/webrocker/\">Webrocker</a> · <a href=\"https://profiles.wordpress.org/websitegenii/\">websitegenii</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/winterpsv/\">winterpsv</a> · <a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a> · <a href=\"https://profiles.wordpress.org/wojtekn/\">Wojtek Naruniec</a> · <a href=\"https://profiles.wordpress.org/wojtekszkutnik/\">Wojtek Szkutnik</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/zebaafiashama/\">Zeba Afia Shama</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zevilz/\">zevilz</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, <a href=\"https://translate.wordpress.org/stats/\">70 locales had translated 90 percent</a> or more of WordPress 6.2 in their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress 6.2 available in 200 languages.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A release haiku for 6.2&nbsp;</h2>\n\n\n\n<p>Six point two, so new<br>Shiny and ready for you<br>Congrats on hard work!</p>\n\n\n\n<p class=\"has-text-align-left has-tiny-font-size\"><em>* Portrait of Eric Allen Dolphy Jr. discovered via <a href=\"https://openverse.org/image/36720968-690c-4287-a2dd-619573cc23a6\">Openverse</a>. Colorization by D. Pountain; Original by F. Wolff</em>.<br>&#8220;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00/39509743850\" target=\"_blank\">eric dolphy</a>&#8221; by&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00\" target=\"_blank\">dick_pountain</a>&nbsp;is licensed under&nbsp;<a rel=\"noreferrer noopener\" href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\">CC BY-NC-SA 2.0</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14697\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"On this week\'s episode, special guest Héctor Prieto joins Josepha in a discussion about phase three and why it\'s more than collaborative editing. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/03/WP-Briefing-052.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:25748:\"\n<p>On Episode fifty-two of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy and special guest Héctor Prieto as they discuss phase three and why it&#8217;s more than just collaborative editing!</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://riad.blog/2020/06/11/write-as-blocks-in-an-encrypted-collaborative-environment/\">Write as Blocks in an Encrypted Collaborative Environment by Riad Benguella</a> </li>\n\n\n\n<li><a href=\"https://github.com/youknowriad/asblocks\" data-type=\"URL\" data-id=\"https://github.com/youknowriad/asblocks\">Riad Benguella’s collaborative editing GitHub repository</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella&#8217;s WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/23129\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/pull/23129\">Block Collab: New package, a framework for collaborative editing GitHub PR</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/48457\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/issues/48457\">Matías Ventura Quick Search GH Issue</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\">WordCamp Europe Contributor Day Registration</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">WP20 Wapuu Coloring Giveaway</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14697\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]<br><br>I have with me today Hécto Prieto. You all may know him from the WordPress Slack. He recently was, I believe, a release coordinator, maybe for the last release. Was that for 6.1?</p>\n\n\n\n<p>[Héctor Prieto 00:00:51]<br><br>Yes. It was for 6.1 and also 6.0, in fact.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:54]<br><br>All right. Well, welcome to the WordPress Briefing today. How are you doing?</p>\n\n\n\n<p>[Héctor Prieto 00:00:59]&nbsp;</p>\n\n\n\n<p>Well, I&#8217;m excited to be here. I&#8217;m a longtime listener of the podcast since the first episode. So I&#8217;m super excited to be here with you today.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:06]<br><br>Yes. Longtime listener. First-time caller. All right, well, we&#8217;re gonna have a topic that just dumps you right in the soup, as they say in the United States. So we are actually here to talk about phase three of Gutenberg. It&#8217;s been a long time coming, and there are a lot of questions that folks have about what&#8217;s going into it and what&#8217;s not going into it.</p>\n\n\n\n<p>And as someone who works really closely with our Gutenberg technical architect, Matías Ventura, I figured you would be exactly the right person to come and talk about your favorite things. From your perspective, what is going to be the biggest enhancement that we start to approach in phase three?</p>\n\n\n\n<p>Like which thing, which API is gonna take the most work, do you think?</p>\n\n\n\n<p>[Héctor Prieto 00:01:53]<br><br>Well, the most work, that&#8217;s a very hard question to answer because we are still we are going to start an exploration phase to determine how far we want to go with each of these APIs. So, in general, all these APIs and these products are standalone projects. And some of them are shorter, and some of them are longer.</p>\n\n\n\n<p>I would say, in general, the real-time collaboration sounds the most technically challenging because of what it represents and all the changes needed to how we interact with WordPress from async to sync, basically. That would be the hardest part. I think there are also already a few prototypes working, but we need to see how that scales, for example.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:32]</p>\n\n\n\n<p>Yeah. So speaking of a few prototypes, I know that there are two or three different prototypes specifically for collaborative editing, but do we have people or groups, working groups in the community that have built any other prototypes? Or is it just kind of first passes at collaborative editing that we&#8217;ve seen?</p>\n\n\n\n<p>[Héctor Prieto 00:02:52]<br><br>Well, apart from Riad Benguella’s exploration, there&#8217;s a public repository with that exploration, there are a few plugins trying the same, trying real-time collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:03]<br><br>Yeah, I can think of co-blocks and as blocks, and then I feel like there was a third one.</p>\n\n\n\n<p>[Héctor Prieto 00:03:09]&nbsp;</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:09]<br><br>We&#8217;ll find the links to all these</p>\n\n\n\n<p>[Héctor Prieto 00:03:12]</p>\n\n\n\n<p>Yeah. Let&#8217;s add them to the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:14]<br><br>Excellent. So that&#8217;s going to be the biggest one. Is there, of the list of APIs, and this is based on the post that Matías sent out last week. If you all haven&#8217;t seen that, we&#8217;ll put that in the show notes as well. But from the APIs that Matías sort of helped us to identify last week, is there any one that you are particularly excited about for fixing things in WordPress or just generally like an interesting topic of development for you?</p>\n\n\n\n<p>[Héctor Prieto 00:03:42]<br><br>Well, I would say all of them and how they all play together. But, if I need to pick one of them…</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:48]<br><br>Everything&#8217;s the best!&nbsp;</p>\n\n\n\n<p>[Héctor Prieto 00:03:50]<br><br>I&#8217;ll cheat anyway, and I will going to pick two out of them because they solve issues at different levels. I&#8217;m very excited about visual revisions. I think it helps a lot of users, and it affects even non-technical users.</p>\n\n\n\n<p>So it&#8217;s one of the projects that lower how hard or complex WordPress can be to use sometimes. It&#8217;s going to be a huge improvement. It&#8217;s going to, I mean, bringing blocks to the revision system. I mean, it&#8217;s just a dream come true for me. I&#8217;m also going to highlight the search everywhere or quick search feature Matías already opened an issue in the GitHub repository right now.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:28]<br><br>Mm-hmm.</p>\n\n\n\n<p>[Héctor Prieto 00:04:28]<br><br>So the idea for this product is to have a power user shortcut that opens searching, an Alfred-like or Spotlight-like interface for those familiar with MacOS operating systems.</p>\n\n\n\n<p>When you can type anything, any place you want to go, or you want to search for any specific text in a document. And it&#8217;s supposed to be your power user command tool. So that you can do most things there.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:53]<br><br>Oh, and I mean not only power user command tool, but also there are some applications there for folks who have mobility issues, people who are using primarily keyboard as opposed to keyboard and mouse, all that kind of stuff, right?</p>\n\n\n\n<p>[Héctor Prieto 00:05:07]<br><br>Exactly. And just thinking long term with the rise of AI, it could be possible even to add some natural language processing to this interface so that users could just write in, in plain text, in natural language, what they want to do, and WordPress would provide the action for them.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:23]<br><br>Very nice. My two favorites, since you gave two favorites and I can&#8217;t just give one at that point, my two favorite projects, which are also probably really, really hard projects, are those explorations around fixing notifications. That is a really big project. And one that I think that, in general, the WordPress project is going to be really excited to have some input on.&nbsp;</p>\n\n\n\n<p>And so that&#8217;s one that I really will have an eye on. And the other one that I&#8217;m going to definitely have my eye on is the media gallery redesign. I realize that this shows, between you and I, that shows our two specific focuses. Because, of course, you work directly with guiding all of our developers. And I am very much like our user advocate. And WordPress “everyman.”</p>\n\n\n\n<p>I don&#8217;t know if that&#8217;s a term that makes sense outside the US. But I do a lot of advocacy for folks who are using WordPress from the user side as opposed to from the developer side because, of course, we have a lot of excellent developers. So y&#8217;all don&#8217;t need my help with your advocacy.</p>\n\n\n\n<p>But yeah, that really shows that you and I have different focuses, which I think is good too.</p>\n\n\n\n<p>[Héctor Prieto 00:06:32]<br><br>Yes. Also, it’s worth noting that at the end of the day, any improvement we make for developers is so that developers can build better things for users. So, at the end of the day, everything is in the best interest of the users.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:45]&nbsp;</p>\n\n\n\n<p>That&#8217;s right. That&#8217;s definitely a good point. Yeah. So, a final question about this particular thing because we&#8217;re trying to keep it a little brief and also because we&#8217;ll have a few other podcasts that are specifically about phase three as our explorations get going. Final question here: If you felt like there was one API or one project in particular that could benefit from a lot of community involvement which would you guess that was?</p>\n\n\n\n<p>[Héctor Prieto 00:07:20]<br><br>I don&#8217;t think I can single out any of them. I think getting user feedback is going to be a vital part of this phase, as always. So I would encourage our listeners to just participate in discussions and provide feedback as we start releasing the first prototypes in the Gutenberg plugin. I don&#8217;t think I can pick one of them for you, completely honest.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:43]&nbsp;</p>\n\n\n\n<p>Yeah. My guess for that is going to be the rework of the dashboard, the admin, WP admin. I think that a lot of people are gonna have a lot to say about what they use it for, what they would like to be able to use it for, how to make it look more modern, how to make it feel more modern. I think that that probably is going to benefit from a lot of early testing and possibly some specific user testing around the concepts of design in there.</p>\n\n\n\n<p>And so that&#8217;s one that that I think probably is going to take a lot of feedback from the community. And community, in this case, I think, is not only our developers and designers and copy folks who are working to build the CMS, but probably also all of our folks who are extending WordPress, everybody who is working in agencies, things like that.</p>\n\n\n\n<p>[Héctor Prieto 00:08:35]<br><br>Hmm, well, if I need to pick one, I would say the publishing flows could use also lots of feedback and testing because we are going to implement editorial requirements and customized user flows. And, of course, there are many, many different workflows out there that we might not be able to think of ourselves.</p>\n\n\n\n<p>So just imagine the sheer amount of different use cases. There&#8217;s going to be, or there currently is with customizations of third-party plugins. So, yeah. I would like to listen to how people would like the publishing flows to be. What are the specific use cases?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:09]<br><br>So really, just everything, we need a lot of user feedback on everything.</p>\n\n\n\n<p>[Héctor Prieto 00:09:13]<br><br>Yes. That&#8217;s the summary.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:15]</p>\n\n\n\n<p>I don&#8217;t think that&#8217;s a bad summary. I know that we talk a bit about how WordPress is made better by the activity of our co-creators, the people who are using the software and testing the software, and telling us how it could be better. Those are the groups of people that make sure that we are the best version or headed in the best direction on any of our things with the software.</p>\n\n\n\n<p>And so I guess it&#8217;s probably not super unusual for everyone to hear like we need your feedback on everything because that&#8217;s probably what we do half the time.</p>\n\n\n\n<p>[Héctor Prieto 00:09:44]<br><br>Yeah, absolutely.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:47]<br><br>So the publishing workflows, that reminds me that there has been a little bit of a conversation lately around the naming of this phase, basically.</p>\n\n\n\n<p>And I know that the phases don&#8217;t necessarily need names. Like that&#8217;s why they&#8217;re numbered, and that&#8217;s a great idea. Like numbers are wonderful ways to reference things, but it also is just easier to reference it in kind of general conversation.</p>\n\n\n\n<p>So the first phase was easier editing, and it really focused on the editing experience itself. The second one was customization, and now the third phase has been called collaboration for quite a bit of time.</p>\n\n\n\n<p>But as we got closer and closer to this phase and we had more and more conversations that were coming out of phases one and two, it became really clear that really what we&#8217;re looking at here is more around workflows. And I love that that is an option for how to refer to this. Probably that&#8217;s how I will refer to it for most of the time that I talk about it as we are looking at phase three. </p>\n\n\n\n<p>Because I remember that when we were first building the prototypes of Gutenberg, one of the big flags that I had was that breaking changes are not just about what we can see or any sort of visual regressions or what causes the white screen of death. Also, some of the things that are breaking changes should be considered in those workflows when we change where things are or how you accomplish a task.</p>\n\n\n\n<p>And our users weren&#8217;t ready for it. That is something that is breaking for them, right?</p>\n\n\n\n<p>[Héctor Prieto 00:11:25]&nbsp;<br><br>Yes. As you mentioned, this phase was referenced as collaboration, real-time collaboration, for a long time, but if we think of how this collaboration looks, it&#8217;s much more than just editing at the same time. A very big part of collaboration is also asynchronous collaboration by adding in-line comments and improving these notifications when you have a comment in your draft. I think the power of this phase is how everything comes together. These individual pieces come together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 0:11:51]<br><br>Yes, and I don&#8217;t know where that first flag that sparked the discussion around, like, okay, but collaborative editing is not quite big enough and also means a bunch of different things for a bunch of different people. It depends on the size of your organization or the type of content you&#8217;re writing.</p>\n\n\n\n<p>Like, I don&#8217;t know where that conversation started. My guess is, you know, some WordCamp somewhere, and an attendee was like, did you, did anybody ever think about these problems? And then they kind of worked their way around the Make Core site or otherwise made their way around to Matias&#8217;s ears.</p>\n\n\n\n<p>But yeah, I think that was a really smart choice. And you&#8217;re exactly right, collaborative editing; that can refer to the synchronous kind or the asynchronous kind, and both of those types of collaboration are equally valuable and probably equally used.</p>\n\n\n\n<p>[Héctor Prieto 00:12:40]<br><br>Yes. And one important point to note here is that this editorial flows, and this collaboration is crucial to implement multilingualism going into phase four. We need to think that as soon as we have posts and pages in different languages, there are going to be requirements in terms of how to translate these pieces of content.</p>\n\n\n\n<p>So this will need collaboration, all forms of collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:13:02]<br><br>Yeah, absolutely. This maybe was before your time with the project, but I was team multilingual-first for a long time. Or at least thinking that we could do the multilingual part of this work alongside the collaborative editing part of the work. I&#8217;ve spent a lot of time trying to understand what we think is going in phase three versus what probably we need to be able to do as far as having native multilingual support in the project.</p>\n\n\n\n<p>And I have softened my very hard position on that. You know, we&#8217;re big fans of strong positions loosely held, strong opinions loosely held. And this was one of those moments where I had that really strong opinion that we could just do them concurrently. We can do them at the same time.</p>\n\n\n\n<p>And I think it was a conversation that you and I were having when you were pointing out the complexities of translating WordPress at all, let alone being able to translate all your content as well. And it makes a lot of sense, and you&#8217;re right. I think that there are a lot of interactions, a lot of workflows that we&#8217;re gonna have to kind of refresh or redesign or rebuild before it really makes sense for us to help make that a nice streamlined option for multilingual offerings.</p>\n\n\n\n<p>[Héctor Prieto 00:14:17]<br><br>Yes, absolutely. As a Spanish-speaking person, I&#8217;m super excited about having multilingual in Core, but I also understand that we need some tooling ready before implementing multilingual in Core.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:14:29]&nbsp;</p>\n\n\n\n<p>There are no, there really are no easy problems left in WordPress, right? Like, we all agree on this now?</p>\n\n\n\n<p>[Héctor Prieto 00:14:36]<br><br>That&#8217;s correct. And we&#8217;re creating something incrementally. If we look at the phases, they are ordered sequentially. But that doesn&#8217;t mean that when we start phase three, we are, finishing phase two completely in the same way. We have not finished phase one.</p>\n\n\n\n<p>That will be like saying, when is WordPress finished, when is the development finished? So it&#8217;s an incremental project, and it&#8217;s always going to be to need refining. So it&#8217;s of course, multilingual needs to come after collaboration because we need those tools.</p>\n\n\n\n<p>But that doesn&#8217;t mean we need to finish the collaboration phase or have it very advanced phase three before we can start phase four. That will be determined in the next month as we start explorations.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:15:17]&nbsp;</p>\n\n\n\n<p>So if you all, which I know you are, are interested in better workflows, more streamlined ways of working inside WordPress, and or interested in how we are gonna get multilingual settled in the future, this is a great time to get involved in this project and in the community. Like I said, we&#8217;ve got that post up that Matías shipped last week, which, again, if you have not read it, go read it because it&#8217;s got excellent, excellent information in there for you.&nbsp;</p>\n\n\n\n<p>Héctor, before we head out, is there anything that you wanna make sure that you let the listeners know, either about phase three or just about WordPress in general?</p>\n\n\n\n<p>[Héctor Prieto 00:15:57]<br><br>Well, tomorrow is WordPress 6.2 release day. So happy 6.2, everybody!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:04]<br><br>Happy 6.2. Oh, yeah. Yeah. Which means today is the dry run; probably in three hours, we&#8217;re doing the dry run.</p>\n\n\n\n<p>[Héctor Prieto 00:16:14]<br><br>Depends on when we&#8217;re listening to this, but yes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:18]&nbsp;</p>\n\n\n\n<p>Oh, that&#8217;s a good point. Right? Not everybody listens to this the second it becomes available. Time zones. That&#8217;s right. Oh, man. Look at us being a global project and just pretending like everybody listens to this particular thing the moment that it&#8217;s available.</p>\n\n\n\n<p>I apologize to everybody who&#8217;s listening to it after the release or in the middle of the release party or whatever you&#8217;re doing. Regardless, tomorrow, if you&#8217;re listening to it today, is the WordPress 6.2 release, and it&#8217;s gonna be great.</p>\n\n\n\n<p>Well, Héctor, thank you so much for joining me today. I really enjoyed having you on, and thanks for letting me interview you.</p>\n\n\n\n<p>[Héctor Prieto 00:16:59]<br><br>Thank you for having me. It was my pleasure to be here.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:17:10]</p>\n\n\n\n<p>So that brings us now to our small list of big things, and as is frequently the case, it&#8217;s actually kind of a big list of big things. So we&#8217;re gonna hop right in here. As Héctor and I mentioned in the episode, the release WordPress 6.2 is coming out tomorrow, depending on when you&#8217;re listening to this. If you listen to it on the 27th, it comes out on the 28th of March.&nbsp;</p>\n\n\n\n<p>If you have a chance to drop by the release party. I would encourage you to; they&#8217;re pretty interesting just to get an idea of everything that it takes to build WordPress. It is, of course, the last few hours before a release, and so you don&#8217;t get a full scope.</p>\n\n\n\n<p>But it&#8217;s always nice to see the way that everybody in the community works together, especially there in that last moment when we&#8217;re trying to package something and test it in a bunch of environments all across the world.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:18:00]&nbsp;</p>\n\n\n\n<p>I love attending those. And so I encourage it. The next episode of the WordPress Briefing is going to have the release rundown.</p>\n\n\n\n<p>I&#8217;ll go through the key features and highlights that finally made it into 6.2. The reason we don&#8217;t do those beforehand is just in case we have to remove anything at the last minute from a release. It doesn&#8217;t happen too often, but it does happen sometimes. And so, next episode of WP Briefing, that&#8217;s what we&#8217;ll be talking about.</p>\n\n\n\n<p>The next thing on my list is a new developer blog. So there is a brand new developer blog. It was launched last Wednesday. It&#8217;s a great resource for WordPress developers to stay up to date and hear the latest in the WordPress development world. And also, we had been hearing some feedback from our developers in recent years that if you are like exploring how to extend WordPress, if you&#8217;re in that group of extenders, people who are building themes or building plugins, you&#8217;ve kind of feel like you&#8217;ve lost a place where you can have those exploratory conversations.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:19:00]&nbsp;</p>\n\n\n\n<p>This is gonna be one of those places. We&#8217;ll put a link in the show notes. So far, the content that&#8217;s planned, I think, is really interesting.</p>\n\n\n\n<p>Next thing on our small list, big list, of big things is WordCamp Europe&#8217;s Contributor Day.</p>\n\n\n\n<p>So registration for Contributor Day is now open, and it does require a separate registration than regular attendance at WordCamp Europe. So if you are registered for WordCamp Europe, you already have your ticket for that, but you are not registered for Contributor Day, click the link in the show notes and come on down to spend a little time giving back to the WordPress Project.</p>\n\n\n\n<p>And the last thing on our list today is that we have a WP20 Wapuu coloring giveaway. So put on your little party hats, and grab your crayons. The 20th anniversary Wapuu coloring giveaway is here. There is an opportunity to color in your own community-driven Wapuu and tweet it to us using #WapuuWP20 for your chance to win a sweet haul of WP20 swag items.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:20:00]</p>\n\n\n\n<p>You can check out the full rules at the link in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14697\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Introducing the WordPress Developer Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Developer content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"The WordPr Developer blog, a dedicated   space to support devs, is available to help ideas sharing, ways of using new features, and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4661:\"\n<p>With much activity happening in the WordPress development space every day, keeping up-to-date with the latest updates can be challenging. The new <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a> is a developer-focused resource to help you stay on top of the latest software features, tutorials, and learning materials relevant to the open source project.</p>\n\n\n\n<p>This blog is the culmination of a community effort that began last year. Formed by experienced WordPress community members and developers, the <a href=\"https://developer.wordpress.org/news/about/\">editorial group</a> has since worked on a wide range of content already available—from theme and block development tutorials to tips and tricks for leveraging WordPress in the site editing era.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A new home for developers</h2>\n\n\n\n<p>As a complementary resource to the WordPress documentation, the Developer Blog aims to provide a shared space to stay informed of development-related updates, keep up with ongoing discussions and ideas, and explore cutting-edge use cases.</p>\n\n\n\n<p>In other words, <strong>consider it as a central hub for developers and </strong><a href=\"https://make.wordpress.org/updates/2020/05/01/care-and-influence-a-theory-about-the-wordpress-community/\"><strong>extenders</strong></a> of different backgrounds and skill levels to learn with quality content from reliable sources, share knowledge, and drive WordPress development forward.</p>\n\n\n\n<p>True to the open source way, the blog will likely evolve. As its editors and readers learn and create more content, it will adapt in response to the needs of community members like you.</p>\n\n\n\n<p>Everyone is welcome to chime in on-topic discussions, share ideas or contribute. <a href=\"https://developer.wordpress.org/news/how-to-contribute/\">Learn more about how to get involved</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What about the content?</h2>\n\n\n\n<p>Content on the WordPress Developer Blog covers many topics, including tutorials on <a href=\"https://developer.wordpress.org/news/category/themes/\">theme development</a>, <a href=\"https://developer.wordpress.org/news/category/plugins/\">plugins</a>, and <a href=\"https://developer.wordpress.org/news/category/block-development/\">block development</a>. You can also expect posts on WordPress APIs, best practices for working with WordPress, updates on upcoming releases, and <a href=\"https://developer.wordpress.org/news/category/learning/\">learning resources</a> for beginners and seasoned developers.</p>\n\n\n\n<p>These articles offer a good hint at what&#8217;s already in store for you:</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/11/17/demystifying-home-and-posts-templates-in-wordpress-theme-development/\">Demystifying home and posts templates in WordPress theme development</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/creating-themes-from-a-pattern-first-mindset/\">Creating themes from a pattern-first mindset</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/\">Creating custom block styles in WordPress themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sounds interesting? </h2>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/#subscribe\">Subscribe to the Developer Blog</a> to keep up with the latest content in the WordPress development space.</p>\n\n\n\n<p><em>Props for content and peer review <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/mburridge/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mburridge</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/bph/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bph</a>&nbsp;<a href=\'https://profiles.wordpress.org/greenshady/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>greenshady</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2023 17:43:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14685\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:315:\"WordPress 6.2 Release Candidate 3 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4918:\"\n<p>It’s the final countdown: the third (and last) scheduled <a href=\"https://make.wordpress.org/core/handbook/glossary/#release-candidate\">release candidate</a> (RC3) for WordPress 6.2 is ready! </p>\n\n\n\n<p>The WordPress 6.2 release is scheduled for March 28, 2023—just one week away! Now is your last opportunity to test it before the general release.&nbsp;</p>\n\n\n\n<p>Just tuning in now? Catch up on the featured highlights, and dig into more 6.2 details in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<p>Thanks to all the Beta and RC testers who have assisted in this release. Since <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\">RC2</a> was released on March 14, there have been about 21 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=03%2F15%2F2023..03%2F21%2F2023&amp;milestone=6.2&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.</p>\n\n\n\n<p>Your feedback and help in filing bug reports keep the WordPress experience stable, smooth, and delightful. It’s critical work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC3 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC3.zip\">RC3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC3</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shout out to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many things for more people across the world. As you test your latest versions against RC3, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Keep WordPress bug-free—help with testing</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Wow, we’re oh so close<br>Test, test. Get it out the door.<br>Please no RC 4.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14685\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 17:59:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14640\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:315:\"WordPress 6.2 Release Candidate 2 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4681:\"\n<p>Here it is: the second release candidate (RC2) for WordPress 6.2 is ready! </p>\n\n\n\n<p>WordPress 6.2 is scheduled for release on March 28, 2023—which is only two weeks away. Now is your perfect opportunity if you haven’t tried it out yet. Your feedback and help filing bug reports are what keep the WordPress experience stable, smooth, and delightful. It’s important work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<p>Thanks to everyone who tested the Beta and RC releases so far. Since RC1 was released on March 9, there have been about 36 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=03%2F07%2F2023..03%2F13%2F2023&amp;milestone=6.2&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.&nbsp;</p>\n\n\n\n<p>Catch up on the featured highlights, and dig into more 6.2 details, in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC2 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC2 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC2.zip\">RC2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC2</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shoutout to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many more things for more people across the world. As you test your latest versions against RC2, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Join the bug hunt—test, test, test</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Listen, we are close<br>One step to final RC<br>Breathe, and keep going</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a></em></p>\n\n\n\n<p><em>Haiku by <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WP Briefing: Episode 51: Is Routine a Rut?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2023/03/episode-51-is-routine-a-rut/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14621\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Join Josepha as she discussed the benefits of routine and what role it plays in the WordPress project. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/03/WP-Briefing-051.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9299:\"\n<p>On Episode fifty-one of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy as she makes a case for why routine is a good thing&#8211; in life and in the WordPress project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\">Beta 5, Additional Beta Released</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2, Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wp20-celebrations/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wp20-celebrations/\">Join WordPress 20th Anniversary Celebrations</a></li>\n\n\n\n<li><a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\" data-type=\"URL\" data-id=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">Organizing Diverse and Inclusive WordPress Events</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">Events News Widget Modification Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14621\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:29]</p>\n\n\n\n<p>All right, my WordPress wonders; it&#8217;s time to join me for one of my gentle rants on basic leadership principles. Today we&#8217;re talking about the importance of routine and predictability in everyday life. But don&#8217;t worry, I&#8217;m gonna tie it all together with WordPress, too. So by now you&#8217;re probably aware that I don&#8217;t really consider myself one of those “born leaders.”&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:00]&nbsp;</p>\n\n\n\n<p>Over the years, I&#8217;ve put a lot of effort into researching characteristics of good leaders and general leadership methods overall. But one of the things I encountered early on in my leadership learning journey was the concept of routine.</p>\n\n\n\n<p>As with most leadership practices I hold, routine has more than one purpose. From a very pragmatic standpoint, routines provide predictability and the more predictable something is, the lower the cognitive load becomes, which in turn lets you use your thinking power for something better. For instance, if you know that in every check-in with your team lead, she&#8217;s gonna ask you what you were proud to have shipped last week, what you want to ship next week, and what things stand in the way of your plans, then you know that that is what you have to prepare for.&nbsp;</p>\n\n\n\n<p>The knowledge work, the thinking part. The thinking part stops being, what is my team lead going to ask me and starts being what is the problem that she can help me solve?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:00]&nbsp;</p>\n\n\n\n<p>But from a more human standpoint, that kind of predictability helps us to understand when something that happened is out of the ordinary. Whether it&#8217;s a notification of a comment left on your blog or syntactical highlighting that lets you know that you&#8217;ve written something that&#8217;s out of voice or against grammar standards, it just lets you know that something is unusual there and deserves your attention.&nbsp;</p>\n\n\n\n<p>Now for me, this has a lot of applications across the WordPress project. There are the obvious things like the cadence of our major release cycles or our notification system, which honestly could use a bit of TLC, a little bit of elbow grease.</p>\n\n\n\n<p>But there are also less obvious things that this idea still applies to simply because of the way our brains work, the information architecture on our sites, for instance. It should make sense visually and semantically because that makes it easy for us to skim and predict where the highest value content is for us. Or the user interface across the back end of our software.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:00]&nbsp;</p>\n\n\n\n<p>Having familiar tasks or actions across any type of content or area of content makes it easier for a site maintainer to flow from one area of a site to the next, fixing things as they find them without necessarily having to stop and put down their hammer and pick up a screwdriver or whatever metaphor works for you. Or if you&#8217;re doing more nuanced work, like put down your timpani mallets and pick up your xylophone mallets.&nbsp;</p>\n\n\n\n<p>So, yeah, consistency. Consistency is the topic of today&#8217;s gentle rant. I get really worked up about it because I feel like consistency ends up being this euphemism for being boring. But I honestly believe that it&#8217;s the consistency and the dependability that make it clear what is supposed to be exciting, the things that are different enough that they merit our attention.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:38]&nbsp;</p>\n\n\n\n<p>Which, fortunately, now brings us to our small list of big things. It&#8217;s actually a pretty big list today and also a bunch of pretty big things. So first thing to know, there was an additional beta added to this release cycle.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:00]&nbsp;</p>\n\n\n\n<p>It was beta five; it came out last week, I think. There was a bit of a regression that we worked our way through. And so RC1, release candidate one, is going to be postponed a little bit because of that. But don&#8217;t wait until RC to start testing, obviously RC is tomorrow, so that means you get to test, like, today!</p>\n\n\n\n<p>The second thing on our small list of big things is that we have the WordPress 20th anniversary coming up. That&#8217;s May 27th. And you can join in the celebrations. So at WordPress&#8217;s 10th anniversary and 15th anniversary, we had like a big, ongoing global set of parties, like Meetup events got together and made cakes, or did a concert, or did a hackathon for various reasons.</p>\n\n\n\n<p>Like they all got together on May 27th or thereabouts and did some really fun, like celebration of how far WordPress has gotten them and how far they hope to be able to go with WordPress.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:00]&nbsp;</p>\n\n\n\n<p>So if you are from the before times WordCamp kind of organizing timeframe, you know that we always consider WordCamps to be like an annual celebration of the excellence of your community and how much you all come together and how different you are as part of this overall big WordPress-y thingy.&nbsp;</p>\n\n\n\n<p>All right. Third item that we have is that, I know that I mentioned this in the last WP Briefing as well, but we have another session of the diverse and inclusive WordPress events coming up that&#8217;s happening on March 16th. So coming up really fast, we&#8217;ll put a link to that in the show notes as well.</p>\n\n\n\n<p>And the final thing, I don&#8217;t remember what list number we&#8217;re at, but the final thing is that there is a proposal out there right now to modify the events and news widget that we use inside the WordPress dashboard. If you&#8217;re not familiar with it, it is a place where all of the local-to-you Meetup events get listed.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:00]&nbsp;</p>\n\n\n\n<p>It&#8217;s where all of the news items from various WordPress media outlets get published. We just have a link to it there. And so, we would like to make some changes to that so that we&#8217;re able to include not only specific location types of events but also events that are location agnostic because they&#8217;re online but might have a specific, identifying niche that you particularly find interesting.</p>\n\n\n\n<p>So it might be for Spanish speakers or for women in particular, or whatever it might be. There&#8217;s a proposal out for that. We&#8217;ll put a link to that in the show notes as well.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14621\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 17:39:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14619\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:316:\"WordPress 6.2 Release Candidate 1 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC 1 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10157:\"\n<p>WordPress 6.2’s first release candidate (RC1) is here and ready for testing.</p>\n\n\n\n<p>Reaching this part of the release cycle is a key milestone. While we consider release candidates ready for final release, additional testing and use by the community can only make it better.</p>\n\n\n\n<p>The official release of 6.2 is just three short weeks away on March 28. In open source, we say with <a href=\"https://en.wiktionary.org/wiki/given_enough_eyeballs,_all_bugs_are_shallow\">many eyes, all bugs are shallow</a>, so we ask everyone across the WordPress ecosystem—theme and plugin developers, educators, agencies, and creators—<a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">to jump in and help test</a>.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC1.zip\">RC1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">wp core update --version=6.2-RC1</code></pre>\n\n\n\n<p><em>First-time tester? <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">Here&#8217;s a guide to getting started</a>.</em> </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.2 RC1</h2>\n\n\n\n<p>This release includes over 900 enhancements and fixes and is the first major release of 2023.&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">Gutenberg commits on GitHub</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=2023-02-21..2023-03-01&amp;milestone=6.2&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Core Trac Tickets</a></li>\n</ul>\n\n\n\n<p>WordPress 6.2 comes packed with enhancements to make everything you do smoother, faster and a little more inspired:</p>\n\n\n\n<ul>\n<li>A refreshed Site Editor for easier template browsing</li>\n\n\n\n<li>A new sidebar experience in the Navigation block for simpler menu management</li>\n\n\n\n<li>Reorganized block settings with separate tabs for Settings and Styles</li>\n\n\n\n<li>New inserter design that lets you add Media—including Openverse and its more than 600-million-item catalog, plus your entire Media Library—and better categories</li>\n\n\n\n<li>More header and footer patterns for block themes</li>\n\n\n\n<li>A new Style Book that shows your entire site’s look and feel all in one place</li>\n\n\n\n<li>New controls to let you copy and paste block styles for faster, simpler design across your whole site</li>\n\n\n\n<li>Custom CSS you can add for those finishing touches, per block and globally</li>\n\n\n\n<li>Sticky positioning to keep important blocks fixed when scrolling</li>\n\n\n\n<li>Distraction Free mode for moments you want to focus on writing</li>\n\n\n\n<li>New options that let you import certain widgets from classic to block themes</li>\n\n\n\n<li>The removal of the Site Editor’s beta label—welcome to the next generation of WordPress</li>\n</ul>\n\n\n\n<p><em>Want to see some of these featured highlights in action? Check out the <a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">WordPress 6.2 Demo</a> recorded March 2, 2023.</em></p>\n\n\n\n<p>Do you crave a deep dive into tech specs? These recent posts cover a few of the latest technical updates. This is not an exhaustive list, but it should get you started:&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNP\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qR8\">Shadows in Global Styles</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qME\">Introducing the HTML API</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qM4\">Miscellaneous Editor Changes</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNm\">Custom CSS for global styles and per block</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qLf\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qPp\">Enhanced accessibility</a></li>\n\n\n\n<li>And much, much more</li>\n</ul>\n\n\n\n<p>These are also compiled into a <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">comprehensive WordPress 6.2 Field Guide</a>.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let&#8217;s go on a bug hunt!</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If it’s your first time, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> is a great resource to lean on.&nbsp;</p>\n\n\n\n<p>From a global perspective, every time you test a pre-release version, you help secure the future of WordPress. How? By helping the community prove the software is stable, easy to use, and as bug-free as possible.&nbsp;</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Interested in the details on the latest Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in these <em>What’s new in Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/\">15.1</a>, <a href=\"https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/\">15.0</a>, <a href=\"https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/\">14.9</a>, <a href=\"https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/\">14.8</a>, <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">14.7</a>, <a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\">14.6</a>, <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">14.5</a>, <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">14.4</a>, <a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\">14.3</a>, and <a href=\"https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/\">14.2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A special thanks to WordPress plugin and theme developers</h2>\n\n\n\n<p>Do you build plugins and themes?&nbsp;Your products play a special role in helping WordPress do more things for more people across the world. In turn, more people in the WordPress Community mean a bigger, more robust open web.</p>\n\n\n\n<p>Chances are, you have already been testing your latest versions against the WordPress 6.2 betas. With RC1, you will want to finalize your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.2 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hungry for even more?</h2>\n\n\n\n<p>Want to know more about what went into the making of WordPress 6.2? Please check out the <a href=\"https://make.wordpress.org/core/6-2/\">6.2 release cycle</a>, the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>, or search for <a href=\"https://make.wordpress.org/core/tag/6-2/\">all things 6.2 related</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Another haiku for 6.2—it’s tradition!&nbsp;</h2>\n\n\n\n<pre class=\"wp-block-verse\">Beta has left us<br>The code sings such happy songs<br>Six point two RC</pre>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href=\"https://profiles.wordpress.org/laurlittle/\"><em>@laurlittle</em></a><em> </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">@jpantani</a>. Haiku by @<a href=\"https://github.com/nomad-skateboarding-dev\">nomad-skateboarding-dev</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Your WordPress 6.2 Preview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2023 17:11:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14573\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"Watch this ‘live product demo’ recording with release squad members Anne McCarthy and Rich Tabor as they share exciting enhancements anticipated for the WordPress 6.2 release.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:67367:\"\n<p>On March 2, release squad members <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> and <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> presented a live product demo of all the delights coming in WordPress 6.2, set to release on March 28, 2023.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-videopress wp-block-embed-videopress\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"VideoPress Video Player\" aria-label=\'VideoPress Video Player\' width=\'500\' height=\'315\' src=\'https://video.wordpress.com/embed/5nQlEknZ?at=31&amp;hd=1&amp;cover=1\' frameborder=\'0\' allowfullscreen allow=\'clipboard-write\'></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1674852142\'></script>\n</div></figure>\n\n\n\n<p>A first-of-its-kind event in the world of WordPress releases, the showcase was moderated by fellow community member <a href=\"https://profiles.wordpress.org/njwrigley/\">Nathan Wrigley</a> and joined by nearly 90 participants.&nbsp;</p>\n\n\n\n<p>During the demo, Anne and Rich highlighted some of the new features and enhancements that will continue to revolutionize the way you interact with WordPress. They gave a quick tour of the Site Editor’s refreshed interface, which lets you browse and preview templates before editing. They also covered all the new and highly anticipated ways to manage styles, as well as improvements to the Navigation block, new collections of header and footer patterns, the new distraction-free mode for focusing on writing, and plenty more.&nbsp;</p>\n\n\n\n<p>It was a jam-packed hour that sparked plenty of excitement—and a lively question and answer session that wrapped up the event on a high note. The presenters weren&#8217;t able to answer all the questions that were posed so they were <a href=\"https://a8c.slack.com/archives/C04S7RYK0F3/p1678330454722129?thread_ts=1678330090.320659&amp;cid=C04S7RYK0F3\">collected and answered in a follow-up post</a> on <a href=\"https://make.wordpress.org/core/\">Make.Wordpress.org/Core</a>.</p>\n\n\n\n<p>Watch the recording of the live demo in case you missed it, or want to relive the moment (and the funky fresh demo site designed by Rich). You can find a full transcript of the live demo below.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Referenced Resources</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/2https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/%201/6-2-live-product-demo/\">Live demo announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">6.2 release roadmap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Wrapping Phase 2 of the Gutenberg project</a><strong>&nbsp;</strong></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\">6.2 release enters Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">Beta 4 and the latest call for testing</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/47043\">Fixed/sticky positioning GitHub issue</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></li>\n\n\n\n<li>FSE theme developers on Twitch: <a href=\"https://www.twitch.tv/daisyonwp\">daisyonwp</a> and <a href=\"https://www.twitch.tv/ryanwelchercodes\">ryanwelchercodes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://github.com/annezazu\">Anne McCarthy on GitHub</a></li>\n\n\n\n<li>Learn WP workshop: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291813021/?isFirstPublish=true\">How to create a website on mobile</a></li>\n</ul>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> for co-authoring and editing this post, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, and <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a> for captioning, and <a href=\'https://profiles.wordpress.org/robinwpdeveloper/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>robinwpdeveloper</a> for uploading the recording files to wordpress.tv.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14573\"></span>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>Nathan Wrigley </strong>0:22  <strong>\n</strong>How are we doing? Should we go for it?\n\n<strong>Anne McCarthy  </strong>0:24  <strong>\n</strong>I think we can start.\n\n<strong>Nathan Wrigley </strong> 0:26<strong> \n</strong>Why not? The recording has started. So let\'s get, let\'s get cracking.\n\nHello, welcome everybody to the WP 6.2 Live Demo outline. I\'m Nathan Wrigley. I do a few things around the WordPress community, mainly to do with video and podcasting and things like that. But it\'s not about me.\n\nToday, we\'ve got two fabulous guests. We\'ve got Anne McCarthy and Rich Tabor, and they\'re going to do a full on Product Demo. It\'s a little bit unlike things that you may have seen, because in the more recent past, lots of new features have been added. And so Rich, and Anne are going to spend the time on the screen in a moment, and they\'re going to show you all of the bits and pieces that you may find dropping into a WordPress install near you. Let\'s hope. There\'s been a lot that\'s been happening, so there really will be probably 20 or 30 minutes of live demos, so look forward to that. I\'ve got to get them to introduce themselves in a couple of moments.\n\nJust before that, though, a little bit of housekeeping. This is going to be recorded, so if you have to drop out halfway through and go elsewhere, completely fine. It\'s going to be posted at the Make/Core website, but it will also come fully complete with a transcript as well. So, if that\'s something that you\'re looking for, that will all be there. Also to say that if you want to post any questions, we\'d love that. In fact, there\'s a whole portion at the end when Rich and Anne have finished speaking, where we\'re going to field questions toward them. Now there\'s really two places to do that. If you\'re live with us on Zoom, then if you hit the Q&amp;A button at the bottom of the screen and post your questions in there, I guess specifity... specific... Whatever that word is, be specific. Help us out. Tell us exactly what you want to know and we\'ll get the questions to them. The other way to do that is to go into Slack. And there is a channel in there, #walkthrough. And if you want to post any questions in there as well, that would be great. So yeah, just to recap, Q&amp;A button if you\'re in Zoom, and use the Slack #walkthrough channel, if you are in the Making WordPress Slack. Okay, right. I think we\'ll take you guys one at a time if that\'s alright. First off a little bit of an introduction from both of you. Let\'s begin with with Anne McCarthy, shall we? Hello, Anne!\n\n<strong>Anne McCarthy  </strong>2:42<strong>\n</strong>Hello, hello. It\'s so good to be back on literally any sort of live stream with you.\n\nI appreciate that you\'re a part of this\n\n<strong>Nathan Wrigley </strong> 2:48<strong> \n</strong>Yeah, that\'s really nice.\n\n<strong>Anne McCarthy  </strong>2:49<strong>\n</strong>Well, I\'m Anne McCarthy. I\'m a product wrangler at Automattic. I live in Seattle. I also run the FSE Outreach Program, which is basically dedicated to testing all the latest and greatest of WordPress, which is part of why I\'m so excited to be part of this demo, is because so much neat stuff has come through this that I\'ve had the privilege of going through a little bit early on with the ever growing calls for testing. So that\'s a little bit about me, I\'ll pop it over to Rich.\n\n<strong>Nathan Wrigley  </strong>3:17<strong>\n</strong>Yeah. So Rich, if you want to take the baton there.\n\n<strong>Rich Tabor  </strong>3:21<strong>\n</strong>Yeah. Hey, everyone. I\'m Rich Tabor. I\'m a product manager at Automattic. And I work on WordPress and Gutenberg, in particular. From a little bit south of Atlanta, Georgia, in the US, and been building and tinkering with WordPress for I think, close to 11 years now. So it\'s, it\'s been a good run, and I\'m super stoked about where things are heading.\n\n<strong>Nathan Wrigley  </strong>3:43<strong>\n</strong>Yeah, and things definitely have been moving in a very much a forward direction, WordPress, 6.1. And WordPress 6.2. There\'s so much clear blue sky between the two of them. I think probably the best thing at this point is if we can have it, I don\'t know what whose screen is coming on. I think it might be Rich\'s, or maybe it\'s Anne\'s, I don\'t know.\n\n<strong>Rich Tabor  </strong>4:00<strong>\n</strong>Yeah.\n\n<strong>Nathan Wrigley  </strong>4:01<strong>\n</strong>If we can get that screen shared, then I will slide my way out of this call and say, Rich and Anne, it\'s... it\'s over to you. I\'ll be back soon as you\'re finished for any Q&amp;As.\n\n<strong>Anne McCarthy  </strong>4:14<strong>\n</strong>Awesome. Thank you.\n\n<strong>Rich Tabor  </strong>4:17<strong>\n</strong>Alright, everybody can see my screen right now?\n\n<strong>Anne McCarthy  </strong>4:19 <strong>\n</strong>Yes. Rich did an excellent job designing this. I do want to call this out that I love, absolutely love this.\n\n<strong>Rich Tabor  </strong>4:26<strong>\n</strong>Thanks, Anne. Yeah, this is actually running Twenty Twenty-Three. So it\'s kind of showcasing some of the things you can do just with the core theme. And some of the design tooling that we are, that has been built into 6.2. So this view here is the site editor. So I\'m going to orient you here. There\'s one big change here in particular, I want to call out visually, is this idea of the frame here on the right, and this will pull up the local template. So I\'m looking at my homepage of the site right now. If I navigate into other templates, I can pull those up here on the right as well. And then you can also navigate template parts. So this part\'s not very new to 6.2. But the idea of zooming in on different template parts and templates and having them appear here in the frame is. And that\'s important because of this concept of browse mode. And this is where you could dive into an actual page from the site editor. So here, I just pulled up the about page of the site, and I can click into it and actually start making changes. Now, the changes here within the post content block are going to be relative to this about page. But I can also modify the template which then changes the about, or changes the page on any instance of this particular template. So it\'s a new concept and how we can browse the site. But it\'s a very powerful, and really the first iteration of that way of managing a site.\n\n<strong>Anne McCarthy  </strong>5:50<strong>\n</strong>And also lightly introduced content editing in the site editor, as you mentioned. So it\'s a kind of a neat merging of the two worlds, which I know folks have long been wanting to see that unified. And same with the frame, it kind of adds a nice layer where instead of just being dropped in, like before, you kind of are given a more zoomed out view, which I think helps address a lot of the feedback that we saw around the orientation when you\'re entering the site editor.\n\n<strong>Rich Tabor  </strong>6:12 <strong>\n</strong>Yeah, exactly. And really, if we think a little bit further out than 6.2, this could also house setting to use. So we do have, you know, one view here that that is relative to 6.1, where you can see all of your different templates. But imagine if we had any other different types of settings and controls and different pages loaded within here, doesn\'t have to be just the front end templates and renders of your site.\n\nAlright, so we\'re gonna dive into this here. So you can go into it just by clicking on the frame. I\'ll do that one more time just to show, you just click on it. And now you entered right into it. You can edit it right off, so we can make changes, just as if we zoomed into it in the other way in 6.1. And then we have a bunch of styling tools that have been added to 6.2, so I want to kind of hone in on these. Like, this panel itself is not new. We have style variations, you can zoom in here, we\'ve got this new zoomed out view, where you can apply different ones at a time. And then we also have this icon here, which triggers the style book. Now the style book is a very interesting tool here that really lets you customize the theme\'s style guide, essentially. So I can go through each of these tabs, which are relative to the block categories, and see all of the blocks loaded on this particular site. So right here, I\'ve got like Button blocks and Columns block and whatnot. So if I click on one of these, it\'ll pull up the Style panel of that particular block. And then when I make changes over here, these are applied globally throughout my entire site. So if I want to change the way this button looks, let\'s say we do some smaller tags, maybe we\'ll add a little bit of letter spacing, and maybe make it capitalized. See, it\'s getting applied everywhere that the button is used. Also do some changes here to padding, perhaps. We\'ll do something custom here. I think that looks nice. And now...\n\n<strong>Anne McCarthy </strong> 8:13\nReal quick while you\'re doing this, I wanted to note that like this is something that folks have really struggled with previously with the site editor, where if you\'re editing a block that isn\'t in the template already, you\'re not able to see this. So as Rich is showing, you can actually look at any block that\'s being used in your theme and see how the change that you\'re making in styles will impact that. Where before, if the block wasn\'t present in that template that you were editing, it was hard to know exactly what was happening. And so now you have both the style book and this inline preview that you see in the Style section to rely upon, which is pretty neat.\n\n<strong>Rich Tabor</strong>  8:43\nYeah, exactly. And really, you could theoretically go in and design your entire theme with the style book. Now, I know there\'s some advantage to design in context of pages and whatnot. And I\'ll go into that in a bit. But the idea is that you really can quickly browse through all of the different blocks and tighten up what you want to within these controls. And it\'s not limited to the standard variation as well. There\'s also these style variations of each block that you can now manipulate as well. So we\'re gonna go in, say, we\'ll change the radius of this one. So we want it to be sharp like our other button. But we have these new controls. Like, this is a shadow control we\'ve added in 6.2, where you can apply, say, like this shadow here might be nice. This one here, and so some fallback shadows, within core that a theme can provide as well, its own values. But this now will apply for every single variation of the outline on my site here.\n\n<strong>Anne McCarthy  </strong>9:39 \nAnd you\'ll notice that it\'s not in the style book right now. And that\'s just part of the future feature development is showing the variations of blocks as well.\n\n<strong>Rich Tabor </strong> 9:47\nExactly, yes, I would imagine that this would this would show up the variations of the button block, yeah. Which is a nice way to really customize these, like it used to be only CSS would be used to manipulate these variations here. And now it kind of abstracts that away and you can do it within the editing experience. That\'s really nice. It really is. There\'s also this idea of block CSS, so you can add custom CSS that is scoped to a particular block. So if I add CSS here, it\'ll be applied for the button block wherever it\'s used. Now, I wouldn\'t recommend using additional CSS in most cases. I would, I would suggest using all the different controls that we\'ve built, that are built into 6.2. But the idea of using CSS to add a little pizzazz to this particular button block is fine. But just with that caveat that you wouldn\'t want to use it exclusively. Like I wouldn\'t apply a background color via CSS, I would rather use the background elements color here. There\'s also additional CSS, which emulates what was previously in the customizer. So we do have site wide CSS that can be applied within the site editor and also on the front end of your site. Again, I wouldn\'t emphasize using this exclusively, as there are a lot of new design tools that I would explore first, from the top level styles here where you can apply colors to the background, text and buttons. But if there was anything extra you wanted to add, you could do so within the stylesheet here.\n\n<strong>Anne McCarthy </strong> 11:21\nAnd I\'ll note we\'d love to hear feedback if there are certain things that you\'re repeatedly adding custom CSS for. So either commenting on a currently open issue, or if you don\'t find one, opening an issue would be super helpful, because it\'s neat to see what folks are using for CSS so we can fill those gaps.\n\n<strong>Rich Tabor </strong> 11:36\nYeah, exactly. So that\'s the global Style panel here. But there are some quite a few other improvements along with styling. So the first is the idea of pushing styles globally. So if I\'m in here, and I\'m designing, let\'s say I want to add a radius, I want to do some different typography as to appearance like this, like bold, italic look. And then we\'ll also...\n\n<strong>Anne McCarthy  </strong>12:07\nThat\'s cool.\n\n<strong>Rich Tabor  </strong>12:07\nThanks. Also, let me make the letter spacing, maybe we\'ll make it a little bit bigger, actually, and then, I think that\'ll work. Do these changes here and see I\'ve just styled this one particular block this button up here. And this button down here is still using the global styles that we designed earlier. But now I can go through my settings panel here and hit Apply globally. And I\'m going to here so we can see that happen. The styles are now pushed globally to all the other blocks. So this is really helpful for when you\'re designing in flow. And you don\'t necessarily want to abstract out into the style book and you want to push your changes that you just did here, because you like the way the button looks and want those applied everywhere, all at once. I think this is really powerful way to to quickly design within the editor. Another tool that is quite useful, I\'m going to take this heading here and manipulate this. It\'s the idea of copying and pasting styling. So we\'re going to use that same bold italic look, maybe we\'ll make that a little smaller, we can even manipulate this size to be a little bigger. Now we go here to copy styles. And then I can come all the way down here to this other heading that\'s very similar, and paste it in. And there we have that style applied just to these two headers. And you would do this when you don\'t necessarily want every single heading to have this effect. But perhaps there are like elements on this page that you want to push those changes to, specifically. So copying and pasting allows you to be very granular, whereas applying styling globally, lets you be more of a holistic design experience for pushing styles. Another neat...\n\n<strong>Anne McCarthy  </strong>13:57 \nOh, real quick, I just wanted to know like I think one of the things that\'s interesting is, as we\'ve added more design options to blocks like this is part of the experience of scaling things and making it easier to use. So when we think about like intuitive and delightful. Some of these tools coming into 6.2 really take you know, the tons of design tools that we\'ve added over the last couple releases and makes it easy so you can actually tweak things and then reuse. So I think that\'s one of the things I want to call out is it\'s kind of this crescendo. Where now the tools that are coming to 6.2 to really ease the experience and allow you to do a lot of neat stuff where rather than having to re-tweak everything through every single heading block. A lot of stuff is used. So...\n\n<strong>Rich Tabor  </strong>14:34\nYeah, exactly. WordPress is moving towards a design tool and less of like, what you see is what you can only have. It\'s more of an expression of creativity and it really does open up the doors for for designing beautiful pages on the web. I think it\'s really powerful.\n\nAnother cool bit that we\'ve added is the idea of sticky positioning. So headers would be nice sometimes if they stick to the top, so for top level group blocks, this is a group block here, there\'s this new position attribute where you can assign it to sticky. And as you can see, right in the editor, it\'s already showing me that this is sticky on the front end. And also here as well. It\'s only available for top level blocks for now, there\'s still some some odd stuff to figure out on how we communicate when something is not going to stick due to the the parent height of the elements around it. But for top level, it\'s still fine. So we have it here. But there are some iterations that are already happening for the next release that will kind of bring this into more, bring some more capabilities to this particular feature.\n\n<strong>Anne McCarthy  </strong>15:44 \nYeah, and I\'m very excited because one of the things I wanted to briefly call out was the how the header, the template part has that purple. So another neat thing coming to this release, that was a big part of feedback for the outreach program was having to look parts and reusable blocks having a different coloring, because there are different kinds of blocks are synced across the site, when you make little changes and impacts everything everywhere. So that\'s another neat thing that\'s coming with this release, is that you can kind of see those a bit differently in the List view as well as when you\'re in the editor. I see Nathan has his hand raised. Is that intentional? Oh, it\'s removed. Okay.\n\n<strong>Nathan Wrigley </strong> 16:23 \nIt was not intentional. That\'s my mistake. I\'m sorry.\n\n<strong>Rich Tabor </strong> 16:28 \nYeah, it helps you see quickly too like, what is the template part, particularly for headers and footers, it makes it easier to browse quickly.\n\nSo speaking of template parts, and patterns in particular, so headers and footers, are new patterns added within WordPress 6.2. And now that they\'re loaded, actually from the pattern directory, which is kind of neat. And I\'m going to show you how to replace a footer with one of those other patterns. So if you have your footer template parts selected, you can go to replace footer. Now this flow is not new to 6.2, but it\'s going to call out these other improvements. And then you just click one there, and you have it loaded here, that\'s the site logo that I\'m using up here as well. And you can modify this text without having to do any any funky PHP filters or moving actual templates. And if you want to change it again, you go back to replace say, let\'s pick this other one, let\'s try this one. It\'s kind of nice. And there\'s this focus view, or you can zoom in to just the footer itself. You can even check the responsiveness of it and see how it, how it reacts on mobile, and make any of your changes here and have those persist over to the actual template whenever you close it out. It\'s a nice way to really kind of clean up the editing experience. So you\'re not seeing this entire group of groups and instead kind of focusing on what you\'re actually wanting to complete. You can do the same for the header as well.\n\n<strong>Anne McCarthy  </strong>18:01\nYeah, and as Rich mentioned, there are some new patterns that are being bundled from the directory, which I think are really extensive. Regardless of what theme you\'re using, there\'s going to be some pattern for group patterns that help democratize design where you can use them in anything.\n\n<strong>Rich Tabor  </strong>18:15\nYes, that\'s right. All right. So navigation. Navigation has gone under a... quite a bit of work in the last a couple of months. And really, this is all about trying to make it easier to manage your site\'s navigation and also add pages and links and then even styling. So there\'s this new dedicated list view for the navigation block. So it\'s essentially emulating a little bit of what\'s available over here except for you had to kind of get down to it. Now it brings it top of mine and the surface area here. You can drag them around, move them up and down, even add submenu links and remove them as well. And then you can style it like normal. And now apply different styles via the styles tab to the block itself, or even individual page links and whatnot, you can dive into them and manage them all from here, instead of having to only manage them from up here. This really kind of abstracts the complexity from from this particular canvas interface into a more familiar interface here on the sidebar. It\'s really a great effort. And it\'s it\'s taken some time to refine but it\'s getting there and it\'s feels a lot nicer.\n\n<strong>Anne McCarthy  </strong>19:30 \nYeah, there\'s been a lot of good feedback about this as well just because it kind of is meant to marry the classic experience with bringing blocks into it. So it is in addition to being edit, editing on canvas, so if you really want to continue to edit as a block you still, you can continue to do that. But it does add a nice interface and the block settings where you\'re able to do it. And I\'ll briefly call out here the split settings, which we\'ll probably talk about later. But you\'ll see here for more complex blocks, there\'s some nice split settings making it a little bit easier, more intuitive to go through.\n\n<strong>Rich Tabor </strong> 20:02\nYeah, that\'s right. And if you take a look at navigation here, this is very similar to this component added here. And, and that\'s, that\'s purposeful, we want it to look and feel familiar. Either way you\'re managing navigation. So you can also add some menu items here, remove them and drag them around and reset them here, as well as browse into the individual pages. So that\'s what I have for the site editor portion of the demo. And did you have anything else you wanted to add to this, Anne?\n\n<strong>Anne McCarthy  </strong>20:37\nOh, could you resize the Browse mode for me? I just love the resizing. I think it\'s kind of cool. This is just like a fun, you know, thing to call out. But maybe you won\'t noticem but you can resize it. So as you\'re quickly going through your site, if you want to see how it looks in different ways, you can also do that. So that\'s the final thing I\'ll shout out.\n\n<strong>Rich Tabor  </strong>20:56\nYeah. So then, yeah, exactly. It\'s... there\'s a lot of fine, fine touches like that. Well, we can\'t obviously can\'t call them all out today. But it is really getting tightened up overall as an admin experience for the site.\n\n<strong>Anne McCarthy  </strong>21:12\nIt\'s such a great foundation in the future, for sure.\n\n<strong>Rich Tabor </strong> 21:15\nExactly, exactly. Alright, so if we press this back button here, it goes right back to the dashboard, I\'m gonna go and leave...\n\n<strong>Anne McCarthy </strong> 21:25\nThat back button was a big piece of feedback people had they would get into the site or not know how to get back out. So I appreciate you calling that out.\n\n<strong>Rich Tabor  </strong>21:32\nYeah, exactly. It\'s been through a number of iterations. And I think we\'ve settled on something that feels feels nice; it does feel nice.\n\n<strong>Anne McCarthy  </strong>21:41\nI agree.\n\n<strong>Rich Tabor  </strong>21:43\nSo...\n\n<strong>Anne McCarthy  </strong>21:44\nAh yes, the removal of the beta label.\n\n<strong>Rich Tabor  </strong>21:46\nYou want to talk to this, Anne?\n\n<strong>Anne McCarthy  </strong>21:48\nYeah, I would love to jump in on this actually. So you\'ll notice that the beta label is removed for this release. And part of why we wanted to show it now is to see how all the features, how the experience has changed, how much more you can do. And all of that has led to the removal of the beta label. And that doesn\'t mean that feature development is done that it\'s like, you know, gonna stay this way forever, it just means it\'s in a place where we invite you all to try to the site editor, it is out of beta. And a lot of development work has gone into testing this. So we\'ve had almost, I think, 20 calls for testing with the outreach program. It\'s been through multiple major WordPress release cycles, there is still more work to be done. But I\'m very excited to see the beta label removed, I think the features that are coming to 6.2. And the foundation that is set with 6.2 really marks a level of maturity. That is pretty exciting. So consider this an invitation to try out modern WordPress, and to check it out.\n\n<strong>Rich Tabor</strong>  22:43\nA hundred percent, I couldn\'t have said it better.\n\nAlright, so another neat part that\'s added recently for 6.2 is this idea of distraction free mode. So it\'s not turned on by default, but I have it on so we can see the results here. So you can go in and type right here. And then actually, I\'m gonna throw in some Lorem here. So you can see it in action. So this feels more like a text editor and less like a Block Editor. Whenever distraction free mode is on even the the multi block selection, it feels really nice. It doesn\'t there\'s not this idea of blocks, even it\'s kind of abstracted from here, there\'s less noise, there\'s less distraction. And just think that the idea is that it\'s just you and your words, it\'s just writing and publishing. And if you want to publish, you can hover over here, you\'ll see the toolbar come down, you can hit Publish or draft. And then this is how you would turn it off and back on here. And then you still have control of all the existing tool. And it\'s just a much simpler, streamlined interface. And you do have access to blocks, you can still add them if you\'d like to, but the idea is just being able to write without the distractions is really powerful. And a really nice publishing experience overall.\n\n<strong>Anne McCarthy  </strong>24:08 \nAnd this is for everyone. So this is like a lot of stuff we\'re coming to say it or using a block theme. This is available for anyone who\'s using the Block Editor. And to be honest, I use this for basically all my writing now. Especially for any post or page, I typically will go into this mode. So I\'m very excited about this. And I hope folks feel the same way.\n\n<strong>Rich Tabor  </strong>24:28\nYeah, exactly. I\'ve been using that too for quite a bit. But the thing is, is also not only for post editing, so I have a page here that I\'ve created. And I have distraction free mode turned on, which kind of removes all the extraneous tooling and it really lets me focus in on the actual blocks here so I can manipulate them to an extent. I can even drop in different imagery for these images here and modify the buttons and whatnot and even add more blocks but the idea is it\'s almost like a simplified editing experience for pages as well, not only for posts. And here, I\'ll come up here and turn off distraction free mode to see it all in real time.\n\n<strong>Anne McCarthy  </strong>25:13  \nAnd this isn\'t yet available for the site editor, but I have a feeling a number of folks are going to be keen to see that put in there as well.\n\n<strong>Rich Tabor </strong> 25:20  \nExactly, yeah, I don\'t see why it wouldn\'t work in the site editor as well. I think it\'d be very nice. Yeah. So we have some other improvements here that are fun. So this inserter here has gotten a couple of changes here. So blocks looks familiar, it\'s still the same, but patterns is where we started seeing some changes. Instead of having some featured patterns loaded in a block category selector, we\'ve split them out individually as their categories here, you\'re gonna load up some of the different header patterns that are loaded in WordPress 6.2. So you can load them here and see them in this tray, and then click to add them to your site. Which is really nice, it\'s a nice way to kind of go through them quickly and see a bunch of different ones. We also have the media tab up here, which is new, which splits out the images from your Media Library, videos, and audio as well, including the Openverse library. So this is a catalogue of, I believe, over 600 million free, openly licensed stock imagery. And you could search from right here in the inserter. So let\'s type in birds. And click on one, and it will add an image block with the image already added to it, we have got the caption down here. If you don\'t want the caption, you just turn it off right here, this little control that was added. And now you can manipulate it right off. So let\'s say this, drop it into here. Maybe we\'ll make these about the same size and move it over to something interesting.\n\n<strong>Anne McCarthy  </strong>26:53\nAnd I\'ll note that there was a GDPR concern around the images being properly uploaded rather than hotlinked. And I wanted to just note that that\'s been addressed. So the images are uploaded to your Media Library. That\'s why. So in case anyone has that question. Sorry, continue.\n\n<strong>Rich Tabor  </strong>27:08\nYeah, no, that\'s a good point. It\'s very important. A key benefit to have this flow here is that instead of instead of having to add an image block, and then open your Media Library, and then pick an image, and then you have it here, it\'s really this one flow of searching visually, and searching here, as well. And then having it added as an image block already. So it kind of skipping all the extra steps that you always have to do anyhow, it\'s really nice. And we have a couple of interface changes. So there\'s the settings icon up here that used to be a cog, and now it represents the sidebar itself. So when you open it, the sidebar is triggered, if that\'s closed. And that\'s changed for a couple of reasons. But one of the bigger reasons is, as I mentioned earlier, this idea of split tabs, so we have the cog for settings. And that\'s when a block has additional settings that are not per the norm of the styles that are available within WordPress, then you\'ll have a new settings tab pulled out here. And that\'s to keep the density nice whenever you\'re editing and it feels good instead of having everything kind of in your face all at once. Now for other blocks, like the paragraph block, there\'s not additional settings, so automatically not included. The tabs up top and just be everything top level. But  when a third party plugin adds like a different settings panel, or even if you extend one of these core blocks that does not have one, and a detects one should be auto added as well. So it\'s kind of just like a nice, fluid way to continue improving the experience of editing within WordPress.\n\n<strong>Anne McCarthy </strong> 28:49\nYeah, so plugin authors can also kind of make sure where they want settings and styles to show that it shows up correctly. And there\'s a dev note about that as well.\n\n<strong>Rich Tabor  </strong>28:58\nYes, that\'s right, you can you can decide as when you\'re extending or adding your own inspector controls. That\'s what these are called here, whether or not they\'re included within styles or settings as well. Yeah.\n\nThen another smaller change that\'s kind of nice is this idea of pulling the outline from its own toolbar item up here into the list view. It\'s because they\'re very relative, you know, a list of all the blocks on your page, also an outline of what\'s going on. So they\'re combined now into this one view. We also have time to read word count and character count here, which is nice. And then this is a little guide here that just helps you understand the structure of the importance of the structure of the document and making sure that it is properly structured. All right, was there anything else that we wanted to add you think, Anne?\n\n<strong>Anne McCarthy  </strong>29:51\nI\'ll add one last call out just because I\'m trying to think about like little dev tidbits if you want to disable it prefers there is a way to disable Openverse as well I know that\'s always a concern. We add something it\'s like, okay, how do we get rid of because I don\'t want a client getting into it, there is a way to disable that is documented as well. The other thing is the pattern. So there\'s new categories, the patterns. And so query is now posts, a couple of things were merged, there\'s no call to action. And there\'s also some lovely, which I\'m gonna brag on Rich, again, some new text based, query patterns. We have a lot of visual patterns for the query loop, and now there\'s wonderful, more text focused ones, which I think is really exciting. And just another great way where patterns have evolved and patterns is obviously a huge part of the future building with WordPress. So I\'m very excited about those and keen to see just more variation with query loop, I think it\'s really powerful block to make easier to use. So I\'m excited to see it. Otherwise, I think that\'s, I think that covers a lot of what we were trying to go through.\n\n<strong>Rich Tabor </strong> 30:57\nYeah, and there\'s certainly more. There\'s a lot of interesting, minute details that are, you know, quality of life improvements around editing and designing. And we can\'t cover them all today. But it\'s just, there\'s a lot of exploratory ideas and cool, interesting pieces that have been the result of lots of feedback and lots of testing, like I mentioned earlier. And, you know, it\'s really a testament to open source and contributing and really working together as a team to make this thing we call WordPress ours and making it a brilliant publishing experience. So just thank you to everyone who\'s put in time ideas, effort, code, design, marketing, copy, all of that, and more to making this what it is. It wouldn\'t be possible without you.\n\n<strong>Anne McCarthy  </strong>31:46\nTotally agree. And thank you, Rich, for doing such an excellent job building this site and demoing all this.\n\n<strong>Nathan Wrigley  </strong>31:51  \nYeah, indeed. Thank you, Rich. Thank you, Anne. Just to let you know that, in theory, there\'s possibly up to about 25 minutes left. If anybody wishes to pose a question, we\'re going to do our best to get the answer directly from Rich and Anne. Whether that means putting the screen back on, I don\'t really know. But we\'ve got a few that have come in. The place to put those, it would appear that some people have figured out how to do that in Zoom. But if you go to the walkthrough channel, in the making WordPress Slack, you can post some questions in there and all things being equal, we\'ll get them raised as quickly as we can. So we\'ve got a few. In all honesty, because they\'ve been copied and pasted from various different places, I can\'t necessarily say who the name of the person is that sent them. But first question I\'ve got over here for either of you. It says when you save globally, under the Advanced tab, does this change the stylesheet? Interesting.\n\n<strong>Rich Tabor  </strong>32:54 \nSo this will change the attributes of the blocks. So if I throw in that example, there, I pushed the attributes of that one block globally. So they\'re applied to every block. So it does affect some styles, but not writing any style sheet or writing to the core style sheets.\n\n<strong>Nathan Wrigley  </strong>33:11\nCan I ask the question? It\'s not something that\'s been submitted by anybody else, but it just occurred to me that as you were clicking the global button, I just wondered if there was a \"get out\" from there. In other words, if you inadvertently click the global button, is there an undo option in there? In other words, can you back away from all of the buttons suddenly changing or all of the H1s? \n\n<strong>Anne McCarthy  </strong>33:32 \nYou do have to hit save after. You can\'t just hit Apply globally. You have to hit save, and that\'s where the multi-entity saving pops up. The multi-entity saving is kind of strange in that it\'s not good at discarding changes. So you basically would just have to like leave. Like it would be like, Whoops, I hit that. You probably also have to hit the undo. Like there\'s - those are the two kind of options. So, yeah.\n\n<strong>Rich Tabor </strong> 33:54 \nYeah. The undo is like a global thing. It works there as well. Yes.\n\n<strong>Anne McCarthy</strong>  33:58 \nAnd there\'s a reason that feature is hidden, like under Advanced and collapsed. That\'s not necessarily for everyone. But for folks who do like to tinker, it is available.\n\n<strong>Rich Tabor  </strong>34:08  \nRight. And it\'s also only available in the site editor as well. So it\'s the more the global view of editing your site is where you can access that. \n\n<strong>Nathan Wrigley  </strong>34:17  \nPerfect.\n\nOkay, so I have a question from Zoom. Is copying and pasting styles as demonstrated just for core blocks? They go on to say more, which I\'ll read out. Some blocks collect, some block collections have their own C&amp;P, and I\'m curious what might carry over, if anything? And then there\'s a follow up. Also, if CSS classes are assigned to a block, will applying global styles to a block be to all of the same block, i.e. H2? Or, hopefully, will a custom class allow for a more granular global CSS? There\'s a lot in that question, but if we start with the: is copying and pasting styles demonstrated just for core blocks?\n\n<strong>Rich Tabor  </strong>34:56  \nSo it works for blocks that have leveraged the block support system within core. So if you have opted your block into using background color, and text color, link color, any of the layout settings, anything that was in the styles tab, then all of those would get pushed to or get copied or pasted or even pushed to the global application of styles as well. Now, if there\'s, if a block has done its own sort of background color attributes, I don\'t know that those would persist as well. But if you use what\'s available in core, it\'s really one or two lines of JSON will get you the background color support that you need. \n\n<strong>Nathan Wrigley</strong>  35:35\nAnything to add to that, Anne?\n\n<strong>Anne McCarthy  </strong>35:37  \nNo, just another reason to rely on what core is building. So it\'s a another great example of how these features will work together and how adoption helps whenever these new things come out.\n\n<strong>Nathan Wrigley  </strong>35:49  \nOkay, so we\'ll go on to the next question then. So this is from Zoom, and apologies, I don\'t know your name. Can we have this as a feature request? Can we have sticky sidebar block for some groups next release, please? \n\n<strong>Anne McCarthy </strong> 36:05 \nProbably would do a separate block, I\'m guessing. Yeah, do you have anything to add to that?\n\n<strong>Rich Tabor</strong>  36:11\nYeah, I would say we wouldn\'t need a sticky sidebar block. Right now that group lock in top level-only does support position sticky. And the only reason it was turned off like we did have it on for one of the Gutenberg releases for everything - for every group block - but it was turned off just because there was too much confusion around if you had a sticky element that wasn\'t didn\'t have enough space to stick for and enough height to stick. So it wouldn\'t actually be sticking. You wouldn\'t see a result of you applying a sticky position to it. So I think we can figure that out with some some UX to really clean that experience up so that you do expect and understand what\'s going on. When you apply that to a block. That\'s not the root level of the document. So it\'ll be there. It just takes a little bit more iteration.\n\n<strong>Nathan Wrigley</strong>  37:00\nOkay, another question. This time from Slack. When there are changes made in the site editor, are the templates still marked with the blue dots to indicate that the changes are in the database?\n\n<strong>Rich Tabor  </strong>37:14\nYes, from that Manage Templates view that I shared in the canvas, it will show up just like it did previously, when there are changes to one of the templates provided by the theme.\n\n<strong>Anne McCarthy </strong> 37:25\nYou can revert the changes, as well, as you\'re used to doing.\n\n<strong>Nathan Wrigley </strong> 37:30\nOkay, thank you. Anne\'s shared a link related to the question that we just posted. I don\'t know how Zoom works well enough to whether or not we can share the screen. \n\n<strong>Anne McCarthy  </strong>37:40\nI can briefly share my screen. \n\n<strong>Nathan Wrigley  </strong>37:42\nYeah, that\'d be great. Show us the GitHub.\n\n<strong>Anne McCarthy </strong> 37:43\nLet me try that. I just wanted to mention this in case people want to follow along in the follow up tasks related to this. I love to look at links. I\'m a nerd like that. So in case anyone else is, this is a lot of the follow up tasks and a great issue to chime in on or just follow if you\'re interested in this because there are some improvements to be made. But this is a neat report for now. So it\'s - oh, I just copied and pasted. So it\'s issue number 47043 in the GitHub repo.\n\n<strong>Nathan Wrigley </strong> 38:11\nSo 47043 related to the question that we just had. Okay, so another one from Zoom. This is Robin, who asked the question, can you show? It\'s just moved on my screen. There we go. Can you show us how to trigger the focus mode to view, say, for example, the footer on its own? So I guess we\'re back on the screen again.\n\n<strong>Rich Tabor  </strong>38:34\nSure. Everyone can see? Yep. So when you have a template part selected, you just hit the Edit button here and then it\'s focused into that as well. And then you have, again, the responsive controls here. All the existing controls, it\'s just localized to this template part.\n\n<strong>Nathan Wrigley  </strong>38:54\nHopefully that answers your question. Thank you, Robin. Just for anybody who\'s kind of lurking who has a question but hasn\'t yet posted it, please do. What are the chances that you\'re going to get Rich and Anne on the on the phone in the next few weeks? Pretty minimal, I\'d say, so make use of them while they\'re here. Ellen has done just that. She\'s in Slack. Ellen says, is there a plan to allow no title templates in the block editor as they are still included even in header and footer-only templates?\n\n<strong>Rich Tabor</strong>  39:28\nNo title templates. Like templates without a title? I\'m not quite.\n\n<strong>Anne McCarthy </strong> 39:35\nYou can just remove that block. \n\n<strong>Rich Tabor  </strong>39:36\nYeah, you can you can remove the post title block from a template. I\'m not quite sure if that\'s if that\'s what the question is asking.\n\n<strong>Nathan Wrigley  </strong>39:46\nEllen, if you\'re still in Slack and watching this, if you heard Rich and Anne queerying that, then if you can give some more clarity, we\'ll endeavor to get that answered.\n\n<strong>Anne McCarthy</strong>  39:57\nKnowing Ellen she knows exactly how to remove things. So I\'m like, I\'m curious. I\'m definitely - we\'re misinterpreting something because she\'s very - Not showing the title in the editor...?\n\n<strong>Nathan Wrigley  </strong>40:07\nYeah. Not showing the title in the editor. She says she\'s here. \n\n<strong>Anne McCarthy  </strong>40:12  \nI\'m like, \"Say more.\" \n\n<strong>Nathan Wrigley </strong> 40:14 \nYeah. Give us more. Give us more Ellen, and we\'ll get right back to you.\n\n<strong>Anne McCarthy  </strong>40:17\nLet\'s follow back up on that, because Ellen always has some good questions and good feedback.\n\n<strong>Nathan Wrigley</strong>  40:21\nAll right. We\'ll do just that. Again, another question from Zoom. This is posed by some anonymous person. Will the list views icon get the same treatment as settings?\n\n<strong>Rich Tabor  </strong>40:33\nI don\'t think it\'s in the plans. I don\'t think there are plans to change that. But list view icon, it\'s always the list view. So when you toggle it on and off, it\'s relative to what it is. Whereas on the other side, the settings can be block settings, page settings, template settings. Global styles is in that same area. So it\'s a little bit more context for the list view to stay a list view item.\n\n<strong>Anne McCarthy  </strong>40:58\nAnd I know that the question came up because the settings icon looks like there\'s that sidebar. And so there are who people have been asking like, will the same thing happened over here? Just for context. That was part of a discussion in a different GitHub issue.\n\n<strong>Nathan Wrigley </strong> 41:12\nOkay, thank you very much. I appreciate very much those people who are posing questions. That\'s really great. Again, just to prod you once more, feel free to add your own questions in no matter how big or small they are. We\'re here to help. So now we have a question on Zoom from Abdullah. And he coincides beautifully with a question I\'ve written down. Any good resources to learn FSE theme-based development? Can either of you point to a particularly good resource that you know of?\n\n<strong>Anne McCarthy  </strong>41:41\nYeah, Learn WordPress. There\'s tons of stuff on Learn WordPress that I would recommend. I also, Daisy Olson, who\'s Developer Relations at Automattic, has a Twitch stream going and some YouTube videos around block theme development. But I would recommend going to Learn WordPress. There\'s also some contributor-led initiatives. Carolina, who\'s one of the theme folks has, I think, it\'s fullsiteediting.com. And that was kind of like the original, go-to resource. And she\'s done an incredible job working on that and keeping it up to date. So yeah, there\'s tons of tons of resources. I will spare you from from sharing more, I don\'t know, Rich, you have more hands-on experience there. What\'s the most helpful for you?\n\n<strong>Rich Tabor</strong>  42:22\nYeah, there\'s some really great tutorials and guides on Learn that are relatively new, that are really helpful. And I see that the team there has been really cranking it out on the last year or two, like really putting a lot of effort into this. So I would, I would start there.\n\n<strong>Nathan Wrigley  </strong>42:38\nSo if you\'re not familiar with that, I guess it would be apropos to say go to your browser of choice and type in learn.wordpress.org and go and explore. Basically, there\'s a ton of materials that are getting updated on what feels like a daily basis at the moment. So, once more, learn.wordpress.org. Go and check that out. But also, Anne in the chat that we\'ve got going on here has linked to Daisy Olsen\'s Twitch channel, which - I\'m just going to read it out but hopefully I\'ll make it into the transcript. twitch.tv/DaisyonWP. And it\'s all one word. D-A-I-S-Y-O-N-W-P. Daisy on WP. So there\'s two great places to go. But the learn.wordpress.org is perfect.\n\n<strong>Anne McCarthy </strong> 43:24  \nI have to add one more thing, which is if you\'re not fully ready for block themes, one of the big things that I feel like needs to be emphasized more is you can gradually adopt. So all these features are being done. But maybe you want to only give access to a client to edit the header. You can do that. Maybe you want to leverage theme.json in your classic theme, you can do that. If you want to expose the template editor.\n\nBut use the rest of your themes across them, you can do that. So I want to also encourage folks to look into resources around gradual adoption, because it makes sense that this stuff isn\'t - From day one, there has been a focus on that. Adopt what you what you want, when you want and it\'s going to make sense to different people at different times. Matías once said that to me, and I think it rings really true. And so now that we\'re at this level of maturity, I think we\'re looking again and revisiting again, like okay, what can I use? What do I want to use? I think it\'s really important to mention. So if you\'re not ready to go all in, I encourage you not to just wipe it all away, but to think about how you can gradually adopt and also what would help you gradually adopt. So there is actually a label on GitHub started a couple months ago around - It\'s called blocks adoption. So if there\'s something that you see that you\'re trying to adopt the site editor, and it\'s preventing you from doing so, like we want to know about that. And you\'re welcome - I\'m going to just put this out here - @annezazu is my GitHub username, feel free to just like @ annezazu, \". This is blocking me from using the site editor.\" We want to know these things. Open issues. Please share, because that is also part of the phase of this work is making sure people can adopt as they can and that the tools are robust. There\'s a ton of resources as well. There\'s a page in the Theme Handbook around gradually adopting to block themes. So I just wanted to call that out.\n\n<strong>Nathan Wrigley </strong> 45:06 \nAnd just one more time, what was that? Give us, the give us the username.\n\n<strong>Anne McCarthy  </strong>45:11<strong>\n</strong>A-N-N-E-Z-A-Z-U. So like Zazu from The Lion King. It\'s an inside joke from middle school.\n\n<strong>Nathan Wrigley </strong> 45:19\nOkay, possibly the shortest question. This is from Sandy, I should say, Can Lotties be added to 6.2?\n\n<strong>Rich Tabor</strong>  45:28\nI would say that I did a quick search a few minutes ago and there are various blocks built by the community, which do allow you to add or embed LottieFiles to your site. I haven\'t tested any myself but feel free to dig into those. And if they\'re open source, they can contribute ideas or feedback on on those GitHub repos.\n\n<strong>Nathan Wrigley </strong> 45:49\nThank you very much. And Eagle has posted a question. When there are changes made in the site editor, are the templates still marked up - Did we have that one? We have, right? We\'ve done that. \n\n<strong>Anne McCarthy </strong> 46:01\nWe answered that one. Yeah.\n\n<strong>Nathan Wrigley</strong>  46:02\nI think we did. Okay, moving on directly then to Ian, what is - oh! Okay, what is the philosophy for mobile in the editor? Are there any plans to have a mobile view?\n\n<strong>Anne McCarthy </strong> 46:16\nThat\'s part of the dragging and resizing. And there\'s a lot of work being done around intrinsic design. And you can see on the developer.wordpress.org? What is the blog? I think it\'s /news. Do you hear audio?\n\n<strong>Nathan Wrigley  </strong>46:35\nI hear only your audio. I don\'t hear anything I don\'t wish.\n\n<strong>Anne McCarthy</strong>  46:36\nOkay, sorry. Something just started playing in the background out of nowhere and that just scared me. It\'s like all of a sudden, I was like, woah! Where was I?\n\n<strong>Nathan Wrigley </strong> 46:50\nSo we were talking about mobile views?\n\n<strong>Anne McCarthy </strong> 46:53\nYes, intrinsic design. There is a developer blog that if you\'re not following that, you definitely should, that addresses this around, basically showing that the mobile view points have exploded over time. It\'s now really not sustainable to try and have CSS and all this sort of stuff, mobile queries allowing for each view. So instead, how can we think about intrinsic design? And so that\'s like the best answer I can give. And for now, there is this nice resizing that you can do to kind of see how things scale. 6.1 introduced fluid typography, which was really exciting and part of this larger, intrinsic design set up. And I think we\'ll expect to see more of that over time. Sorry, for the brief mental break.\n\n<strong>Nathan Wrigley  </strong>47:36\nJust a quick reminder, we probably got 5, 6, 7 minutes or something like that before we start to wrap things up. So if you\'ve got any questions, please, please do post them in here. We have one from Paul who asks, is there any more work planned for pattern management in the future? And then WP Engine has released a plugin allowing easier management of patterns recently, I believe that was yesterday, it would be good to know if we should wait for core or assume that nothing else is coming soon.\n\n<strong>Rich Tabor  </strong>48:07\nYeah, I would say that pattern management is an important part of this new WordPress experience and having a way to create and manage local patterns, but also maybe push them to the pattern directory. And then on top of that, having a functionality built in where - it\'s kind of like a component based system where you have patterns where the design is the same across patterns, but content can change. All of that kind of falls into the same category of work. And that is something I believe WordPress will eventually do as well.\n\n<strong>Nathan Wrigley</strong>  48:41\nOkay, we\'ve got no more questions on the screen. So I\'m going to ask a question, if that\'s all right. You were demonstrating the distraction-free mode there where you could move things up, move things down, and resize pictures and images and so on. I was just wondering what the constraints on that are. So in the case of images, I could see that you could resize things. And with the text, I could see that you could, you know, highlight things and start typing wherever you wish. But I just wondered how the decisions had been made to set those parameters and those only. So yeah, around that, what\'s available in distraction-free mode? What limitations are there?\n\n<strong>Rich Tabor  </strong>49:17<strong>\n</strong>I would say, generally, it\'s what\'s available is what happens when you click on a block. The tooling is there available on the canvas before so resizing was available on the image but not the toolbar. So the resizing is still available when you\'re in distraction-free, but maybe not adding the caption piece or you know, those other toolings. It\'s almost like the content locking or content only locking API. It\'s very similar to that in a sense, but a little bit more tightened up.  Where just text and dropping in images - you can\'t necessarily open the Media Library from there unless you dive out of it. But you can drop another image onto that existing image to replace it. Some things like that.\n\n<strong>Nathan Wrigley  </strong>49:59<strong>\n</strong>It looks like a really excellent interface for people who just, well, want to concentrate on their writing. It sounds like Anne\'s all in on it.\n\n<strong>Anne McCarthy</strong>  50:05\nI use it every single day. It\'s amazing.\n\n<strong>Nathan Wrigley </strong> 50:09  \nIt almost felt like a Google doc minus all the bits and pieces at the top. Yeah, really, really nice. Okay, so we have some more questions. Weston is asking, what about optimizing the experience of editing using a mobile device on the web? So I guess that\'s a little bit maybe the question that we had earlier. How can... we how can we do things on a actual mobile device? \n\n<strong>Anne McCarthy </strong> 50:30\nThat\'s a great question. There are mobile apps. So there is the mobile team and using the mobile apps. I personally don\'t use mobile apps and sometimes will edit things from Safari on my iPhone SE 2.\n\nI actually was talking to someone - their username is Nomad Skateboarding. And from what I understand, he only builds client sites from his phone. And so one of the things I said to him, I was like, \"Give us your feedback. That\'s really cool. It\'s really unique. That\'s fantastic. Like, what pain points you\'re running into, what can we improve?\" Because there is obviously like, we are in a mobile first world. My phone is sitting right next to me. I would love to hear particular pain points folks have when trying to edit in that way. You can obviously use the apps. There are some quirks with the site editor, and that I know is partially being looked into and resolved. But yeah, I think there are probably - what we\'re building now should always translate back and there are teams trying to sync back and forth. And there was a recent post from the mobile team talking about what\'s the future of mobile editing. And so I would recommend - it\'s somewhere on Make/Core. I recommend digging that up and getting involved and honestly sharing your feedback. Because I don\'t think that is an experience that we talked about enough personally.\n\nIt\'s a great question. \n\n<strong>Nathan Wrigley  </strong>51:40\nRich, anything or should we move on?\n\n<strong>Rich Tabor  </strong>51:42 \nI think that was great.\n\n<strong>Nathan Wrigley </strong> 51:44 \nOkay, perfect. Um, um, um. Okay, we have an anonymous question. It says as page speed is a big challenge, how are we optimizing the blocks for better LCP score?\n\n<strong>Anne McCarthy</strong>  52:00 \nThere are, some interesting - sorry, Rich, I don\'t know if you wanted to jump in. I was going to start link dropping. \n\n<strong>Rich Tabor  </strong>52:05 \nYeah, you go ahead. Yeah. \n\n<strong>Anne McCarthy  </strong>52:07  \nYeah, there\'s some interesting work from André. Part of it involves actually adding tracking and making sure there\'s really good front end metrics. So there\'s kind of a twofer going on. In one fell swoop, we\'re focusing on better tracking and improving the tracking that we have for performance, particularly the front end. And then at the same time, also work is being done to optimize like style sheets. There\'s been some really neat stuff in previous releases that I bet I can pull up if you\'ll give me one moment.\n\n<strong>Nathan Wrigley  </strong>52:36\nYeah, whilst you try to find that, Anne, I think it\'s probably important to say that, if there are any questions which you wish to have answered which don\'t somehow get answered in the next few moments, then there will be posts created around this piece. So anything that goes missing, any question that is unanswered, there will be endeavours to get them answered. Right? Okay, show us what you got, Anne.\n\n<strong>Anne McCarthy  </strong>53:00  \nYeah. So this was a post I did for 5.9, in conjunction with a whole ton of folks who contributed and actually did this work, I just was kind of gathering it up. But you\'ll see sections here around block style sheets and CSS loading. And honestly, a lot of the work with the styles engine, which is part of the global styles project, can help give a lot of opportunity to actually improve this, I recommend checking out this post to see some of what\'s already been done. And then in the future, one of the discussions that we had recently with some folks across the community from Google, from Automattic, 10up, all over the place, including our lovely performance lead, Felix. We talked about some of this stuff and about how to talk about particularly themes and also just blocks in general. And thinking about some performance improvements and developer education and automated testing and all sorts of stuff. So I won\'t go too far into this. But I think a lot of work can be done. And some of it is being done around measuring more front end metrics and very recently, LCP was added and started to be tracked here, which I think is pretty exciting. \n\n<strong>Nathan Wrigley  </strong>54:05 \nI think following the performance team and Felix Arntz, in particular, would possibly get you quite a long way towards your answers there. Okay, a couple more. Firstly, there\'s a few people helping out in the Slack channel. So, appreciate that. We\'ve got Matías answering questions, and so on. So that\'s really amazing. Thank you. Another anonymous question, any plans to support CSS Grid?\n\n<strong>Rich Tabor  </strong>54:33 \nI think it\'s something worth exploring. Probably not the major priority coming up. But definitely some interesting aspects that we\'ve seen other... other building applications do that we can learn from for sure.\n\n<strong>Nathan Wrigley  </strong>54:47  \nOkay, we\'re very short on time now. I think we\'ve got to round it off at the top of the hour. So we\'ve got about four minutes left. I\'ve got to wrap it up a little bit. So try to get these last two done if we can. This is from Mary. What are the typography options as of 6.2? we have Google fonts and self-hosted. Any plans for solutions like Adobe Type and Monotype?\n\n<strong>Anne McCarthy  </strong>55:11 <strong>\n</strong>There\'s a Fonts API that got booted from 6.2 and is hopefully planned for 6.3. So I would just follow that effort. So right now, 6.2 is not introducing anything new or different there. Things are as they were. There\'s a private API that folks can can use with anything JSON. That\'s as concise as I can be.\n\n<strong>Nathan Wrigley </strong> 55:31\nNo, that\'s perfect. I think we\'re three minutes to go. That\'s probably the best time to wrap up the Q&amp;A. Apologies if you had a question and it didn\'t get answered. As I said, there will be a whole load of things created off the back of this. We will make sure that there\'s a transcript available and - just read something in the comment. Hopefully, any questions that have been asked but unanswered will be answered approaching that. Just very, very quickly, I have to say thank you to Anne and Rich in particular, for taking the time out of their busy schedules and demoing what 6.2 can do. It really looks like a transformational release. But also, thanks to Chloé and Jonathan and Lauren and Mary who are on the call, but, you know, you haven\'t necessarily seen them right now. So, appreciate them. That\'s really great. Following up off this, I\'ve got three points to mention. Following the 6.2 release on Make/Core for development updates and calls, there\'s going to be a post. It\'s make.wordpress.org/core/6-2. Also, if you\'ve been keeping a close eye on the Beta releases - I say beta, I know it\'s hysterical. The beta releases, we\'ve got version beta four has just been released. And anybody who wants to test that out would be most welcome. The URL for that is far too long for me to say out loud, but you can Google it, I\'m sure, and find out how to test for that. And also, if you are keen to follow WordPress, it\'s all over the social networks. And you can follow - basically, if you try to just follow @WordPress, then you\'ll get somewhere. So for example, on Twitter, it\'s WordPress - @WordPress. On LinkedIn, it\'s /company/WordPress. Instagram is @WordPress. And guess what? On Facebook, it\'s - what do you think it would be? It\'s @WordPress. So it\'s available all over there. And I think that\'s it. I think that\'s everything that we\'ve got to say. We\'re about one minute away from closing. So particular thanks to Rich and Anne, but thanks to everybody in the background making all of this happen. Thanks for showing up. If people don\'t show up, the work never gets done and the project never moves forward. So fully appreciate anybody who\'s given up their time to ask questions today and watch this presentation.\n\n<strong>Anne McCarthy </strong> 57:51 \nAnd thank you, Nathan. I want to call you out as being an excellent moderator and creating a safe space for us.\n\n<strong>Nathan Wrigley </strong> 57:57  \nVery, very welcome. I enjoyed doing it. I would gladly do it again. All right. I don\'t know how to end this call. So I\'m just gonna wave. Bye, everyone.\n</pre>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 17 Apr 2023 16:10:58 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 10 Apr 2023 12:00:00 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20130911040210\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(33772, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1681791058', 'no'),
(33773, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1681747858', 'no'),
(33774, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1681791058', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(33775, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"Gutenberg Times: All Women-release squad for 6.4 , Grid Layout , Pattern for front-page designs and more – Weekend edition #250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://gutenbergtimes.com/all-women-release-squad-for-6-4-grid-layout-pattern-for-front-page-designs-and-more-weekend-edition-250/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18807:\"<p>Howdy, </p>\n\n\n\n<p>250 newsletter editions. WOW. It feels like a nice round number and worth a celebration. The weekend edition of the Gutenberg Times officially became a newsletter, sent via Mailchimp, on Feb. 3rd, 2018 with 12 subscribers. It has much evolved since then. </p>\n\n\n\n<p>It&#8217;s been a stable of my life to connect with you weekly and report on Gutenberg. After all these years (<a href=\"https://open.spotify.com/track/6XqvRGDs5eLQSCyKUBCBGF?si=e4df7a8278b04efa\">cue in Paul Simon</a>&#8216;s Still Crazy),  I am still infinitely curious about what people create with the block editor. Thank you for your great support and trust. It&#8217;s been a great privilege.  </p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2023/\"><strong>WordCamp Europe</strong></a> is around the corner, and if possible, I would meet as may subscribers as possible there. <a href=\"https://calendly.com/pauli-haack/wordcamp-europe?month=2023-06\">My public calendar is open.</a> This method worked very well to meet and I met an incredible mix of people at WordCamp Asia this way.  Making a deliberate effort and scheduling an appointment, adds certainty to an otherwise chance encounter  in the Hallway track. I will be in town before the WordCamp, so the calendar is also open for the 7th of June, if that fits your schedule better, too.</p>\n\n\n\n<p>I also hope to see you at the <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day</a> on 8th of June.  <a href=\"https://europe.wordcamp.org/2023/contributor-day/#register\">Registration is open</a> for those who already have a WordCamp Europe ticket.  The organizer team of WCEU also announced that <a href=\"https://wptavern.com/wceu-2023-announces-free-childcare-and-workshop-for-kids\">there will be free child care are and a Kids track.</a></p>\n\n\n\n<p>As a side note, we signed the lease for our Munich flat and my husband and I will have a new permanent address starting May 1, 2023. </p>\n\n\n\n<p>I hope you have a fabulous weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Gutenberg 15.5</strong> was released last week, and it was a great pleasure for me to discuss it all with <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-81-wordpress-6-2-interactivity-api/\">Leonardus Nugraha for the Gutenberg Changelog podcast. </a></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-81-wordpress-6-2-interactivity-api/\">Gutenberg Changelog #81 – WordPress 6.2, Gutenberg 15.4 and 15.5, Phase 3 – Collaboration and a new  Interactivity API</a> with Birgit Pauli-Haack and special guest Leonardus Nugraha</p>\n</div></div>\n\n\n\n<p><strong>Hector Prieto </strong>proposed the <a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\"><strong>release schedule for WordPress 6.3 and opened the call for volunteers</strong></a> for the release squad. </p>\n\n\n\n<p>It comes on the heals of <strong>Josepha Haden Chomphosy</strong>&#8216;s invitation to the all-women release squad for 6.4. <a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\"><strong>Preparing for the Next Women &amp; Nonbinary Release Squad</strong></a>. Raise your hands in the comments if you want to get involved in the WordPress major release process. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the release for the WP Tavern. Read <a href=\"https://wptavern.com/gutenberg-15-5-introduces-experimental-grid-layout-support\"><strong>Gutenberg 15.5 Introduces Experimental Grid Layout Support</strong></a>.</p>\n\n\n\n<p>With all the releases last week,  you might have missed the current call for testing from the FSE Outreach Program by <strong>Anne McCarthy</strong>: <strong><a href=\"https://make.wordpress.org/test/2023/03/29/fse-program-exploration-build-a-block-theme/\">FSE Program Exploration: Build a block theme</a>.</strong> She wrote: &#8220;If you’ve never built a block theme, consider this an invitation to give it a try. Tooling has come a long way and the power of what’s being built is that it allows more folks to dive into the future (and present) of WordPress.<strong>&nbsp;</strong>For this experience, you’ll use the <a href=\"https://wordpress.org/plugins/create-block-theme/\"><em>Create Block Theme&nbsp;plugin&nbsp;</em></a>to facilitate the creation and export process, so you can keep what you create!&#8221; To leave your feedback and share your observations, use the comment section of the post. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> published the <a href=\"https://developer.wordpress.org/news/2023/04/whats-new-for-developers-april-2023/\"><strong>What&#8217;s new for Developer April 2023</strong></a> round-up post on the WordPress Developer Blog. With byte-sized news, Tadlock invites you to dive deeper into certain topics, or let you know about new features and updated APIs. The post is for plugin and theme developers alike. It might be worth bookmarking each of the post, so you can quickly skim editions, when looking for a specific feature or update. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>With this recording on WordPressTV, let <strong>Kathryn Presner</strong> and <strong>Wes Theron</strong> take you on a tour  <a href=\"https://wordpress.tv/2023/04/12/exploring-some-of-the-new-6-2-wordpress-features/\"><strong>exploring some of the new 6.2 WordPress features</strong></a>. The guide for the exploration is the release post of <a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress &#8220;Dolphy&#8221; 6.2</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In another video on WordPressTV, <strong>Wes Theron</strong> shows you <a href=\"https://wordpress.tv/2023/04/10/adding-a-sticky-header-or-banner/\"><strong>how to add a sticky header or banner</strong></a> with the new 6.2 sticky feature. The new sticky option is available when wrapping a header or banner in a Group block. It ensures the block remains within the viewport and is stuck to the top of the page when the content is scrolled.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the new WooCommerce release: <a href=\"https://wptavern.com/woocommerce-7-6-introduces-single-product-details-block-and-add-to-cart-form-block\"><strong>WooCommerce 7.6 Introduces Single Product Details Block and “Add to Cart” Form Block</strong></a>. &#8220;Along with the button, the “Add to Cart” form block will automatically display additional options, depending on if the product has a set available quantity or variations.” she wrote. Together with the Single Product Details block, store owners can now assemble their unique Single product template together with the block themes. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/raemoreywrites\">Rae Morey</a></strong>, editor of The Repository, wrote in the <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE5NCwiM2EzYmU1NDdjYmVhIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3Iiw1NjIsMF0\">latest edition of the newsletter (#165) </a>: &#8220;The team behind <strong>Multicollab</strong>, a tool that enables <strong>Google Docs-style collaboration in WordPress</strong>, are working on a prototype for real-time collaboration. It&#8217;s still in beta, but the team is inviting folks to preview it in action.&#8221; <a href=\"https://www.youtube.com/watch?v=BH63x-hYgk4\">The video explains how the feature works in the demo</a>. Once you leave your email address, on <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=track&action=click&data=WyI1NTYiLCIxam9oNGRrYjZ2Zm84dzRvb293ZzRvczg4Z2swNHM0dyIsIjU2MiIsIjllY2U5MWMzMjJiZCIsZmFsc2Vd\">the beta sign-up you are invited to the demo</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> unlocks for you how to use <a href=\"https://developer.wordpress.org/news/2023/04/using-template-patterns-to-build-multiple-homepage-designs/\"><strong>template patterns to build multiple homepage designs</strong></a>. Tadlock <a href=\"https://twitter.com/justintadlock/status/1646575433331212301\">tweeted</a>: &#8220;I&#8217;m a block pattern fanatic. So, when Gutenberg 15.5 released with UI integration of &#8220;template type&#8221; patterns, I couldn&#8217;t wait to dive in.&#8221; This tutorial focuses on creating multiple front-page designs that your users can choose from. Specifically, you will learn to build patterns that are tied to the&nbsp;<strong>Front Page</strong>&nbsp;template in WordPress.&#8221;</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner</strong> explained <a href=\"https://wpengine.com/builders/base-wordpress-theme/\"><strong>How (and Why) to Build a Base WordPress Theme</strong></a>, in taking you behind-the-scenes of an agency that forked a WordPress theme to create a tailored version that caters to client needs. &#8220;Here’s an example of how building a boilerplate can help an agency thrive.&#8221; Gardner wrote </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The WordPress themes team requests your input on the <a href=\"https://make.wordpress.org/themes/2023/04/04/theme-handbook-overhaul-proposal/\"><strong>proposal for a revamp of the Themes Handbook</strong></a>. In his post, Justin Tadlock wrote: &#8220;The problem with handbooks for ever-changing software is that they need a large re-tuning from time to time. The Theme Handbook has reached that point in its lifespan.&#8221; There will also be a dedicated meeting on April 18, 2023 at 13:00 UTC via the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RP4Y3K\">#themereview</a>&nbsp;channel on&nbsp;Slack. Everyone is welcome to join and discuss this proposal in detail.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>A reminder: The team who put together the <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\"><strong>Proposal for the Interactivity API</strong></a> will hold two <strong>Developer Hours on April 17th</strong>, 2023 one <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575913/\">at 8 am UTC</a> and one <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575942/\">at 17:00 UTC</a> to cover as many timezones as possible. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> posted the recording of his Twitch stream session from March 30, 2023: <a href=\"https://www.youtube.com/watch?v=n2SYJhh3PGs\"><strong>Reviewing Gutenberg 15.4 Features | Bring Me Your Issues #2</strong></a>. In this session, Ryan took a look at  at some features released in Gutenberg 15.4. He continued working through viewer-submitted issues by continuing with the post-picker block from the <a href=\"https://www.youtube.com/watch?v=Aut0EcsKbxM\">first of the &#8220;Bring me Your Issues</a>&#8221; session. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://humanmade.com/2023/04/06/wordpress-ai-generative-content-and-blocks/\"><strong>WordPress AI: Generative Content &amp; Blocks</strong></a>, <strong><a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a></strong> shared the initial results from his team&#8217;s the experiments  on integrating generative AI into WordPress. They worked on a &#8220;WordPress CoPilot&#8221; that can &#8220;speak&#8221; Gutenberg/block editor. The video gives you a glimpse into the power of the tools and how they can speed up content creation. &#8220;Going through this project has convinced me that LLMs have much more potential than I was giving them credit for. It feels like there’s still a lot to discover what the models are capable of.&#8221; Hoyle <a href=\"https://twitter.com/joe_hoyle/status/1643952952690835456\">tweeted</a>. Joe Hoyle is co-founder the Chief Technical officer at Human Made</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Inspired by Joy Hoyle&#8217;s post, Sarah Gooding, <a href=\"https://wptavern.com/wordpress-developers-are-experimenting-with-gutenberg-native-ai-block-and-content-assistants\"><strong>WordPress Developers Are Experimenting With Gutenberg-Native AI Block and Content Assistants</strong></a>. She also included Munir Kamal&#8217;s venture into tools powered by AI. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Fabian Kägy,</strong> lead developer at 10up, was a guest on the <a href=\"https://syntax.fm/show/598/supper-club-fabian-kaegy-modern-wordpress-blocks-page-builders-headless-custom-fields\"><strong>Supper Club episode of the Syntax podcast</strong></a> and co-hosts Wes Bos and Scott Tolinsky discussed with him,  modern WordPress development, local dev experience, changes to the block editor, how version control is handled, and more!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal</strong> posted a <a href=\"https://gutenberghub.com/how-to-add-block-styles-in-wordpress-a-step-by-step-guide/\"><strong>How to Add Block Styles in WordPress – A Step-by-Step Guide</strong></a>. Why build a new block when you can change the appearance of a core block by adding block styles. With little PHP code and accompanying CSS a new design is applied. No JavaScript required. Kamal also shows you how to find out the name of the block you&#8217;d like to target with the new styles. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Coords</strong> and <strong>Aurooba Ahmed</strong> discuss on this episode of the <a href=\"https://viewsource.fm/\">ViewSource </a>podcast: <a href=\"https://www.youtube.com/watch?v=TtmY2Ck_6i0\"><strong>Getting started with React inside WordPress</strong></a> You learn what React is  and how it works with WordPress. It&#8217;s the start of a series of episodes to build an accordion block for the WordPress block editor.  </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a href=\"https://www.flickr.com/photos/34575850@N05/46876447485\">Moveable Type by L. M. Bernhardt </a></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Apr 2023 05:57:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WCEU 2023 Announces Free Childcare and Workshop for Kids\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143574\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/wceu-2023-announces-free-childcare-and-workshop-for-kids\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1966:\"<p>Preparations for WordCamp Europe (WCEU) 2023 in Athens are moving forward as the team <a href=\"https://twitter.com/WCEurope/status/1644304356236312577\">will soon be contacting speakers</a> selected for the event. Organizers have launched a <a href=\"https://europe.wordcamp.org/2023/speaker-support-program/\">Speaker Support Program</a> aimed at encouraging more diversity on stage by connecting speakers with companies that are willing to financially support them.</p>\n\n\n\n<p>WCEU has also opened <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">registration for Contributor Day</a>, which will take place on June 8, kicking off the event. Those who are unable attend in person can join in the #contributor-day channel on Slack as well as the specific channels for the contributor teams.</p>\n\n\n\n<p>Alongside Contributor Day, WCEU has announced it will be hosting an interactive <a href=\"https://europe.wordcamp.org/2023/workshop-for-kids/\">Workshop for Kids</a> on June 8, to introduce future generations to WordPress. It will cover the basics of WordPress, how to create a website, choose a theme, and publish content. The workshop is open to kids aged 13-16 and all materials will be provided.</p>\n\n\n\n<p>WCEU will also have free childcare available during the Contributor Day and the main conference from June 8-10, to make the WordCamp more accessible for parents and guardians. Children aged 16 and younger are eligible to attend but must <a href=\"https://europe.wordcamp.org/2023/childcare-registration/\">register by May 20</a>, as there is limited availability for childcare.</p>\n\n\n\n<p>The <a href=\"https://europe.wordcamp.org/2023/call-for-volunteers/\">call for volunteers</a> is still open with a variety of roles available. Volunteers will receive one or two collectable volunteer t-shirt(s), a free ticket, and an invite to the Social, as well as the experience of contributing back to the WordPress community at one of its largest events.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Apr 2023 22:25:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: BuddyPress to Host Virtual Contributor Day on April 20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/buddypress-to-host-virtual-contributor-day-on-april-20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2644:\"<p>Representatives of the BuddyPress core team will be <a href=\"https://buddypress.org/2023/04/lets-meet-in-paris-during-the-french-community-contributor-day/\">hosting a contributor day</a> alongside the French WordPress Community Contributor Day in Paris on April 20, 2023. This in-person event has filled up its registration and <a href=\"https://wpfr-net.translate.goog/programme-de-la-journee-de-contribution-organisee-a-paris-le-20-04-2023/?_x_tr_sl=fr&_x_tr_tl=en&_x_tr_hl=fr&_x_tr_pto=wapp\">posted its schedule</a> already, but BuddyPress core developer Mathieu Viet is inviting people to join online to contribute to BuddyPress.</p>\n\n\n\n<p>&#8220;As we’re currently working on a very ambitious 12.0 release with the main goal of migrating from our Legacy URL parser to using the WordPress Rewrite API, there are many areas getting your contributions would really help us and make a huge difference,&#8221; Viet said.</p>\n\n\n\n<p><a href=\"https://wptavern.com/buddypress-12-0-to-focus-on-merging-bp-rewrites-into-core-moving-legacy-widgets-into-bp-classic-plugin\">BuddyPress 12.0</a> is expected to be released May 31, 2023, and merging the BP Rewrites feature plugin into the core plugin will be a major change that impacts the entire BuddyPress ecosystem. The effort to migrate BuddyPress’ custom URI parser to use WordPress’ Rewrite API has been in the works for the past decade. Contributors will also be providing backwards compatibility via a new plugin called <a href=\"https://github.com/buddypress/bp-classic\">BP Classic</a> that will contain BuddyPress’ legacy widgets. The virtual contributor day will organize code contributions towards these efforts.</p>\n\n\n\n<p>In addition to code, people can also contribute to documentation regarding how developers can prepare their themes and plugins to be ready for BP Rewrites, and documentation for end users on how the change will benefit their BuddyPress experience. Viet also intends to organize some common troubleshooting tips for the inevitable support forum requests that the major change will generate.</p>\n\n\n\n<p>The event will run from <a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20230420T0815\" target=\"_blank\">08:15 UTC</a> to <a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20230420T1530\" target=\"_blank\">15:30 UTC</a>. Although virtual attendees may miss out on the hot drinks and pastries, they can be equal participants by joining <a href=\"https://wordpress.slack.com/messages/buddypress\">BuddyPress&#8217; Slack channel</a> and jumping in on one of the projects.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Apr 2023 20:09:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Do The Woo Community: The Evolution of the Friday Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74773\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://dothewoo.io/friday-show-evolution/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:307:\"<p>It\'s time to come on our Friday show as a guest co-host.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/friday-show-evolution/\">The Evolution of the Friday Show</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Apr 2023 10:14:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"BuddyPress: Let’s meet in Paris during the french community contributor day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=329085\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://buddypress.org/2023/04/lets-meet-in-paris-during-the-french-community-contributor-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3548:\"<p>The BuddyPress Core Team is very happy to be represented at the Contributor Day the french WordPress community is organizing in Paris on April 20, 2023. Here&#8217;s a link to a <a href=\"https://wpfr-net.translate.goog/programme-de-la-journee-de-contribution-organisee-a-paris-le-20-04-2023/?_x_tr_sl=fr&_x_tr_tl=en&_x_tr_hl=fr&_x_tr_pto=wapp\" target=\"_blank\" rel=\"noreferrer noopener\">translated page of the event schedule</a> (Hours are in Central European Summer time).</p>\n\n\n\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/04/48766199826_c0187b9999_c.jpg\"><img width=\"800\" height=\"533\" src=\"https://buddypress.org/wp-content/uploads/1/2023/04/48766199826_c0187b9999_c.jpg\" alt=\"\" class=\"wp-image-329088\" /></a>Mathieu Viet (@imath / me!) explaining BP contribution during <a href=\"https://paris.wordcamp.org/2019/contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">WC Paris Contributor day in 2019</a>\n\n\n\n<span id=\"more-329085\"></span>\n\n\n\n<p><a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/imath/\" rel=\"nofollow\">@imath</a> will be there to lead the BuddyPress contributing squad and we&#8217;ll have a lot of work! As we&#8217;re currently working on a very ambitious 12.0 release which main goal is to migrate from our Legacy URL parser to using the WordPress Rewrite API, there are many areas getting your contributions would really help us &amp; make a huge difference! Below are the most important tasks we need to accomplish:</p>\n\n\n\n<ul>\n<li>Code: the <a href=\"https://buddypress.trac.wordpress.org/ticket/4954\">BP Rewrites merge process</a> is still in progress</li>\n\n\n\n<li>Code: we need to build a <a href=\"https://github.com/buddypress/bp-classic\" target=\"_blank\" rel=\"noreferrer noopener\">BP Classic back compatibility plugin</a> to give end users a plan B if some of their plugins are not ready yet when 12.0 will be released.</li>\n\n\n\n<li>Documentation: we need to <a href=\"https://developer.buddypress.org/plugins/\">explain</a> third party Plugin/Theme developers what they need to do to make their work progressively &#8220;BP Rewrites&#8221; ready.</li>\n\n\n\n<li>Documentation: we need to <a href=\"https://codex.buddypress.org/\">explain</a> end-users how the switch we&#8217;re performing will improve their BuddyPress experience (customizable slugs, plain text link compatibility&#8230;).</li>\n\n\n\n<li>Support: we need to have some most common troubleshoot replies ready in order to face the questions or requests for help we&#8217;ll probably receive into our <a href=\"https://buddypress.org/support/\">support forum</a>.</li>\n</ul>\n\n\n\n<p>If you do not have a chance to attend IRL to this contributor day, no worries: you can virtually join us to get involved into these tasks going into our <a href=\"https://wordpress.slack.com/messages/buddypress\" target=\"_blank\" rel=\"noreferrer noopener\">Slack channel</a> on April 20, 2023 from <a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20230420T0815\" target=\"_blank\">08:15 UTC</a> to <a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20230420T1530\" target=\"_blank\">15:30 UTC</a>.</p>\n\n\n\n<p><strong>Let&#8217;s contribute to BuddyPress!</strong></p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f355.png\" alt=\"🍕\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f91d.png\" alt=\"🤝\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2665.png\" alt=\"♥\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Apr 2023 05:49:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: WooCommerce 7.6 Introduces Single Product Details Block and “Add to Cart” Form Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/woocommerce-7-6-introduces-single-product-details-block-and-add-to-cart-form-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2657:\"<p><a href=\"https://developer.woocommerce.com/2023/04/13/woocommerce-7-6-released/\">WooCommerce 7.6</a> was released today with two new blocks merged from the WooCommerce Blocks plugin. The Single Product Details block and the &#8220;Add to Cart&#8221; Form block are now available to store owners who want to use the Site Editor to design their own Single Product Templates. </p>\n\n\n\n<p>Along with the button, the &#8220;Add to Cart&#8221; form block will automatically display additional options, depending on if the product has a set available quantity or variations.</p>\n\n\n\n<img />image credit: <a href=\"https://developer.woocommerce.com/2023/04/13/woocommerce-7-6-released/\">WooCommerce 7.6 release post</a>\n\n\n\n<p>In templates where store owners are displaying multiple products, attributes filtering has been improved for the Products block. Inside the editor, there is now a collapsible menu for selecting attributes and filtering the display. It also shows a live preview of the products that will be included in this view.</p>\n\n\n\n<p>For those who are designing pages and templates with patterns, WooCommerce 7.6 makes it much easier to get a consistent design with improved, scalable margins for patterns using the Products block.</p>\n\n\n\n<p>This release also improves the Mini Cart block&#8217;s performance, with content preloaded, and an appearance that more closely matches the site&#8217;s active theme.</p>\n\n\n\n<p>WooCommerce 7.6 includes several important updates for developers, including the following:</p>\n\n\n\n<ul>\n<li>Clearer, renamed event names in block-based Checkout</li>\n\n\n\n<li>Reintroduced cache for orders (after it was reverted due to causing an infinite loop on activation) when custom tables are enabled </li>\n\n\n\n<li>Added an encoding selector to the product importer</li>\n\n\n\n<li>Add/Remove order coupon actions are now logged in notes</li>\n\n\n\n<li>Products widget can now be sorted by menu_order</li>\n</ul>\n\n\n\n<p>For a more detailed look at the 673 commits in 7.6, check out the full <a href=\"https://github.com/woocommerce/woocommerce/blob/release/7.6/plugins/woocommerce/readme.txt\">changelog</a>, which references each pull request included in the release. </p>\n\n\n\n<p>WooCommerce has also released its <a href=\"https://developer.woocommerce.com/2023/04/13/woocommerce-contributor-day-guide/\">Contributor Day Guide</a> today for the upcoming 24-hour virtual event on April 19, 2023. There are instructions for how to get your development environment set up for contributing and how to join the Woo Community Slack. The guide outlines specific topics and tickets that will be addressed, with dedicated Slack channels for each.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Apr 2023 03:16:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: Building a Better WooCommerce Hosting Ecosystem with Beau Lebens\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74755\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://dothewoo.io/woo-express-with-beau-lebens/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:404:\"<p>The new hosting option Woo Express brings a lot to the ecosystem for users, builders and other hosting companies. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woo-express-with-beau-lebens/\">Building a Better WooCommerce Hosting Ecosystem with Beau Lebens</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Apr 2023 08:13:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Launching a WordPress Product in Public: Session 9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50741:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> continue the development of their new WordPress plugin, <a href=\"https://crop.express/\">Crop.Express</a>. In this conversation, they share their experiences and challenges in creating the plugin, including the importance of user feedback and testing. They also talk about their decision to make the plugin open-source, the potential benefits of doing so, and the importance of community involvement in the process. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">34</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> share their insights and experience about the challenges of finding the right balance between simplicity and complexity and the importance of testing and documentation. They also share their personal stories of how they got started with WordPress and how their experiences have shaped their approach to plugin development. For anyone interested in developing WordPress plugins, especially if you are looking to improve your development process and create more user-friendly plugins, this episode is a must-listen.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Building a successful plugin requires a deep understanding of user needs and pain points: </strong>Understanding your users&#8217; needs and pain points to develop a plugin that solves their problems effectively is critical. This requires continuous user testing and feedback to improve functionality and user experience.</li>\n\n\n\n<li><strong>Collaboration and communication are crucial for plugin development: </strong>Plugin development is a team effort that requires effective communication, collaboration, and project management. Clear communication channels, regular meetings, and shared project management tools help ensure everyone is on the same page.</li>\n\n\n\n<li><strong>Monetization strategies should align with user value: </strong>Considering various monetization strategies for plugins, including premium features, subscriptions, and sponsorships, is helpful. Your chosen strategy should align with the user&#8217;s value proposition and offer a fair exchange of value. Being transparent with users about the plugin&#8217;s monetization strategy and how it impacts their experience is important for successful adoption.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://wpengine.com/\">WPEngine</a></li>\n\n\n\n<li><a href=\"https://pagely.com/\">Pagely</a></li>\n\n\n\n<li><a href=\"https://www.studiopress.com/\">StudioPress</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 9 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] So we&#8217;ll also, um, so re read me as the, the big one?&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah. I think that&#8217;s what we cover today.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. So we&#8217;ll also, uh, okay. All right. Could you hear me?&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Uh, first I can, yeah. Oh, okay. The echo you mean? Yeah. Yeah. The same thing. Mute it. Yeah. Open up YouTube and then close YouTube. But I, I keep the comments open if anybody&#8217;s weighing in.<br /></p>\n\n\n\n<p>Yeah,&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> exactly.<br /></p>\n\n\n\n<p>All right, Corey, this is session nine and we talked last week and we made the decision that we&#8217;re gonna be one this with a couple change. And call it good for now and move on to another [00:01:00] project, um, let it sit and simmer a little bit. Um, so any thoughts that you had based on last week or anything else?<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah, I, I guess I just, I, I&#8217;m glad that we&#8217;re doing this, like I, and, and if for the, for the, the six people watching, You know, but hi, in historically this will be significant. You know, this is where we, uh, figured out how to make our millions. Right. Um, right. But I, I have had a lot of success not in a, in a project sense in the past of letting things.<br /></p>\n\n\n\n<p>Uh, and so I definitely like, cuz we could keep banging away at Crop Express, adding more features. And there&#8217;s still a few things that I wanna add. Like, I definitely wanna put a bow on it. Um, and I definitely think that it&#8217;s something for [00:02:00] us to talk about, promote, you know, we&#8217;ll send copies to, um, blogs.<br /></p>\n\n\n\n<p>Like let&#8217;s still have some of those conversations that, um, you talked about. As much because I want to talk to those people. I think it&#8217;d be fun. Um, but I also think that it takes the pressure off of us like, you know, Having this, having this thing and going, okay, what, what&#8217;s happening with it today?<br /></p>\n\n\n\n<p>What&#8217;s hap when Sometimes you just honestly need some time to go by. Um, and some people to mess with it and some people do mess with it enough to say, oh man, I wish it did this. And then, and then still ha use it for two more days before they finally do send us an email that&#8217;s like, okay, hey, I&#8217;ve been thinking about this for a couple of days.<br /></p>\n\n\n\n<p>Boy, I wish it did this, you know? Just because we&#8217;re thinking a lot about it doesn&#8217;t mean anybody else&#8217;s.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. And I think there&#8217;s two things when you&#8217;re saying that came to mind is the get something [00:03:00] out, sit on it a bit, let it just kind of cook or just kind of be Yeah. I think it&#8217;s interesting. And then, um, is, is great for this.<br /></p>\n\n\n\n<p>And then second is.<br /></p>\n\n\n\n<p>I forgot what I was gonna say. Um, but the second is we have the feedback loop, right. Um, within the plugin. So, you know, we, we never know. Um, might be something I think we, we felt like there was something. Better to chase that. We discovered through this, which I look at product as discovery, you know, especially our product, you know, when you got a working product and you&#8217;re just adding things, that&#8217;s way easier.<br /></p>\n\n\n\n<p>Um, working product, meaning people are paying money for it in my mind. Um, we already know it&#8217;s functional and works. Um, but yeah, and I think, you know, just to talk about our decision for a second, we saw. More [00:04:00] opportunity on another direction that we discovered something you&#8217;d been working on in parallel.<br /></p>\n\n\n\n<p>Um, we&#8217;re not ready to talk about that just yet cause we wanna get some things going, but I think that&#8217;s part of the product trail is, you know, discovery, what&#8217;s over the next mountain. And I don&#8217;t know about you, but I go, I gotta put multiple things in the. To see what actually hits. Oh, yeah. Um, I, I feel like you and I built enough of a case for the other thing that, um, is really interesting.<br /></p>\n\n\n\n<p>It seems like there&#8217;s something there. So coming back to the cycle of like, okay, we&#8217;d like this. We think this would be good. Mm-hmm. Other people, you know, would help. Um, anyway, I don&#8217;t wanna get off on that for a second, but I did wanna at least unpack a little bit of our decision. You know, Colin v1 with a couple of these tweaks, um, good.<br /></p>\n\n\n\n<p>And all that, and say, it&#8217;s always a safari. Yes. [00:05:00]&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah. And I, you know, I, it&#8217;s an ongoing conversation, I think is the other good metaphor. It&#8217;s, it&#8217;s literal for, in our case, but it&#8217;s also a good metaphor that as you talk, you uncover more things. You go, oh, I didn&#8217;t think about this. And it&#8217;s, um, so I guess the analogy too is, Concepts have to simmer.<br /></p>\n\n\n\n<p>Ideas have to simmer, you know, the cadence of you and I chatting once a week, you know, occasionally a little bit more, but, uh, gives us a chance to go, okay, so this happened this week where this new other thing came out this week where this new, um, you know, product caught my eye that isn&#8217;t related, but it sparked an idea, dot, dot, dot.<br /></p>\n\n\n\n<p>Like it&#8217;s, you know, trying to, trying to get it all done, you know, hackathon. Is a neat exercise, but I don&#8217;t think it&#8217;s the, the true arc of, of most products journeys. So, um, but I definitely, [00:06:00] oh, the one thing that I didn&#8217;t tell you about is I did get my first email from crop.express, the website of somebody asking specifically, I have a client website, they need the image to be exactly these pixel proportions.<br /></p>\n\n\n\n<p>So not even an aspect ratio. And uh, I was like, oh, okay. You know, so I think that I, I want to think about again, as we&#8217;re talking about sort of putting a bow on v1 uh, accounting for that situation, and then to me that kind of, again, we&#8217;ve, we&#8217;ve completed a. Product. It solves the problem. It solves the problem everywhere that we think that it matters.<br /></p>\n\n\n\n<p>Um, it solves the problem for all of the scenarios that we currently know about. And this is where, like you said, we&#8217;re wait, waiting for feedback. We&#8217;re waiting for people to say, oh, hey, you know, aspect ratio [00:07:00] isn&#8217;t really what I need, but I need is image or is pixel size. Uh, which technically can be done in the, I had added bin and max pixel stuff.<br /></p>\n\n\n\n<p>Like I, I think, you know, kind of like your feedback last week, like this settings page is the advanced settings, or it feels, you know, um, it feels like a 200 level class or whatever. Um, And so, you know, looking at simplifying that, but then, uh, yeah, letting it, letting it ride. Um, and, and at that point, like I said, I&#8217;m really excited about getting it at actually installing it onto my client&#8217;s websites and going, all right, Guinea pigs dance.<br /></p>\n\n\n\n<p>You now have to use my plugin. But I&#8217;ve, even, this week it came up again where, um, one of my clients was like, you know, trying to, trying to get an image. Onto the site correctly. And I had to walk her through some stuff. It&#8217;s like, don&#8217;t mention the plugin yet. Don&#8217;t mention the [00:08:00] plugin yet, but as soon as I introduce it and walk them through it, you know, so I think it&#8217;ll solve problems for them.<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, a absolutely. Um, it, this whole conversation, and this relates to crop express now,<br /></p>\n\n\n\n<p>uh, made me think of. But also kudos for like a, you, you saw an opportunity there with your client, like, so that&#8217;s like the validation of, you know, is this, is this a valuable thing? Mm-hmm. You&#8217;ve seen this a bunch of times where I wanted to share for anybody that&#8217;s listened later is I always come back to this, so it seems like, like I&#8217;ve majored in the pains.<br /></p>\n\n\n\n<p>Um, specifically with utility software in the past. The thing that&#8217;s really always compelling to me is gains. And I know you worked at O Opt Montreal at one point and I go, that was my classic example. We did utility things that [00:09:00] I themes and you know, you look at the gain, you look at like an e-commerce site or something, a marketing software or something like that, and it&#8217;s like that&#8217;s, I haven&#8217;t really camped.<br /></p>\n\n\n\n<p>Had a product. I don&#8217;t think that camps out in the gain side. Yeah. Um, but I think we&#8217;ve been doing this work too, is coming back to who is our customer for this. Mm-hmm. Whether it&#8217;s ourselves for sure. And then we&#8217;re developing out the profile for there. Like could this be something that&#8217;s something when we start and talk about the next project publicly, um, so that we can, that&#8217;s something I want to do better is go, okay, let&#8217;s identify.<br /></p>\n\n\n\n<p>The person that might have this problem or frustration or issue. This is a whole concept I&#8217;m trying to get to. What&#8217;s the amount of pain? Somebody goes, I&#8217;ll pay for it. What&#8217;s the amount of gain? Somebody goes, I&#8217;ll pay for it. You know? Yep. That&#8217;s [00:10:00] some of my learning as I&#8217;ve gone, is gone. Okay. Like when we created backup buddy.<br /></p>\n\n\n\n<p>Um, the de the developer goes, Hey, I think we should, WordPress needs a holistic backup solution. And I was like, I just go, yeah, because a hundred percent theoretical market at that time. Um, so it&#8217;s pretty easy. I think WordPress has got enough things out there. It&#8217;s interesting from a competitive standpoint is where&#8217;s that ideal place?<br /></p>\n\n\n\n<p>So, I don&#8217;t know, I wanna throw some of that up to you and see if you had any comments. Cause you always have something really help. Uh, that changes my perspective a little bit, but it&#8217;s like this balance, this is a formula for how products and services, different things get up and then, you know, nailing that customer, they go, oh man, that, that would, you know, when you get that feeling of like, oh, this would help me so much.<br /></p>\n\n\n\n<p>That&#8217;s the magic right there. Yeah.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> And. [00:11:00] I&#8217;m, I&#8217;m definitely, I&#8217;ve also had some similar thoughts in that it&#8217;s, it is a, I think, a slightly different way of thinking about product. Right. And the looking for pain is a very popular, um, Hundred level, I guess. Apparently I&#8217;m making college analogies today. Um, but like you look at, um, Amy Hoy, Justin Jackson, uh, Rob Walling, like the, the startup thought leaders, um, who put out a lot of great content and have done for decades.<br /></p>\n\n\n\n<p>Arguably, um, the, the thinking for a long time has been okay. You are an aspir. Probably solopreneur. You are a entrepreneur, and I don&#8217;t mean that negatively, but the, like you are an aspiring, uh, you, you have an entrepreneurial spirit without [00:12:00] experience, right? So you, you&#8217;re, you want to start your entrepreneur journey.<br /></p>\n\n\n\n<p>Um, and, uh, a very popular formula to start with because honestly, I think. I know it&#8217;s generally more reliable as a beginner, um, is pain. And so there&#8217;s all these ideas about like, okay, you get on a forum for fishermen where all the fishermen are talking and you kind of listen to their conversations and, and when they keep talking about like, boy at dawn I wish I had, you know, a certain kind of light.<br /></p>\n\n\n\n<p>And that&#8217;s where you go, ah, That&#8217;s a pain. Now I can go try to solve it. Um, which is very different from, oh, I&#8217;m now, I&#8217;m blanking on the name. Um, but there was, um, a product that came out years ago and it just [00:13:00] popped up on my radar again. Oh, Prezi. P r e z I. Mm-hmm. I think, right?&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Mm-hmm. Yeah. I remember Prezi,&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> that was a hundred percent a solution, looking for a.<br /></p>\n\n\n\n<p>It was a really neat, in, in, I mean, we still have the slides paradigm, the, you know, uh, PowerPoint, Google presentation paradigm, rectangle, rectangle, rectangle. And Prezi had this really neat software that they built online, which was very impressive at the time, cuz again, it was probably 10 years ago, but where you had a, it was kind of like a, an interactive mind map.<br /></p>\n\n\n\n<p>And so you had a point that had something. Concept off of it. And you&#8217;d zoom around, you&#8217;d sort of fly around this, this presentation and it was extremely novel. But I think every person built one presentation in it and was like, this is neat, but it&#8217;s very clear that I&#8217;m using this software cuz it does one thing.<br /></p>\n\n\n\n<p>Um, and they did a really good [00:14:00] job, I think, of marketing and finding a use for this and marketing it, but they. Couldn&#8217;t become the presentation standard that they&#8217;d hoped to because they changed. It was too specific, you know? Um, and that&#8217;s always the fear. It&#8217;s definitely more fun sometimes. Um, and I&#8217;ve definitely built a lot of products that were a concept and it was like, oh, I think I have a different way of approaching.<br /></p>\n\n\n\n<p>Uh, you know, project management to-do lists, time tracking the standard paradigms, but like, uh, instead of it being a vertical list, you know, it&#8217;s horizontal or whatever the, whatever, it&#8217;s, um, and I think that it&#8217;s you, it&#8217;s then tough because if you&#8217;re, if you&#8217;re on one end of the spectrum, you can, you can only present gain.<br /></p>\n\n\n\n<p>Like Prezi, where it&#8217;s a, where it&#8217;s, I hate to use the word gimmick, [00:15:00] but where it&#8217;s, again, a, a prob a solution looking for a problem that&#8217;s dangerous, that&#8217;s very, very difficult to change a paradigm. Like they did not change the way all presentations are. Look, they couldn&#8217;t. Um, and then on the other end of the spectrum, you know, what we&#8217;ve, what we&#8217;ve talking about is, um, a hundred percent solving for a pain.<br /></p>\n\n\n\n<p>It&#8217;s. Fishermen need a flashlight at dawn, build the flashlight. You&#8217;re done. And so what we start talking about is somewhere in the middle. Um, and it&#8217;s, and it, again, I think just a different way of, of thinking, uh, it&#8217;s gonna be more challenging for you, marketing it, more challenging for both of us or anybody to talk about it.<br /></p>\n\n\n\n<p>Um, if it isn&#8217;t a problem that people are already trying to solve. And I think what we&#8217;re, you know, I do, I do anticipate landing [00:16:00] somewhere in the middle, like crop Express I think is a good example of, it&#8217;s definitely a pain, but people are solving it by going elsewhere. They&#8217;re going to Photoshop, they&#8217;re going to crop.express, and we&#8217;re kind of bringing it to them.<br /></p>\n\n\n\n<p>Um, and so I think that I, I hope to still kind of do some of that stuff. Um, but then also, You know, maybe introduce concepts that, that WordPress doesn&#8217;t currently have, paradigms that, that WordPress doesn&#8217;t currently, uh, have its arms around. And so I&#8217;m kinda excited for all that. It&#8217;s also, I think it being more on that spectrum, it&#8217;s, it&#8217;s, it&#8217;s more creative.<br /></p>\n\n\n\n<p>It&#8217;s more fun for us.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. So yeah, a absolutely. You know, we, it seems like we&#8217;re using that whole thing is build something for yourself. And we&#8217;re using problems we see for ourselves using the new [00:17:00] thing we&#8217;re talking about, using word pr, um, post status and your clients and things. And it makes me think like the game pain conversation on that when we show that we can.<br /></p>\n\n\n\n<p>What I wrote down when, when we, just a minute ago was, you know, in the classic consulting bible, I think it&#8217;s Alan Weiss, he talks about the job of a consultant is to improve the client&#8217;s condition. Mm-hmm. In some way. Mm-hmm. And I&#8217;ve been doing a lot of thoughts about consulting cause I&#8217;ve tried it a couple of times and, uh, have failed miserably at it.<br /></p>\n\n\n\n<p>But, uh, I&#8217;m still trying. And, but from the. From that consulting thing. If you think about that just for a second, you&#8217;re like, how do I help improve the client&#8217;s condition, or in this case, our potential customer&#8217;s condition? And I think we&#8217;ve done a lot of that work in Crop Express is precisely thinking about the outcome they&#8217;re wanting.[00:18:00]&nbsp;<br /></p>\n\n\n\n<p>And, uh, I&#8217;ll save the rest for our, for our next conversation. But, um, so I. Anything you learned, and I know we still need to do the readme, but, um, anything takeaways from what we&#8217;ve done so far? Other takeaways?<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> I, in a, to be honest, I do think that we have, I&#8217;m thinking out loud here, so I, I, I reserve the right to take all of this back. Um, but at least some. The process that we&#8217;re going through, have gone through is the same, uh, falls in the same trap in that I do think that we have, we know there&#8217;s a problem. We, we&#8217;ve had the problem.<br /></p>\n\n\n\n<p>We don&#8217;t like how, um, propping and inserting images into WordPress currently [00:19:00] works. Um, we. Got excited and said, okay, there&#8217;s something here. We both felt, you know, felt it in our gut, but then as we got into it, there&#8217;s definitely been, I don&#8217;t, it&#8217;s not like I expect, you know, a million news, a million installs overnight.<br /></p>\n\n\n\n<p>Um, but there&#8217;s, there&#8217;s something, I don&#8217;t know what we could have done differently, but they&#8217;re, I haven&#8217;t felt. The spark didn&#8217;t ignite, I guess is what I&#8217;m, kinda what I would say. It&#8217;s like there&#8217;s something here. We&#8217;ve built a nice little utility. I almost, it almost feels like we&#8217;ve kind of, uh, you know, we, we saw a sparkle of something on the ground.<br /></p>\n\n\n\n<p>We started digging. There might have been a couple of other glimmers of like, oh, there&#8217;s a, maybe a li a hint of gold. It kept us digging, but I kind of feel like we&#8217;ve reached a point where, You know, we&#8217;ve dug around, we&#8217;ve dug up all the earth around what we thought might have been a vein of gold and said, okay, [00:20:00] yeah, no, I guess there&#8217;s nothing here.<br /></p>\n\n\n\n<p>Um, and not that that isn&#8217;t part of the process. Um, I don&#8217;t know what we could have done differently. I, I only question if there was a way to have arrived there sooner. Um, mm-hmm. And again, none of this is to say that I don&#8217;t think that what we&#8217;ve created has value. Um, and we kept sort of going, okay, well let&#8217;s, you know, we keep having really good high level conversations, which again, has led to other ideas.<br /></p>\n\n\n\n<p>Um, and so that&#8217;s, that&#8217;s not invaluable. Um, but we were sort of like, take a step forward and see, take a step forward and see. And now that we&#8217;re ready to kind of put a bow on version one, it&#8217;s like, yeah, this might be. You know, which is okay. Um, but it&#8217;s very, it&#8217;s, it&#8217;s a, it&#8217;s definitely a little hard to accept.<br /></p>\n\n\n\n<p>Do you know what I mean? Like just [00:21:00] the sunk cost fallacy or whatever it is. Like you Yeah. We&#8217;ve put in time and effort and, and so much thinking that we, we, part of me still really wants it to be something more than what it may. You know, and I know, and this, this conversation may be just as in, um, as premature as, uh, as what I&#8217;m alluding to, right.<br /></p>\n\n\n\n<p>Of like, early on we were very optimistic that we would find something bigger down the road anyway. So I have a thought&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> I, on that thought. I have, I have a thought for when we go to the next conversation. Hmm. Um, how we could maybe approach that even better.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> But I guess I like what I do like is the meta, um, the meta of you and I recording all of these conversations.<br /></p>\n\n\n\n<p>Right. And I think, like, I remember one, one of the, a a, a mental image, but a [00:22:00] conversation, a memory that, that often pops into my head is when I still worked at we. Um, yes, the one that&#8217;s in the documentary, you can see my bald spot in, in the back of some of the shots, um, where they talk about, you know, the demise of, of WeWork.<br /></p>\n\n\n\n<p>Um, so yeah, I&#8217;m, I&#8217;m WeWork famous. Um, but, uh, at the time I sat at the table with, uh, five other entrepreneurs, everybody pursuing different projects and it was great because it was an an instant mastermind and very frequently we. Just say, Hey, could I, you know, buy you lunch and, and pick your brain about such and such?<br /></p>\n\n\n\n<p>And I remember a buddy of mine, Joel, coming to a real crossroads in, uh, in product and in business. Um, and again, him saying, Hey, could I just, could we take a walk? I&#8217;m like, you know, vexed about this and [00:23:00] we. Uh, in soho and we walked over to the river and just like standing at the railing and looking at, um, what, what would it have been, um, the Hudson River and looking over to New Jersey and him talking.<br /></p>\n\n\n\n<p>And there was this moment of me just feeling very, this is, this is feeling very grown up and very, like, we were having important conversations and, um, You know, and it, it felt great that I hopefully was helping him work through some problems and stuff. But, um, anyway, uh, the value in that experience, that camaraderie and, and then ultimately, like there were other conversations where he helped me just as much as maybe I helped him.<br /></p>\n\n\n\n<p>Um, but I&#8217;m hoping that at a high level, even though you and I like session seven, whatever this is, we, we are where we are. It is where it isn&#8217;t, where we expect it to. We are going to continue, but I&#8217;m, I&#8217;m hoping that people watching this are having some of that same, like, [00:24:00] oh, other people have these, these thoughts or go around in these circles or, you know, ramble to themselves just like I do&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> now.<br /></p>\n\n\n\n<p>I, I think so many times, uh, I&#8217;m not just, I don&#8217;t wake up born with a gift of know. What the pro products are. Um, I&#8217;ve gotta figure it out.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Ands am working with you, man. I know. I, I was counting on million dollar idea overnight, the magic.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, you know, and uh, so I&#8217;ve done a lot of thinking about products for the last 15 years, obviously, and gone.<br /></p>\n\n\n\n<p>Okay. You get, so I think we&#8217;re pulling together some components, comparing experiences too, and. Plowing the new head forward. Um, so yeah, I mean, the camaraderie&#8217;s been amazing. I do it just for that. But second is I think we&#8217;re building some experience about what products work, what, what products don&#8217;t. I, I think there&#8217;s a tendency for me is think [00:25:00] people do have magic and just know it, but there&#8217;s, there&#8217;s, there&#8217;s a lot of things that go into that.<br /></p>\n\n\n\n<p>Yeah. And there&#8217;s a lot of. Professionally about this particular topic, but there&#8217;s a reason why comp big companies buy smaller companies because they found the magic and they were pulled in, you know, kind of thing. Um, at least that&#8217;s how I think about it in my humility.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Well, and so I, in the last few years have learned to make things around my house.<br /></p>\n\n\n\n<p>I. My carpentry skills are getting better. I&#8217;m not good. But, uh, I have now, you know, built a big roof over my patio. I&#8217;ve built shelves, I&#8217;ve, you know, um, helped my father-in-law fix his roof, stuff like that. Um, and I&#8217;m, I&#8217;ve definitely had the experience where I&#8217;m, I&#8217;m working generally with people who know what they&#8217;re.<br /></p>\n\n\n\n<p>But not always. [00:26:00] Uh, I have, I can always jump on YouTube and, and Google things. Um, but I definitely felt the, so a little, a little insight to me like. Years and years ago, I was an artistic genius. Um, in my own mind, absolutely. Like I was, uh, a musician. I still am. I was starting to build product. I still do, but at the time I was convi, utterly convinced that I&#8217;m very smart and I will, I can, I can figure out magic, um, and, uh, an aspect.<br /></p>\n\n\n\n<p>Turning middle-aged or whatever it is, is like, I&#8217;m just another human. And yes, I might do some amazing things. Um, but most humans in one sense or another, do some amazing things. Um, but everybody also, everybody has to start from somewhere. And a lot of the times it&#8217;s a group of people. And so, uh, going back to like learning how to repair or I, I got to be, [00:27:00] I was, uh, helped a bunch of people literally build a house in a.<br /></p>\n\n\n\n<p>And it was one of the most amazing experiences of my life. And the, the, the, in the crew, it was a dad and some son, his sons all work construction, all build houses, so they know how to knock together, literally knock together a house in a day. And I had no idea how to knock together a house in a day. Um, And so they are amazing at what they do now from experience, and they are smart people.<br /></p>\n\n\n\n<p>Um, and then that gets shared with the rest of us. There&#8217;s this trickle down, and I&#8217;m not saying I could go build a house in a day, but at least I have some sense of how it is done. And so this summer when I build a shed, I might be able to build a shed with a couple of other people in a couple of days.<br /></p>\n\n\n\n<p>You know what I mean? Mm-hmm. Um, and so there&#8217;s, there&#8217;s definitely. You know, we, we always talk about the Steve [00:28:00] Jobs or the whoever, um, you know, the artistic geniuses. The, the people who can snap their fingers and, and creativity comes out, and then the rest of us have to work at it, you know? And, and that&#8217;s okay.<br /></p>\n\n\n\n<p>And it&#8217;s, it&#8217;s a little bit of luck and it&#8217;s a little bit of timing and it&#8217;s a little bit of the people around you, and it&#8217;s a little bit of the industry you&#8217;re in. And then it&#8217;s the practice that you&#8217;ve done. And you and I have both been thinking about product for, you know, 15 years or whatever it is.<br /></p>\n\n\n\n<p>And so I&#8217;m walking around, I&#8217;m in San Francisco this week, so I&#8217;m walking around in San Francisco thinking, The amount of, you know, tech and, and whatnot that&#8217;s here. Um, but what it really comes down to is like, I was driving on the highway last night. Judging harshly, all of the ridiculous billboards, because I&#8217;m like, who is Twilio think they&#8217;re advertising to?<br /></p>\n\n\n\n<p>Or who is, um, who else did we see monday.com? And I&#8217;m not necessarily picking on their billboards. They&#8217;re fine. But it&#8217;s like, [00:29:00] okay, th this is, these, these is, this isn&#8217;t, that&#8217;s most of these products I don&#8217;t think. Attributable to one person&#8217;s genius. These are products that were built by teams and companies that were built up over time.<br /></p>\n\n\n\n<p>And then there&#8217;s a marketing team, and now I&#8217;m questioning some of the marketing decisions, but I&#8217;m like, who are they marketing to? You know? And how does that differ from like the online billboards ads and such that I&#8217;m seeing when I&#8217;m in New Hampshire versus in. You know, I&#8217;m, I&#8217;m essentially in Silicon Valley, you know, so it&#8217;s, uh, humbling, right?<br /></p>\n\n\n\n<p>I mean, they&#8217;re exp spending tens of thousands on billboards that I think are not very good. Um, but at the same time, they&#8217;ve arrived there over time, you know? And did it start with conversations like this? Did it, you know, who was the team involved? Who were the people involved? What were their experience?<br /></p>\n\n\n\n<p>I think that&#8217;s all fascinating. I wish most [00:30:00] companies. There was just a, a thread on Hacker News. Um, was it Hack News or Reddit? Like what are your favorite postmortems? Um, and it&#8217;s, I, I like the people on that thread were wishing that they were more write-ups of, um, You know, there&#8217;s probably a little bit of morbid curiosity, um, but also like, you know, what are the lessons we can learn, but also a, a lot of it&#8217;s just the stories are fascinating.<br /></p>\n\n\n\n<p>There&#8217;s a reason why there&#8217;s 101 podcasts interviewing founders, many of whom haven&#8217;t reached the success that most of us would, would want, themselves included. Um, but the stories are fascinating, you know.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, it, it, I&#8217;ve, I read the founders at workbook and it was really cool, but, and a lot of it is serendipity.<br /></p>\n\n\n\n<p>Yeah. And it&#8217;s like, I was gonna use a band analogy cuz of your music background [00:31:00] and just go like, you know, how does. Um, I know some mu musicians and I&#8217;m like, one pretty dang popular in the nineties, eighties and nineties. Mm-hmm. And, uh, spent some time with him. Really great guy, but I was like, I always wanna go.<br /></p>\n\n\n\n<p>How did the, like he&#8217;s played with that, his band for, you know, A long time and they&#8217;ve had success together and it&#8217;s like, how do you, how does that come together? Is always the magic for me. And then how do they make this great music that a lot of the best bands I&#8217;ve heard, you know, they need, like Dave Matthews was the continuum.<br /></p>\n\n\n\n<p>You&#8217;re like, man, great voice. But I&#8217;ve also heard like he wouldn&#8217;t be Dave Matthews and Dave Matthews band without all the incredible musicians around him. He happens to get the names stands,<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> the connections he had and stuff like that.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, that was very much, iThemes , by the way, I got way more credit and I can&#8217;t sing so[00:32:00]&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> well. But um, yeah, and I think that, thank you. I think you&#8217;ve sort of. In some ways summarized what, what I, my rambling was trying to get at is the, it&#8217;s everything is the sum of its parts, right? And so it&#8217;s like, there was a point where I thought that I would snap my fingers, um, and not that I didn&#8217;t work really, really hard, um, but I now understand that it&#8217;s so much more as the building blocks, the sum of the building blocks, um, and the culmination of things.<br /></p>\n\n\n\n<p>And like a lot of bands, you know, I love, in fact, I&#8217;m, I&#8217;m rereading Elton John&#8217;s book. Um, great read by the way. I&#8217;m not a fan of Elton John. I, when I read it the first time, I went back and literally tried to listen to some of his music and I couldn&#8217;t get through most of it. It&#8217;s just so not to my taste.<br /></p>\n\n\n\n<p>Um, I&#8217;m wrong. Don&#8217;t, there? There is no question that I am, I am wrong. Literally, [00:33:00] billions of people love his music and I don&#8217;t, so I am wrong here. But the book is really fun. Um, well written self effacing. Self self deprecating. Um, and, and I&#8217;m a music history nerd. Um, but it&#8217;s the, you know how things came.<br /></p>\n\n\n\n<p>Um, you know, and he definitely is magical, musically. Um, but he, he watch the past tense of grind grounded. He, he worked really, really hard for a really long time and with a lot of people, and people came and went and stuff like that, you know, so at some point you and I are. Reach a a point where you&#8217;re gonna fire me and hire somebody better and keep going with the band.<br /></p>\n\n\n\n<p>Um, and I will be the pee best. Um, you know, the long lost drummer, original drummer of the Beatles, um, who will die in obscurity. [00:34:00] And I accept,&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> I don&#8217;t think so, cuz you, you, you forget. I don&#8217;t know how to sing and it&#8217;s not gonna be as fun at all without the drums and guitar solo and everything you&#8217;ve done so.<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> But anyway, why don&#8217;t, why don&#8217;t you share your screen if you have the, the read me. I think, I feel like the brainstorming we did last time worked well. Like you were typing, typing, typing, um, while we were both chatting, if that works. Yep. So we&#8217;re here.<br /></p>\n\n\n\n<p>Nice. Oh, so there&#8217;s an edit option. That&#8217;s cool. Uh, bottom left, there&#8217;s a button that&#8217;s an edit. Can we make our changes right in it? Cool.<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> You know what, we&#8217;ll wanna go back when we do the, the new brand that we talked about, we&#8217;ll wanna come back and put the links here.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Oh, for sure. [00:35:00] Okay,<br /></p>\n\n\n\n<p>so I go to, we&#8217;re press. Slash plugins<br /></p>\n\n\n\n<p>and I search for crop<br /></p>\n\n\n\n<p>and I&#8217;m seeing what else comes up. And like there&#8217;s a, yeah, image aspect ratio. Custom fields for, um, a ACF crop and image as keywords. Um, I also heard from, I did a, um, a call with um, Matt Cromwell and, um, I hate to say it, but Leslie Pizza, um, cuz I can never remember her last name and I think she actually, like a lot of people call her Leslie Pizza.<br /></p>\n\n\n\n<p>Um, But, uh, they were helping me [00:36:00] review one of my other plugins and said that we can actually have up to 12 keywords. Uh, just the first, I think, five show up. So, uh, I was actually misinformed that, or I, under, I had the wrong knowledge that, uh, I thought we could only have a few keywords. So, um, I think on that, on that first screen, Plug in maybe.<br /></p>\n\n\n\n<p>Yeah, I saw tags. So, um,<br /></p>\n\n\n\n<p>like I&#8217;m, I&#8217;m wondering if, I mean this is, and this is all always speculation, but is, is it better to have image crop or is it better to just have crop? To me, you don&#8217;t crop, you don&#8217;t crop anything that isn&#8217;t an image. So I, it might ju we might, image, crop might be. Cropping is good though.[00:37:00]&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> So I had crop and cropping. Since we can add more tags, that&#8217;s good knowledge,&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> right?<br /></p>\n\n\n\n<p>In WordPress, uh, featured images are often called thumbnails.<br /></p>\n\n\n\n<p>Um, oh, media library. Now that we have that, it&#8217;s probably, you know, if people are looking for ways that they are manipulating images in the media library, maybe they search for media library.<br /></p>\n\n\n\n<p>Um, I can&#8217;t imagine that people are looking for the term aspect. Um,<br /></p>\n\n\n\n<p>More likely they&#8217;re looking for, oh, image size, right? Like we had the, the guy message me and say, I need, you know, I need [00:38:00] all images, need to ultimately be 700 by 500 or whatever it was, like image size. Um, so anyway, I feel like that flushes it out a lot more. Okay.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, that&#8217;s awesome. I mean, that&#8217;s really good base level things.<br /></p>\n\n\n\n<p>We gotta just check the box for. Uh, do I push saver update code? I&#8217;m always the Control s. Control s. Command desk. Command desk, right.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Um, I probably save, I I imagine that Save actually does both. I just remember that Save took a long time. Okay.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Um. Okay. I put cropping here and I put precise. I took out feature damages, but is there anything else you see that we should probably like a list of features maybe[00:39:00]&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> I. So up to 150 characters, um, I&#8217;m still looking at the description first. Um, it seems like, uh, do you have a, something that&#8217;ll tell us how many characters we&#8217;re using there? Go stick it in a fake tweet or something though. So I guess they just give you. A counter,<br /></p>\n\n\n\n<p>I think like, so I do, I [00:40:00] think we could just say crop images in WordPress Z or is that a sentence? It&#8217;s awesome. I think that&#8217;s really good. WordPress easily, but I, I guess my point is I, we&#8217;re not using 150 characters. Let&#8217;s, let&#8217;s add more words. Um, and WordPress easier. Dash featured image media library.<br /></p>\n\n\n\n<p>You know, it&#8217;s a little bit of, um, keyword.<br /></p>\n\n\n\n<p>I mean, we had the block too. Mm-hmm. Prop images and WordPress.[00:41:00]&nbsp;<br /></p>\n\n\n\n<p>Uh,<br /></p>\n\n\n\n<p>say Guttenberg block,<br /></p>\n\n\n\n<p>like, um, image crop or guttenberg block. I just always feel like we need, I, I&#8217;m not convinced that people. Only at like truly think of it, it&#8217;s just the block editor. Do you know what I mean? Yeah.<br /></p>\n\n\n\n<p>[00:42:00] Yeah, that&#8217;s.<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Probably have all these memorized, but I was gonna go back into the plugin. So we have mm-hmm. Go ahead.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Um, just the, that we can, um, keyword stuff, the title too. So going back to the plugin tab, crop express,<br /></p>\n\n\n\n<p>crop express, four featured images or, um,<br /></p>\n\n\n\n<p>I&#8217;m just trying to think of what the key, what the keywords might be like. Hmm. [00:43:00] I don&#8217;t think we need WordPress.<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I was trying to say something like car is a,<br /></p>\n\n\n\n<p>it keeps it native, I guess. Like you don&#8217;t have to go outside of WordPress. There&#8217;s a better term for that, I&#8217;m sure.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Right, but I guess this, this is more like, this is more search rankings. I literally think repeating Crop Express for featured images for media library for Gutenberg block. Um,<br /></p>\n\n\n\n<p>yeah, I think, I think that that&#8217;s, to me, that&#8217;s what, what the purpose would be. It&#8217;s, it doesn&#8217;t hurt, like those are human readable words, but I do think it helps the seo.<br /></p>\n\n\n\n<p>Okay. [00:44:00] And I put block, I don&#8217;t know how long this can be, right? Uh, I mean, short pixels is pretty long. Say what?<br /></p>\n\n\n\n<p>I am, I&#8217;m comparing other ones in the repo and like short, short pixel image optimizer Dash Optimize Image is Convert WebP and a V I f. Like they&#8217;re, they&#8217;re, the title of theirs is 66 characters, so I feel like we&#8217;re, we&#8217;ve got room to play with.[00:45:00]&nbsp;<br /></p>\n\n\n\n<p>Uh, the sentence above, you can take out featured images, so crop express speeds up your content workflow. Uh, giving you uniform images for your blog post. I think you can take out featured because we now have expanded, but I still love this intro. Um, so even the title at the top, make cropping featured images you can take out featured.<br /></p>\n\n\n\n<p>So making<br /></p>\n\n\n\n<p>that what you meant right here. Yeah, and, and again, that I think that could be similar to the short description. So rather than make cropping images, we could just say crop images easier.<br /></p>\n\n\n\n<p>Yep. I think it&#8217;s bad English, [00:46:00] but I think it.<br /></p>\n\n\n\n<p>But I think, yeah, we define the problem, we define the high level solution well, and then talk about features, which is the formula you&#8217;re kind of supposed to follow. Mm-hmm.<br /></p>\n\n\n\n<p>Nice.<br /></p>\n\n\n\n<p>And I would even add another one, uh, below that first one you just said. Say, um, something like, uh, round avatar images or something like that. Like shapes is shapes and down the road we can add [00:47:00] stars and rainbows and unicorns if we want. But you know, I still think that it&#8217;s pretty amazing that you can crop a circle.<br /></p>\n\n\n\n<p>Uh, yeah, there you go.<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Love it<br /></p>\n\n\n\n<p>and the set sizing defaults give. I don&#8217;t know if guardrails communicate cross cultures, but um, to me it&#8217;s like put those Boeing bumpers on your client, right? From like doing crappy stuff. So giving some, you&#8217;re kind of making it easier on your client by giving them some base. You&#8217;re, you&#8217;re actually taking out the [00:48:00] possibility of error on the client you deliver work for by giving them some.<br /></p>\n\n\n\n<p>So keep them for,&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> um, Prevent uploading the wrong,<br /></p>\n\n\n\n<p>wrong image, like it&#8217;s really wrong size and shape image, but that&#8217;s really wordy.<br /></p>\n\n\n\n<p>Huge images that slow down your site. There you go. Nice.<br /></p>\n\n\n\n<p>Yep.<br /></p>\n\n\n\n<p>Um, you could also, uh, another, you another new under the, the second item is, um, media library.[00:49:00]&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Just throw things out just to get us going.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Absolutely.<br /></p>\n\n\n\n<p>Yeah, we&#8217;ve got, at this point we&#8217;ve got the three integration points, featured images, media library, and Gutenberg block. Um, and then we&#8217;ve got settings.<br /></p>\n\n\n\n<p>[00:50:00] Settings.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Got the block you said, I&#8217;m sorry. Feature damage image and then the standalone block? Mm-hmm. Okay.<br /></p>\n\n\n\n<p>I&#8217;m just testing that. I don&#8217;t know if it works. [00:51:00] I almost feel like putting this above here and then, you know, new, like the first one is the block. Yep. That&#8217;s cool. It&#8217;s in post copy images by sizes set. Image<br /></p>\n\n\n\n<p>three, need it. Let&#8217;s see. I almost feel like this needs to be, I don&#8217;t know. I don&#8217;t want to nitpick it too much. Image sizing.<br /></p>\n\n\n\n<p>Okay. Anything I missed?&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> No, I think this is a great next version. Okay.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Save it. Mm-hmm.[00:52:00]&nbsp;<br /></p>\n\n\n\n<p>Can you do custom ratios? Mm-hmm.<br /></p>\n\n\n\n<p>Where already said that. See, so it&#8217;s really a square circle or&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> you&#8217;re accustom, right? I I feel like, I mean, it&#8217;s circle, circle or anything else. So, um, pick the most pocket aspect ratios or create your own. Crop a circle if you want to kind of thing. Yeah, I mean they&#8217;re, cuz they&#8217;re all,[00:53:00]&nbsp;<br /></p>\n\n\n\n<p>yeah, I think that&#8217;s great. You&#8217;re done. Okay.<br /></p>\n\n\n\n<p>Now do you just need this? Yeah, so if you&#8217;ve hit update code and it updated, uh, cuz I&#8217;m not seeing our new tags in there, so I don&#8217;t think we&#8217;ve updated. Oh. Update code. There we go. There we go. Yeah. So send that to me and I&#8217;ll, I&#8217;ll drop it in. Cool.<br /></p>\n\n\n\n<p>Done. Great. Um, so I actually need to bounce. Okay. Um, But yeah, you send that to me. Uh, we&#8217;ll plug that in. I&#8217;ll upload it later today. And then, um, again, I I, there&#8217;s a little bit of a long tail, there&#8217;s a couple more the settings that we wanted to add and [00:54:00] stuff like that, but, um, you know, let&#8217;s, again, I&#8217;m, I&#8217;m excited to kind of let it, let it simmer for a while.<br /></p>\n\n\n\n<p>Yeah.&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Sounds good to me. I&#8217;m gonna put some notes about the next topic. In chat, um, just so that We&#8217;ll, they&#8217;ll be there and I won&#8217;t lose them.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah, yeah. I&#8217;m sorry. I&#8217;ve, I&#8217;m, yeah, no problem. I&#8217;m getting lost, but, um, yeah, we could also, let&#8217;s, you know, let&#8217;s schedule a call, uh, tomorrow, Friday, too. Okay.<br /></p>\n\n\n\n<p>Sounds&nbsp;<br /></p>\n\n\n\n<p><strong>Cory Miller:</strong> good, man. Enjoy San Francisco.&nbsp;<br /></p>\n\n\n\n<p><strong>Corey Maass:</strong> Thank you. Thanks man.</p>\n\n\n\n<h2><br /></h2>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Apr 2023 02:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Yoast SEO 20.5 Drops Support for PHP 5.6, 7.0, and 7.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/yoast-seo-20-5-drops-support-for-php-5-6-7-0-and-7-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2178:\"<p><a href=\"https://yoast.com/yoast-seo-april-11-2023\">Yoast SEO 20.5</a> was released this week with several security fixes and an improved Google SERP preview. The preview shows mobile and desktop snippets with Google&#8217;s current styling so users can see exactly how their snippets will look and tweak how they optimize them for Google Search results.</p>\n\n\n\n<img />\n\n\n\n<p>Another highlight of this release is that Yoast SEO has dropped compatibility with PHP 5.6, 7.0 and 7.1. The plugin now requires PHP 7.2.5 or higher (along with WP 6.0). While this may seem extreme at first glance, approximately 89.9% of WordPress sites are running on PHP 7.2+. WordPress doesn&#8217;t cross-reference these stats with WP version numbers, but it&#8217;s possible sites running on much older versions of WordPress are also on unsupported versions of PHP.</p>\n\n\n\n<img />WordPress <a href=\"https://wordpress.org/about/stats/\">PHP Version Stats</a> &#8211; 4/11/2023\n\n\n\n<p>Getting WordPress sites to update to the latest versions of PHP is a slow-moving process, but historically Yoast SEO has been a force for change in pushing users to upgrade their PHP versions. In version 4.5, released in 2017, <a href=\"https://wptavern.com/yoast-seo-4-5-urges-users-to-upgrade-to-php-7\">Yoast SEO threw the weight of its estimated 6.5 million user base behind the movement to push hosts to upgrade their customers to PHP 7</a>. That version of the plugin introduced a large, non-dismissible notice urging site administrators to upgrade to PHP 7.</p>\n\n\n\n<p>“To move the web forward, we need to take a stand against old, slow, and unsafe software,&#8221; Yoast founder Joost de Valk said at that time. “Because web hosts are not upgrading PHP, we have decided to start pushing this from within plugins.&#8221; He contended that the WordPress ecosystem was losing good developers because the project was moving too slowly and also made the case for security and speed.</p>\n\n\n\n<p>Although the latest version 20.5 will be incompatible with approximately 10% of WordPress sites running unsupported versions of PHP, this move forward is necessary for maintaining a healthy and secure ecosystem. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Apr 2023 00:54:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress Gears Up for 2nd Women and Nonbinary Release Squad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143582\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-gears-up-for-2nd-women-and-nonbinary-release-squad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3046:\"<p>WordPress Executive Director Josepha Haden Chomphosy is <a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">coordinating a second women and nonbinary release squad</a> for the 6.4 release, which is anticipated to land in <a href=\"https://wordpress.org/about/roadmap/\">November 2023</a>. In 2020, <a href=\"https://wptavern.com/wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor\">WordPress 5.6 &#8220;Simone&#8221;</a> was led by an all-women and non-binary identifying release squad, a first in WordPress&#8217; history, and Haden Chomphosy is proposing the project go for it again.</p>\n\n\n\n<p>&#8220;Having a release squad comprised of folx we don’t typically see in technology also has a goal of increasing the number of underrepresented people who have experience maintaining, managing, and shipping software in an open source project,&#8221; Haden Chomphosy said. &#8220;All contributions to the release and release process are welcome.&#8221;</p>\n\n\n\n<p>WordPress 6.3, which is targeted for a mid-July release, will give prospective 6.4 squad members the opportunity to shadow more experienced contributors and gain new skills by working with mentors and assisting with the release. She is calling for mentors to join in preparing this new round of leaders. The process is a several-months long commitment that gives contributors a head start on understanding their roles in the squad, though it is not required for participation in the 6.4 release.</p>\n\n\n\n<p>Haden Chomphosy emphasized that anyone will be able to contribute to the release but the leaders in the 6.4 squad will be limited to this specific group.</p>\n\n\n\n<p>&#8220;I short-hand the release to &#8216;women and nonbinary&#8217; for easy referencing in our day-to-day collaboration, but the release squad will be open to anyone who identifies as a woman, nonbinary, or gender-expansive,&#8221; she said. &#8220;All contributions are welcome as always, regardless of how you identify or what groups you feel part of.&#8221;</p>\n\n\n\n<p>WordPress has gained valuable new contributors and leaders from this initiative in the past, including 6.2 Core Tech Co-Leads Tonya Mork.</p>\n\n\n\n<p>&#8220;Before joining the 5.6 Release Squad, I had <em>not</em> contributed to the project,&#8221; Mork said. &#8220;I had no idea how the release cycle worked or where to start. Yup, I was a contributing noob. But with mentoring, I was <em>well supported</em> in my onboarding. <em>And you will be too! The experience was and still is incredible!</em>&#8220;</p>\n\n\n\n<p>Based on the response to Haden Chomphosy&#8217;s proposal, there should be no shortage of contributors and volunteers available to help with the women and nonbinary 6.4 release squad. She is requesting anyone who wants to be part of the squad or help as a mentor leading up to the release to leave a comment on the <a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2023 21:02:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Post Status: Women &amp; Nonbinary Release • WP-CLI 2.8.0 • Redesign Update • Build Block Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://poststatus.com/women-nonbinary-release-wp-cli-2-8-0-redesign-update-build-block-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16746:\"<h2 id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (April 3, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Sign up soon to mentor and be a part of the upcoming women and nonbinary release squad. Join the Test team in building a block theme. WP-CLI 2.8.0 is coming soon with PHP 8.2 compatibility. Get the latest updates on the WordPress.org redesign.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_paint-brush kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Women and Nonbinary Release Squad, WP-CLI 2.8.0 Release, Redesign Update</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9b8-1f3fb-200d-2640-fe0f.png\" alt=\"🦸🏻‍♀️\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">Preparing for the Next Women &amp; Nonbinary Release Squad</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f477-1f3fe.png\" alt=\"👷🏾\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/03/29/fse-program-exploration-build-a-block-theme/\">FSE Program Exploration: Build a block theme</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f7e6.png\" alt=\"🟦\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Proposal: The Interactivity API – A better developer experience in building interactive blocks</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f4bb.png\" alt=\"👩🏻‍💻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/cli/2023/04/05/wp-cli-v2-8-0-release-date/\">WP-CLI v2.8.0 release date</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f58c.png\" alt=\"🖌\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/04/10/wordpress-org-redesign-update-2/\">WordPress.org Redesign Update</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/04/episode-53-a-look-at-wordpress-6-2-dolphy/\">WP Briefing: Episode 53: A Look at WordPress 6.2 “Dolphy”</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-5 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/04/07/its-time-to-plan-your-wp20-anniversary-celebration/\">It’s Time to Plan Your WP20 Anniversary Celebration!!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/04/06/personalised-coupon-codes-for-wordcamps/\">Personalised Coupon Codes for WordCamps</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/10/a-week-in-core-april-10-2023/\">A Week in Core – April 10, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">Preparing for the Next Women &amp; Nonbinary Release Squad</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/03/preferred-languages-help-test-the-latest-version/\">Preferred Languages: Help test the latest version</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Proposal: The Interactivity API – A better developer experience in building interactive blocks</a></li>\n</ul>\n\n\n\n<h3 id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/04/whats-new-for-developers-april-2023/\">What’s new for developers? (April 2023)</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/12/editor-chat-summary-wednesday-12th-april-2023/\">Editor chat summary: Wednesday, 12th April 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/11/dev-chat-agenda-april-12-2023/\">Dev Chat agenda, April 12, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/03/30/why-jazz/\">Why Jazz?</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/04/11/summary-for-docs-team-meeting-april-4-2023/\">Summary for Docs Team meeting, April 4, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/10/documentation-team-update-april-10-2023/\">Documentation Team Update – April 10, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/04/11/hosting-team-meeting-agenda-2023-04-12/\">Hosting Team meeting agenda 2023-04-12</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/04/11/notes-global-marketing-team-meeting-4-april-2023/\">Notes: Global Marketing Team meeting, 4 April 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/04/10/wordpress-org-redesign-update-2/\">WordPress.org Redesign Update</a></li>\n</ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/07/mobile-team-update-april-6th-2/\">Mobile Team Update – April 6th</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/04/11/new-repository-for-storing-sensitive-terms/\">New repository for storing sensitive terms</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/04/11/community-meeting-recap-2023-04-11/\">Community Meeting Recap (2023-04-11)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/04/10/last-week-openverse-2023-04-03-2023-04-10/\">A week in Openverse: 2023-04-03 – 2023-04-10</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/11/performance-chat-summary-11-april-2023/\">Performance Chat Summary: 11 April 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/11/plugin-team-status-april-10-2023/\">Plugin Team Status: April 10, 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/12/agenda-weekly-polyglots-chat-april-12-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – April 12, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/11/polyglots-outreach-effort-retrospective/\">Polyglots outreach effort retrospective</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li> <a href=\"https://make.wordpress.org/support/2023/03/support-ticket-triage-session-april-5th-2023-at-1600-utc/\">Support ticket triage session – April 5th 2023 at 16:00 UTC&nbsp;</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/04/11/test-chat-summary-11-april-2023/\">Test Chat Summary: 11 April 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/04/hallway-hangout-lets-chat-about-moving-to-the-site-editor/\">Hallway Hangout: Let’s chat about Moving to the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/03/29/fse-program-exploration-build-a-block-theme/\">FSE Program Exploration: Build a block theme</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/10/test-team-update-10-april-2023/\">Test Team Update: 10 April 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/04/12/themes-team-meeting-notes-april-11-2023/\">Themes Team Meeting Notes – April 11, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/04/04/theme-handbook-overhaul-proposal/\">Theme Handbook Overhaul Proposal</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/11/themes-team-update-april-11-2023/\">Themes team update April 11, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/04/11/training-team-meeting-recap-for-april-4-2023/\">Training Team Meeting Recap for April 4, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/04/05/proposal-creating-learning-pathways-for-learn-wordpress/\">Proposal: Creating Learning Pathways for Learn WordPress</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/29/introduction-to-wordpress-development-syllabus/\">Introduction to WordPress Development syllabus</a></li>\n</ul>\n\n\n\n<h3 id=\"h-lesson-plans\"><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/ta-pages-vs-posts/\">பக்கங்கள் Vs. இடுகைகள்</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/adding-a-sticky-header-or-banner/\">Adding a sticky header or banner</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/extending-wordpress-common-security-vulnerabilities/\">Extending WordPress: common security vulnerabilities</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=a-beginners-guide-to-setting-up-a-basic-website-website-design\">A Beginner’s Guide to Setting Up a Basic Website: Website Design</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=a-beginners-guide-to-setting-up-a-basic-website-content-planning\">A Beginner’s Guide to Setting Up a Basic Website: Content Planning</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=becoming-a-better-developer\">Becoming a Better Developer</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=building-a-page-with-only-patterns\">Building a page with only patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-creating-a-wordpress-multisite-network\">Let’s code: creating a WordPress multisite network</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=community-sharing-favorite-themes\">Community Sharing: Favorite Themes</a></li>\n</ul>\n\n\n\n<h3 id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/converting-a-shortcode-to-a-block/\">Converting a Shortcode to a Block</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wp-cli\">WP-CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/04/05/wp-cli-v2-8-0-release-date/\">WP-CLI v2.8.0 release date</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-2\">PHP 8.2.4 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-03-16-1\">PHP 8.1.17 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2023 19:17:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: #71 – Nathan Ingram on How To Manage Contracts With Your WordPress Clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=143522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/podcast/71-nathan-ingram-on-how-to-manage-contracts-with-your-wordpress-clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50678:\"Transcription<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case how to manage your website client contracts.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the show, I&#8217;m very keen to hear from you and hopefully get you or your idea on the podcast as soon as possible. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Nathan Ingram. Nathan is the host at iThemes Training, where he teaches WordPress and business development topics via live webinar. Based in Birmingham, Alabama, he has been working with clients to build websites since 1995.</p>\n\n\n\n<p>He&#8217;s also the creator of MonsterContracts, which helps WordPress professionals create contracts for their client work.</p>\n\n\n\n<p>If you&#8217;ve worked directly with clients, then you&#8217;ll know that things don&#8217;t always go according to plan. Assets might not be delivered on time. The client does not respond to your emails. The expectations of the client begins to creep away from the original proposal.</p>\n\n\n\n<p>Whilst there&#8217;s unlikely to be a perfect system to ensure that all projects run according to the plan, you can protect yourself from some of the worst aspects. And for this, you may need a contract.</p>\n\n\n\n<p>Nathan is on the podcast today to talk about why he thinks contracts are an essential part of any client facing WordPress work.</p>\n\n\n\n<p>We begin by talking about how the contract is designed as a tool to bring clarity to both parties. You, the website builder, can set out the constraints within which you work and the client can understand what they can, and cannot, expect from you. Nathan thinks that setting these expectations before the project begins leads to fewer problems later on.</p>\n\n\n\n<p>We talk about the fact that contracts don&#8217;t need to contain overly complex legal language, but they do need to be checked by a qualified legal professional before they&#8217;re deployed.</p>\n\n\n\n<p>Nathan also explains how he&#8217;s refined his contract over the years, tweaking the wording and the structure, depending upon the project at hand.</p>\n\n\n\n<p>We then get into what you can realistically do should your client breach the contract. Are you able to turn off their website, or withhold work that you&#8217;ve completed? Nathan&#8217;s not really in favour of sending in the lawyers as soon as something goes wrong. Rather trying to resolve any conflict through better communication.</p>\n\n\n\n<p>It&#8217;s an interesting conversation, which makes contracts seem less adversarial and more about ensuring that your WordPress website projects run as smoothly as possible.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Nathan Ingram.</p>\n\n\n\n<p>I am joined on the podcast by Nathan Ingram. Hello, Nathan.</p>\n\n\n\n<p>[00:04:07] Nathan Ingram: Hey Nathan, how are you?</p>\n\n\n\n<p>[00:04:08] Nathan Wrigley: That&#8217;s strange. I&#8217;ve not had that before. Two Nathan&#8217;s on the podcast today. Very different levels of experience in the subject that we&#8217;re going to be talking about. Nathan Ingram is here today and he&#8217;s going to be talking to us about the legal aspects of hiring clients.</p>\n\n\n\n<p>You might describe it in one word as contracts, I guess. And there&#8217;s a whole treasure trove of things that we&#8217;re going to unpack there. But before we do that, Nathan, if anybody hasn&#8217;t heard of you before and hasn&#8217;t seen the things that you are doing online, would you just spend a few minutes introducing yourself? You can go back as far as you like but, give us yourself in the WordPress context.</p>\n\n\n\n<p>[00:04:44] Nathan Ingram: Yeah, sure. So I&#8217;ve been working with WordPress exclusively since right around 2010. I run a small agency down in Birmingham, Alabama. I&#8217;ve been working with clients since 1995. So I&#8217;ve been around the webspace for quite a while. I also am the host at iThemes Training. So we do live training webinars three days a week through iThemes. And then I also do some business coaching, and I have a product called MonsterContracts.</p>\n\n\n\n<p>[00:05:08] Nathan Wrigley: Tell us about the iThemes thing for a minute, because I know you do trainings over there. How did that all come about? Was it like a happy coincidence that you ended up doing that? Were you making content, training content, elsewhere that got you into that position?</p>\n\n\n\n<p>[00:05:22] Nathan Ingram: No goodness. So it&#8217;s really an interesting story and we could take a whole , a whole episode on how do people find their way in the WordPress community? So for me, iThemes was actually iThemes training at that time. Early on it was called webdesign.com. They had leased that really awesome domain name.</p>\n\n\n\n<p>And it was where I learned WordPress. At that point I was sort of in a, the Macromedia ecosystem, and I had resisted WordPress for quite a while. Decided this is coming and I&#8217;ve got to go with the flow and move into WordPress, because a lot of my clients were looking for WordPress sites. Or sites they could log in and edit themselves. I found iThemes as a theme company, and the training went hand in hand, and that&#8217;s where I learned WordPress. And gradually over time, I started presenting one or two webinars and then gradually rolled into the presenter role.</p>\n\n\n\n<p>[00:06:08] Nathan Wrigley: That&#8217;s nice. And so you do that regularly, three times a week. You go live and give trainings about a whole range of different subjects, right?</p>\n\n\n\n<p>[00:06:15] Nathan Ingram: Yeah, like just yesterday we did our monthly news roundup on iThemes training. So look at the news in the WordPress world. Particularly from the perspective of people who build and manage websites. That&#8217;s really our audience on iThemes training. What news is important for people who do what I do.</p>\n\n\n\n<p>[00:06:29] Nathan Wrigley: Okay, so that&#8217;s really excellent. Unfortunately, it&#8217;s not the topic that we&#8217;re going to be talking about today. We&#8217;re talking about one of the areas, I think in web design that really can cause the blue touch paper to be lit, and the firework to go off. This is the whole thing of relationships with clients and the boundaries that you set, and whether you should have contracts, and whether you should be getting involved with lawyers and things like that.</p>\n\n\n\n<p>And there are very few parts of the business that I used to run, which would cause me to become upset, irritable, and in some cases quite angry. But relationships with clients could do that. It&#8217;s quite unique, isn&#8217;t it?.</p>\n\n\n\n<p>[00:07:15] Nathan Ingram: Oh, it really is, and I&#8217;ll tell you, it is certainly one of the common challenges that people who do WordPress things run into. You go to WordCamps, back when we used to have those things, so we actually just had our WordCamp Birmingham two weeks ago, and it was wonderful to see people in person. But when you get a group of people who work with clients around, you know, a table eating lunch at an event like a WordCamp, inevitably the conversation turns to bad clients and everybody has a story.</p>\n\n\n\n<p>[00:07:40] Nathan Wrigley: Yeah, it&#8217;s just one of those things. I&#8217;ve got a whole litany of stories. On the whole I think I was able to manage this scenario fairly well, but there was a lot of things probably that I shouldn&#8217;t have done. So I gave way in many cases because I believed that the things that the client was asking for didn&#8217;t really push the boundaries too far, although they certainly stepped over the expectations that I had.</p>\n\n\n\n<p>But your premise really, the reason why you&#8217;ve been getting into this and talking about this is because you want to prepare people and educate people to give them a kind of legal framework. And you describe it in terms of boxing in a client if you like. That&#8217;s probably too harsh a word.</p>\n\n\n\n<p>You go about it in much more conciliatory language than that. But the point is, you are educating people to get themselves into a position where they&#8217;ve got some piece of paperwork, some contract. Something written down somewhere where you can all go back and say, okay, these are the boundaries, these are the constraints. If we step outside of these, one of us is at fault. So tell us a little bit more about your approach there.</p>\n\n\n\n<p>[00:08:47] Nathan Ingram: That&#8217;s a great question. So years ago I put talk together about dealing with problem clients. And the title of the talk was &#8220;dealing with problem clients, building fences around friendly monsters&#8221;. And it&#8217;s a book, actually now I turned that into a book on Amazon. But, it&#8217;s really positioning the client, every client as what I would call a friendly monster.</p>\n\n\n\n<p>Meaning they&#8217;re friendly, but they still have teeth. The idea is we need to build fences around the clients that we work with, because we never know what kind of person we&#8217;re dealing with. And the fences that I talk about are the systems and processes in our business.</p>\n\n\n\n<p>Four in particular. We need to establish clarity. We need to have good commitments between us and our clients. We need to have communication and documentation. And those four fences can show up in a lot of different ways depending on your particular business and how you work. And there may be additional fences you&#8217;d want to build, but those four at least have to be in place in order to have good ongoing client relationships.</p>\n\n\n\n<p>And a lot of those things show up in a contract. But they start as just part of your regular business system, the way you work, the way you deal with clients. Clarity, commitments, communication, documentation. And that&#8217;s where it all has to start. Like you&#8217;ve got to get your house in order before you can really bring in a good document, like a contract to, make your rules clear.</p>\n\n\n\n<p>[00:10:10] Nathan Wrigley: I think the clarity piece coming first is really intriguing. Because that was always the misstep that I felt I&#8217;d made. In that I was very often in a position where I felt that I had explained myself clearly, and assuming the clients were being honest when they were explaining their frustration with the way things were going.</p>\n\n\n\n<p>I clearly hadn&#8217;t done that. I maybe expressed it in a way which I understood, maybe that was too technical. And later down the road it became obvious that there was a complete disconnect between what I was trying to achieve, and what they, in their head, had got designed. And so yeah, the clarity piece, I think is perfect at the beginning, but also quite difficult to achieve. How do you, how do you advise that? What are some of the strategies that you&#8217;ve got in place around that?</p>\n\n\n\n<p>[00:10:57] Nathan Ingram: Yeah, it really is difficult, and one of the first things I think you have to realize is that agreement on the surface does not equal clarity. So, if there&#8217;s no meeting of the minds, like maybe we use technical jargon, or maybe the client doesn&#8217;t tell you everything at the beginning.</p>\n\n\n\n<p>I can&#8217;t tell you how many projects I&#8217;ve gotten into where the client, we&#8217;ll get three quarters of the way through the project, and they&#8217;re like, oh, well where do my clients log in? Well, wait, we haven&#8217;t talked about this at all. And in those sorts of situations you ask yourself, well, whose fault is that?</p>\n\n\n\n<p>And I would say it&#8217;s probably 50 50. And so one of the great skills that we can develop in in way, but specifically in our way of working with people on the web, is learning the skill of asking great questions. If you learn the skill of asking great questions, and continuing to ask until you reach that point of clarity. That skill can really set you apart from other people that are doing client work.</p>\n\n\n\n<p>Asking a question, asking why, and following up with additional questions until you really get down to the root of what the client expects. If you don&#8217;t do that, then oftentimes you can be saying one thing, the client can be saying another, and you&#8217;re both shaking your head up and down, but nobody is really clear on what we&#8217;re saying. Assumptions are made.</p>\n\n\n\n<p>[00:12:08] Nathan Wrigley: In the work that you do, do you typically do all of that client exploration work prior to beginning the build? And then in a sense, that process is closed off, and you go away and you take six weeks, whatever it takes to complete your initial first offering and then go back to the client? Or do you, do you encourage a more agile approach where you iterate with the client? I mean, I know that they&#8217;re completely different ways of doing things. Curious as to know what your process is.</p>\n\n\n\n<p>[00:12:36] Nathan Ingram: So it really depends on the complexity of the build. We try to get some understanding of that at the very beginning, when we&#8217;re trying to create the scope of work. If it&#8217;s a project we&#8217;ve done before, if it&#8217;s a simple, just a basic identity piece, a brochure site, that&#8217;s fairly simple.</p>\n\n\n\n<p>When you get into something that is a lot more complicated, maybe there&#8217;s lots of different content types, or you&#8217;ve got to do some really interesting thing with data. A lot of times what we&#8217;ll end up doing, and I picked this up from my friend Beth Livingston, a change budget. So adding a change budget into the original pricing, that as we go forward and the client gets more ideas where things are uncovered, that we didn&#8217;t realize, there&#8217;s some pre-approved money sitting there, that the client can say, okay, we&#8217;ll allocate some of that change budget to build this thing that we hadn&#8217;t talked about yet.</p>\n\n\n\n<p>[00:13:22] Nathan Wrigley: Yeah, we&#8217;re in such a curious industry as well, in that there&#8217;s not many things that I purchase that morph over time. You know, if I go into a shop and I buy some clothes, I&#8217;m just getting what I&#8217;m getting. I can see it right off the bat, and there it is, and I can hold it in my hands, and it&#8217;s either what I want or it&#8217;s not what I want.</p>\n\n\n\n<p>I&#8217;m not going to purchase that pair of trousers and then turned around a week later and said, actually, you know what? These pockets. I&#8217;ve been wearing these trousers for a couple of weeks now, and the pockets are not deep enough. Can we have an amendment to the pockets please? This curious idea of scope creep that creeps into more or less every project that I was ever involved in.</p>\n\n\n\n<p>Are you getting your clients, after your initial discussions then, are you getting them to a point where you draw up some contract which in effect puts the four fences around the friendly monster that you were describing?</p>\n\n\n\n<p>[00:14:12] Nathan Ingram: In our world we would call that the scope of work, which is part of the proposal. That comes from the original conversation. Or if it&#8217;s a complicated project, maybe there&#8217;s a discovery phase that happens first to really flesh out, what is the scope of work? What are we trying to accomplish in this project.</p>\n\n\n\n<p>And then depending on the complexity of the project, the longer, or the more complex a project is, the greater chance of scope creep. Or honestly, the longer a project takes, because the client delays on content or something else. The longer a project takes also, you tend to have scope creep.</p>\n\n\n\n<p>When you talk about scope creep, people&#8217;s eyes roll. They hate scope creep. But I&#8217;ll tell you what, I love scope creep as long as there&#8217;s corresponding price creep, right? If you want more things, that&#8217;s great. It&#8217;s just we can&#8217;t do more for the same price. In your analogy about, we don&#8217;t use the word trousers.</p>\n\n\n\n<p>[00:15:00] Nathan Wrigley: Oh yeah, you use pants don&#8217;t you? I apologize.</p>\n\n\n\n<p>[00:15:02] Nathan Ingram: Yeah. When you&#8217;re talking about something like that, it&#8217;s a little bit different because, well some people sell websites more as a product rather than a custom service. We&#8217;re more on the custom build side. Everything we do is bespoke. But you know, if you&#8217;re selling websites as a service, that is a good analogy because you&#8217;re in package three and this is what it comes with and this is your pair of pants.</p>\n\n\n\n<p>But for us it would be more like, I&#8217;m hiring a contractor to come in and do a remodel on a kitchen .And this is kind of what we talk about at the beginning, but as we go, maybe we had a problem we didn&#8217;t anticipate. Or maybe my wife sees something on television that she wants to add. And so we want to add to it and we change it along the way. That&#8217;s really a closer analogy, I would think, to a custom website.</p>\n\n\n\n<p>[00:15:44] Nathan Wrigley: It&#8217;s pretty clear that the audience for this podcast is pretty broad and deep. In other words, there are all sorts of people listening to this doing all sorts of work around the WordPress space. Some of them very new to WordPress and website building at all. Some of them just doing it for their own hobbies. Other people just getting into building websites for the first time.</p>\n\n\n\n<p>So let&#8217;s speak to that crowd first. The crowd who really are just embarking on a career. They&#8217;re scoping out whether they wish to build websites for other people and charge for that, and make a business out of that. Let&#8217;s speak to the importance of a contract, because it may be that when you&#8217;re starting out, you&#8217;re just doing this with friends and we know that that can turn south quite quickly.</p>\n\n\n\n<p>So, and also, you know, you may be encouraging businesses in your local area to come on board and they&#8217;re going to be expecting something like a contract. Is this an essential component of the makeup of a web designer? Do you truly need a contract? Or is there any realistic situation where it&#8217;s okay to begin work on a website, charging a fee without some legal protection?</p>\n\n\n\n<p>[00:16:50] Nathan Ingram: Wow, what a great question. For years I worked without a contract. I just had a proposal with a scope of work and a price, and you pay me, I build the thing and there it goes. Then I started running into problems. Expectations that were never really talked about anywhere. For example, oh wait, this would&#8217;ve been like many years ago.</p>\n\n\n\n<p>But at that point it was maybe Internet Explorer 6 was the browser of choice for everyone. And the person would say, wait this is not working on my Internet Explorer 4. Well, we don&#8217;t design for older browsers, we design for newer browsers. And there was great difference in rendering between those two.</p>\n\n\n\n<p>These are the sorts of things that you don&#8217;t think about until you have a problem with a client. What I like to say is you don&#8217;t need a contract for good clients. You need a contract for bad clients. But my goodness, it&#8217;s hard to tell them apart at the beginning. So every client gets a contract. And my contract is mostly plain English, and virtually every paragraph in that contract, aside from the necessary legal constructions, everything in that contract is there because I had a problem one time with a client. That now gets added to the contract for the next time.</p>\n\n\n\n<p>[00:17:59] Nathan Wrigley: I was very much like you in that I began way back, and it was long before IE6 in fact. I remember writing that into my contracts at one point. We are not supporting IE6. It was exactly the problem you described. I had happily breezed through multiple websites. No problem at all, everything was fine. I had a client who simply was able to push harder than anybody I&#8217;d come across before. In other words everything that I delivered, they would either reject or request it to be entirely different.</p>\n\n\n\n<p>So this whole notion to me of scope creep and the client who refused to accept that anything was finished, came along. And it really was at that point that I started to look around and try to protect myself. So, I would imagine that your advice is really, it doesn&#8217;t matter on what level you&#8217;re doing this. You need some kind of legal protection, right?</p>\n\n\n\n<p>[00:18:51] Nathan Ingram: So I would even take a step backwards. You need a consistent process that you use for every client, every project, every time. And that process needs to be documented somewhere in something that you and the client agree to. Call it whatever you want. Call it a contract. Call it, as we do, a master services agreement. You could put it in your proposal, but just have some place where everybody&#8217;s agreeing to the process. That&#8217;s that piece of clarity at the beginning where we are clear on how this is going to proceed.</p>\n\n\n\n<p>Where we get into trouble is where we, we think, well we just sort of do every project differently and there&#8217;s not really a consistent process. And so the client is able at that point to dictate how the project goes. Will have at some point, you know, some level of control over your world, as long as you&#8217;re building that website. Instead of realizing, okay, this is the best way to build. We&#8217;re going to document this process out, and have the client agree to it in a contract.</p>\n\n\n\n<p>[00:19:47] Nathan Wrigley: I guess whenever I&#8217;ve read legal contracts before, whether they&#8217;re for my car insurance or what have you. I&#8217;m always confounded by the language used, within moments of beginning the reading of it. I&#8217;m coming across, not only words which I haven&#8217;t encountered before, but the sentence construction is entirely bizarre.</p>\n\n\n\n<p>In other words, it can be read by a lawyer. Sometimes I&#8217;m confused as to whether or not it&#8217;s written deliberately to be hard read or whether or not it&#8217;s the most expedient way of hammering something down perfectly. I can never parse that. Either way, I&#8217;m left confounded.</p>\n\n\n\n<p>So given that lawyers very often end up with this language, which is impenetrable. And you mentioned that your contracts are in plain English. Is it possible to nail things down, absolutely watertight with plain English? And do you feel yourself equipped to do that? Or is this really the domain of a lawyer? Do we need to get a lawyer to go through your contract and inspect it to make sure that in every scenario it&#8217;s having your back?</p>\n\n\n\n<p>[00:20:59] Nathan Ingram: So, just first of all, I&#8217;ll answer this from my perspective as a person who&#8217;s been working with clients, doing web things for over 25 years. I&#8217;m not an attorney. This is not legal advice or anything like that. But my experience has been sort of a blend of both.</p>\n\n\n\n<p>It&#8217;s important to have good, practical experience working with clients and knowing what the problems are. But you also do need the legal language. Because if the worst thing happens and you end up in court with a client, there&#8217;s a reason that attorneys write things the way they do. You know, this is language that has been proven out and so forth.</p>\n\n\n\n<p>And so if you take a contract that is exclusively plain English, you can get tied up with defining what the meanings of this word and that word and so forth are, and it turns into a mess. So, if you went out today and you did a search for a web design contract on the web, you would find two types of contracts in general.</p>\n\n\n\n<p>You would find some that are just absolutely plain English with no legal constructions whatsoever. And those are okay. They do establish clarity, or give you kind of a template to establish some clarity. But they don&#8217;t have the legal protections. On the other side, it&#8217;s like the total opposite end of the spectrum. Contracts that are a hundred percent legalese, and I don&#8217;t understand what some of these things mean. And this is what you were talking about a bit earlier. And I&#8217;m not sure if that really gives clarity to the client, because nobody really knows what any of this means unless you&#8217;re an attorney.</p>\n\n\n\n<p>And so what I found to be the best approach, and this is what I&#8217;ve done, is I began years ago explaining our process. Explaining what we do, what we don&#8217;t do. Explaining some of the issues like browser compatibility, and what happens if you hire a digital marketing person that comes in and they break your website. Are we responsible for that because we&#8217;re managing your website.</p>\n\n\n\n<p>All of the bad experiences I&#8217;ve had with clients, I started putting those things down in a document and then I gave that to an attorney and said, okay, make this legal. And so they added all the necessary legal constructions, and patched the holes. Over time this has become my agency contract, and that&#8217;s what I ultimately turned into MonsterContracts.</p>\n\n\n\n<p>[00:23:02] Nathan Wrigley: With your contracts, did you find that the nature of the project at hand, in other words, the one that you&#8217;re working on right now. Given that each client website is slightly different and it may have different constraints. It may need, I don&#8217;t know, let&#8217;s imagine, a WooCommerce store or something like that. We really are getting into a completely different variety of website. Or it may be a simple brochure site. Or it may be that there&#8217;s a bespoke plugin, for example, has to be written for that website.</p>\n\n\n\n<p>Do you advise taking those contracts that you&#8217;ve had written, or rather inspected by lawyers, do you take them back and get them to look, more of a scan through each time and append to it, the bits and pieces that are needed? Or have you settled on a contract which you think is broadly good enough to fit any situation?</p>\n\n\n\n<p>[00:23:50] Nathan Ingram: It&#8217;s a great question. So this exact situation is why I recommend a two document approach. So we have a proposal of services that deals with the scope of work and the price for every individual project. And those are going to be different every time. But then we have a master services agreement, or a contract, that has the rules of the road for every project. These don&#8217;t change. And so we present those documents together.</p>\n\n\n\n<p>So the contract that the master services agreement covers the process. All these things that we do and timeframes, and what happens if you don&#8217;t pay and, here&#8217;s how the website management works, and we don&#8217;t guarantee results for SEO.</p>\n\n\n\n<p>All these things that need to be in a contract that don&#8217;t change from project to project, are there in the contract. But then the scope of work of we&#8217;re going to build this plugin, or we&#8217;re going to add a store, we&#8217;re going to do whatever. Those are in the proposal, which is the scope of work and the price for that individual project.</p>\n\n\n\n<p>[00:24:43] Nathan Wrigley: Right, okay, that&#8217;s an intriguing separation. Yeah, so two different documents. One which is more bespoke and one which is more generic and you can reuse over and over again.</p>\n\n\n\n<p>[00:24:53] Nathan Ingram: Exactly.</p>\n\n\n\n<p>[00:24:54] Nathan Wrigley: So, given that we&#8217;ve got a contract. Given that it&#8217;s been written by a lawyer, and there may be aspects in there that are impenetrable to us. I guess there&#8217;s always going to be a need to go back to the lawyers. I can imagine the fees of this starting to tick up quite quickly actually. Because if a client comes back to you and you believe they&#8217;re in breach of the contract in some way, but the contract is difficult to read, it&#8217;s in that legal language. That&#8217;s an important thing to do, isn&#8217;t it? You really do have to understand the ins and outs of your contract.</p>\n\n\n\n<p>So given any scenario of inverted commas, wrongdoing by the client, you are able to say to them with confidence, look, this is what you signed. This is what this clause in the contract meant. In other words, you have to know what it says in plain English in your head. Otherwise you can&#8217;t really enforce it, because you wouldn&#8217;t be sure what you were able to enforce.</p>\n\n\n\n<p>[00:25:47] Nathan Ingram: Right, and this is why if you were to open my agency contract, or if you were to look at MonsterContracts. You would see things like payment terms, and they&#8217;re all in plain English. Again, this is why I said earlier, I want to have my system documented ahead of time.</p>\n\n\n\n<p>Like I want to know, internally, this is how we deal with late payments. This is what happens if the client disappears during a project, all these things. We have our policies internally for this. Those are then put into the contract in very plain wording that can be easily pointed to. There have to be legal constructions, but these are, they&#8217;re really at the end of the document and they don&#8217;t pertain, nearly as much to these practical issues that come up with the client.</p>\n\n\n\n<p>[00:26:28] Nathan Wrigley: Do you ever, so this is a question more directed at you personally, given that you&#8217;ve got all these contracts and you&#8217;ve thought all of this through. Do you ever let things slip, in other words, you&#8217;re having a conflict internally. Part of you saying, I know that this client is now in breach of what the, not only the spirit, but the letter of the contract said. But I&#8217;ve got a bit of a spidey sense that I can let this one go. It feels like it&#8217;s going to be all right. Because there be monsters down there.</p>\n\n\n\n<p>And it&#8217;s so easy. I did that and probably continue to do that quite a bit, because sometimes I feel that if I push the legal button, I really have transformed everything. I&#8217;ve suddenly gone from it being a fairly friendly relationship, albeit fraught at times. To a really adversarial relationship where the lawyers are getting involved and so on. So I&#8217;m just wondering whether or you permit yourself to ignore your contracts in some scenarios.</p>\n\n\n\n<p>[00:27:24] Nathan Ingram: Oh, what a great question. So the answer to that question, it revolves around emotional intelligence, right? you have to make a judgment call on, is this a situation that is worth really enforcing the contract or not. And honestly, many times, let&#8217;s just say, here&#8217;s the situation. The client, we&#8217;ve been waiting for three months for the client to supply assets that are needed to build the website, and that happens all the time, right? Clients delay, delay, delay for content, and photography and everything.</p>\n\n\n\n<p>So, in the contract, it says if we haven&#8217;t heard from you in 30 days, then your project is suspended. And there&#8217;s some things that happen as a result of that. Now, can we choose to change that? Sure, but oftentimes what will solve that problem is a simple email to the client. Hey, we haven&#8217;t heard from you in the last 30 days. At this point your project is about to go into suspended status. And this is what that means.</p>\n\n\n\n<p>We explain in the contract. And just having a clarifying email like that can oftentimes shake up the client and get them refocused on the project. If it doesn&#8217;t, then you have to make a judgment call on, is this a salvageable project or not?</p>\n\n\n\n<p>[00:28:34] Nathan Wrigley: Yeah, I feel like I&#8217;ve encountered many different interpretations of this. On the one hand, there&#8217;s a lot of people out there in the wild who really are proponents of, look, the minute it goes wrong, start lawyering. Just protect yourself. Get the lawyers involved. You cease communication with the client and start to go through the lawyers.</p>\n\n\n\n<p>It&#8217;s this idea of, it&#8217;s not working out. I need you to do what you&#8217;ve agreed right now, otherwise it doesn&#8217;t work. We also hear constantly about firing clients and the joy that that can bring.</p>\n\n\n\n<p>But on the other hand, I feel that, like you said, you have to judge off your own instincts sometimes whether there is a legitimate reason behind there. And that has happened to me. You know, I&#8217;ve had clients that have not delivered things, and then it turns out there&#8217;s not only a plausible reason, but a reason, which if it were me in their shoes, I would desperately want the web designer to understand my crisis.</p>\n\n\n\n<p>Something personal has happened, some event in their life has meant that they literally have been away from the computer for weeks on end. And so it&#8217;s not really their fault. I guess the answer is use your judgment. Invoke the spidey sense, and figure out which is the best way to proceed.</p>\n\n\n\n<p>[00:29:42] Nathan Ingram: For sure. I mean, we&#8217;re dealing with people here, right? And so my default dealing with people is generally grace. I&#8217;m very gracious with people. Understanding about issues that come up. On the other hand, it&#8217;s important to have a document that protects you. If you get to the point where you have to fire the client.</p>\n\n\n\n<p>That&#8217;s a great conversation. And, and you hear a lot, especially on social media and Facebook groups and places like that. Oh, we got to fire the client. This whole discussion, right? But that&#8217;s complicated. If you want to fire the client, can you even do that? Do you have a contract that specifies what happens if you want to terminate the relationship?</p>\n\n\n\n<p>That&#8217;s where having a good document that protects you is critical, because you know at some point, oh, the client didn&#8217;t pay me, so I&#8217;m going to turn their website off. Well, guess what? If you just turn their website off for non payment, and they haven&#8217;t agreed to that stipulation, then you can get sued for that.</p>\n\n\n\n<p>Well you didn&#8217;t give me due process and whatever. And you can find yourself in a lot of trouble if you don&#8217;t have a good document that protects you. So my advice is always have a great contract that is weighted towards you as the service provider, and then you can choose to be gracious when you want.</p>\n\n\n\n<p>[00:30:44] Nathan Wrigley: So let&#8217;s get into that bit. You were mentioning about switching the website off. So it&#8217;s almost like the sanctions piece. What do you have in your arsenal as a web designer, which you can bring to bear should you need to apply a little bit of pressure to make sure that things are moving? So I&#8217;m describing a scenario now where things have clearly gone south.</p>\n\n\n\n<p>We&#8217;re definitely in the territory of miscommunication has been heaped upon miscommunication. We&#8217;re at the point of almost falling out. Communication is breaking down, and so we now need to bring out the big guns, if you like. What have we got? You mentioned turning off the website, that&#8217;s obviously one thing that we could do, given that that was in a contract.</p>\n\n\n\n<p>I&#8217;m thinking we could refuse to do any additional work. There&#8217;s obviously the refusal to communicate unless you go through lawyers at this point. What are the kind of things that you would put in your contracts that you would allow yourself to have as an option?</p>\n\n\n\n<p>[00:31:40] Nathan Ingram: So it would obviously depend on where we are in the process of the project. But if you&#8217;re in the middle of building the site, the client is texting you at 2:00 AM, or whatever. This is clearly not going to work, and we&#8217;ve tried to communicate and tried to request the client to change their behaviour, and they just simply won&#8217;t do it for whatever reason, and you need to pull the plug on the project. Then, you know at that point, at least my contract says, we as an agency get to evaluate the work that&#8217;s been done and say, okay, 78% has been completed and so you owe this much more.</p>\n\n\n\n<p>Or if we&#8217;ve already received full payment, we&#8217;ll refund that much or whatever. You need some process by which you can mitigate or decide who gets what at the end of this. So if you&#8217;re in the middle of the project, and you want to pull the plug, somebody has to figure that out.</p>\n\n\n\n<p>If it&#8217;s a client that&#8217;s maybe in a management phase and they&#8217;re just not paying their bill or they&#8217;re asking for too much or whatever, it&#8217;s always a conversation. What&#8217;s going on here? And is there something we don&#8217;t understand about this? But, at some point you have to have an agreement that if you don&#8217;t pay your bill within certain time, then we do suspend the website from view.</p>\n\n\n\n<p>[00:32:46] Nathan Wrigley: I guess there is also a point where you have to cease communication through anything other than the lawyers. Because at some point any stream of email going left, right, and center has to be mediated by a professional who&#8217;s removed from all of this.</p>\n\n\n\n<p>[00:33:03] Nathan Ingram: Yeah, you really do. And you know, we first tried to do arbitration, just to try to keep things out of court. That&#8217;s just a personal preference. But at some point you have to do that. Now, thankfully I&#8217;ve never even gotten close to anything like that, and I&#8217;ve heard horror stories of where it&#8217;s gotten to that point.</p>\n\n\n\n<p>You know, a lot of this is, as you work with clients and you have good client experiences and bad client experiences. You start to develop, like you said earlier, this spidey sense. This radar of early on, like before you even sign a proposal with a client, getting better at filtering out the bad clients at the beginning.</p>\n\n\n\n<p>Hopefully over time that becomes part of this, where you don&#8217;t have nearly the issues. Early on I had bad clients. They would take advantage of me. they didn&#8217;t want to pay. They wanted to pay a just a little bit, not really what the work was worth.</p>\n\n\n\n<p>They would constantly second guess and question my professional decisions. It was just terrible. I began to realize there are better clients out there and, not let those difficult clients in our world to begin with.</p>\n\n\n\n<p>[00:34:02] Nathan Wrigley: It&#8217;s interesting as this podcast has gone on, we&#8217;ve concentrated on the negative aspect of contracts, in the, you know, we&#8217;re protecting ourselves. This horrible thing could happen, so make sure you&#8217;ve got some protection. Oh, and this horrible thing could happen. But really, it&#8217;s the opposite, isn&#8217;t it? The contract is there to give you peace of mind. It&#8217;s to create a sort of positive scenario.</p>\n\n\n\n<p>And so hopefully you won&#8217;t find yourself in these positions. If the contract is robust enough, everybody signed it, read it, understood it, then those boundaries are in place so that these disasters don&#8217;t occur. So there&#8217;s a bit of silver lining on this cloud.</p>\n\n\n\n<p>[00:34:38] Nathan Ingram: Oh, it absolutely is. There&#8217;s this old story about this mother who&#8217;d warned her children about playing next to the road because they lived next to this busy highway. And oh, don&#8217;t get close to the road because, you know, you could get hit by a car or whatever. And so the kids would not go just a few feet from the house because they were terrified of this road.</p>\n\n\n\n<p>And then they realized, well, our kids aren&#8217;t even playing in our yard. So they put up a fence between the yard and the road. And the kids then could play within the boundaries of the fence and weren&#8217;t afraid of the road anymore. And that&#8217;s just a little example of put up a fence, a contract, and it really frees you to work better with clients.</p>\n\n\n\n<p>And in my experience, it&#8217;s if a client out of the gate, if the client pushes back against some of the things in our contract, it&#8217;s a huge red flag that we probably don&#8217;t want to work with this client, just right away. Because everything that is in our contract is there for a reason.</p>\n\n\n\n<p>I tell the clients that. It&#8217;s a rather long document, but everything is there for a purpose. And if you have questions about it, I&#8217;m happy to answer those, you know, happy to talk through why we do this. But it&#8217;s there for a reason and it really establishes the boundaries of our relationship.</p>\n\n\n\n<p>And the remarkable thing about all of this is, people look at a contract, well, I&#8217;m afraid to get my clients to sign this, it&#8217;s really long or whatever. The good clients have no problem signing contracts like this. They welcome it. It&#8217;s a mark of your professionalism that you&#8217;ve thought through your business well enough to have a well crafted document that governs this whole process of us working together.</p>\n\n\n\n<p>[00:36:03] Nathan Wrigley: You&#8217;ve obviously given this a great deal of thought in the past. You live in the United States and you mentioned Alabama. Obviously America&#8217;s a tapestry of different states with laws and, honestly I don&#8217;t understand that a little bit. But in the UK we have UK law and then there&#8217;s EU law, and then obviously there&#8217;s law in other jurisdictions.</p>\n\n\n\n<p>This, I suppose is something which we might mention right now, towards the end of our recording. You&#8217;ve got to have that in mind as well. It really does matter where you are and where the clients are because I guess you&#8217;ve got to think about the law. Should it go wrong, are you protected correctly given where the client is and where you are?</p>\n\n\n\n<p>[00:36:40] Nathan Ingram: Yeah, for sure. There&#8217;s a lot of local laws that govern things that you wouldn&#8217;t think about. And that&#8217;s why it&#8217;s critical to have a local attorney that understands technology and things like intellectual property and these sorts of things, to take a look at whatever document you have.</p>\n\n\n\n<p>One of the biggest challenges with MonsterContracts was, okay, I&#8217;ve got this document that I have a hundred percent faith in for my work here, and really even state to state. There are very few things that would have to change from state to state, using in the United States.</p>\n\n\n\n<p>But then we started getting some people buying the product internationally. And I began to wonder, wow, how is this going to work? I did have some experience. I had a coaching client, somebody that I was working with in business development who lived there in the UK. I provided her a copy of the contract and she had it vetted through a local attorney there.</p>\n\n\n\n<p>There were just very few changes. So, the way that at least my contract works is most of it, and I would just, pulling a number out of the air, say 80% of the document is just plain language about processes and things like that. And the legal language is at the end. So the attorney in the area, whether it&#8217;s internationally or locally in a different state or whatever, they could just substitute the little bits of standard legal language at the end and make it work wherever you are. And we now have people who&#8217;ve bought MonsterContracts all over the world and they&#8217;re having that experience where the attorney can review it with maybe one or two hours of time. It works great for their location.</p>\n\n\n\n<p>[00:38:05] Nathan Wrigley: So just give us the quick elevator pitch of MonsterContracts. It sounds like that it&#8217;s a service that you can essentially log in, pay your subs, and then you can extract from it contracts, which hopefully you can then use.</p>\n\n\n\n<p>[00:38:19] Nathan Ingram: That&#8217;s basically it. And so again, this is, it&#8217;s based on my contract that over 25 years of working with clients, I&#8217;ve gradually made better until it&#8217;s virtually bulletproof, I think, in my opinion. The MonsterContracts is simply a Word document. You log in, you purchase the document. You take this. You tweak anything that&#8217;s there to match your processes or the, you know, if you don&#8217;t do things in the same order that the contract specifies, change that around. Plain simple wording. And then the recommendation is always take that to your local attorney to allow them to, you know, run through it and make any changes.</p>\n\n\n\n<p>And universally the response has been, one or two hours of time and it&#8217;s done. So, for most people they&#8217;re going to have one of the two types. So if they&#8217;re using a contract, they have the type that&#8217;s just plain English and full of holes, or it&#8217;s just a bunch of legalese that no one understands.</p>\n\n\n\n<p>MonsterContracts it addresses the specific situations that we encounter as web professionals, and it provides the cover that you need to grow your business. It addresses all the things that we deal with in client work.</p>\n\n\n\n<p>[00:39:16] Nathan Wrigley: I think you&#8217;ve got a system whereby you can submit amendments that you&#8217;ve had made. So let&#8217;s say for example, in my case, the UK. I could make amendments and then submit them back to MonsterContracts so that other people can benefit from that as well.</p>\n\n\n\n<p>[00:39:32] Nathan Ingram: Yeah, exactly. So we have the ability to do that. That&#8217;s an area of MonsterContracts that I&#8217;m really working on growing this year. We haven&#8217;t had as many members do that as I had hoped originally. And so that&#8217;s one of our goals this year is to expand those revisions. MonsterContracts is a subscription, just to keep access because we do have the contract vetted by an attorney annually.</p>\n\n\n\n<p>And, there are usually at least a few changes to the contract every year to just keep up to date with things that are happening in client work. The subscription gives you access to those changes as well as any revisions that people upload. And if you upload a revision that&#8217;s accepted we credit you for that year&#8217;s cost.</p>\n\n\n\n<p>[00:40:06] Nathan Wrigley: So a scary subject hopefully somewhat tamed by having contracts. Nathan, thanks for chatting to us today and putting our minds at rest and giving us some advice. If the listeners to this would like to get in touch or figure out where you are or begin a chat with you, what are the best, some of the best places to find you online?</p>\n\n\n\n<p>[00:40:26] Nathan Ingram: Yeah, sure. So, monstercontracts.com is, the place to find the MonsterContracts product. There&#8217;s a great contact form there if you want to reach out to me about any contract related questions. My coaching website is nathaningram.com. That is available out there for coaching work or questions around that subject. And I&#8217;m online three days a week with iThemes training, at training.ithemes.com.</p>\n\n\n\n<p>[00:40:48] Nathan Wrigley: Nathan Ingram, thank you so much for chatting to us on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:40:52] Nathan Ingram: Thanks, Nathan. I enjoyed it.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href=\"https://nathaningram.com/\">Nathan Ingram</a>.</p>\n\n\n\n<p>Nathan is the host at iThemes Training where he teaches WordPress and business development topics via live webinar. Based in Birmingham, Alabama, he has been working with clients to build websites since 1995.</p>\n\n\n\n<p>He’s also the creator of MonsterContracts, which helps WordPress professionals create contracts for their client work.</p>\n\n\n\n<p>If you’ve worked directly with clients, then you’ll know that things don’t always go according to plan. Assets might not be delivered on time. The client does not respond to your emails. The expectations of the client begins to creep away from the original proposal.</p>\n\n\n\n<p>Whilst there’s unlikely to be a perfect system to ensure that all projects run according to the plan, you can protect yourself from some of the worst aspects, and for this, you may need a contract.</p>\n\n\n\n<p>Nathan is on the podcast today to talk about why he thinks contracts are an essential part of any client facing WordPress work.</p>\n\n\n\n<p>We begin by talking about how the contract is designed as a tool to bring clarity to both parties. You, the website builder, can set out the constraints within which you work, and the client can understand what they can, and cannot, expect from you. Nathan thinks that setting these expectations before the project begins leads to fewer problems later on.</p>\n\n\n\n<p>We talk about the fact that contracts don’t need to contain overly complex legal language, but they do need to be checked by a qualified legal professional before they’re deployed.</p>\n\n\n\n<p>Nathan also explains how he’s refined his contracts over the years, tweaking the wording and the structure, depending upon the project at hand.</p>\n\n\n\n<p>We then get into what you can realistically do should your client breach the contract. Are you able to turn off their website or withhold work that you’ve completed? Nathan’s not really in favour of sending in the lawyers as soon as something goes wrong, rather trying to resolve any conflict through better communication.</p>\n\n\n\n<p>It’s an interesting conversation which makes contracts seem less adversarial and more about ensuring that your WordPress website projects run as smoothly as possible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://training.ithemes.com/\">iThemes Training</a></p>\n\n\n\n<p><a href=\"https://monstercontracts.com/\">MonsterContracts</a></p>\n\n\n\n<p><a href=\"https://birmingham.wordcamp.org/2023/\">WordCamp Birmingham</a></p>\n\n\n\n<p>Nathan&#8217;s &#8220;Dealing with problem clients, building fences around friendly monsters&#8221; <a href=\"https://www.youtube.com/watch?v=jrSH7Mq8ZZs\">webinar</a>.</p>\n\n\n\n<p><a href=\"http://nathaningram.com\">Nathan&#8217;s website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Do The Woo Community: When WooCommerce Developers Need to Find an Accessibility Partner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://dothewoo.io/woocommerce-accessibility-partnerships/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:421:\"<p>With the need to make sure more sites start with being accessible, learn when you should consider bringing in a partner.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-accessibility-partnerships/\">When WooCommerce Developers Need to Find an Accessibility Partner</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2023 06:03:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Limit Login Attempts Plugin Patches Severe Unauthenticated Stored XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/limit-login-attempts-plugin-patches-severe-unauthenticated-stored-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1622:\"<p>Wordfence has <a href=\"https://www.wordfence.com/blog/2023/04/update-now-severe-vulnerability-impacting-600000-sites-patched-in-limit-login-attempts/\">published</a> a security advisory about <a href=\"https://www.cve.org/CVERecord?id=CVE-2023-1912\">a severe unauthenticated stored Cross-Site Scripting vulnerability</a> in the <a href=\"https://wordpress.org/plugins/limit-login-attempts\">Limit Login Attempts</a> plugin, which is active on more than 600,000 WordPress sites. </p>\n\n\n\n<p>The security issue was discovered by Wordfence security researcher Marco Wotschka in January 2023. It was submitted to the WordPress Plugin Security Team, which acknowledged receipt of the report nearly two months later on March 24, 2023.</p>\n\n\n\n<p>&#8220;This can be leveraged by unauthenticated attackers to facilitate a site takeover by injecting malicious JavaScript into the database of an affected site that may execute when a site administrator accesses the logging page,&#8221; Wotschka said.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/limit-login-attempts/\">Version 1.7.2</a> of the plugin patches the vulnerability. It was released on April 4 with a note in the changelog that simply says &#8220;Security fixes.&#8221; Version 1.7.1 and previous versions remain vulnerable. </p>\n\n\n\n<p>In August 2021, the plugin had more than 900,000 active users, and more than 2 million in 2018, but seems to be dying a slow death and is no longer maintained, as it hasn&#8217;t been updated in years.</p>\n\n\n\n<p>Wordfence has more details in the advisory on how the plugin might be exploited and advises users update immediately.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2023 03:19:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"WPTavern: TeamWP Launches Team Experience Index To Measure Employee Engagement and Satisfaction in the WordPress Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/teamwp-launches-team-experience-index-to-measure-employee-engagement-and-satisfaction-in-the-wordpress-ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1868:\"<p>In February 2023, James Giroux <a href=\"https://teamwp.co/blog/the-benefits-of-investing-in-employee-engagement/\">founded TeamWP</a>, a project that aims to advocate for open, people-first workplaces in the WordPress ecosystem. His first initiative was to launch the <a href=\"https://teamexperienceindex.com/\">Team Experience Index</a>, a benchmark employee engagement survey designed specifically for people working in the world of WordPress.</p>\n\n\n\n<p>“The distributed nature of WordPress companies means they often lack the resources and knowledge to create truly open, people-first workplaces,” Giroux said. “The Team Experience Index fills this gap by providing insights and benchmarks that help companies identify strengths and areas for improvement, fostering a more open, collaborative, and innovative work culture.”</p>\n\n\n\n<p>The comprehensive survey will be aggregated and anonymized. It takes approximately 4-7 minutes to complete and includes questions about employee experience, company culture, leadership, management and teamwork, career progression opportunities, professional development, compensation and recognition, and employees&#8217; individual experiences. </p>\n\n\n\n<p>While responses are recorded anonymously, it&#8217;s important to note that the company name is required, along with the employee&#8217;s role and the number of employees. Respondents should be aware that they are collectively giving away a lot of private information and should only share if they believe the insights will have a positive impact on the wider ecosystem.</p>\n\n\n\n<p>Giroux plans to share the initial results of the Team Experience Index at WordCamp Europe in Athens in June 2023. Anyone working at a WordPress product or service company, agency, or hosting company is invited to <a href=\"https://teamexperienceindex.com/\">complete the survey</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Apr 2023 20:55:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: Using WooCommerce Subscriptions at Scale with Devin Price\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/woocommerce-subscriptions-at-scale/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:436:\"<p>When a site generates 10k orders each hour, and you have 8 million products going out, most of them on subscription, you need to know how to scale.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-subscriptions-at-scale/\">Using WooCommerce Subscriptions at Scale with Devin Price</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Apr 2023 08:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: WordPress Developers Are Experimenting With Gutenberg-Native AI Block and Content Assistants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/wordpress-developers-are-experimenting-with-gutenberg-native-ai-block-and-content-assistants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5213:\"<p>As more WordPress <a href=\"https://wordpress.org/plugins/search/chatgpt/\">plugins for AI-generated content and images</a>, chatbots, and assistants, are landing in the official directory, developers are beginning to explore even deeper integration with the block editor. Moving beyond the prototypical content generators that are cobbled together into a plugin, the tools developers are experimenting with today will provide a more deeply integrated experience that works seamlessly with the block editor as a natural extension of its capabilities.</p>\n\n\n\n<p>Last week Human Made CTO Joe Hoyle <a href=\"https://humanmade.com/2023/04/06/wordpress-ai-generative-content-and-blocks/\">published</a> an early preview of generative AI natively integrated into the block editor with a video demonstrating prompts working across various blocks.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I’ve been working on a WordPress Gutenberg-native AI copilot. The results were pretty astounding to me once I got GPT to “speak Gutenberg” <a href=\"https://t.co/adEfkPRHcb\">pic.twitter.com/adEfkPRHcb</a></p>&mdash; Joe Hoyle (@joe_hoyle) <a href=\"https://twitter.com/joe_hoyle/status/1643952243605925889?ref_src=twsrc%5Etfw\">April 6, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;Taking a native-first approach to integrating generative AI into WordPress, we’ve been experimenting with approaches to a &#8216;WordPress Copilot&#8217; that can &#8216;speak&#8217; Gutenberg / block-editor,&#8221; Hoyle said.</p>\n\n\n\n<p>&#8220;Copy-pasting paragraphs between ChatGPT and WordPress only goes so far, while having the tools directly embedded in the editor for block layout generation, auto-linking, formatting, translation summarization and more open up a world of possibilities and productivity wins for content creators.&#8221;</p>\n\n\n\n<p>Munir Kamal, WordPress developer and founder of Gutenberg Hub, has created a native AI writer with a similar UI to the tool Hoyle previewed, as they both were inspired by the <a href=\"https://www.notion.so/\">Notion app</a>. His preview video demonstrates far more capabilities than the earlier AI content generators for WordPress have implemented.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'ve been working on a native AI writer inspired by Notion, designed to seamlessly integrate into <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a>. Unlike clunky admin approached <a href=\"https://twitter.com/hashtag/AI?src=hash&ref_src=twsrc%5Etfw\">#AI</a> plugins this will be your hidden Ai content assistant. Keep an eye out for it at the <a href=\"https://twitter.com/GutenbergHub?ref_src=twsrc%5Etfw\">@GutenbergHub</a> shop.<a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/chatgpt?src=hash&ref_src=twsrc%5Etfw\">#chatgpt</a> <a href=\"https://t.co/WmCkJCpF0l\">pic.twitter.com/WmCkJCpF0l</a></p>&mdash; Munir Kamal (@m_munirkamal) <a href=\"https://twitter.com/m_munirkamal/status/1644406162966683661?ref_src=twsrc%5Etfw\">April 7, 2023</a></blockquote>\n</div>\n\n\n\n<p>Kamal has tapped into the GPT API to add more options to the AI writer, including the ability to rewrite, improve the generated text, fix grammar, simplify language, make it shorter, make it longer, and translate. He plans to release it as a commercial plugin in his <a href=\"https://shop.gutenberghub.com/\">Gutenberg Hub shop</a> when it&#8217;s ready.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;With the increasing advancements in AI technology, thanks to OpenAI for taking the leap, I believe it will become an even more integral part of blogging,&#8221; Kamal <a href=\"https://twitter.com/m_munirkamal/status/1644724907694227456\">said</a> when asked about AI and the future of blogging. &#8220;It can assist in generating ideas, improving grammar and structure, and even help with SEO optimization.</p>\n\n\n\n<p>Hoyle is equally optimistic on the future of AI integrated into WordPress tools. It will be exciting to see if his Gutenberg-native AI copilot can be extended to blocks inside the Site Editor, to offer a text prompt-guided design experience without having to click through the tools.</p>\n\n\n\n<p>&#8220;Going through this project has convinced me that LLMs [Large Language Model] have much more potential than I was giving them credit for,&#8221; Hoyle said. &#8220;It feels like there’s still a lot to discover what the models are capable of.</p>\n\n\n\n<p>&#8220;As the availability to GPT-4 (and with it larger token limits) increases, we see a clear path of improvement to what we’ve shown today. The data and information that is stored and available to the Content Management System is ideal for model-training and building a corpus of data specific to the user. Generating, improving and suggesting content of all types that is specific to the data set will be another lead forward in the utility of these tools. We see a future where AI will support and enhance the work we all do, and see the necessity to integrate the technology deeply into the tools and solutions we create.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Apr 2023 02:11:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WordPress.org blog: WP Briefing: Episode 53: A Look at WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14818\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/04/episode-53-a-look-at-wordpress-6-2-dolphy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9229:\"<p>Named after the multi-instrumentalist Eric Allan Dolphy Jr., WordPress 6.2 &#8220;Dolphy&#8221;&#8216;s high notes are riffed on by WordPress&#8217;s Executive Director, Josepha Haden Chomphosy, in this 53rd episode of the WordPress Briefing.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2 &#8220;Dolphy&#8221;</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/?p=251\">WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2U65r-9Nl\">Call for Volunteers: Contributor Working Group</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/?p=11037\">Why Jazz</a></li>\n\n\n\n<li>Make Slack channels <a href=\"https://wordpress.slack.com/archives/C04QZCREJ9W\">#kidscamp</a> and <a href=\"https://wordpress.slack.com/archives/C03JNV77Y57\">#sustainability</a> </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14818\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28]</p>\n\n\n\n<p>The latest version of WordPress has shipped. WordPress 6.2, which was named after Eric Dolphy, was released on March 29th. And as is the way with software, there&#8217;s already a minor release underway to catch a few errant issues that folks like you have reported to us.</p>\n\n\n\n<p>It&#8217;s a big release that refines a lot of our design tools, but some of the most important changes are actually to the inserter. If you haven&#8217;t had a chance to get in there and play with it yet, here are the three things that I think you should know. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:08] </p>\n\n\n\n<p>First, the pattern browser. We&#8217;re all aware of the block inserter by now, and a lot of us probably use the quick options, the keyboard shortcuts, or that kind of inline inserter, that little black box that&#8217;s in the middle of your post.</p>\n\n\n\n<p>If you use the main inserter, that&#8217;s a blue square in the top left of the screen. If you use that to add a block, you can still add individual blocks as usual. But there&#8217;s a new way to browse patterns, and in my opinion, it is so much better. It now brings out this drawer that has like thumbnails of patterns that will work with your theme.</p>\n\n\n\n<p>And if you, like me, know what you want your site to look like, but could not in a million years figure out how to build it from scratch out of individual blocks, then this is the area for you. It was like shopping, but you don&#8217;t have to go through a checkout process at the end, and you still have what you want. It&#8217;s great.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:00]&nbsp;</p>\n\n\n\n<p>That&#8217;s also available when you&#8217;re working on templates or template parts, so you can make changes everywhere instead of going page by page. The second thing that I think you should know is about the media browser in that same area where you browse your patterns; you can also now browse for media.</p>\n\n\n\n<p>It lets you look through the images you&#8217;ve already added to your site, but it also lets you search for openly licensed images from Openverse. And if you choose one of those images from Openverse, it inserts the proper attribution for you. You still have to add your own alt text, but that&#8217;s the fun part anyway, right?</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:35]&nbsp;</p>\n\n\n\n<p>And number three, a Style Book. So this thing is available in the template editing area, specifically, as is appropriate, given what it actually does. So if you&#8217;re in the template area, toward the top right of the screen is like a half moon day mode, night mode looking icon. If you click on that, you can make changes to things inside your blocks.</p>\n\n\n\n<p>But if you click on the little eyeball icon that&#8217;s just underneath it, it pulls up a style book where you can also see and edit the styles globally. If that didn&#8217;t make sense to you, don&#8217;t worry. I&#8217;ve got you. I&#8217;m about to tell you a bunch of things you can do in here. You can edit the way headings and lists and tables, quotes, and code looks all across the site. You can edit the way images, galleries, files, and videos look using custom CSS.</p>\n\n\n\n<p>Yes. Also, all across the site. And you can edit buttons, separators, and individual blocks. Say it with me &#8212; all across the site. That is not a comprehensive list. There is a ton of stuff. You can see the styles that you have applied across the whole site. You can see them in context, and you can make any changes that you need globally, which means all across the site.</p>\n\n\n\n<p>Yeah. Style Books. What will we think of next? </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:54]&nbsp;</p>\n\n\n\n<p>So those are my three things I think you should know about WordPress right now. As a former WordPress builder who was never really super great with the code, this stuff makes me feel powerful. I just love these changes, and I hope you do too.</p>\n\n\n\n<p> [00:04:07]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First, we just launched the Developer Blog. It&#8217;s over at developer.wordpress.org/news. It has a bunch of content on it that not only is geared specifically toward developers that are using WordPress but especially the folks who are extending WordPress. It gives you kind of an in-depth look at various changes and projects, and implementations and what goes into each one of them.</p>\n\n\n\n<p>So it gives you a bit of like this aspirational overview of stuff that you could do with WordPress and then also gives you an inside look at how you would accomplish it yourself. It&#8217;s very cool. I like it a lot. Head on over there, but we&#8217;ll have a link to the show notes below.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:00]&nbsp;</p>\n\n\n\n<p>The second thing is that we have an MVP of our new mentorship program that is underway.</p>\n\n\n\n<p>It should be debuting for essentially testing any day now, a link to the posts detailing that work, just in case you want to join that important initiative. But it is an important thing for me. I think that mentorship is a key element of many of our successful contributors&#8217; onboarding journeys, a part of their story of coming to us.</p>\n\n\n\n<p>And so, creating a mentorship program that is a bit sustainable and looks toward the health of the overall project, I think, is an excellent plan.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:38]&nbsp;</p>\n\n\n\n<p>The third thing on our small list of big things is that Matt put out a nice little post about kind of the history of why jazz has this strong background in the WordPress project. It&#8217;s a brief read. I&#8217;ll put a link to that in the show notes as well. But suffice it to say that he&#8217;s saying that jazz has a little bit of learned processes and rules but that the primary expectation is that you&#8217;re able to make of the jazz what you want. Like you get to make your own thing out of it. You get to be extemporaneous. You get to be very measured, whatever it is, that expresses what you are trying to do and what you are trying to say with it.</p>\n\n\n\n<p>That&#8217;s why he feels like jazz is such an important part of the DNA of the WordPress project. Like I said, it&#8217;s a short read. I&#8217;ll put a link to it in the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:30]&nbsp;</p>\n\n\n\n<p>And finally, there are a few working groups that folks can contribute to right now. We don&#8217;t always have working groups. We generally just kind of do stuff inside individual teams. But right now, we&#8217;ve got like the kids camp group, the sustainability group, and of course, that mentorship working group that I mentioned earlier in our list.</p>\n\n\n\n<p>So if you&#8217;re wanting a little change of pace, I&#8217;d drop by their areas in the Making WordPress Slack to see if they have anything that&#8217;s up your alley. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Do The Woo Community: Woo DevChat Expands\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://dothewoo.io/woocommerce-devchat-expands/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"<p>By expanding our Woo DevChat it gives more of the WooCommerce and WordPress builder community a chance to share what they are building.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-devchat-expands/\">Woo DevChat Expands</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2023 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Gutenberg Times: Gutenberg Changelog #81 – WordPress 6.2, Gutenberg 15.4 and 15.5, Phase 3 – Collaboration and a new  Interactivity API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=23825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-81-wordpress-6-2-interactivity-api/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68348:\"<p>Leonardus Nugraha and Birgit Pauli-Haack discuss WordPress&nbsp; 6.2, Gutenberg Releases 15.4 and 15.5, Phase 3 of the Gutenberg Project and a new Proposal on Interactivity API.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-81-wordpress-6-2-interactivity-api/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\"></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Leonardus</strong> Nugraha</h2>\n\n\n\n<ul>\n<li><a href=\"https://leoandlens.com/\">Leo&#8217;s Photography site  leoandlens.com</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/leonnugraha/\">On Instagram @leonnugraha</a> </li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/leonnugraha/\">WordPress Profile @leonnugraha</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">20-Year WordPress Anniversary</h2>\n\n\n\n<ul>\n<li><a href=\"https://wp20.wordpress.net/20-years-of-wordpress-jazz/\">20 Years of WordPress Jazz</a> Playlist </li>\n\n\n\n<li><a href=\"https://wordpress.org/about/history/\">Jazz musicians and WordPress releases</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contribution</h2>\n\n\n\n<p><a href=\"https://blockvisibilitywp.com/block-visibility-3-0-0-a-new-chapter-begins/\">Block Visibility 3.0.0: A New Chapter Begins</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s released</h2>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2 “Dolphy”&nbsp;</a></li>\n\n\n\n<li>&nbsp;<a href=\"https://make.wordpress.org/core/2023/03/10/6-2-live-product-demo-qa/\">6.2 Live Product Demo Q&amp;A</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a></li>\n\n\n\n<li><strong>Leonardus Nugraha</strong>&nbsp;for Hostinger:&nbsp;<a href=\"https://www.hostinger.com/blog/wordpress-6-2\">WordPress 6.2 Is Finally Here: A Detailed Overview</a></li>\n\n\n\n<li><strong>WPTavern</strong>: <a href=\"https://wptavern.com/wordpress-6-2-dolphy-introduces-a-revamped-site-editor-distraction-free-writing-mode-and-updated-block-inserter\">WordPress 6.2 “Dolphy” Introduces a Revamped Site Editor, Distraction-Free Writing Mode, and Updated Block Inserter</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 15.4 &amp; 15.5</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/\">What’s new in Gutenberg 15.4 (22 March)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">What’s new in Gutenberg 15.5? (05 April)</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-15-5-introduces-experimental-grid-layout-support\">Gutenberg 15.5 Introduces Experimental Grid Layout Support</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">What&#8217;s in active development or discussed</h3>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3: Collaboration </h3>\n\n\n\n<ul>\n<li>Post by Matias Ventura <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">Thinking Through the WordPress Admin Experience</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\">WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Improve the Site Editor</h3>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/44461\">Re-Introduce Content Editing in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/49404\">Optimize the content-centric edit experience</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Interactivity API</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Proposal: The Interactivity API – A better developer experience in building interactive blocks</a></li>\n\n\n\n<li><a href=\"https://wpmovies.dev/\">Demo Site</a> </li>\n\n\n\n<li>GitHub: <a href=\"https://github.com/wordpress/wp-movies-demo\">Interactivity API Demo &#8211; WP Movies</a></li>\n\n\n\n<li>4/17/23 &#8211; 8am UTC <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575913/\">Developer Hours: Introduction to the Interactivity API</a> </li>\n\n\n\n<li>4/17/23 &#8211; 17:00 UTC <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575942/\">Developer Hours: Introduction to the Interactivity AP</a>I </li>\n\n\n\n<li><a href=\"https://wptavern.com/wordpress-contributors-propose-new-interactivity-api-for-frontend-blocks\">WordPress Contributors Propose New Interactivity API for Frontend Blocks</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Design Team </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2023/03/27/design-share-mar-13-mar-24/\">Design Share: Mar 13–Mar 24</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\">Transcript</p>\n\n\n\n<p> </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 81st episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about WordPress 6.2, Gutenberg releases 15.4 and 15.5, Phase 3 of the Gutenberg project, a new proposal on the interactivity API, and so much more. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor to the WordPress Open Source Project, and I&#8217;m so thrilled to introduce to you Leonardus Nugraha as my special guest today. Leonardus is a contributor to the WordPress docs team and content specialist at Hostinger, and we personally met at WordCamp Asia and had some great meals together. So welcome to the show, Leonardus. Thank you so much for agreeing to come to the show and talk about Gutenberg with me. How are you?</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. Ah, thank you. Very good. Thank you for having me in the show. I&#8217;m good. And yeah, it&#8217;s nice to be here with your Gutenberg Changelog podcast. And it&#8217;s good to meet you again here after our in-person meetings. Yeah. It&#8217;s been two months we met in WordCamp Asia, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; So it&#8217;s nice to have a chat with you again, talk about Gutenberg, talk about WordPress. Yeah. And yeah, thanks for introducing me as well. Yeah, you can call me Leo for short.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, hi, Leo.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; And yeah, content. Yeah, Leo. And as a content specialist, I curate and organize WordPress content in hosting our tutorials and blogs. And with the documentation team, I also work on mainly end user documentation articles. So yeah, my work is all about WordPress articles. Yeah, I&#8217;m loving it. I&#8217;m loving to do things and work about WordPress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, wonderful, wonderful. Yeah. Tell us a little bit about you. Where you live and what you do for fun. Do you have family?</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, I live in Indonesia in a city named Bogor, and it&#8217;s known as Rain City.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, no.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, it rains a lot here, but it&#8217;s nice, it&#8217;s cool, it&#8217;s chill. I think personally, I love the weather. I&#8217;m not sure everyone else. Yeah, when I&#8217;m not working with content or WordPress in general, just for fun, I usually play music. I play guitar, electric guitar mainly, and listening to music on my free time, or just have fun with my dogs. I have two big dogs and I consider them as my family, to be honest.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah, of course, of course. Yeah. That&#8217;s awesome. So many of our listeners are also dog people, and I&#8217;m sure they would like to know what kind of dogs you have, and do you share photos of them somewhere online?</p>\n\n\n\n<p><em>Leonardus Nugraha:</em>&nbsp; Yeah, one of them is a mixed breed. It&#8217;s a quite big dog. It&#8217;s about 20 kilograms. And the other one is a big golden retriever. So I have big dogs with me. I think with a combined weight, they&#8217;re bigger than me, to be honest. I love taking photos. Actually, as you may know, I&#8217;m a photography team in WordCamp, and I do have a online portfolio called <a href=\"https://leoandlens.com/\">LeoandLens.com</a>, and I have some of photos of my docs there as well. And also WordCamp Asia photos, obviously. So, and I do have Instagram as well, and I upload or post docs, photos or just random photos there if you want to see it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And we&#8217;ll share the links in the show notes to catch up with you online or stalk you online.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So speaking of music, as part of the 20-year celebration coming up for WordPress, Julia Golomb published a playlist on Spotify of 20 Years of WordPress Jazz. From Miles Davis to Mikhail &#8220;Misha&#8221; Alperin. And it includes one song for each of the 45 jazz artists selected to represent the releases in the last 20 years. So this is really cool. And sometimes I just listen to it when I&#8217;m curating content, reading, copy-pasting and doing that. So yeah, what kind of music do you play?</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; To be honest, it&#8217;s not jazz, so I hope I don&#8217;t disappoint the WordPress community for that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Mainly I listen to &#8217;80s, &#8217;90s rock and heavy metal, probably some blues and rock and roll. But as a part of WordPress committee and celebrating 20 years of WordPress, probably I should start listening to jazz.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, we have all our preferences. And some of the jazz like Django Reinhardt or something like that, it&#8217;s really great guitars showing off. So yeah, I&#8217;m not always a fan of jazz. It depends on my mood when I listen to jazz. Yeah. So yeah. So you want, let&#8217;s get further into the show.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Community Contributions</strong></h3>\n\n\n\n<p>We have a great show coming to you, dear listeners. And for the &#8220;Community Contributions&#8221; section we have in his post, Block Visibility 3.0. A new chapter begins. Nick Diego announced that he&#8217;s making all Pro features available for free on his plugin, Block Visibility. And there are a couple of exceptions for which he needs just more time to integrate them into the free versions, but he&#8217;s aiming to pack it all in one version, make it available at no cost. And with a plugin, if you don&#8217;t know it, Block Visibility plugin, you can control, show or hide blocks depending on, for instance, a date or a user role or a location or a referral source, and it extends the core block editor with additional settings on the right. So this is a really good plugin, and it has a few fans.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, it&#8217;s definitely great plugins, especially if you are collaborating with big team on your WordPress site. Of course, we have user rules and user permissions, but with this plugin, you can extend the functionality and the controls with this plugin towards the blocks. And yeah, this is definitely good news to have this plugin for free for the community at no cost. And I read the blog post, and I really appreciate how Nick mentioned the importance of giving back to the community. It is all WordPress is about, right, to give to the community. And I believe with this decision, there will be more and more aspiring WordPress website owners to benefit from next creation. So yeah, everybody&#8217;s win.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, right. Everybody&#8217;s win. Yes, indeed. And since the plugin came out two years ago, I always had the hope that the core developers would consider bringing it to the core functionality of the Block Editor. Maybe that&#8217;s still in the stars, but the future is bright, so we never know what comes. But by the way, Nick Diego as a news item, joined Automattic as a full-time sponsored contributor, and I&#8217;m thrilled that he became a teammate. He has been a special guest on the show before, and I certainly see him joining again in the future. So watch out.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s Released &#8211; WordPress 6.2</strong></h3>\n\n\n\n<p>Now we come to the last two weeks where a lot of releases happened, or actually four weeks since the last episode, and we&#8217;ll start with the big one, that&#8217;s WordPress 6.2. You heard us talking here on the show before. So WordPress 6.2 had over 600 contributors, and it&#8217;s the first major release in 2023.</p>\n\n\n\n<p>The contributors come from at least 50 countries with 900 enhancements, 10 full Gutenberg releases or features from those releases, and then a slew of performance improvements. You might not be surprised to learn that Dolphy reached the impressive milestone of 2 million downloads in under two hours. So after the release and in the first week, it reached over 18 million downloads. So that&#8217;s pretty impressive. And also shows maybe there are some hosting companies that actually automatically update to new versions or at least other, there is a mechanism there that you can automatically update to the new version. And it seems to be working. So are you doing that at Hostinger, that there are automatic updates to the new version for WordPress sites?</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, we do have a feature for the users to enable auto updates, both for the minor versions and major versions. Usually we enable it for the minor versions, like 6.2.1 because usually there&#8217;s not many new features or bug fixes. Users can enable for the major updates like 6.2, but usually it&#8217;s better to have that tested on staging site as well, which Hostinger also have, to make sure the site&#8217;s working properly, there&#8217;s no compatibility issues with their plugins or with their content. So yeah, we do have that feature, but it&#8217;s safer for the users to test it first for major updates like this, especially with more than 900 enhancements and new features to the workplace.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, totally get it. Yeah, when I was working with the agency and our client sites, we would wait at least two weeks, if not four, to see what&#8217;s happening with a new release and if there&#8217;s a patch release coming out. So yeah, test it please, dear listeners. So if you haven&#8217;t yet, the release candidate actually came out March 8th or 7th, so the last four weeks, it could have been that you could already test some of that quite extensively. So.</p>\n\n\n\n<p>Now Rich Tabor and I discussed the site editor updates in WordPress 6.2 in the last episode, and summarize their significant updates to revamp the site editing interface to get new styling features for various blocks that were typography, styling, dimensions, and also color stylings. And then there&#8217;s a Distraction Free Writing mode and a new integration with Openverse, formerly Creative Commons Search, that enables a quick access to listen to that; 700 million free and openly licensed images and audio. So Leo, you published a blog post taking a detailed view on WordPress 6.2, and you are certainly now an expert on all the features. Have you decided what are your most exciting features for you?</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; It&#8217;s hard to pick one most exciting features, because I think this release is probably, in my opinion, brings more and more enhancement compared to 6.1, 6.2, from the perspective of end users. But obviously, for me, it&#8217;s the revamped Site Editor that is really exciting to have. Finally, we have a new, fresh, clean view of the interface. And users can just switch between templates, have a preview before actually start editing. And it&#8217;s also easy to pick a template. You just click on the canvas and start editing. You don&#8217;t have to actually click the button as well. So that&#8217;s a nice little touch there. And also the Global Styles panel with the zoom in, zoom out effect. Now users can just see the whole template and how the style federations affect the site. And the style works. It&#8217;s interesting to have it, to have all the blocks previewed with the tabs. And it also works with Commerce as well.</p>\n\n\n\n<p>If you have WooCommerce installed, you can have the new tabs for the WooCommerce blocks and the Global Style Book as well. And Openverse integration, very exciting to hear, especially when the Openverse became the part of WordPress project. It&#8217;s already exciting, but still, back then, you still have to download the content to your local computer and then re-upload to WordPress, which is a lengthy process, to be honest. And with the new integration, everything&#8217;s now works seamlessly.</p>\n\n\n\n<p>And I really do appreciate how to developers improve it during, was it on that? I think during the beta phase when they decided to upload the image to Media Library automatically instead of just linking to the content. So that&#8217;s nice. Lastly, for me, the biggest one, everything is big, but this one, Distraction Free mode is personally my favorite. Because I don&#8217;t remember how many times I got distracted or obscured by the block toolbar. When you start a new paragraph below the headings or maybe you have some few blocks near on top of each other, sometimes the block tool can obscure the content. And it&#8217;s annoying when you have a paragraph below a heading and you want to move back to edit the heading, you have to get rid of the toolbar first. So you have to click elsewhere, and it&#8217;s complicated.</p>\n\n\n\n<p>But now with the Distraction Free, no toolbar, I can just focus on my content, writing. And yeah, that&#8217;s the main highlight for me personally. There&#8217;s other things like copy-paste styles, which speeds up the customization process. When you pick a block that you like and you decide, &#8220;Ah, I want to use this style,&#8221; you can just copy to another one. Or you can just post it globally to apply it to all blocks on your side.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The changing of things, you can get very granular and you can escalate some of the styles to the global styles. And I think it&#8217;s quite intuitive to do that. But the Distraction Free mode is definitely one of the, I&#8217;m so glad that came to core. There was a plugin available called Iceberg by Rich Tabor and Jeffrey Caradang for a long time, and they actually created a Distraction Free mode. And I really loved it when I was doing some journaling, where you don&#8217;t need any pictures or something like that, you&#8217;re just channel your inner self or inner mom or inner dad and just write. And that makes it much better writing experience. And I think quite a few bloggers were put off by the block toolbar that gets in the way every time. And there was this, or there is still this feature that you can patch or stick the toolbar to the top, but you still get all the distractions from other things.</p>\n\n\n\n<p>You move the mouse and something happens, and then it goes. And it&#8217;s just sometimes a little noisy. So the Distraction Free mode is definitely beneficial. I also like to surface some great material around the Site Editor for educators. So with WordCamps and conferences on the horizon, meetups are getting re-energized to meet in place, face-to-face meetings and localities, presentations need to be prepared. And Anne McCarthy has a post on her personal blog that&#8217;s called, &#8220;So you want to talk about Site Editor, Part Four.&#8221; And gives you all the resources that would need to speed up your preparations for any presentations. And of course, we&#8217;ll share that in the show notes.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gutenberg 15.4</strong></h3>\n\n\n\n<p>So that brings us to the next Gutenberg plugin release. Gutenberg 15.4 was released. Justin Tadlock and Ryan Welcher handled it and it contained 186 PRs with 57 contributors. Six of them were first-timers, so congrats all around.</p>\n\n\n\n<p>And it was a smaller release, because it also had a few bug fixes for the 6.2 that were doing the beta and release backported, as the techies say, to the release version of 6.2.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enhancements</strong></h3>\n\n\n\n<p>So there are a few enhancements I wanted to talk about. So one is go direct to edit from a &#8220;Manage all template&#8221; list. That&#8217;s something you just mentioned, Leo, that you see the template in the preview and the Template Editor or in the Site Editor, you see the template. And then you click on it, and you&#8217;re right there in the edit mode for the template. And that came with 15.4, you mentioned it. Now you also see in the panel on the left-hand side, the PR says, &#8220;The Site Editor&#8217;s dark side.&#8221; Which, it&#8217;s not philosophical, it&#8217;s the black sidebar on the left-hand side. And now there are descriptions for each of the templates. So you know a little bit more when a theme comes in or you enable a new theme, what the templates are supposed to do. And theme editors are able to add templates as well.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, I think the description, I didn&#8217;t really notice at first when the full Site Editor came to WordPress, but I think having description for its templates like 404 or &#8220;Single post&#8221; or &#8220;Archive,&#8221; it helps many, many first-time users, WordPressers who are still learning. Having this description will be great for them, definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And when you switch theme or have Template Parts or create new ones, you also get a signal from who created them, and from which theme do they come over. That is a signal for the future, where there is thinking about how to make Template Parts and templates less reliant on particular theme. So when you switch the theme and you created a new template as a site owner, you want the template to come over to the new theme as well and not just go away with the old theme. So there&#8217;s some big thinking to be done, because that can get complex so fast.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. But that will really relevant with the next phase, which is collaboration, to have Template Parts and templates stick to the WordPress instead of the themes. And you can know which user create the template, or whether it&#8217;s made from the themes. So yeah, hopefully it&#8217;s a great path to the future.</p>\n\n\n\n<p>So yeah, we can move on to the next one. It&#8217;s a navigation sidebar. So we have the new logic, which navigation to be shown on the dark side, as you mentioned. I think the first iteration, it shows the first navigation that is created on the team or templates. And now it shows the latest one that is published, which in my opinion, it&#8217;s really logical. It&#8217;s a good step because most likely users will use the latest one and the latest navigation block that they made.</p>\n\n\n\n<p>But yeah, this is definitely still something, in my opinion, can be improved further, especially with the James Koster&#8217;s idea about having a label or hint to identify which menu actually been shown on the dark side. As for now, if you change the menu on the block tools, the navigation block tools, which on the right side, sometimes it doesn&#8217;t really change the one on the dark side. So you can switch to the older menu on the block tools, but then the dark side stick. And yeah, sometimes it can be confusing for new users. So hopefully, we are moving to the right direction here, in my opinion. But definitely, James Koster&#8217;s idea is definitely something worth to think about and to have labeling or hint, especially for new users again, who are still learning.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I think there was a reason why the navigation part was actually pulled from 6.2. It&#8217;s now coming back with a Gutenberg plugin, but it was pulled from the 6.2 because it was still not performing to the quality that I want. And it wasn&#8217;t really all that intuitive, because the sidebar, when you actually edit a navigation block on the sidebar, it behaves differently than what was on the left side. So that was good. I think it was a good decision, even late in the cycle. That&#8217;s what the next part is, the height navigation screen, that was in 15.4 and was backported to 6.2.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, I remember testing it on the beta and the RC. The experience is still not perfect yet, I remember, because why is it different between the block tools and the sidebar? And then I heard the news from AN and that it&#8217;s backported again put from 6.2. So yeah, for me, it&#8217;s perfectly make sense. And hopefully they can deliver it, on the next layer is 6.3. They can get everything perfect with a perfect experience for users. And yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good. Yeah, the Cover Block now also has constrained flow layout, which means that it can be used in different context, and then applied the block inner wrapper by default. And it means that the layered support will work in the Cover Block the same way as it does for the group block, but without the facts variations. So you cannot change how the Cover Block children behave in the full end wide alignment of the Cover Block context. I don&#8217;t know if that makes sense.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, I think it makes sense for the Cover Block. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, the FontSizePicker, that&#8217;s just a small note here that the FontSizePicker now allows custom units for theme developers that you can offer to your users. It before was only using pixels, and what was the other one?</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; RVM?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah, RVM. Yeah, or EMs. And now you can use all of them that are possible. Like VW and all that. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. And on the next one we have new block support. So have a text column, or column support on the typographic settings. So I think on this PR, the example, the great example is the paragraph block. So usually if you have a paragraph block, it&#8217;s just like a block of text. But now with this text column support, you can add columns, the number of columns. So you can split the paragraph into separate columns without actually using a column blocks, which is a great option if you want to customize your content, maybe make it like a newspaper style. You don&#8217;t have to use the column block separately. You can just split your paragraph into columns.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And it adjusts if you add more text to it and adjust the columns to it. And it&#8217;s great that there&#8217;s now typography support available, so you can actually change fonts or make them larger, smaller, or change the line height. What might be needed when you are in smaller columns, you can reduce the line height on your texts. So those controls are now available in the user interface. But one caveat on this, the text columns is only available when the theme actually enables it. It&#8217;s not coming out of the box yet, so you need to adjust the theme a little bit to actually be able to use that.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, I think it used to, you have to add a little bit of code to make it enabled in the theme that JSON file, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Correct. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; For now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, for now. And I need to figure out maybe next release, there will be a way to enable it as a site builder with not access to code to also make use of it. And the Cover Block now got Text Scholar Block support. I was thinking, &#8220;Okay, that didn&#8217;t happen before.&#8221; But obviously it didn&#8217;t, because it&#8217;s now in the plugin. Yes, those design tools are rolled out to the core blocks one at a time to enable them and then test them, to make sure that they&#8217;re work in every context nicely.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; And the next one, adding compound class to layout wrapper or global style spacing. Maybe you can cover this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the problem was that the Cover Block didn&#8217;t work out of the box. The covers mark up the structure and they needed to change the classes to make them also available to the float. And so the Cover Block was a little bit revamped to specify target wrapper for the class, and for the layout of the object. So it was hard to target things that are inside the inner blocks. So that was a revamp that was necessary. So those who style themes can actually access those easily and style them. There was a specificity problem, I think. So for theme developers, they will make sense of it. So the spacing wasn&#8217;t clear for the block children. It was random inside the Cover Block. So they changed that and fixed it. It was a long way around it, explaining it, but sorry. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, so developer focus one. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, seem develop the styles. Yeah, CSS. And sometimes I have a hard time with it.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Bug Fixes</strong></h3>\n\n\n\n<p>So now we come to the bug fixes, those were all the enhances of the 15.4 Gutenberg plugin release. We have, I think only two bug fixes that we want to point out, because sometimes you want to know when a bug is fixed. And the first one is that to ensure that the aspect ratio selected is also applied to the post feature image block, and in the Post Template block. So it shows up when you have a summary page, and you have the featured image with the blocks in a grid, that the aspect ratio is actually applied to the post featured block. That&#8217;s really important. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; I remember I was having problem with featured image ratio quite a long time ago, but I didn&#8217;t realize that it&#8217;s actually a bug. So yeah, I&#8217;m glad that it&#8217;s fixed now with the 15.4. And I think the aspect ratio option is only available when you actually enable the link option for the featured image, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah, yeah. That was the problem. And then for the navigation block, there is a major bug fix that when the input, the classic menu using in the menu name, that it&#8217;s also going to be the title for the block menu. So there is a seamless integration there. And people are not getting confused. They did not take my menu that I wanted to, or didn&#8217;t do it when you imported a classic menu. So this is fixed now with the Gutenberg 5.4. What else is in there?&nbsp;</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; I think this pull request in the demonstration, it&#8217;s actually hide the Meta Box at the bottom by default. Previously it shows the Meta Box when you&#8217;re in a certain width, but now it just hidden. So the interface is much more cleaner than ever now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, Distraction Free. Don&#8217;t get distracted.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The Meta Boxes, yes. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; It&#8217;s small, but sometimes people can get distracted by that, even though it&#8217;s this small thing at the bottom.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. Yeah. But if you have multiple custom fields or something like that, that can be quite long. So it&#8217;s good to hide it. Yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Documentation</strong></h3>\n\n\n\n<p>And then there are quite a few documentation changes, and I want to mention them. So your listeners, you can go and look them up. They added examples on how programmatically remove the panels in the document sidebar. So if you don&#8217;t want featured image or don&#8217;t want the tags or the categories, now developers can look up how to actually remove those for their plugins, or for their theme, or the bespoke agency theme development.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; And then the next one is for the sticky position documentation. So I think this relates to the new sticky position features site. So this also been added to documentation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And that also fills in with a second one that we…</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Which is, so the theme, JSON Schema now has two places where the sticky option is mentioned, and it didn&#8217;t before, but it&#8217;s now in the controls for the appearance tools. When you set them for true, there&#8217;s also a sticky option there. And then you can also in these further down in the Schema, you can add the sticky positions, and minimum height for the styles section as well. So that is now all documented, and you can look up how it works and how it helps you.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gutenberg 15.5</strong></h3>\n\n\n\n<p>And I think that&#8217;s the Changelog for Gutenberg 15.4, and we are now right into the Changelog for the latest Gutenberg 15.5 release that was released Wednesday, April 4th. And was again, the team Ryan Welcher and Justin Tadlock. April 5th, sorry. And it has 143 PRs with 52 contributors and some updates there. So the first enhancement is that the post date now block has now a variation to use the modified date rather than the published date. And it&#8217;s really important when you have a new site, and you want to get the updated post higher into the latest news, then you want to use the modified date. So it bubbles up again. &#8220;Okay, look here. There were changes in that and it&#8217;s still important.&#8221;</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. And this is also great for end user as well, in my opinion, because this is basically the same block with this variation, with the modified date enabled by default. But for new users, it&#8217;s just much easier to find having a separate post date and post modified date. So if they want to show both in the single Post Template, they can just find these blocks without having to fiddle with the settings. So yeah, it&#8217;s a much more seamless and easier work process, workflow. And then similar to the post that we have &#8220;Time to Read&#8221; block, which I believe was released on 15.3. It was right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; And now we have a plethora of settings like typographic support to the &#8220;Time to Read&#8221; block, and also spacing tool. So after this was introduced in 15.3, with 15.5, now you can customize the typography and the spacing tools.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Sorry, go ahead.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; No, I&#8217;m finished.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enhancements</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, no, I used it. So the &#8220;Time to Read&#8221; was actually already available in the outline of the post when you were in the block editor. You could see &#8220;Time to Read.&#8221; Two minutes, 15 minutes, yeah, 25 minutes. Never going to read that. But then immediately as it was available, people were asking, &#8220;Well, can I use that information also on my front end so I can notify or I can show it with my post grid or something like that? How long the Time to Read for that?&#8221; So because readers like that, they found. And it took a while to get it right, to get a new block in and figure out what&#8217;s the best approach. So it now only shows a number and the minutes, and that was the easiest way to make it available through all the languages, because each locale works differently with minutes, three minutes kind of thing in different languages.</p>\n\n\n\n<p>So now you can put them in a row with your wording. So Time to Read, 15 minutes. The &#8220;Time to Read&#8221; is a paragraph, and then you stack it with a row. Group block, in a group block with the &#8220;Time to Read&#8221; block, and then you can have that in your Post Template block. So what did happen was that when I was testing it, I saw immediately that my default font size was different for the paragraph as it was for the Time to Read, but I didn&#8217;t have any controls to change that for the Time to Read. So I filed an issue and said, &#8220;Okay, I need typography control there, please.&#8221; And then I also thought, &#8220;Okay, I need some spacing as well,&#8221; because it was a little lower than the Time to Read. It was really weird. I figured it out for my personal blog, but then also found that it would probably be best to have both controls available to that.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. And in case everyone wondering, it is actually possible to have Time to Read information previously, but you have to code it to your theme or install a plugin specific for that function. So yeah, it&#8217;s nice to have it in Gutenberg. And hopefully, in the future it&#8217;ll push to the core as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; So the next one, oh yeah, the sticky position. I think this feature didn&#8217;t have chance to see the light of day, because when the feature is added, it&#8217;s now reverted back. But essentially, there was a pull request to enable Template Part blocks to be sticky, which is perfectly logical. Because if you have a header, you want to have a sticky header, that means you have to make the Template Part for the header sticky. So there&#8217;s this pull request that adds that feature, but the way it worked was adding the Template Parts into a group block, which is already have the sticky position support, but that doesn&#8217;t really consistent with how the Template Part works. So we are now referred back to how it was, you cannot make it sticky anymore. But yeah, the idea is there. So hopefully, this will be a good starter to see, to look for a better solution for this one. Because yeah, I think many users will want to have Template Part header to be sticky instead of they have to use a group block on route level.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it&#8217;s quite unintuitive to figure out, &#8220;Okay, if I want to make it sticky, I need to put it in a group block, but it&#8217;s already a Template Part. Can&#8217;t we have that support just for the Template Part?&#8221; But yeah, that adds definitely to the complexity, because the Template Part sometimes doesn&#8217;t have, the sticky doesn&#8217;t know where to stick it, so to speak. When the Template Part is further down the page, then it&#8217;s hard where to stick it to. And yeah, where is it located? Is the Template Part on the sidebar? Then you have a sticky sidebar, but the sticky sidebar behaves totally differently from a sticky header or a sticky footer. So when you read through the PRs, your head might spin because it really shows the discussion between the designers.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; It&#8217;s just the complexity.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s totally complex. Yeah, just take it from us. It&#8217;s a complex thing.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; I just skip to Rich Tabor feedback about how it doesn&#8217;t really sit with the consistency of the sticky position as well. Because on this PR, you make it sticky, I think to the Ellipsis menu instead of from the block tools. So it will create a different experience.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And the same complexity we will enter when you make the experiment available on, so there is a new feature in 15.5 that&#8217;s first take on the grid layout group variation. So we have flex layouts, we have flow layouts, and now the designers and developers try to get it working with the grid layout. And if you want to try it, you need to enable it through the experiments menu item on the Gutenberg plugin menu item, and check that part to test it out. But please do test it. Because if you want it to get out of experiments and then into the Gutenberg plugin by default and then further into WordPress, it needs to be really working well. And all the use cases, people cannot think up about all the use cases that you would use it. So yeah, please test it and give feedback on the PRs. Or create new issues on the Gutenberg repo so the developers have a better feel from what is still missing and how it&#8217;s not working. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. I just test the feature for a few minutes after the launch, because this is also on the launch post. So it&#8217;s quite interesting. And I love it because it was only after this update, I just realized that if you want to create a block, a grid layout with, let&#8217;s say, three columns and three rows, you have to mix it with row blocks or stack blocks, and you just create the whole complex structure. But now with the grid layout, it can just go straight out from the box with the way you want. You can have four columns, you can have six rows, maybe. And yeah, it&#8217;s nice to have this variation. I already tested, even though just few minutes, but I already see possibilities to use this layout for my website, my portfolio website.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, it&#8217;s great when those new features actually trigger some creativity on &#8220;Well, how can I use it? Yeah. Can I push it to the limits?&#8221; And that&#8217;s what it&#8217;s all for. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; And the great thing is it&#8217;s not something that I have in mind. So previously, okay, row blocks, type blocks, columns blocks, that works, but now you have a grid. &#8220;Oh my God, I can have that all in one now.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And that was quite a few themes developers or theme builders were actually missing that, because grids came in to the CSS part, I think it was in &#8217;16 or 2017, and it&#8217;s been a while that other web developers were able to use it in different settings. But WordPress didn&#8217;t have. There was a plugin or there is a plugin where Automattic created some grid layouts. But now that this is in core, I think we can push it really further into the internet, so to speak. There&#8217;s another item that now you can actually style the caption element, also via the UI controls for color and topography. That&#8217;s the caption for the image…</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Image block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Image block, yeah, and Video block and Table block and all that. So now we have that, but it seems to have also the UI for you were able to do this via the theme JSON, but now you can do it without using the code for it.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. You can access it through the global style panels for typography, there will be a new caption options, and the color as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; So yeah, the next one, we have the patterns to the template start modal. So when you add new templates now instead of having a fallback default templates, you can have this options to pick a pattern to start with. So yeah, this is also interesting, because in my opinion, this is a perfect middle ground. I remember when the Site Editor came in 5.9, when you add a new template, you start with blank canvas, which is quite daunting, to be honest. And then it was fixed in the feature of this 6.2, 6.0, I can&#8217;t remember that one. But basically, now you can choose it with the black templates and a default fallback template, which is great. But the problem is if you have different ideas with the default templates, you basically have to modify the existing template. You can remove some blocks, and you have to add more blocks. But now with the increasing number of patterns and increasing number of the pattern adoption by the theme developers, it&#8217;s nice to have just simply options to add patterns for the template and choose whatever suits your needs.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. Yeah, the blank page is not good for anybody, not for writers and not for style, for theme builders. So what&#8217;s next?</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Bug Fixes</strong></h3>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; It&#8217;s quite a lot showing the featured images placeholders. Again, this is something I didn&#8217;t realize at first. Is it Blockfish? Oh, no, it&#8217;s block library. Yeah. It&#8217;s something that I didn&#8217;t realize previously that sometimes the featured image doesn&#8217;t show on the Query Loop block when there&#8217;s no featured set for the certain post. But I think now when you&#8217;re in the Site Editor and some posts may have a featured image and some don&#8217;t, the post with featured image will show the featured image on the Query Loop. And the post that doesn&#8217;t have any featured image will have this gray placeholder so you know that the featured image will be there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Or say, &#8220;Oh,&#8221; and if I want that design, it alerts you to not every post can help you with that design because there is no featured image. So it gets a little bit skewed there, where the headline comes up on the top of the image to the next post. Yeah, so it really helps with what you see is what you get kind of approach. Yeah. Yeah, there was quite a daunting bug there. And then the one other bug fix was that the Selecta&#8217;s API, the hook for the global style variation and Duotone has been fixed, and it&#8217;s now behaving consistently throughout the site. There&#8217;s a whole list of PRs that are with that. Not all of them are actually placed in, but this is definitely a very major fix to revamp the code consistency and code quality for it.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>All right. And this was Gutenberg 5.5. I&#8217;m glad that they were a little smaller as plug-in releases, because first, we got two and then, but we also have a lot to talk about what&#8217;s in active development and what&#8217;s discussed. And I prefixed that next section for the section is, we will include three and a half topics to talk about. First we talk about a little bit about Matias Ventura&#8217;s post on the next phase of the Gutenberg project, Phase 3. And there&#8217;s also work being done on making content and template editing less confusing, and then a proposal on the interactivity API by core contributors. And the half-topic is the design shares by Joen Asmussion from the WordPress design team showed what they are working on. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Let&#8217;s start with Phase 3. Personally for me, this is the most excitingness of the year, probably, ever since Matt mentioned it on the State of the Word, that this year we are moving to Phase 3 with real-time collaboration. Personally, I believe if the Phase 3 is what I have in mind, and officially just like what Matias posted on his blog post. This is my personal take, but I really think, I believe that it will be a game changer in the content industry. Because right now, we rely on other tools like Google Docs to collaborate and create the draft for the content and then push it on the WordPress, which, it&#8217;s now better with the Block Editor, but still, you have to move the draft, you still have to clean the code, you still have to move the image with the alt tags. So if the Phase 3 finally mature, this can significantly improve the workflow and the pace of the content industry. So yeah, I really hope the Phase 3 gets underway as soon as possible. And let&#8217;s see how the development then. Definitely can&#8217;t wait for that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;m totally with you. The other, I think the whole web development and web content creators of the last 25 years is actually waiting for this, that two people at the same time or four people at the same time can access a post and edit it. And not the last person who&#8217;s clicks saves wins. So yes, I think that, and bringing that to a web editor is certainly cutting down on the workflow of a lot of people that had to collaborate on Google Docs to get input from other people, to get approval from other people. So that definitely is that real-time collaboration part that Matias Ventura was talking about in his post. What he also sees is that there are asynchronous collaboration. That if Leo in Indonesia is writing a post, and I&#8217;m in America and that&#8217;s 12 hours apart, I want to comment on it, and it&#8217;s really hard right now to do this because there is no revision comments.</p>\n\n\n\n<p>There is no comments at all unless you have a plugin. There were always a few things already, a plugin there. So PublishPress is one, and then Edit Flow that took care of some of that, but you weren&#8217;t able to customize it to your own liking. And then he also talks about the published flows where you have publishing checklists. So is the image rate in the aspect ratio? Do we have an excerpt? Do we have all the categories and tags, and do we have a different image for the header section and for the footer section? Or when different contacts can have different publish flows. So that is definitely going to be a little bit more complicated to make it extensible. And then also the post revisions interface, it&#8217;s really hard right now to see what really changed when you have a long post from one revisions to the next.</p>\n\n\n\n<p>And this Phase 3 is aiming to make it understand blocks, and then also help you with theme switching as well as applying some other styles. And also have revisions that are scheduled. We have on the documentation team, yeah, Leo, you probably know this better than I do, but if you want to prepare for a release, you need to wait till the release is out, so you can publish it, publish the new version of your documents. But not everybody has time to wait for the release and be there in the middle of a night, and hit the publish button or the save button. You definitely want to schedule that. And yeah, we use a plugin for that, but having that in core would be definitely, we are not the only ones who have that trouble. Yeah, yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; But with the post revision interface, I think that&#8217;s the main, when talking about collaboration, people might think about real time and asynchronous collaboration. But post revisions are as important as the other ones. Because when you collaborate, especially with bigger themes, you really want to see not only what part has been changed, but who made the change to keep the accountability and content to be as good as possible. And to make sure there&#8217;s no mistake in the process. So yeah, and I think, I&#8217;m not sure, did Matias actually talk about this, but with the collaboration is now on WordPress, there must be some thinking to grant more access to collaborators, maybe from links and maybe how to control the user&#8217;s permissions. So I believe that&#8217;s something to tackle as well on the first three.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s definitely will, especially the post revision interface. And although it will need different user roles for different things to do, and I know that bigger publishing houses, they have that really huge requirement that they need to have people access the images but not the text kind of thing or vice versa. And yeah, there&#8217;s definitely a part of the development will be about user roles and user capabilities that come with the publishing flow, for sure. There&#8217;s also the admin design. There was a separate post by Matias back in January, I think, that was thinking about through the WordPress admin experience. And that will now be part of the collaboration phase, where certain pieces of the admin definitely would need a revamp, like how we organize posts. What&#8217;s in the post you need for the collaboration you need, yeah, when was it revisioned?</p>\n\n\n\n<p>Does that need to be in the list view of things? And all that kind of thing. And then also have a library. Expansion, that means spaces where you can manage your patterns, where you can manage your blocks, your styles and your fonts on the site, or at least for the site admin to be able to do that. Right now, there&#8217;s the two, all four of them that I&#8217;ve just mentioned. And the Matias mentioned in his post where are actually missing, and it&#8217;s felt quite a bit throughout the five years that the Block Editor is there, especially the blocks where you can switch on and switch off blocks in the interface. But then if you have third-party blocks, you don&#8217;t know which of the blocks have you used or which post uses which block. So you can switch it over to a different one when you say, &#8220;Okay, I want to remove the plugin.&#8221; But all of a sudden, some of your content disappears as well.</p>\n\n\n\n<p>So there definitely needs to be a little bit more manageable space there. And then the last item is develop a global search and command component where you can say, &#8220;Okay, edit post in a search box,&#8221; and then it opens up the &#8220;Edit post&#8221; admin screen. So you don&#8217;t have to click through all the different levels of things. That&#8217;s the idea behind it. So I&#8217;m not sure if we do it really justice, going through those different sections of the collaboration post by Matias. Give it a read. It&#8217;s definitely is a little bit more expanded at what we are doing here. And see, and especially what Matias Ventura is asking and the whole core contributors are asking. So if there&#8217;s something that you are doing on your website and you want it in one part of the collaboration, because it fits in that scope, but it wasn&#8217;t yet mentioned, comment on the post, describe your flow, and see if that&#8217;s something that could be in core.</p>\n\n\n\n<p>Nothing is, of course, prominent at this stage because I haven&#8217;t started working on it yet. So in the WP Briefing podcast, Episode 52, Josepha Haden Chomphosy and Hector Prieto also talking about the Phase 3, the workflows, the visioning about it. So it&#8217;s another version of it, and you probably can hear more about it. All right. So I mentioned it before, is also work being done, and we&#8217;ll share the links to the PR and discussions in the show notes.</p>\n\n\n\n<p>Users repeatedly mentioned that they sometimes get confused of what they are actually editing in the Site Editor. And then they see a page and make updates to the content, and then they&#8217;re surprised that page template, actually, that they&#8217;re actually changed the page template. And that the content that they changed or that they added is replicated on all the pages because it was a template. So that&#8217;s quite a surprising thing, and it&#8217;s nowhere really alerted that that might happen. So the developers and designers are really working hard to make it a seamless switch from editing your content to editing a template. And there are two, there&#8217;s one PR that actually caters to that, but then there is a bigger effort to optimize also the content-centric editing experience in the site editor. So I&#8217;ll share those in the side notes. Show notes, side notes, show notes. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; It&#8217;s definitely a nice addition to the Site Editor. I remember when the browse mode first mentioned in past updates, I believe, this is actually what I had in mind. Users can browse their websites, can open pages and blog post to the Site Editors. And when they want to edit the content, they can just switch from editing the templates and just editing the page or post they&#8217;re browsing in. And I think with the new navigation UI in the site bar or the dark side of the Site Editor, it&#8217;s like that already. We can see the menu items in there and just click on it, and you can see the page. And if you click it, you can edit the page on the Site Editor. So yeah, it&#8217;s already in the good direction now. So it&#8217;s only the matter of expanding it to be more integrated between the Site Editors and put editor, and the post and page editor.</p>\n\n\n\n<p>To be honest, when the first Site Editor came out in 5.9, this is also my first issue, figuring out what is the new Site Editor? And I just click it. &#8220;Okay, this is the template, so how do I edit the post or page? Oh, I still have to go to the old post and page editor.&#8221; Because in my mind, it was a page builder or website builder, but it&#8217;s not right. So it took me a while to understand what it is. And now we are working to integrate the Site Editor and the content editor better. So in the future, we might have a better experience with Block Editor and seamless content editing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And for a newer WordPress user, the difference between the page and the template for the page, that&#8217;s a certain cognitive hurdle there. An abstraction level that not everybody who wants to get their work done wants to deal with. So it&#8217;s definitely something that needs to be handled, but it&#8217;s also sometimes really hard to make that intuitive. And if the context is not known with a switch, so it&#8217;s going to be a training. Sometimes we always think that web editing should be something like using a car, without forgetting that we went to traffic school before we actually learned driving. And we don&#8217;t want have traffic school for the web there. So we need to make a compromise there.</p>\n\n\n\n<p>I also wanted to point the more the developers amongst our listeners to the proposal for an interactivity API that a team of contributors has worked almost a year around it to figure out how can this be standardized. There is, of course, available any of the block builders or block developers or third-party blocks or core blocks. There is some interactivity already available, but it&#8217;s not standardized. And standardization also means that developers don&#8217;t have to relearn everything. Users don&#8217;t have to relearn everything every time they have a new plugin. And also, you can share data. So if one plugin knows about the block of another plugin, then new things and better things can happen. So Mario Santos published a proposal for the Interactivity API.</p>\n\n\n\n<p>And for those of us who need a practical application to think through the abstractions there, it&#8217;s all very theoretically, Mario also put in a video demo of a movie database, where in you can browse the site publicly and developers can look at the code of things. But the video shows two use cases for add an interactivity to that movie directory. And navigating the directory is already by search, and that is one of the interactivity API, because it doesn&#8217;t go back to the server and reloads things. That&#8217;s pretty much what it abstracts is that only parts of the data will be replaced on the site, but it will not go back to reload the whole page that you&#8217;re looking at. And then the other one is click on hearts to favorite some of the movies. And it also has a favorite counter on that. So these kind of interactivity, that&#8217;s a simple example that we can all rely on or relate to.</p>\n\n\n\n<p>And then there is the whole proposal itself. As a developer, you learn about directives, you see some code examples, and the FAQ also answers some of the more in-depth questions you might have. The post has already 40 comments. So grab a cup of coffee, put on some nice, slow music and read through it. It&#8217;s almost a book, but it&#8217;s very, very interesting in terms of what can actually happen when we standardize things. And then there is next week, no. Okay, so I don&#8217;t want to count it because I don&#8217;t know when you are listening to it. So two developers from the team who came up with a proposal will be speakers of the Developer Hours on April 17. I don&#8217;t know if you know about Developer Hours, but they had been revitalized from an experiment last year where you can connect with developers on the core team and have questions answered.</p>\n\n\n\n<p>And this time has a little bit of a different format, when there is an introduction to the interactivity API. And they will hold two events to accommodate as many time zones as possible. One is at 8:00 AM UTC. And the other one, that&#8217;s with Mario Santos. And the other one is at 17:00 UTC. That&#8217;s going to be with Michal Czamplinski. And yeah, so that is actually the next generation of block development getting more interactivity into, it&#8217;s called a hydration process, where things come from the server. Yeah, it&#8217;s a connecting PHP with JavaScript and just update the necessary data on the front end upon user interactions. That&#8217;s pretty much the explanation for it. Yeah, so I don&#8217;t know if you have any comments on that, Leo?</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Nope.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Because I&#8217;m more of an end user in this regard.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And what you see in the demo is actually quite impressive, because you see the seamless, that there is no time lost between changing different screens. So that&#8217;s really cool.&nbsp;</p>\n\n\n\n<p>So there are two articles in the show notes, one from the Tavern and one the proposal. And then if you as a developer or want to be a developer kind of person, share or join those two developer hours with Michal and Mario. And the last thing, the half about topic for, what&#8217;s in the works is Joen Asmussen&#8217;s Design Share from March 27th on the &#8220;Make WordPress Design,&#8221; make blog. And he shares what&#8217;s happening, with one is that the mercantile store, the swag store gets some social images that are designed. Then the design team also thinks through making the padding and margin controls a little bit more intuitive and see how to provide easily clickable preset sizes and unlink variations, and take a look at it.</p>\n\n\n\n<p>And he connects with the PRs on issues that are on the GitHub repo. They also have a visual idea on how to scale the Block Options menu. That gets really long now to cluster some of them, and then you can access and an arrow with a secondary menu item there. That&#8217;s quite nice. And then he had, the last one is the ideation of the Template Management view where he has a small video to mock up the view toggle patterns to moving between the browsing and the managing context. So that&#8217;s pretty much the topic that we talked before about content-centric Site Editor kind of thing. So they&#8217;re, of course, design, it&#8217;s all visuals. And we are here on a podcast, so it&#8217;s really hard. But we have the link in the show notes for you, so you can browse them at your own leisure. Yeah. All right.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; The block option in particular caught my eye because as you say, the block options get longer and longer over time. So it is quite short. But then we have block locking tools, we have &#8220;Create Template Part&#8221; options. We now have a copy style and paste styles. I mean, if we have a minimized Windows Manager, try to open the options, so you might have to scroll it down just to find the bottom ones. So yeah, it&#8217;s nice to have the new designs to just split it and with the sub-menus. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. You still need the space on the right-hand side when they pop out. So if there are too many options, it&#8217;s not enough room. But yeah, gradual adoption is pretty much the keyword word for that. Yeah. All right. This is the end of the Gutenberg Changelog Episode 81. Thank you so much for listening, people. Leo, thank you so much for being here and talking this through. You did an excellent job. It was wonderful to have the chat with you, and I really enjoyed it, being on the show with you. So you mentioned…</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah. Go ahead. Go ahead.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You mentioned a few links to your social web. If you can repeat the website where you have your portfolio for the photography, that would be great.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, the website is <a href=\"https://leoandlens.com/\">Leo and Lens</a>. I will type it down for you later, and maybe you can put it on the show notes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There&#8217;s no maybe about it.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Thank you. Yeah. And yeah, lastly, thank you all, listeners, for listening to this episode. Thank you, Birgit, for having me. It&#8217;s such an honor to be in the Gutenberg Changelog podcast with you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It was definitely, the pleasure was all mine. And well, I might ask you to maybe come back in the future. Yeah.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Yeah, yeah, just contact me. I&#8217;ll definitely be happy to be in here again and talk about Gutenberg, about WordPress and how it evolves. Yeah, it is a great pleasure for me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you. Yeah, and as always, hey listeners, the show notes will be published on GutenbergTimes.com/podcast. This is Episode 81. And if you have questions or suggestions or news you want us to include, send them to <a href=\"mailto:Changelog@Gutenbergtimes.com\">Changelog@Gutenbergtimes.com</a>. That&#8217;s email <a href=\"mailto:Changelog@Gutenbergtimes.com\">Changelog@Gutenbergtimes.com</a>. And thanks again, and I wish you all a good weekend, a good day, a good year, and a good month, so bye. That&#8217;s it for me. Goodbye.</p>\n\n\n\n<p><em>Leonardus Nugraha</em>:&nbsp; Goodbye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 09 Apr 2023 13:22:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Gutenberg Times: Anniversary, Open Verse, Performance measuring, Interactivity API – Weekend Edition #249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23782\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://gutenbergtimes.com/anniversary-open-verse-performance-measuring-interactivity-api-weekend-edition-249/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21724:\"<p>Howdy, </p>\n\n\n\n<p>Greetings from Munich, Germany! It&#8217;s good to be back in my hometown. Let the honeymoon phase of rekindling begin! </p>\n\n\n\n<p>In the WordPress world,  the last two weeks were quite busy. The major release of WordPress 6.2, a preview of Gutenberg&#8217;s Phase Three, a new Gutenberg plugin version, and so much more. </p>\n\n\n\n<p>Enjoy. Wishing you and yours a great weekend and Happy Easter to those who celebrate it. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: Did you know that as part of the 20-year celebrations coming up next month, <strong>Julia Golomb</strong>, published a play list on Spotify of <a href=\"https://wp20.wordpress.net/20-years-of-wordpress-jazz/\"><strong>20 Years of WordPress Jazz</strong></a>? From Miles Davis to Mikhail “Misha” Alperin, this playlist includes one song for each of the 45 jazz artists selected to <a href=\"https://wordpress.org/about/history/\">represent the releases</a>. Have a look at the site <a href=\"https://wp20.wordpress.net\">wp20.WordPress.net</a> of what is in store for the 20-year anniversary coming up next month. </p>\n\n\n\n<a href=\"https://wp20.wordpress.net/\"><img /></a>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>It is finally here!  <a href=\"https://wordpress.org/news/2023/03/dolphy/\"><strong>WordPress 6.2 &#8220;Dolphy&#8221; </strong></a>was released on March 29, 2023. Over 600 contributors made the first major release in 2023 possible. They come from at least 50 countries. With 900+ enhancements, ten full Gutenberg release features, and a slew of performance improvements, you might not be surprised to learn that “Dolphy” reached the impressive milestone of 2 million downloads in under 2 hours after release. After the first week, it reached over 18 million downloads.&nbsp;</p>\n\n\n\n<ul>\n<li>The release post has the details: <a href=\"https://wordpress.org/news/2023/03/dolphy/\"><strong>WordPress 6.2 &#8220;Dolphy&#8221;</strong></a></li>\n\n\n\n<li>The field guide for developers is available since RC 1: <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\"><strong>WordPress 6.2 Field Guide</strong></a></li>\n\n\n\n<li>Watch the recorded Product Demo video from the preview event. <a href=\"https://make.wordpress.org/core/2023/03/10/6-2-live-product-demo-qa/\"><strong>6.2 Live Product Demo Q&amp;A</strong></a></li>\n</ul>\n\n\n\n<a href=\"https://wordpress.org/news/2023/03/dolphy/\"><img /></a>\n\n\n\n<p>Here is a highly subjective list of detailed articles on various sites about the release and the features in WordPress 6.2:</p>\n\n\n\n<ul>\n<li><strong>Carlo Daniele</strong> for Kinsta: <a href=\"https://kinsta.com/blog/wordpress-6-2/\">What’s New In WordPress 6.2: Browse Mode, Style Book, Improved Navigation Menus, New APIs, and Much More</a>.</li>\n\n\n\n<li><strong>Leonardus Nugraha</strong> for Hostinger: <a href=\"https://www.hostinger.com/blog/wordpress-6-2\">WordPress 6.2 Is Finally Here: A Detailed Overview</a></li>\n\n\n\n<li><strong>Dan Knauss</strong>, for iThemes&nbsp;<a href=\"https://ithemes.com/blog/what-to-expect-in-wordpress-6-2\"><strong>What to Expect in WordPress 6.2</strong></a> (<em>BTW iThemes just announced a <a href=\"https://solidwp.com/\">total rebranding to SolidWP</a></em>)</li>\n\n\n\n<li>And last but not least: <strong>Sarah Gooding </strong>for WPTavern: <a href=\"https://wptavern.com/wordpress-6-2-dolphy-introduces-a-revamped-site-editor-distraction-free-writing-mode-and-updated-block-inserter\">WordPress 6.2 “Dolphy” Introduces a Revamped Site Editor, Distraction-Free Writing Mode, and Updated Block Inserter&nbsp;</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-81-wordpress-6-2-interactivity-api/\">Gutenberg Changelog #81 – WordPress 6.2, Gutenberg 15.4 and 15.5, Phase 3 – Collaboration and a new  Interactivity API</a> with Birgit Pauli-Haack and special guest Leonardus Nugraha</p>\n</div></div>\n\n\n\n<p><strong><a href=\"https://twitter.com/Leonugr\">Leonardus Nugraha</a> </strong>joined me on Friday for Gutenberg Changelog episode 81, and we also talked about WordPress 6.2. We also covered Gutenberg plugin releases 15.4 and 15.5, Phase 3 and the Interactivity API proposal. If you are a subscriber, the episode will drop into your favorite Podcast app over the weekend. </p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the <a href=\"https://gutenbergtimes.com/phase-3-collaboration-layout-and-spacing-controls-block-visibility-3-0-weekend-edition-248/\"><em>Weekend edition #248</em></a>, we shared Matias Ventura&#8217;s announcement on the <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a>  </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> and <strong>Hector Prieto</strong> discussed a few questions the community had about Phase 3 in the latest episode of the WP Briefing: <a href=\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\"><strong>Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <a href=\"https://make.wordpress.org/design/2023/03/27/design-share-mar-13-mar-24/\"><strong>Design Share: Mar 13–Mar 24</strong></a>, <strong>Joen Asmussen</strong> showcased the latest work by the WordPress Design team. One display is particular interesting as it imagines how the block options menu can scale and house even more options. In another section, Asmussen shows how the team is thinking about the template management. </p>\n\n\n\n<img />\n\n\n\n<p>This week, <strong>Ryan Welcher</strong> and <strong>Justin Tadlock</strong> wrangled the Gutenberg plugins release and published the release post: <strong><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">What’s new in Gutenberg 15.5? (05 April)</a>. </strong>In it, they highlight </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/#patterns-as-template-starters\">Patterns as template starters</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/#style-captions-via-the-styles-interface\">Style captions via the Styles interface</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/#experimental-grid-layout-support\">Experimental grid layout support</a></li>\n</ul>\n\n\n\n<p>I am particularly, curious about how the grid layout works. It seems quite complex as the editor needs to deal with several levels and Inner Blocks and how they follow the overall grid layout. It&#8217;s important that theme builders test this and provide feedback, so it can be solidified. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Anne McCarthy</strong>, manager of the FSE-Outreach Project hosted a Hallway Hangout with <a href=\"https://twitter.com/bbertucc\"><strong>Blake Bertuccelli-Booth</strong></a> on <a href=\"https://make.wordpress.org/test/2023/04/04/hallway-hangout-lets-chat-about-moving-to-the-site-editor/\">Moving to the Site Editor</a>. Bertucelli-Booth &#8220;sees a huge advantage in using the Site Editor directly as a design tool rather than using Figma before replicating in WordPress.&#8221; and &#8220;Generally speaking, they try not to build that many custom blocks and instead rely on patterns with an emphasis on employing as much as possible from&nbsp;<a href=\"https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/\">the curating the editor experience doc</a>.&#8221; McCarthy wrote. It&#8217;s a great conversation to have and one I will revisit, when starting to migrate the Gutenberg Times to a block theme. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal</strong> launched <a href=\"https://gutenberghub.com/launching-gutenberghub-shop/\">GutenbergHub Shop</a> where he offers an extensive range of Gutenberg Blocks, Templates, and Extensions, designed to facilitate and enhance the website building process. Kamal has big plans for the future. I am excited to see <a href=\"https://shop.gutenberghub.com/\">what&#8217;s in store </a>next</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anders Noren</strong>, an early adopter of block themes, published a new theme in the WordPress repository called <strong><a href=\"https://wordpress.org/themes/abisko/\">Abisko</a>.</strong> &#8220;Abisko is a stylish blog theme with a heavy emphasis on bold typography and generous amounts of whitespace. It comes with 5 different theme styles to choose from, and over 30 different block patterns that you can use to build unique page layouts quickly.&#8221;<br /><br />Sarah Gooding has the skinny for you: <a href=\"https://wptavern.com/anders-noren-releases-abisko-a-new-free-wordpress-theme-with-30-block-patterns\"><strong>Anders Norén Releases Abisko, a New Free WordPress Theme with 30+ Block Patterns</strong></a></p>\n\n\n\n<img /><em>Features pattern. Theme Abiski by Andres Noren. </em>\n\n\n\n<p>WordPress 6.2 comes with an Openverse integration for media and block inserter. <strong>Wes Theron </strong>has a tutorial for you on how to <a href=\"https://learn.wordpress.org/tutorial/add-media-and-openverse-images-to-your-content-directly-from-the-inserter/\"><strong>Add media and Openverse images to your content directly from the Inserter</strong></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><a href=\"https://twitter.com/jkoussertari\"><strong>James Koussertari</strong></a> at GutenbergMarket, published <a href=\"https://gutenbergmarket.com/news/a-comprehensive-guide-to-building-wordpress-block-themes\"><strong>A Comprehensive Guide to Building WordPress Block Themes</strong></a> with links to official and other sources. Apart from the official sources, Carolina Nymark&#8217;s fullsiteediting.com has the most details resources.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Previously, <strong>Felix Arntz</strong> shared his experience of&nbsp;<a href=\"https://felix-arntz.me/blog/rebuilding-my-website-using-a-block-theme/\">rebuilding my WordPress website using a block theme</a>. In his latest blog post he shared how he was <a href=\"https://felix-arntz.me/blog/measuring-website-performance-using-webpagetest-with-wordpress-6-2/\"><strong>measuring website performance using WebPageTest</strong></a>, using the latest WordPress version. Arntz shares his plan, how to select relevant test scenarios and what exactly he wanted to measure. It&#8217;s a great case study, that will help you to also benchmark some of the sites you are dealing with. Felix is super detailed in his post, and you might get lost in the weeds. Make sure you check out the tools he mentions to help with the endeavor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><b>The WPEngine</b> team has released the Pattern Manager plugin in the WordPress plugins directory . The description reads: &#8220;When you design beautiful block patterns for your theme, Pattern Manager by WP Engine will automatically push them into PHP files for you, every time you save.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong><a href=\"https://twitter.com/benjaminritner\">Ben Ritner</a></strong> elaborated on the <a href=\"https://www.kadencewp.com/blog/wordpress-6-2-and-the-state-of-fse/\"><strong>state of FSE themes,</strong></a> “…there is a lot about the site editor and FSE themes that are not quite ready…”. Ritner and his team at Kadence theme were early adopters of the Block editor and built a very popular Block Collection plugin. Together with the Kadence Theme, the plugin elevated the user experience to page building capabilities with features the block editor was missing for a long time. There are still things Ritner finds missing. Read  the article and see if his gaps are also relevant to your theme building journey. </p>\n\n\n\n<p></p>\n\n\n\n<p><a href=\"https://twitter.com/nschaeferhoff\">Nick Schäferhoff</a> found <a href=\"https://torquemag.io/2023/03/wordpress-site-editor-features/\"><strong>10 WordPress Site Editor (FSE) Features You Didn’t Know About</strong></a>, even if you know about some of them, you might not know all of them. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>In his post,<strong> <a href=\"https://developer.wordpress.org/news/2023/03/quick-and-easy-local-wordpress-development-with-wp-env/\">Quick and easy local WordPress development with wp-env</a>, Michael Burridge</strong> introduced you to the WordPress development tool that comes with the Gutenberg plugin and allows you to quickly spin up a WordPress site on your computer to start working on proof of concepts, or follow an interesting idea. <em>(Docker required </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong>&#8216;s new course is online on Learn.WordPress site.  <a href=\"https://learn.wordpress.org/course/converting-a-shortcode-to-a-block/\"><strong>Converting a Shortcode to a Block</strong></a>. This is a newer style of course, where we&#8217;re using existing tutorial content, updating it with images, code examples and quizzes, and bundling it as a short course.  A short version of the course is available as a tutorial on the WordPress Developer Blog: <a href=\"https://developer.wordpress.org/news/2023/03/converting-your-shortcodes-to-blocks/\"><strong>Converting your shortcodes to blocks</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Michael Burridge</strong> and <strong>Jonathan Bossenger</strong> held live Developer Hours for the Asia/Pacific timezones and uploaded the recording to WordPressTV: <a href=\"https://wordpress.tv/2023/04/03/developer-hours-migrate-a-plugin-to-blocks-emea-asia-pacific/\"><strong>Developer Hours: Migrate a plugin to blocks (EMEA / Asia-Pacific)</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong>  invited developers to bring block development issues to the live stream on Twitch. Some recordings are available on YouTube:  <a href=\"https://www.youtube.com/watch?v=Aut0EcsKbxM&t=3s\"><strong>Block Development: Bring me your issues!</strong></a> In this edition, Welcher covers about 14 different issues submitted by viewers. </p>\n\n\n\n<p>Among those: </p>\n\n\n\n<ul>\n<li>Adding some checks to only show the link to users with the correct level of access.</li>\n\n\n\n<li>Creating a post-placeholder block and creating the parent/child relationship with the post-picker block.</li>\n\n\n\n<li>Updating the Edit component to match the output of the front end.</li>\n</ul>\n\n\n\n<p><a href=\"https://www.twitch.tv/ryanwelchercodes\">Ryan Welcher streams very Thursday at 10:30 ET / 15:30 UTC on Twitch </a></p>\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/santosguillamot\">Mario Santos</a></strong> posted on the Make Core blog the <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\"><strong>Proposal: The Interactivity API – A better developer experience in building interactive blocks</strong></a>.  The vision:  &#8220;Imagine plugins providing interactions like “heart this post” or “add to cart” without page reloads. Picture instant search, commenting, and native full-page transitions as best-in-class built-ins without complex scaffolding or external tools. Envision achieving this in any block theme by default without sacrificing&nbsp;PHP&nbsp;server rendering and the&nbsp;plugin&nbsp;ecosystem for a&nbsp;JS&nbsp;runtime. Visualize block developers easily declaring and extending such behaviors in a way that is immediately familiar and compatible with the block ecosystem.&#8221; </p>\n\n\n\n<p>Santos also shared a short demo of  Favorites in a Movies app. You can <a href=\"https://wpmovies.dev/\">browse it yourself on the live site</a>, and if you are interested in the implementation, the <a href=\"https://github.com/wordpress/wp-movies-demo\">demo code is also available on GitHub</a>. This post definitely has a high Geek-factor, but the aim is to make it easier for any developer to create interactive blocks. Stay tuned for more examples and examples code.</p>\n\n\n\n<p>Two developers from the team working on the Interactivity API will be speakers at the <strong>Developer Hours on April 17,</strong> and give an<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575913/\"> </a><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575913/\">Introduction of the </a>Interactivity API</strong>. They will hold two events  to accommodate as many times zones as possible: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575913/\">at 8am UTC</a> with Mario Santos and <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575942/\"><strong>at 17:00 UTC</strong></a> with Michal Czamplinski</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Munich, view from the tower of St. Paul by Birgit Pauli-Haack, found on wordpress.org/photos. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Apr 2023 07:09:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Gutenberg 15.5 Introduces Experimental Grid Layout Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/gutenberg-15-5-introduces-experimental-grid-layout-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3586:\"<p><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">Gutenberg 15.5</a> was released this week with more new features and refinements to WordPress&#8217; full-site editing capabilities. The project will soon be moving on to Phase 3 with <a href=\"https://wptavern.com/real-time-collaboration-is-coming-to-wordpress\">real-time collaboration</a> on the roadmap, but there are still many improvements on the way for the Site Editor and core blocks.</p>\n\n\n\n<p>This release introduces experimental support for grid layouts in the Group block. Gutenberg contributors are testing a Grid layout type as a new variation for the Group block. They decided on this implementation instead of a new block in order to get more real-world use on the first iteration. </p>\n\n\n\n<img />\n\n\n\n<p>After testing, I found the Grid layout type fits as a natural addition to other Group variations. This first iteration ships with one setting for configuring the minimum column width, but more options can be added in the future. I found it to be far easier to manipulate than the Columns block for basic grids. It may be easier for users to discover and understand if it were implemented as a new block, with the grouping implicit instead of having to add a Group block first and then select a layout.</p>\n\n\n\n\n\n\n\n<p>Grid layouts are a common feature of page builder plugins and this new capability is necessary to make Gutenberg&#8217;s page building capabilities more robust. With more testing, contributors can settle on an implementation and build it out from there. If you want to give it a try, the Grid variation for the Group block can be enabled under <strong>Gutenberg > Experiments</strong>.</p>\n\n\n\n<img />\n\n\n\n<p>Gutenberg 5.5 also introduces the ability for theme authors to identify a custom pattern to be displayed when users load a specific template, such as a 404 page, author page, or single post, instead of relying on a fallback template or starting from a blank slate. This makes it possible to have <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">custom patterns as template starters</a>, a friendlier jumping off point for users who are editing their sites.</p>\n\n\n\n<p>The update brings the ability for users to <a href=\"https://github.com/WordPress/gutenberg/pull/49141\">style their Captions in the Styles interface</a>. Captions&#8217; color, typography, and size can now be easily edited with changes applied globally.</p>\n\n\n\n<img />image credit: <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">Gutenberg 5.5 release post</a>\n\n\n\n<p>A few other important updates in this release include the following: </p>\n\n\n\n<ul>\n<li>New <a href=\"https://github.com/WordPress/gutenberg/pull/49111\">Post Modified Date variation</a> for the Post Date block lets users display the post&#8217;s most recent date updated</li>\n\n\n\n<li>Sticky Position: New “Make sticky” action added to the Template Part block</li>\n\n\n\n<li>Buttons: Disabled support for &#8220;edit as HTML&#8221; in block options</li>\n\n\n\n<li> Time to Read block adds spacing and typography support</li>\n\n\n\n<li>Columns block adds support for template locking</li>\n\n\n\n<li>“Image size” replaced with “Resolution” in image size controls</li>\n</ul>\n\n\n\n<p>Check out the changelog in the <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">release post</a> for a full list of all the bug fixes, enhancements, and performance, documentation, and code quality improvements.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Apr 2023 15:54:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: WordPress Mobile Apps Get a New Support Forum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/wordpress-mobile-apps-get-a-new-support-forum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1939:\"<p>Support for the WordPress mobile apps is <a href=\"https://make.wordpress.org/mobile/2023/03/28/new-mobile-support-forum/\">moving to the WordPress.org forums</a>. Previously, users were routed to WordPress.com, even those who were self-hosted, and Automattic employees handled support tickets related to the mobile apps. </p>\n\n\n\n<p>This move to WordPress.org is part of an effort to disentangle the official WordPress mobile apps from Automattic&#8217;s services. In July 2022, the Mobile Team announced it will be <a href=\"https://wptavern.com/automattic-is-removing-wordpress-com-features-from-the-official-wordpress-mobile-apps\">pulling all the Jetpack and WordPress.com features from the official WordPress mobile apps</a> and moving them into the Jetpack app.</p>\n\n\n\n<p>Although the mobile apps previously had forums on an older bbPress installation, they were rarely used as those in need of helped were piped through the WordPress.com support queue. The new <a href=\"https://wordpress.org/support/forum/mobile/\">mobile support forum</a> is listed on the Support page and is already active with requests regarding <a href=\"https://wordpress.org/support/topic/wordpress-app-crash-samsung-galaxy-tablet/\">app crashes</a>, <a href=\"https://wordpress.org/support/topic/cannot-connect-to-site-with-mobile-wp-app-403-error-xmlrpc-endpoint/\">XML-RPC errors</a>, and <a href=\"https://wordpress.org/support/topic/gallery-block-glitch/\">issues with core blocks</a>.</p>\n\n\n\n<p>Bringing mobile support to a public place has the advantage of allowing users to help each other, search through old threads, and look for answers in the same way they do for problems with themes or plugins. It standardizes the support experience so users know what to expect. The Meta trac <a href=\"https://meta.trac.wordpress.org/ticket/6686\">ticket</a> for the forum creation has been closed now that the initiative is complete and the forum is operational.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Apr 2023 05:10:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Preferred Languages Feature Plugin Needs Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143376\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/preferred-languages-feature-plugin-needs-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2925:\"<p>The Preferred Languages project is gaining some momentum with this week&#8217;s <a href=\"https://make.wordpress.org/core/2023/04/03/preferred-languages-help-test-the-latest-version/\">2.0 release</a> of the feature plugin. In 2017, WordPress Core Committer Pascal Birchler <a href=\"https://make.wordpress.org/core/2017/05/20/preferred-languages-the-prototype/\">released a prototype</a> that lets users select multiple preferred languages in their settings so that WordPress will load the first translation available, falling back to the next language in the list. </p>\n\n\n\n<p>&#8220;<a href=\"https://wordpress.org/about/stats/#locales\">More than half of all WordPress sites</a> in the world use a language other than US English,&#8221; Birchler said in a previous update. &#8220;For these sites and users, the options to change the site <em>and</em> user language are great. But when there’s no translation for a given plugin or theme, WordPress falls back to US English. That’s a poor user experience for many non-English speakers.&#8221;</p>\n\n\n\n<p>Version 2.0 introduces some major changes with a full refactoring of the UI to use React. (Previously it was using jQuery and jQuery UI.) Birchler removed the drag and drop sorting functionality to improve accessibility but users should find that almost everything the plugin still looks the same as before.  </p>\n\n\n\n<p>This update also brings compaibility with with <code>WP_Textdomain_Registry</code> and <code>switch_to_user_locale()</code> for users on WordPress 6.1+ and brings unit test coverage to nearly 100%. </p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/preferred-languages/\">Preferred Languages plugin</a> has more than 2,000 active installs but Birchler is calling for people to test the update, as he believes the plugin is close to a core merge proposal.</p>\n\n\n\n<p>&#8220;One big remaining question mark is the concept of <em>translation merging</em>,&#8221; he said. &#8220;By default, if there are only some missing strings in a selected locale, these would be displayed in English. But with translation merging, the missing strings will be taken from the locale next in line instead. While this works great, it could be <a href=\"https://github.com/swissspidy/preferred-languages/issues/536\">a tad slow</a> due to the way translations are loaded in WordPress. Any help addressing this potential performance concern would be greatly appreciated.&#8221;</p>\n\n\n\n<p>Testers can <a href=\"https://github.com/swissspidy/preferred-languages\">contribute to the code on GitHub</a>, leave feedback on the <a href=\"https://wordpress.org/support/plugin/preferred-languages/\">support forum</a>, and open <a href=\"https://github.com/swissspidy/preferred-languages/issues\">new issues</a> to submit bug reports. Getting this project into core will make using WordPress and its plugin and theme ecosystems more accessible for non-English speakers.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Apr 2023 13:58:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Launching a WordPress Product in Public: Session 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148693\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82314:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass </a>discuss their experiences and insights on launching <a href=\"https://crop.express/\">Crop.Express</a>. They share valuable advice on building a brand, developing a minimum viable product (MVP), getting feedback from the community, and handling challenges along the way. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">34</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>As <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> move further into their experience of launching a WordPress product in public, they delve into the insights they’ve gained and the obstacles they are facing. Listen to their perspectives on building a community around the product, overcoming challenges, handling feedback, and implementing effective marketing strategies.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>The Impact of Technology on Personal and Professional Lives</strong>: Technology has revolutionized various aspects of our lives, from communication and information access to work and productivity. This brings about the benefits and challenges of living in a digitally connected world, including privacy, cybersecurity, and work-life balance.</li>\n\n\n\n<li><strong>The Role of Mindfulness in the Digital Age:</strong> Mindfulness practices can help individuals navigate the challenges of the digital age, such as reducing stress, improving focus and concentration, and promoting healthy technology habits. Integrating mindfulness into daily routines and setting boundaries with technology is more important than ever.</li>\n\n\n\n<li><strong>The Need for Conscious and Intentional Technology Use:</strong> Being conscious and intentional about how we use technology, including being mindful of the impact of technology on our physical and mental health, relationships, and overall well-being, is critical. Being thoughtful about developing healthy technology habits, such as managing screen time, practicing digital detox, and being mindful of online behavior, can have a significant impact.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://ithemes.com/\">iThemes</a></li>\n\n\n\n<li><a href=\"https://calderaforms.com/\">Caldera Forms</a></li>\n\n\n\n<li><a href=\"https://restrictcontentpro.com/\">Restrict Content Pro</a></li>\n\n\n\n<li><a href=\"https://woocommerce.com/\">WooCommerce</a></li>\n\n\n\n<li><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 8 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p>Corey Maass: [00:00:00] Sort of summarize the, summarize what we wanted, all of the features<br />we wanted, where we&#8217;re at, and then what the next steps are. Okay. Because I think, I think the<br />power balance is about to shift the power balance. Yeah. Previously we were waiting for me, I<br />think we&#8217;re, oh, I think I&#8217;m, I think I&#8217;m caught up.<br />And so I think we&#8217;re stepping more into w you know, you being able to do stuff for, um, you<br />know, we can start working on marketing assets and the website and stuff like that because the<br />plugin&#8217;s actually worth talking about .<br />Cory Miller: Okay. Gotcha. Well, do you want to catch me up on where we&#8217;re at with the<br />product?<br />Then we can shift gears to what&#8217;s<br />Corey Maass: next. Yeah, so the good news is, [00:01:00] um, we had started with Featured<br />image and I had jumped over and featured Image was, uh, had a nice walkthrough or a nice<br />flow. Choose your image, choose your shape, do your cropping. There it is. Um, I had added a<br />bypass button, um, and then had started stubbing out settings, um, so that you could build your<br />own, um, presets or calling them your own shapes, basically.<br />Um, size, width, whatever. Um, and then I had jumped over to Media Library cuz that was the<br />other one that I really wanted, or the next one that I really wanted, again, as a non guttenberg<br />user. Um, And so had brought that up to speed. So it, [00:02:00] now, if you go into media<br />library, there&#8217;s now a second button at the top is the choice we&#8217;ve made thus far.<br />Um, so if you go to library Yep. There&#8217;s a critical error. Uh oh.<br />is that, um, uh, we need to start using Insta. Insta, wp,<br />Cory Miller: um, oh,<br />Corey Maass: this is just my, yeah, go to, um, go to Insta WP and do it. Spin up a site<br />they really want. Um, I mean they&#8217;re, this product&#8217;s amazing Anyway, so you just launch one<br />click.<br />Oh, you reach your limit. Do it in incognito. Okay.[00:03:00]<br />Hackers. Um, but they, they&#8217;ve actually offered us a, um, a test account for, um, for using to use<br />c WP for this product, for these kinds of demos. So,<br />or you can do that.<br />Passwords. I&#8217;ve memorized it. I&#8217;ve memorized it. I&#8217;m gonna hack your account.<br />No kidding. .<br />Cory Miller: Oh my God. Come on, .<br />Corey Maass: Seriously, just do, uh, incognito. You don&#8217;t have to do any of this. There you go.<br />Oh, but now you have to share that window.<br />Nothing [00:04:00] is easy. Um, but anyway. Yeah, so Well, you&#8217;re good. Well you&#8217;re setting that<br />up. Um, so media library, uh, doing two things. One is<br />cheeky boogers. Do you want me to just share? I can walk us through it. Yeah. Okay. Um, how<br />are they tracking cookies? Uh, into incognito. That&#8217;s, uh, they&#8217;re being very sneaky. I think.<br />Enter my name. I don&#8217;t want to one click log in. All right. So I&#8217;m gonna share my screen.<br />Cory Miller: Um, okay. I&#8217;m into, oh, okay. Well then go,<br />Corey Maass: Okay, I got the<br />Cory Miller: free account. There you go. You&#8217;re a hackers. Okay, yeah,<br />Corey Maass: go for it. I&#8217;m here. So, [00:05:00] uh, magic login. There you go. And then plugins<br />add new crop, express, crop of the express.<br />And this is something we need to start working on. There you go. Cuz we, we wanna be first, so<br />we&#8217;ll have to start doing some testing on that. Um, so did you notice we had 10 plus click on<br />view details?<br />Uh, we are up to over 10 active installs, 10 plus.<br />Cory Miller: Oh, is that why you were showing me that? I was like, oh man, are you having a<br />bad day? Cuz you showed me that like Active was like, yeah, but they have these gaps and<br />stuff. But what you were trying to say was the plus<br />Corey Maass: we&#8217;re over 10. We finally made it over 10.</p>\n\n\n\n<p>That&#8217;s awesome. So yeah. So if you go to, yeah, so there&#8217;s now, uh, [00:06:00] settings, uh,<br />crop Express. Um, I put in just a little placeholder welcome. And what we&#8217;ve got here is identical<br />settings, but for all three instances of crop express, right? So you can crop, uh, your featured<br />image in posts, you can crop. There&#8217;s a block in Gutenberg and then media library.<br />So, um, all of them are, are identical. So click on media library, cuz then we&#8217;ll jump over to that.<br />Um, so you&#8217;ve got your presets. Um, so all of the default ones you can turn on and off and then<br />you can add your own. And then down below, uh, are the sizes and we just populate with some<br />sensible defaults, basically.<br />But you can say, uh, you know, make my image, um, oh, defaults shouldn&#8217;t say [00:07:00] max,<br />so I need to fix that. Um, but it&#8217;s the, if you upload a square, it&#8217;ll, it&#8217;ll automatically generate an<br />image that&#8217;s 2000 by 2000. Um, but if you up upload a rectangle one way or the other, The<br />wider side will be the maximum and the, and the smaller side will be the minimum.<br />Mm-hmm. , um, it took me a while to figure out what the heck they were talking about with Men&#8217;s<br />Max and default, but it&#8217;s that, so we need some, some happy text there to explain that. Um, and<br />then, yeah, so if you go back up to the top portion, portion in this page and turn off a couple of<br />these, the four threes or something, whatever, um, and then hit save.<br />And then if you go to media library or media in your menu, um, and if you click add new, it<br />automatically throws you back [00:08:00] to the media library, but with the crop Express open so<br />that you&#8217;re always using it. Um, which could be an option that we give. Um, and then, um, but,<br />and if you go to Media Library and say, Add new, there&#8217;s again, there&#8217;s a new button at the top.<br />Cory Miller: Okay. Can we go back for just one second cuz I wanna make sure I understand<br />this so that I could give feedback and help people. So yeah, of course. Okay. I think this is what</p>\n\n\n\n<p>tripped me up and it&#8217;s probably, cuz I&#8217;ve got old, old school, Adobe Photoshop in mind. Mm-<br />hmm. . But we&#8217;re saying for all the image settings, like here is the preset ratios in a sense, but</p>\n\n\n\n<p>it&#8217;s not just ratios, it&#8217;s like circles. It&#8217;s the preset what.<br />Corey Maass: Sure . Um, I&#8217;ve [00:09:00] gone back and forth between, uh, shapes and sizes.<br />So originally we were calling them sizes, but they&#8217;re not really sizes cuz that&#8217;s Yeah. Pixels. So<br />shapes, um, or preset aspect ratios is what they really are.<br />Mm-hmm. , I just, I worry that people don&#8217;t, that&#8217;s progress, right? Like that&#8217;s, that&#8217;s the most<br />correct way to put it. Um, but people don&#8217;t think that way. Mm-hmm. or like, again, using, using<br />one of my clients, uh, using my clients as an example, um, one of them this week, we kept<br />going back and forth unrelated to the plugin.<br />Obviously we kept going back and forth where, uh, she&#8217;s like, there&#8217;s a bug about uploading an<br />image. And I, I had it. Um, set so that they could upload, they should upload 16.9 featured<br />[00:10:00] images and, and she&#8217;s like, yeah, but what if it&#8217;s really tall? And I&#8217;m like, 16 nine is<br />16.9. And in her head, 16.9 and nine 16 are the same thing.<br />And Hmm. And that to me is like one, we, we can do some education, but two, you know, people<br />aren&#8217;t, uh, people don&#8217;t, aren&#8217;t nerds like me and thinking about 16 nine and nine 16 and yada<br />yada. So, um, yeah, I definitely think some video or a video that explains what any of this stuff<br />is. Mm-hmm. like I, maybe, maybe we&#8217;ve been taking that for granted, or now you and I on<br />session eight are, you know, in it, so we totally get it, but users may not, that kind of thing.<br />Okay.<br />Cory Miller: Um, Okay. Can we spend just a little time thinking about that? Um, yeah, of course.<br />[00:11:00] How, how nor, because I saw this and I was like, man, I know you&#8217;ve got these<br />incredibly smart thoughts about all this, but I was like, okay, I&#8217;m trying to get my head around it,<br />but if I think of, maybe I just share what I think and then Yep.<br />You compare that. Help me, because I don&#8217;t know if my knowledge is ancient. Um, okay. So I<br />go, I need a photo for, or I, I know I&#8217;m gonna want a photo featured image, whatever that is.<br />Okay. And then I go, okay, how wide is my now featured image blows this out. But I just, I go,<br />how wide do I need the photo to be?<br />Like, for most of these, I think I&#8217;m just processing my way. And then absolutely. Tell me.<br />Absolutely. Keep going. . So I go, okay. My constant pain in the butt with WordPress for years.<br />Anything like this. Yeah. Is you&#8217;re constrained [00:12:00] by column width mostly. Okay.<br />Featured image. Image. Just like our post stuff. I hate it because it&#8217;s like, I don&#8217;t want post<br />billboards on top of our, our posts.<br />I want them to get to the post anyway, so thank you for letting me digress. . Okay. So I go, I&#8217;m<br />writing a post, I want an image for it. I either think featured type in like a big image that kind of</p>\n\n\n\n<p>sets the tone, but to me, I&#8217;ve, I&#8217;ve always still gone, like it&#8217;s the post width. Mm-hmm. . Um, and I<br />don&#8217;t like the featured image issue there because in themes, for instance, like I&#8217;ll do an image<br />because.<br />I would do want to set a tone, but then it ends up in the featured and then a lot of themes will<br />pull that and it just looks wonky to me. Yeah. Like I haven&#8217;t thought about it, maybe thought<br />about it correctly, but I go, I want an image [00:13:00] and I default to width, like mm-hmm. , how<br />wide is, you know, the newsletter or the blog post or the theme that I have.<br />And then I kind of wanted to crop down to that specification appropriately for me. And<br />sometimes I just go, I just want width. And I&#8217;ll kind of adjust the height if I have a tool that lets me<br />do that. Um, like, I&#8217;m trying to think. When I was cropping in Photoshop, I would set, maybe we<br />could pull up photo.<br />I don&#8217;t have Photoshop, but I would go to their little cropping tool and go, I want it to be, what I<br />would do, Corey, is I would. Previously go it&#8217;s, I don&#8217;t know, four or 500 pixels is typically what<br />I&#8217;ve locked in my memory somehow is like most column widths for posts are four to 500 pixels<br />wide. Mm-hmm.<br />So I&#8217;d go and Photoshop, I&#8217;d go [00:14:00] to the crop tool, I&#8217;d have my image up, I&#8217;d go to the<br />crop tool and I&#8217;d say 400. And I would leave the height, um, uh, open. Mm-hmm. . And because,<br />you know, not every image does that. And then go, okay. Crop and save. Mm-hmm. , um, and<br />then upload to the, to WordPress. But again, I&#8217;m gonna acknowledge, I don&#8217;t even know if that&#8217;s<br />all probably the right workflow, but that&#8217;s how I&#8217;ve done it.<br />Yeah. You know,<br />Corey Maass: I, I think so. I, I think you&#8217;re right. Like one of my takeaways from that is,<br />I think we&#8217;re, we&#8217;re at a high level anyway. We&#8217;re making the same point that people don&#8217;t think<br />about aspect ratios necessarily as aspect ratios. But, you know, and talking about previously<br />we&#8217;ve talked about, uh, [00:15:00] consistency and that kind of thing, um, and, and making<br />images appear correct for your theme.<br />And so using featured image, you know, something&#8217;s popped into my head, which I think is a<br />neat idea. Um, featured image. So using featured image specifically, it&#8217;s like, how wide do you<br />need it? How wide does your theme want your image to be? And then what aspect ratio do you<br />want it to be? Mm-hmm. . So it&#8217;s like you&#8217;re, you go, you go look at, and we could do a little<br />video that&#8217;s like create a post.<br />Laura Ipsum post, add an image, even even publish it privately. And then go look at the image<br />and how it looks and you right click on it. Like we can give some instructions, but it&#8217;s like right<br />click on it, you know, how big is it rendering, [00:16:00] you know, and, and make your screen<br />the biggest. It it could, it can go.<br />So it&#8217;s like you, your theme is a maximum of 1300 pixels wide. And currently your design says<br />your image, your images go full width. So, so 1300 is the number you want. So width 1300. And<br />then we could e and we could do something, do a little UI in here that&#8217;s like, okay, here&#8217;s a<br />placeholder image, 1300 pixels wide.<br />You know, how much height do you want? That&#8217;s your aspect ratio. So click on 16 nine, right?<br />And it&#8217;s like, keep in mind, I mean, this is all education. Like I don&#8217;t, I&#8217;m not really sure how we<br />get there, but, um mm-hmm. , uh, but to say like, keep in mind, you know, on small screens, like<br />if you&#8217;re going 1300 wide, you don&#8217;t want to be, you know, 1300 tall and you really don&#8217;t wanna<br />be nine [00:17:00] 16 cuz then you are, you know, tw 2000 tall or whatever it is.<br />And it&#8217;s like, that takes, here&#8217;s why the re the reason is you don&#8217;t, you don&#8217;t want your reader to<br />have to scroll and scroll and scroll before actually getting to your words unless you do. Um, but<br />yeah, that&#8217;s, I think that&#8217;s something that, that we&#8217;re gonna have to<br />education too is, is a very grand word, but it&#8217;s like people don&#8217;t think about it. This much. Maybe,<br />you know, if they&#8217;re a writer, then they&#8217;ve never thought about it. They just grabbed a photo,<br />made it look cool. Mm-hmm. and uploaded. Mm-hmm. . And never thought other than like, do I<br />want a circle or not A circle.<br />Or there&#8217;s, I want a picture of a guy on a beach building a sandcastle and I don&#8217;t want the, the<br />shark in the background, so I&#8217;m gonna crop it.<br />Cory Miller: So I wonder, are there websites, [00:18:00] and I just happened to think of<br />beginner cause I know they do things really well. Like the final product, what mm-hmm. , see<br />how they do like this technically.</p>\n\n\n\n<p>Is there feature featured image? Mm-hmm. . Um, is there any other sites, I don&#8217;t want to just<br />hone in on this, but any other sites you think do a really good job of using photos in their blog<br />posts that we could look at real quick? Be The reason why I say that is because mm-hmm. .<br />Final product is really kind of what we&#8217;re selling.<br />You know what I mean? Like what they&#8217;re trying to get to is we, we had that extended talk where<br />we said, you know, it&#8217;s somehow flavors up the content and kind of Right. You know. Um, do you<br />have anybody else you&#8217;d think I&#8217;d like that we could just kinda look and get some ideas real<br />quick?<br />Corey Maass: Uh, no, cuz I never go to blogs.<br />Cory Miller: Okay. [00:19:00] Well let&#8217;s use them real quick. So see, like, I don&#8217;t know if they&#8217;ve<br />tagged this as a featured image, you know, in WordPress mm-hmm. , but you go, okay, from an<br />SEO side, headline, gray headline music and WordPress. Two good things they&#8217;re gonna get,<br />then they&#8217;ve got enough text here. I mean, this is a great formula, WP Beginner, you know?<br />Yeah. Because yeah, they own all the WordPress search terms. Um, what about to, so yeah, so<br />intro, and then they give this little nice little thing. So what are they doing here? They&#8217;re<br />restating, restating the, the headline and then providing something that looks kind of nice. Like, I<br />think this adds value to the Post personally.<br />Corey Maass: So go, go to, uh, Freemius . They always have good blog posts.[00:20:00]<br />Go to any of them. Um, and so these, I think this to me is the more standard blog post format.<br />Click on any. Um, I like Zach, right? So big image in this case, they have the headline over the<br />image and then a blog post. And so I bet the, the background of Zach is the featured image.<br />Okay.<br />Entry header. Entry thumbnail,[00:21:00]<br />yeah. With a title overlay.<br />And their image is 1600 by 500. So an aspect ratio of 16 five. 16 five.<br />Cory Miller: So there&#8217;s a lot here that I really like. Um, like this is a nice looking featured<br />images. Mm-hmm. , they&#8217;re taking, you know, they&#8217;re really, I think this is gonna be important for<br />us if you&#8217;ll indulge me for a second. Mm-hmm. . Um, okay. So they&#8217;ve taken profile photos easy.<br />I don&#8217;t know if they&#8217;re creating this, like where are they getting, how are they doing all these, but<br />looks standard, right?<br />Like there&#8217;s the same character,<br />Corey Maass: their little robot is theirs, so they must have an illustrator who&#8217;s creating them.<br />[00:22:00] But I bet some of this is probably just clip art,<br />but somebody&#8217;s taking the time to create these images. Yeah. Canva. P. Yeah. You know, some<br />other editor.<br />Cory Miller: Okay,<br />same here. Like, probably find the source to do that. Cutting. These are like screenshots, which<br />I think kind of might flow into your other project you were talking about, right?<br />Corey Maass: Ooh, here&#8217;s another good example. Um, go to, I&#8217;m gonna send it to in Slack.<br />What&#8217;s your name again? Just kidding. Bob<br />So this is actually really, I just googled for, you know, baking blog or [00:23:00] something, but<br />this is actually really neat. So this tape I, this jumps we&#8217;re jumped right into a category, but look<br />at the aspect ratio of these images. And if you click on any of them, they&#8217;re the. They&#8217;re the<br />same. And if you click through, they&#8217;re actually using the featured image, uh, to the side of the<br />title.<br />So like, here, here, I see it twice, go hit back once and click on the first one. There&#8217;s like swirly<br />brownies, which look very good. Yeah. Click on that. So there&#8217;s, there&#8217;s, you know, big brownie<br />image. Scroll down a little and let&#8217;s see if they use it again. I&#8217;m just curious. Yeah, so it does<br />repeat, but you see, it&#8217;s, it&#8217;s the, the coincidentally, I found a blog that has featured images that<br />are taller than they are wide, little unconventional, but again, an a, a different, a another<br />example of a [00:24:00] different layout.<br />Right. So you found, you went to WP Beginner. They use, it&#8217;s, it&#8217;s horizontal. And it&#8217;s in line. So<br />it&#8217;s gonna be smaller cuz it&#8217;s in that with it&#8217;s confined, confined by that column. Go to Freemius .<br />It&#8217;s, you know, 1600, it&#8217;s full width cuz they&#8217;re using it the way, um, I often think of a blog, they<br />want a big, big, big image that takes up the full header.<br />Um, and then found a cooking blog that does taller rather than wider, which I, I was sort of<br />including to just include, but coincidentally right away found a blog that does in fact do that. Um,</p>\n\n\n\n<p>and so I think what, you know, what we&#8217;re really getting at is, uh, again, it&#8217;s the, you know,<br />you&#8217;ve selected a theme or you already have a theme.<br />How are the images being shown? [00:25:00] And so the, you know, the, let&#8217;s pretend that<br />Hummingbird High. Is, uh, an amateur blogger. And so they are new to WordPress. Um, and so<br />they install a theme and they add start adding recipes, and they&#8217;re just taking, like we&#8217;ve talked<br />about, they&#8217;re just taking photos off their phone.<br />So they don&#8217;t know. I think, you know, to your point, they&#8217;re like, I haven&#8217;t put in any posts yet. I<br />don&#8217;t know how big I need my images. Um, the theme seems to want such and such an aspect<br />ratio where I&#8217;ve read the, let&#8217;s pretend they&#8217;re even like, nerdy enough to read the docs. Do the<br />docs include any mention of here&#8217;s how big you want your images, that kind of thing.<br />And so yeah, there&#8217;s, there&#8217;s a need for. [00:26:00] Again, the, the most thorough process of like<br />AIP, post, add a fake image, even temporarily, see how it renders, and then tho that&#8217;s the<br />information you want. Um, and I don&#8217;t know how to do that. I don&#8217;t know that we can do that for<br />them because as we&#8217;ve shown, you know, if you&#8217;ve got a blog that, if you&#8217;ve got a layout that<br />doesn&#8217;t label your featured image as a featured image, like I have no way of going and writing a<br />little code that like goes and scrapes it.<br />Mm-hmm. and imports that and tries to import that information.<br />Cory Miller: So what if we looked at the, okay, yes, that is, um, all that stuff underneath all this<br />that someone would need to, if they&#8217;re really gonna do this at a high, high level, they need to<br />understand all that stuff. Um, you [00:27:00] know, like really what is your theme?<br />I think for the premise for this free one could be like, if I just look at WP Beginner, um, you want<br />to, the outcome is nice looking, um, scaled appropriate images. There&#8217;s an NCO side to it, but<br />like how do you get somebody, and this is bigger than the plugin right now for sure, but you go, I<br />think a huge win could be like this makes it easier to get nice images that kind of break up.<br />Mm-hmm. your post and show specific things. And if I just go default. Don&#8217;t worry about themes<br />so much cuz those could be specific integrations. Like Cadence has an integration builder.<br />Builder. Right. You know, specific for that. That could be all that paid stuff that we talked about.<br />Yeah. But if I [00:28:00] go, if we keep it the way it is now, which is in, well it&#8217;s either fit featured<br />image, which for sure has the theme stuff that you were talking about, where you go in post,<br />how do you create something like, like this is, these sites we&#8217;ve seen have for are formulas and<br />I&#8217;m trying to think through how we can get through the formula is an easy button to nice looking<br />blog post with some images appropriately sized.<br />Mm-hmm. , um, you know, like I&#8217;ve long admired what WP Beginner does cause they&#8217;ve got this<br />formula that works. Like, yeah. All this, every post. Not trying to, this is not a negative to me.<br />Every post is a very defined formula. Yep. Screenshots are in here, you know? Um, they do<br />have to create an image and then still get it in there.<br />So they, that&#8217;s part of their formula. Just like your, [00:29:00] the baking site with the brownies,<br />you were, you were pulling apart the tech specs for how they do all that. And it seems like, yeah,<br />so anchoring back, back in these presets is like, how do you just get somebody to, Hmm. Sorry,<br />I&#8217;m probably getting a little lost in my own thoughts here, but<br />Corey Maass: as long as you keep talking,<br />you&#8217;re good.<br />Cory Miller: Um. But you go, like when you buy, when you get a product or you buy a product,<br />whatever, you&#8217;re, you&#8217;re really buying whatever the result of it is, you&#8217;re actually not buying the<br />product, you&#8217;re buying this out, this outcome.<br />Corey Maass: And when you buy a piece of software and fire it up, you start hacking away at it,<br />Photoshop you, you&#8217;re create new and then, [00:30:00] and it, and it says, here&#8217;s some, here&#8217;s<br />some document sizes, but you know, here&#8217;s a thousand by a thousand, a white canvas.<br />And off you go. And then you&#8217;re like, well, but I really want, I wanna see my text options. I wanna<br />see. And so then you start playing with what menus to show or hide or you start playing with,<br />and that&#8217;s when you dig in, right? So, um, yeah, I, we, what would be great, and this is, this is<br />sort of what we&#8217;ve started with.<br />again, sensible presets I, or sensible, I mean, I, again, I&#8217;m calling &#8217;em presets, preset aspect<br />ratios. So if somebody doesn&#8217;t go to the setting screen at all, they click featured image. They&#8217;ve<br />got six predefined aspect ratios that, again, are sensible. Um, and they&#8217;ve got, and, and they<br />don&#8217;t know anything about sizes, but we&#8217;ve put in some pretty [00:31:00] industry standard.</p>\n\n\n\n<p>Mm-hmm. , safe for mobile, safe for desktop image size, men and Max. So we might be pretty<br />close to what you&#8217;re talking about. Mm-hmm. and maybe six isn&#8217;t the magic number. Maybe it<br />should only be Square Circle and 16, nine. And the other ones are. Extra. So maybe it&#8217;s too<br />many. We don&#8217;t know that yet, but,<br />Cory Miller: well, you know what, I lost track a little bit of the settings page because this was<br />intended for the agency, like mm-hmm.<br />I mean, you deliver, like, one of our thesis here was you deliver a client project. This really, like<br />the intention for the settings was for those freelancers, web owners, agencies delivering<br />products or delivering websites to clients. And then from that point, like I was trying to reconcile<br />the settings page with just [00:32:00] being a user, but that wasn&#8217;t our intention.<br />Our intention was give those tools to put in the little scoot in the little bumpers on the bowling<br />lane, right? Like that&#8217;s what the agency does pull, you know, Hey, were you, we, whatever<br />theme framework we use, we know it&#8217;s gonna be 69. You know, put the minimal X. Yeah. And<br />then when they do that stuff from the featured image, And, and the user starts using it, it&#8217;s<br />already there.<br />So we&#8217;ve, we&#8217;ve taken this thought of like, this is, to me, this is for an agency to ship better<br />guardrails for images for their client work. Yeah. So my question to you, I mean, as a, you&#8217;ve set<br />this up with the thought, I thought, you know, as a developer, right? So like, I, I&#8217;m not, but I go,<br />your mindset was to do, put these tools, settings in here for that technical person at the agency.<br />Yeah. Or we delivered it. [00:33:00] Make sure this is like, go through real quick and set these,<br />and that&#8217;s, that was our intention for this. Yep. So as long as it speaks to the, like, I don&#8217;t have to<br />note it, know it necessarily as a user, as long as the devs do. And if we check that box, I think<br />it&#8217;s, we ship it and we start talking about like, we, what we try to do is give a.<br />Guard, I&#8217;m rehearsing some of this for a copy. Mm-hmm. , it was like, this is to give guardrails to<br />your clients for their images. Take, take it, take 30 seconds, you know, when before you deliver<br />the client and do these real quick, and then you&#8217;ll put the little bumpers on the bowling alley for<br />&#8217;em.<br />Corey Maass: Yeah. And I, I think I want to, the only, the only caveat or addition I want to add to<br />what you just said is that it&#8217;s not, let&#8217;s not say dev, right, because dev implies code is, it&#8217;s a scary<br />thing to [00:34:00] a lot of people, whereas.<br />Uh, you know, in my mind the, the word like there, there&#8217;s never been a good word for the<br />people who are WordPress pros who don&#8217;t necessarily write code or write a lot of code or write<br />custom plugins, right? So there&#8217;s still experts in my mind at some, at some time. Like 10 years<br />ago the word was, um, that I was introduced was implementer.<br />So it&#8217;s like someone who implements WordPress and WordPress tools but isn&#8217;t a developer,<br />right? But, so to me, this is like somebody who doesn&#8217;t even, doesn&#8217;t write code, but is setting<br />up a site for a client, installs their favorite theme, knows that the theme looks great with 16 nine<br />images. And so they&#8217;re the ones that are gonna go in and tweak these settings.<br />Um, and so, yeah, and, and I think the analogy of, there&#8217;s nothing that says. There&#8217;s really<br />nothing that [00:35:00] says you have to even touch that setting screen if 16, nine or circle<br />meets your needs. Um, and then the, and, but, but I agree, like the language could be a, a heck<br />of a lot friendlier. Um, and we need docs that explain it, right?<br />Um, and so that&#8217;s where like, I think, I think you come in and the kind of thinking that you&#8217;re<br />doing of, you know, the, the, the unknowledgeable, the as yet unknowledgeable user, you know.<br />So on that little welcome screen, on the settings page, it says, welcome, you know, watch a<br />62nd video that explains what the heck is going on here with 10 seconds.<br />That explains, you know, why image size and shape is important in the simplest possible terms.<br />Um, And then the other thing that just occurred to me is actually that, that you kind of alluded<br />[00:36:00] to is, uh, I don&#8217;t remember how you put it, but the, the idea of the sort of pre preset,<br />like, I&#8217;m, I&#8217;m way down, I&#8217;m close to the metal where I&#8217;m, I&#8217;m calling a preset, or when I say<br />preset, I&#8217;m saying preset aspect ratio.<br />But I, but you actually kind of alluded to, um, like a preset featured image or a preset something,<br />something, right? Mm-hmm. . Um, and I realized that like, again, what I&#8217;ve created I think is a<br />great, we&#8217;re still on version 0.0 0.3. Mm-hmm. , so I think it&#8217;s appropriate. Um, but, uh, uh, and<br />so, or what I&#8217;m say, sorry.</p>\n\n\n\n<p>Um, we have the crop. That is identical in three different places. Right? Featured image. And the<br />likelihood is your, what, what The assumption that we&#8217;re going under, which I think is, is pretty<br />safe, is [00:37:00] you always, once you get rolling, you always want your featured image to be<br />the same size and shape. Mm-hmm.<br />So that mm-hmm. , all of your posts look consistent. Mm-hmm. . And the same might go for,<br />might not go for in, in post images, cuz you might want a smaller one shifted, left or shifted right.<br />You might want an infographic that&#8217;s tall and so you don&#8217;t necessarily want to be confined, but<br />here are some, some presets that, you know, look we like, you know, getting a level deeper with<br />design is you often want.<br />Your images to be similar throughout a website, the same way you want fonts to be. Similar<br />throughout a website, you want colors to be similar without throughout a website. So, you know,<br />in a perfect world, not that you shouldn&#8217;t sometimes break the rules, but you often want, if your<br />featured images are all 16, nine, you know, [00:38:00] design a a design guideline might<br />encourage you to have 16, nine images elsewhere.<br />That&#8217;s a little digression, but I think that&#8217;s true. And then taking this even further, if you go to the<br />media library, uh, again, right now for the sake of simplicity, I&#8217;ve got the same settings and the<br />same UI applied to the media library, upload a 16 nine image. But here I actually see, uh, a<br />different, or I&#8217;m envisioning a different UI that says, Upload a featured image, which uses the<br />settings from the featured images.<br />But we could also include things like upload an image for Twitter, upload a, you know, and this is<br />where a preset comes in, right? Upload, you know, a circles a circle, but upload a, and this is, I<br />think what, going back to, uh, the, [00:39:00] the little, um, sticker mule menu that we were<br />talking about where there&#8217;s sort of these predefined touchpoints.<br />And so, yeah, so it&#8217;s like you&#8217;re, you&#8217;re in a post, you&#8217;re writing a post. And we also, I think we<br />are spending a lot of time, we are being very word pressy. Um, and it might be to our detriment,<br />um, we are assuming anybody is actually writing a post. And I even saw a headline I think this<br />morning that was like, should WordPress get rid of the blog?<br />You know, it started as a blog, but should we, should it actually get rid of the blog focus<br />altogether? Because most people are using it as a C M S and building pages more than posts.<br />Mm-hmm. is, is the, was the hypothesis. But anyway, uh, you know, feature image images still<br />applies to pages. Um, when you&#8217;re writing a page, you know, we say in post [00:40:00] image,<br />but an in, in page image, so we&#8217;re not thinking wrong.<br />But, you know, thinking of WordPress as a c m s, you&#8217;re like, you build a page, but then you also<br />need an image for two, an OG image, open graph image for social, you might want to da da da<br />da da. And this is where we were talking about, you know, what, what you really need is an<br />image crop so that no image gets uploaded to WordPress incorrectly.<br />Mm-hmm. , right? And that&#8217;s where, uh, I, I&#8217;m, you know, again, I, we&#8217;ve sort of talked about it<br />and you kind of alluded to it a minute ago as like, within at least media library to have a, you<br />know, what kind of image do you want to upload an image for Twitter? Okay, well that needs to<br />be this size, the shape. I wanna upload a header for Facebook.<br />Or, you know, it&#8217;s like, I mean, these are bad examples cuz you&#8217;d upload those to Twitter or<br />[00:41:00] to Facebook. Um, but it could also be, uh, you know, it doesn&#8217;t even necessarily get<br />up, get saved to your media library, crop in image for Twitter. Download it and now, now post it<br />to Twitter. Crop an image for Facebook.<br />Now post it to Facebook. Do you wanna also save this in your media library?<br />and that&#8217;s where we kind of end up taking over. You know, it&#8217;s like media library bec, you know,<br />becomes, uh, Photoshop within WordPress. Okay. Now that&#8217;s interesting. Um,<br />what kind of image do you want to create today?<br />Cory Miller: You said something that was really interesting to me, um, that stuck out and it&#8217;s like<br />the c m s conversation. Hmm. Is it just the c m s or, you know, [00:42:00] do we, so I was trying<br />to find this blog site to see how they did it, but you go like, but there are people that still use<br />publishing their WordPress is their publishing tool.<br />Um, and I think of that like your client&#8217;s content journey clients mm-hmm. and. They&#8217;re using the<br />blog side. And I go, that was a helpful distinguishing for me is like if you just using the c m s, our<br />image is gonna be static. For instance, most cases, like you&#8217;re not gonna do a lot of image<br />manipulation.</p>\n\n\n\n<p>You may in turn, uh, initially, but we&#8217;re turning over to people that are pushing the publish button.<br />Like you have a newspaper or a magazine client, for instance. They are like, they&#8217;re in the<br />business of publishing. Yeah. Steady content. And that just made me think about the use case<br />again, is I still think the settings [00:43:00] conversation is great because a lot of these people<br />are gonna have agencies build the site because they.<br />To do the publishing really fast. So we&#8217;ve given those tools to the setting, they&#8217;ll look over here.<br />It&#8217;s like I went to moz.com just to see how they use damages. Oh, sure. I went to HubSpot, like<br />the bakery site. Oh, HubSpot. Yeah.<br />Corey Maass: Since they&#8217;re big on SEO and, but I bet. But they do a lot of content.<br />Cory Miller: They&#8217;re publishers, um mm-hmm.<br />which is really interesting. That aligns with where WordPress is, you know? Yeah. Okay. Let me<br />find, try to find,<br />I, I think this is important. This isn&#8217;t wasted because it&#8217;s, um, we&#8217;re drilling down closer to<br />really crystallizing who, yeah. Who, who, yeah. Okay, so [00:44:00] lemme just go back. Okay.<br />So they&#8217;re obviously using, this is probably, Well, hope has their own thing, but like they&#8217;re using<br />some image to draw some interest to the,<br />Corey Maass: so up top you&#8217;ve got four, three. I&#8217;m just, I&#8217;m gonna keep nerding out about this<br />cuz it&#8217;s like, this is what people aren&#8217;t seeing.<br />They&#8217;re, they&#8217;re seeing but not absorbing right? Is Right. On that previous page, you had four,<br />three images and square images, and then you drill, drill down and what would be, you know, a<br />primary image at the top again after the paragraph? Looks like it&#8217;s about four three. But it, but I,<br />I, I liked your WP beginner example.<br />Same with HubSpot, is that they&#8217;re just, they&#8217;re just, they&#8217;re essentially just putting images in line<br />and just like a magazine. So you&#8217;re reading a magazine and they might have a big pretty<br />picture, but they&#8217;re, um, you know, throughout an article they&#8217;ll have [00:45:00] photos.<br />So like,<br />Cory Miller: huh, good<br />Corey Maass: God. Okay. I go to like rolling stone.com.<br />Like go to a publisher. That&#8217;s interesting. Whoops. Yeah,<br />so those look like four, three images and then some square images. Just scroll down a little<br />interesting that this layout is almost identical to, um, Huffington Post , or not Huffington Post, uh,<br />the Atlantic. If you go to the Atlantic , it&#8217;s almost identical. Um, but anyway, there&#8217;s another<br />example. So [00:46:00] like we get into actual news sites, so they&#8217;ve got those look closer to like<br />16, nine.<br />Um, yeah, go back to Rolling Stone. I don&#8217;t need to see Huffington Post homepage. That&#8217;s too<br />depressing. . Um, but click, click into, click into any one of these stories. And here&#8217;s a pretty<br />typical layout. You know, there&#8217;s that featured image again, and then the story below it, and<br />then, but I bet they have images within, I guess this one&#8217;s just a short story, but anyway.<br />Yeah. You think this is four 30? It looks pretty close. I mean, I&#8217;m eyeballing it. Yeah. But,<br />but also, but I guess close enough that if somebody who isn&#8217;t rolling Stone wanted to create<br />their own website, they&#8217;d be like, okay, every time I in. Insert an image into a story, [00:47:00] I<br />will use the four three. Like we, so we, you know what, what, I guess I never finished the<br />description of the, the new version is we have settings and we also now have a block, a<br />Gutenberg block.<br />Yeah.<br />Cory Miller: By the way, you snuck that in on me.<br />Corey Maass: Yeah. So, so we now have, we&#8217;re, we&#8217;re, we&#8217;re pretty close to like feature<br />complete, right? So we have fe you can crop a featured image, you can crop, um, a Gutenberg<br />block and you can crop images going into the media library. Um, and so I think, you know,<br />again, I, uh, I th we&#8217;re focusing a lot on settings, but I think that there&#8217;s a good chance that most<br />people, your average person, will never need to go to those settings.<br />The likelihood is that most will, uh, so I called it cropped image because I think most people are<br />gonna look for image. So it says, select, select an image to crop, and then here&#8217;s our presets.<br />And so I think what most people are gonna do is [00:48:00] they&#8217;re like, they will decide, they will<br />choose four, three, and then, and then every time they do this again, they will choose four three.</p>\n\n\n\n<p>Like, that&#8217;s how most people use these kinds of tools. Like they, they do something once or they<br />learn, click, click, click. They don&#8217;t necessarily think about optimizing their clicking, and so they&#8217;ll<br />just choose four, three every time. If it looks good, the first.<br />Cory Miller: So question about the four three. So we&#8217;ve just said this is probably one of the four,<br />three and 16 by nine, you already know this, but four three was a lot on these sites and that<br />typically, like I&#8217;d look at beginner and all these others, and I go, it&#8217;s four three, like in the, in the<br />vicinity, right?<br />So how did you determine what this with is?<br />Corey Maass: Uh, so that is what&#8217;s set by the, on the settings page. I&#8217;m not saying go there, but<br />there are, [00:49:00] um, some common sense defaults. So it&#8217;s at least a thousand wide and it&#8217;s<br />less than 2000 wide. So if you tried to upload something that was off of your phone, high res,<br />you know, 8,000 wide, it would bring it down to 2000 or something.<br />But you also, if you tried to upload just an emoji, it would make it. Bigger, unless you said<br />bypass.<br />Cory Miller: I see. Okay. So the rationale, so we&#8217;re picking four, three, and then we&#8217;ve got these<br />bigger bumpers. So like this mm-hmm. , if we, so this image is actually whatever the settings</p>\n\n\n\n<p>are a thousand wide. So it&#8217;s technically bigger than it needs to be because of the settings. Mm-<br />hmm. . But that probably has advantages, I&#8217;m guessing, [00:50:00] for.</p>\n\n\n\n<p>Corey Maass: For and for responsive. Like, I&#8217;ve actually built sites before that. So, you know,<br />when you think about responsive and I, I know I&#8217;m devving out here, but, um, no, go for it.<br />You&#8217;ve generally responsive. You&#8217;re thinking mobile phone, you&#8217;re thinking tablet, and you&#8217;re<br />thinking desktop. Right. And uh, I&#8217;ve actually seen sites where, uh, on desktop we had multiple<br />columns of content.<br />So the images were a third of the total width of the site, which, which didn&#8217;t go edge to edge on<br />the screen. So an image was never more than like 800 wide. But then if you looked at it on<br />tablet, it, it went to a one column view images over text and, and not multiple columns of<br />content. And so suddenly it was 10,000 or it was a thousand wide, uh, or, you know, [00:51:00]<br />the size of my iPad here with right.<br />And so it actually went wider on mobile. And so a lot of people will be messing around building<br />their website on their desktop computer or on their laptop, and then eventually they&#8217;ll look at<br />their phone or they&#8217;ll look at their tablet, um, to do, to test it, and the images will actually go<br />wider. Um, and so it&#8217;s not a bad thing to have an image that&#8217;s, again, it&#8217;s if it&#8217;s compressed,<br />which is a whole different conversation.<br />Um, and not, if it&#8217;s not four megs and 8,000 pixels wide, it&#8217;s okay. That. A little too big cuz<br />browsers will size things down. Um, and better that than then it&#8217;s the, then it&#8217;s 800 and gets<br />upsized to be 1200. Cuz that&#8217;s when it looks bad.<br />Cory Miller: Gotcha. Okay. I&#8217;m, I&#8217;m much more understanding this now and it makes [00:52:00]<br />sense, um, because it&#8217;s okay to have like a thousand, whatever the default settings are Yeah.<br />Because you&#8217;ve got these benefits, but it&#8217;s not like an 18 meg file. Exactly. You know? Exactly.<br />But it, it&#8217;s, it&#8217;s in the window of like being quality image and you can set those differently if you<br />want.<br />Like in the setting. Yeah. So that&#8217;s, that&#8217;s great there. Yeah. Um, I gotta tell you, I think right here<br />you&#8217;ve nailed it. , like we&#8217;ve got the Gutenberg block. Mm-hmm. . All right, magician, how&#8217;d you,<br />how&#8217;d you get this done? Have you been working on this ? I think you told me you were gonna<br />work.<br />Corey Maass: No, no, no, no. We, so we, you know, early days when you and I first started<br />talking about this, um, I hired a couple of different developers, one who helped me out with<br />featured image and one who helped me out with block.<br />Um, and they got me [00:53:00] pretty close to the block working, but I couldn&#8217;t, I hadn&#8217;t<br />wrapped my head around. Uh, everything else that I&#8217;ve subsequently wrapped my head around<br />by building it for featured images and building it for media library. So then when I went back and<br />looked at, uh, what he did for the block, I was like, I literally copied the code from Featured<br />Image.<br />And so it took 45 minutes or something because he had already done the, the tricky part. And I,<br />again, have learned a lot more in the interim time. So, uh, so yeah, it was, it was, uh, too big of<br />a lift early on, but coming back to it, it was almost easy. So, yeah. Um, for me, I want to. See if<br />[00:54:00] I can, cuz again, I, I&#8217;m using, um, the classic editor.</p>\n\n\n\n<p>I wanna see if I can overwrite the featured image for that. And then we&#8217;re pretty close to, um, I<br />guess we need the media, like if you click on the add, add image button, you know, in the<br />classic text editor, um, you know, there&#8217;s a couple of, of little things, but they&#8217;re not, they&#8217;re not<br />insignificant, but they are not like modern WordPress.<br />So we&#8217;re, we&#8217;re in pretty good shape. But yeah, I, I definitely would love your input. Like things<br />like, don&#8217;t call them presets, call them preset aspect ratio. Mm-hmm. , um, um, and start thinking<br />about the, you know, the happy text, the explanation text, the, um, do you upload one of your<br />broken images again? Yeah.<br />um, You know, and, and docs and, and welcome text. [00:55:00] And, and if we start talking<br />about, um, a little video for, um, you know, to put on that welcome screen, like that&#8217;s, that&#8217;s<br />where we&#8217;re at. Like starting to actually make this, uh, friendlier and, and more clear. I like your<br />guy.<br />Cory Miller: Okay, now I was just playing with that. Yep.<br />That&#8217;s awesome man. I think this is a game changer. I think this right here could be the v1, like<br />in this, you know, that&#8217;s where we started from a long time ago. We just weren&#8217;t there. We<br />needed some time and space to like be able in opportunity obviously to do this, but like that right<br />there. Hits my original.<br />Holy crap. Can we have this? Can I have this? Mm-hmm. , I want this thing [00:56:00] because<br />Yeah. That&#8217;s super cool. But now some more, I, I heard what you were sayings like more all text.<br />If, if I, if I may though. So is the, em the image is cropped right here. Mm-hmm. . But there&#8217;s<br />white space. So is this the block takes up the whole thing.<br />So we, we would, we can&#8217;t do like Right. Justified or something like that.<br />Corey Maass: What? Right. These are things we need to, to work on. Okay. Add, yeah. These<br />are, and I, and the truth is, is, is I need more real world usage. Mm-hmm. and people telling me<br />what they need for me to know what to add. Okay. I mean, the, I think, you know, the, the easy<br />analogy is if you go at a regular image block,<br />Good luck figuring it out, cuz Gutenberg is confusing [00:57:00] as heck. Not that I&#8217;m cynical.<br />Um, but you&#8217;ve already got, uh, yeah, alignment. Um, what&#8217;s the little triangle next to it?<br />Oh, those filters. Mm-hmm. . So there&#8217;s, you know, like that&#8217;s where, you know, if people are<br />using them, if they want them, we can start adding stuff like that. And this is where, what we&#8217;ve<br />talked about, like we can, you know, we can start messing around with other stuff if, if people<br />want them, um, people need them.<br />You know, we&#8217;re, we&#8217;re still currently at version 0 0 3, so,<br />Cory Miller: okay man, you can get lost in these settings. They&#8217;ve added a lot of the settings it<br />seems. . Mm-hmm. . So would we be able to take, I think somewhere along the way, you<br />mentioned you [00:58:00] looked at a current block and saw some opportunities here, but would<br />these, taking this block with some of these things like the filter, um, would be, we&#8217;d be able to<br />hook into that.<br />I mean essentially like fork? Fork.<br />Corey Maass: Yeah, I think so. I think so. Or ex extend it basically.<br />Yeah. See there&#8217;s your aspect ratios.<br />Cory Miller: This must have got a big update or I&#8217;ve never looked at it.<br />Corey Maass: Yeah.<br />And you know, and part of why it was, I loved your idea of. Doubling down on featured images is<br />none of these are available and, and are not at, at least as far as I know and are not available in<br />media library.[00:59:00]<br />But, so maybe we should do a session where we like, walk through these and, um, yeah. Begin<br />further. Seriously.<br />Wow.<br />Cory Miller: Okay.<br />That&#8217;s, yeah. We de I, I, I for sure need to do this because I had no<br />Corey Maass: idea.<br />People at watching are gonna be like, uh, yeah, it&#8217;s been there for six weeks.<br />Cory Miller: Now that, oh, you have to upload the image first. Okay. Or you have to get the<br />image.<br />Corey Maass: Sorry. Yeah. I think, I think especially, I especially think the alignment [01:00:00]<br />stuff, because that, that to me is version one, right? Like, you need an image, you need the</p>\n\n\n\n<p>image to behave the way you want. Yeah. Shift left, shift right. Whatever. Um, and then getting<br />into this kind of stuff is, is gravy and is a rabbit hole.<br />Oh yeah. Like, you know, we can start again. I, I, I like that we set up a request for feedback.<br />Um, It would be nice if we started getting people using it cuz then they&#8217;d be like, oh, the default<br />block has such and such. Three, two, why don&#8217;t you have three, two, and go, okay, so let&#8217;s go<br />add three, two as a default preset aspect ratio.<br />And you know, or hey, we, you know, why doesn&#8217;t the image shift left sh you know, uh, or why<br />can&#8217;t I set widths? Okay, great. We&#8217;ll go add that. Mm-hmm. . [01:01:00]<br />Cory Miller: Okay. Maybe I need to play with that a little bit more. Um, yeah. Now, but standing<br />now you don&#8217;t wanna like best, uh, that we don&#8217;t have at the moment, but alignment, we&#8217;ve<br />already talked about that.<br />Having that, that&#8217;s, that&#8217;s pretty cool. Cause you can go over here. Right, exactly. You know, all<br />that stuff. This is incredibly compelling to me. Um, because it&#8217;s kind of your way like. You know<br />how themes do this with your color settings. Mm-hmm. , but having some, I don&#8217;t, this is just a,<br />this is a pretty cool way to Dr.<br />Like, this is just this boring image just done with a little filter. Mm-hmm. , or they call these filters,<br />duotone filters. Yep. The filters are really interesting to me because you can make it like, it&#8217;s not<br />gonna be just another stock. Yours. Yeah. You kinda make it yours. Um, but I think now with the<br />Gutenberg plug, man, that&#8217;s the, [01:02:00] that&#8217;s the feature.<br />Um, I could get us to more installs. Um,<br />Corey Maass: I agree. Um, I don&#8217;t, I don&#8217;t know that I&#8217;d, I&#8217;d be curious why that&#8217;s not the right<br />word. How the core team and, you know, 500 volunteers, et cetera, landed on Duotone. Um,<br />mm-hmm. rather than something else, because it&#8217;s, you know, WordPress is at the whim of the<br />people who, who are involved.<br />So it&#8217;s like, did they ask for this? Did they want this? You know, did somebody like me come<br />along and go, oh, this is a neat thing, let&#8217;s add it. And everybody was like, yeah, it&#8217;s cool. We&#8217;ll<br />add it, you know, or people using it. I, which is, and that&#8217;s of course the black box, black box part<br />of WordPress is [01:03:00] we will never have any idea whether people are actually using<br />Duotone filters, um, et cetera.<br />I know that&#8217;s a bit of a cynical approach, but it&#8217;s like, I want to, I wanna make sure that we are<br />focused on. We want our own bumpers because it&#8217;s, you know, this is, this is the slippery slope<br />that I often fall into. It&#8217;s like, I trusted my gut when you were like, I need a circle. And I was like,<br />yeah, we need a circle.<br />But I don&#8217;t, my gut doesn&#8217;t jump when, when we say duotone filters unless, yeah. You know, but<br />unless we have compelling evidence that people are using them.<br />Cory Miller: Yeah. Well I think though the, the single po single block, the, the, the crop to image<br />block could be really that ticker for, uh, um, getting those active installs.<br />Um, and now we [01:04:00] need to switch to, I wanted to make sure we talked to that side<br />because, uh, you surprised me with it. I saw it in there and I was waiting. I was like, no, let him<br />talk about the settings. You&#8217;re like, go. Featured image or whatever, and I was like, I really want<br />to click on GI Berg Block by White<br />Corey Maass: Um, well, and that&#8217;s, I really, yeah. Uh, the block I think will evolve unto itself. It&#8217;ll<br />have those settings, right? Because your, your media library, even your featured image doesn&#8217;t<br />have left or right. A line, like that&#8217;s up to your theme, how it&#8217;s being used. Um, so, so the block<br />will start to evolve with additional settings.<br />Whatev, and we did, again, my gut jumps. Yes, we need alignment for sure. Um, you pointed out<br />yourself, you&#8217;re like, I uploaded a Lego man and he&#8217;s always aligned, left, like, that&#8217;s useless. So<br />immediately we need those, we need alignment. Um, and then I also want to start [01:05:00]<br />evolving the idea of, again, media library presets, meaning, you know, what kind of image do<br />you want to upload?<br />And, and again, and I, I start to get really excited about the idea of images that aren&#8217;t even<br />stored in the library. You&#8217;re going to, like media library implies, or we are taught by WordPress<br />that this is where we store images for WordPress. But why isn&#8217;t it just called media? And why<br />isn&#8217;t a place where you can go and edit an image and download it and it, and it has nothing to<br />do with WordPress.<br />And that&#8217;s exactly the, the sticker mule conversation we had. Mm-hmm. like utility, go to media.<br />Yeah. It&#8217;s a utility to go to media. And it&#8217;s not a media library or it&#8217;s not just a media library. It&#8217;s a</p>\n\n\n\n<p>place where, you know, you can edit an image and then download it. So it&#8217;s like, yo, you just<br />created a post for.[01:06:00]<br />You know, a new post about the brownies, the brownies images image is already in there. Now<br />you need to create an image for Twitter, you need to create an image for Facebook, you need to<br />create a square image for Instagram. So jump into media, grab that image that&#8217;s already in the<br />media library, edited a bunch of times, maybe put a title over it.<br />Download the result. Again, doesn&#8217;t get uploaded to Media Library necessarily. And then now<br />you go over to your socials, or go into Buffer or whatever tool you use for scheduling your, you</p>\n\n\n\n<p>know, multi broadcast to all of your socials and upload the appropriate image for each one. Mm-<br />hmm. . And that also diverges us from Word.</p>\n\n\n\n<p>which I think is important, especially now seeing the default image. Like you said, I didn&#8217;t realize<br />half that stuff was in there. And so we are starting to overlap with them, [01:07:00] which I don&#8217;t<br />want to do. Like, what&#8217;s the point? If it&#8217;s built into core. I mean their, our original thesis was<br />within media library image cropping is awful and I&#8217;ve maintained that.<br />It still is. But if you can crop an image as quick as we can inside of a block, then, then maybe we<br />don&#8217;t need a block. What&#8217;s our differentiator there? But image manipulation elsewhere within<br />WordPress. Like right now, I would absolutely argue that our featured image handler is better<br />than the defaults.<br />And same with media library still. Mm-hmm. . Cause that, that&#8217;s that original crop. That&#8217;s awful.<br />So these are the things that we need to, to balance. Yeah. I,<br />Cory Miller: I mean, I still think the image blocking burg, the, the crop tool is just, I don&#8217;t, I don&#8217;t<br />even know how to use it. Right. [01:08:00] Um,<br />Corey Maass: yeah, yeah. I&#8217;m not, I&#8217;m not necessarily saying we, we rip, you know, I&#8217;m not<br />gonna go rip it out in version 0 0 4.<br />Mm-hmm. , but I don&#8217;t wanna, we don&#8217;t need to recreate that, which WordPress already does.<br />That&#8217;s silly. Yeah. Um, because, and, and I mean, to be like, there, there are plugins out there<br />that do core features better, and we can still do that. But that, that&#8217;s, that, uh, the me, the margin<br />is thin. The, the margin of value that we add is thin if the features are already there, whereas not<br />jumping over, having.<br />Create a post, a story, a page in WordPress, and then jump over to Canva to create your social<br />images. To me, the margin of value add is much larger. Mm-hmm. . So,<br />Cory Miller: yeah. I, I was just trying [01:09:00] to think about, you know, you look at,<br />you look at, like some of the sites we just looked at and you go, there&#8217;s a formula here for how<br />to create a good image. And<br />I would think like, like showing w beginner, for instance, they&#8217;re gonna need Camba or some<br />photo editing, graphic design software. Um, but there&#8217;s this case potentially for the output you<br />want is something like, like I just went to Medium for a second. And was kinda looking at a<br />couple of the articles.<br />Cause I go, you know, high readability, beautiful design, um, very standard. And, you know, I&#8217;m<br />looking at all these posts here and they all have, you know, an image and we know, we know it<br />would be better if you had the image. [01:10:00] Um, my, so I&#8217;m just kind of keeping thinking<br />about what&#8217;s the three value proposition, what&#8217;s the paid value proposition on this?<br />Mm-hmm. and what&#8217;s our space for this? Um, but I do think, like, here, here&#8217;s the, here&#8217;s one<br />part. There&#8217;s all, there&#8217;s this image block within Gate Burke and you go a lot of stuff, a lot of<br />people have thought through those things. A lot of options. Most people won&#8217;t even touch &#8217;em.<br />Mm-hmm. , you know, um, just, most people won&#8217;t touch &#8217;em because it&#8217;s too deep of tools.<br />But what, what are you really wanting? , you want a post that looks nice? Mm-hmm. like<br />attractive and the images help supplement the story. Mm-hmm. . Um, so I&#8217;m just kind of think<br />there with our angle, like we&#8217;re here and just kind of continuing to look at where, what&#8217;s our<br />angle for all this? Until we, until we kind of go, okay.<br />I think this is it. [01:11:00] Like we knew the agency settings case, we got that, we got the block,<br />then we discovered this other thing. And um, I just keep trying to think through like, if we can get<br />enough of a pattern of people that have this, have a problem, we can, it&#8217;ll really help us<br />crystallize the all this stuff.<br />Because you continually say, this is what I love working with awesome developers. We could do<br />that. Oh, by the way, I already did it. Here it is. And um, now we&#8217;ve got enough ingredients I<br />think. We need to nail that use case where, right.</p>\n\n\n\n<p>Corey Maass: Yeah. We&#8217;ve got, we&#8217;ve got screwdrivers, we&#8217;ve got a hammer, we&#8217;ve, we&#8217;ve now<br />got the tool belt.<br />What the hell are we gonna build? Literally<br />Cory Miller: any, yeah, exactly. We need a person. I wrote this down as you were talking. I was<br />like, we need a person, you know, the, the, [01:12:00] the user in client, whatever that is, and<br />whether they want it, you go, I want it to speed it up, what I&#8217;m trying to do. Mm-hmm. Like if we<br />just looked at, because for the publishing conversation, you&#8217;re like, what do you really need?<br />You need to be able to get your content. You&#8217;re gonna do the text. That&#8217;s your thing when you&#8217;re<br />looking for the images. You want something that kind of fits a formula, like the WP beginner<br />formula medium, Moz, I looked at Moz, the bakery site. You&#8217;re like, that&#8217;s a, that&#8217;s a formula, a<br />pattern for how to do content.<br />So, mm-hmm. , some of this comes into the finding, but like I go, like that duotone use case, I&#8217;d<br />go, why not make every image of Duotone? It&#8217;s just something different. You know what I mean?<br />Like it&#8217;s something unique. So I might think through, and where I go back to my past is I like to<br />use templates for those things.<br />Mm-hmm. . [01:13:00] So I&#8217;m trying to keep that in mind for our product or what we&#8217;re doing is<br />the outcome they&#8217;re trying to get is really something that, like you look on medium and you go,<br />some people don&#8217;t. By and large, this just really works. It looks like a clean site. The images are<br />plusing, the value of the content, which I don&#8217;t ever do.<br />Um, We talked about the four threes, like that seems the standard in a lot of these posts. So I&#8217;m<br />really thinking for that user, the publisher user, um, and trying to build that case for the product<br />of what we&#8217;re doing. Um, mm-hmm. , because like I, I think about the filters and I go, um, I told<br />you, we, we talked about my cartoon app,<br />I&#8217;m like, now the problem when I write content is I don&#8217;t have an image in mind. Mm. So finding<br />an image is pain the butt, like, let&#8217;s put down, we have discovered a [01:14:00] problem. It is<br />finding, creating sourcing images that are good is a big problem. We haven&#8217;t, we haven&#8217;t, we&#8217;ve<br />just identified it&#8217;s just a problem.<br />We&#8217;re over here. Um, but like I go, if we had, it&#8217;s like Instagram. I can take, okay. I&#8217;ve got a<br />camera in my pocket, carry with me all the time. My iPhone, it lets me take pictures. What did<br />Instagram did? Make them look a little better. Mm-hmm. , you know, just a little bit better. And<br />that&#8217;s, that&#8217;s something in this where I think that this is what pulls me back to the duo turn thing,<br />is it doesn&#8217;t have to be due to, it&#8217;s just the, a aspect of Sure.<br />You know, how do I look like it&#8217;s not stock<br />Corey Maass: or Well, and that&#8217;s, it&#8217;s not, I mean, that&#8217;s why AI is, is going running rampant, is<br />that people are like, I can now generate original art without paying for it, or paying nominally for<br />[01:15:00] it that nobody else has over and over and over again. Yeah. And that&#8217;s why people<br />are over the moon.<br />You know, obviously there&#8217;s no substitute for hiring a photographer to take pictures of products,<br />people, things like that. But if you need a. Abstract picture to just kind of add that compelling<br />human visual element. You&#8217;re like, generate a picture of I&#8217;m writing a post about coffee, so<br />generate a picture of a guy on a horse drinking a cup of coffee, you know, I don&#8217;t have to spend<br />hours.<br />The, the image will come to me and it&#8217;ll be unique and literally nobody else will have that.<br />Whereas, you know, the sites like stock, whatever, the stock photo, stock image sites historically<br />would charge you more. You could go buy an image, you could pay, you know, a thousand times<br />more for them to take it off the site to guarantee that nobody else ever used it again.<br />[01:16:00] Right. Um, that&#8217;s not a, that&#8217;s not gonna be an issue for much longer, you know?<br />Cory Miller: Um, it&#8217;s not Will it? Okay. So something you said, I wrote down here, I was like,<br />nobody else has it. See. Like we, we are looking at the, I&#8217;m gonna share my screen again. Do<br />you have a second to keep talking about<br />Corey Maass: this? Yeah, let&#8217;s<br />Cory Miller: go 10 more minutes.<br />Um, okay, so Rolling Stone. I don&#8217;t have a, the Desi design ability, I don&#8217;t have the resources to<br />create this, this thing now with ai, is there that opportunity That&#8217;s mm-hmm. . That&#8217;s, that&#8217;s really<br />interesting. But that&#8217;s a sidebar. Yep. But like, you think about this now, for now, when I look at<br />this site, I go, this is thoughtful.</p>\n\n\n\n<p>Like this is unique. It&#8217;s interesting. Like this, Ima I didn&#8217;t even read what this is, but I [01:17:00]<br />was like, it it fits, you know, the, the case and cuz what you&#8217;re trying to, I&#8217;m sorry, I&#8217;m just trying<br />to keep talking about the use case. Here is what you&#8217;re trying to get is. , you know, back to<br />beginner, like, hey, nice sight, nice clean, clear side design.<br />They&#8217;re trying to get you to the content. So they&#8217;re doing a great job with SEO here with the<br />intro, restating what the headline&#8217;s about. Then they use the image, which I think is clever. Like,<br />I don&#8217;t like the featured image going outside of the post because it just fills out a whack for me.<br />But I&#8217;m like, this is interesting.<br />They have given an image that probably, you know, uh, this has SEO in it, you know? Mm-hmm.<br />, I, I, I would guess, look at this. They&#8217;ve restated, they&#8217;ve restated again, the headline.<br />Corey Maass: Yeah. Well, and that&#8217;s that also, that image is [01:18:00] gonna be, um, usable<br />for social. Right. If picture that as a, as a Facebook post it, it says their headline right int it.<br />Cory Miller: Okay, now, now, now you got got me something here. Okay. So may not go<br />anywhere, but the social share side, you&#8217;ve done all of this work to create some kind of content<br />and that social share, like our stuff from post status. I hate it because it&#8217;s not something we don&#8217;t<br />have set up. Right? You know? But what you want is, I&#8217;ve just done this cool post here that<br />hopefully is of interest to you and you&#8217;re using the image in social to pull somebody into it.<br />It&#8217;s kinda like this, almost like this. Well, or who is the<br />Freemius or are they, there [01:19:00] you go. Like if you look at this from a social Sears<br />standpoint, it&#8217;s probably more interesting. Visually, you can kind of say, I see Covid and I see<br />some kinda like weird things around it. Mm-hmm. , right? But I go, it&#8217;s something to do with<br />Covid, like from a social share. That&#8217;s pretty good.<br />Like that&#8217;s what you&#8217;d want represented out on social is it&#8217;s uh, it&#8217;s the product packaging to say,<br />there&#8217;s something in here I want and to go get it. We talked a little bit about that yo side, but<br />man, all of that social sharing stuff is just a mess. Like when I post my, I should do it here when I<br />post my, let me show you something.<br />If you have a second. If I go into to Slack and I&#8217;m gonna, then I&#8217;m gonna try to share this so you<br />can see it. Okay. Maybe this has [01:20:00] been fixed, but this thing right.<br />This, this little snippet that&#8217;s now fixed. I don&#8217;t, oh, it&#8217;s cuz I clicked the social share stuff. But<br />see, like when you do<br />any day now<br />Okay. Anyway, it doesn&#8217;t look good. Like it&#8217;s, it&#8217;s not, there we go. Yeah, sure. Okay. So<br />somehow this, this has attached to the homepage, right? But the idea that you want is, it<br />represents that f. Social share, whatever the image thing, whatever we titled it, feature name or<br />whatever it is, like that, whatever [01:21:00] this, I don&#8217;t know if it&#8217;s graphical or whatever it&#8217;s<br />called.<br />But, um, what you&#8217;re trying to do when you post that to social is show this effect of what, like, w<br />if you beginner on different things, designs, like here&#8217;s something to show you see, show you<br />what this post is about. That&#8217;s an interesting angle, but I, I don&#8217;t know where it goes from here,<br />but like,<br />Corey Maass: so like here&#8217;s, here&#8217;s a tool that I&#8217;ve been playing around with lately is, uh, so<br />Twitter has introduced cards the same way that Facebook a while ago introduced their open<br />graph. So you come here and you plug in post status and you say preview card. Card preview<br />has moved to tweet composer . Okay. Uh, but we can do tweet card preview banner bear.<br />So if I [01:22:00] plug in post status, they built their own preview. There you go. So like, that&#8217;s<br />what it&#8217;s gonna look like on social.<br />And these are the tools, you know, that are becoming more and more prevalent. And it&#8217;s like, so<br />in Yeah, in Yost, using them as an example, and I think the other SEO plugins have this too, is<br />you, you know, you, you set your featured image and it will automatically suck in your featured<br />image as the OG image, but you can also set a different one.<br />And so you can go and, and so like, I actually wanted to do just what you said, um, previous and<br />go to their blog and pick a blog post. . And so like this is, uh, I&#8217;m breaking their site, [01:23:00]<br />so they&#8217;ve got an image in the background. This is text, you know, an H one or whatever. But,<br />um, you know, VVA is so phenomenal with social media and stuff like that, that I bet if I take this<br />U R L and I plug it in here and I hit enter that he&#8217;s created.<br />Yeah. See, so he&#8217;s created a custom image that is that same background image, but has his<br />little photo in it has a title, you know, and this is all one image that is been generated Canva,</p>\n\n\n\n<p>somewhere different from, you know, the, the title up here. Whereas this is all actually H T M L<br />element.<br />Yeah, food for thought and, and actually a conversation to take offline, um, is there are features<br />here that, um, [01:24:00] overlap with other stuff that I&#8217;ve been working on. And so maybe it&#8217;s,<br />maybe we wanna wrap it all in together, or maybe this is a different kind of like the, you know,<br />we keep talking around ai, but we&#8217;re just not, that&#8217;s not the product we&#8217;re building this year, let&#8217;s<br />say.<br />Unless it, it, it&#8217;s the on unless we get to the point where it&#8217;s the only thing we can build. Right.<br />Um, and so it&#8217;s, maybe it&#8217;s something like that or maybe it&#8217;s the direction that we we&#8217;re, we&#8